BODY 	{font-family:'Verdana,Arial,Helv'; background-color:#FFFFFF;}

.mainTitle {font-family: verdana, arial, helvetica, sans serif;font-size:120%; color:black}
.normalFont {font-family: verdana, arial, helvetica, sans serif; font-size : 80%;color : black}
.normalFontBold {font-family: verdana, arial, helvetica, sans serif; font-size : 80%;color : black; font-weight: bold}
.normalFontBoldUnderline {font-family: verdana, arial, helvetica, sans serif; font-size : 80%;color : black; font-weight: bold; text-decoration:underline}
.links	 	{font-family: verdana, arial, helvetica, sans serif; text-decoration:underline}
.links:link 	{color:#0000B6}
.links:visited	{color:#0000B6}
.links:hover	{color:#FF0000}


/* Spécifications pour tous les liens standards de cette section*/
		A:link {text-decoration: underline; color: #0000CC; font-weight: normal;}
		A:visited {text-decoration: underline; color: #0000CC; font-weight: normal;}
		A:active {text-decoration: underline; color: #0000CC; font-weight: normal;}
		A:hover {text-decoration: underline; color: #ff0000; font-weight: normal;}
		
/* Spécifications par défaut pour tout texte entré dans la page, hors des tables ou dans les tables et couleur de fond de page */
		body {font-family: verdana, arial, helvetica, sans serif; color: #000000; font-size: 12px; }
		td {font-family: verdana, arial, helvetica, sans serif; color: #000000; font-size: 12px;}
		p {font-family: verdana, arial, helvetica, sans serif; color: #000000; font-size: 12px;}
		b {font-family: verdana, arial, helvetica, sans serif; font-weight: bold;}
		i {font-family: verdana, arial, helvetica, sans serif; font-style: italic;}