@charset "utf-8";
/* CSS Document */

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FF99FF;
	letter-spacing: 0.2em;
}
.pourpre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC66FF;
	letter-spacing: 0.1em;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
.important {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: blink;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

.paragraphe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.1em;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF99FF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC66FF;
	letter-spacing: 0.1em;
}
.titretableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
	letter-spacing: 0.1em;
}
