a:link {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 8pt;
	color: #DF0008;
	text-decoration: none;
}
a img {border:1px solid black;} /* défini l'encadrement des images dans les liens hors survol */

a:hover img {border:1px solid red;} /* défini l'encadrement des images lors du survol */

.txt:link {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.txt:visited {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}
.txt:hover {
	font-family: Arial;
	font-size: 8pt;
	color: #DF0008;
	text-decoration: underline;
}




.texteInterne {
	font-family: Comic Sans MS, Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #E69A00;
	line-height: 14pt;
}
.texteInterneTitre {
	font-family: Comic Sans MS, Verdana, Arial, Tahoma;
	font-size: 14pt;
	color: #E69A00;
	line-height: 18pt;
}
