.fondRouge {
	background-color: #AE1E24;
}
.fondOrange {
	background-color: #EE5B0D;
}
.sousTitreRouge {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texteNoir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.texteNoirGras {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}


a:link {
	text-decoration: none;
	color: #3300FF;
}
a:visited {
	text-decoration: none;
	color: #3300FF;
}
a:hover {
	text-decoration: none;
	color: #900;
}
