<!--
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
	/* Couleur de fond : */
	BODY {background-color: white}
	BODY {background-color: white; font-family: arial; font-size: 12 ; color: black}
	BODY.popup {background-color: #E8E3EF; font-family: arial; font-size: 12 ; color: #20006B; font-weight: bold}
	
	/* Couleur pour les ancres et les entêtes : */
	A {color: black; text-decoration: underline}
	A:link { color: black; text-decoration: underline }
	A:hover { color: #20006B; text-decoration: underline}
	A:visited { color: #20006B; text-decoration: underline }

	/* Couleur pour les ancres et les entêtes : */
	A.simple {color: #20006B; text-decoration: none}
	A.simple:link { color: #20006B; text-decoration: none }
	A.simple:hover { color: #20006B; text-decoration: none}
	A.simple:visited { color: #20006B; text-decoration: none }

	/* Couleur pour les ancres et les entêtes : */
	A.gras {color: #20006B; text-decoration: none}
	A.gras:link { color: #20006B; text-decoration: none }
	A.gras:hover { color: #CE001B; text-decoration: none; font-weight: bold}
	A.gras:visited { color: #20006B; text-decoration: none }

	/* Style appliqué à la première lettre d'un paragraphe */
	P {font-family: arial; font-size: 13 ; color: black}
	P.petit {font-family: arial; font-size: 10; color: black}
	P.texte:first-letter {font-size: 200%; font-weight: bold; color: #20006B}
	
	TD {font-family: arial; font-size: 12; color: black}
	TD.menu {font-family: arial; font-size: 10; color: #20006B}
-->
