<!--

.titre1 {
	font-family : Verdana;
	font-size: larger;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.titre2 {
	font-family: Verdana;
	font-size: smaller;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.titre3 {
	font-family: Verdana;
	font-size: 16;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.normal {
	font-family: Verdana;
	font-size: smaller;
	color: #000000;
	text-align: justify;
}

.gauche {
	font-family: Verdana;
	font-size: smaller;
	color: #000000;
	text-align: left;
}

.gras {
	font-family: Verdana;
	font-size: smaller;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}

a.lien {
	font-family: Verdana;
	font-size: smaller;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
a.lien:hover {
	font-family: Verdana;
	font-size: smaller;
	color: #CC0000;
	font-style: italic;
	text-decoration: none;
}

-->