.titre_rouge {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FF0000; font-style: normal}
.titre_gris { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #999999; font-style: normal }
.texte { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #999999}
.texte_titre { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #FF0000; font-weight: bold}
.texte_jaune { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #FFFF00}
.texte_rouge { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #FF0000}
.texte_blanc { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #FFFFFF}


BODY{
	background-color : black;
	font-family:Arial, Helvetica, sans-serif;
	color : white;
	font-size:11pt;
 	}
A {
	text-decoration:none;
	color:white;
	font-weight: bold;

	}
A:visited {
	text-decoration:none;
	font-weight: bold;
	color: #CCCCCC;
	}
A:hover {
	font-size:11pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration:underline;	
	}

