/* style commun au front et au back */
.titre_rouge{
	font-size:16px;
	color:#C10007;
	font-family:arial,helvetica,verdana;
	font-weight:bold;
}

.titreRougePuceGrise{
	margin:0px;padding:0px 0px 0px 15px;
	font-size:20px;
	color:#C10007;
	background:url(../gfx/puceGrise.png) no-repeat;
	background-position:0px 10px;
}

.listePuceGriseCarree{
	list-style:none;
	margin:0px 0px 0px -30px;padding:0px 0px 3px 15px;
	background:url(../gfx/puceGriseMini.png) no-repeat;
	background-position:0px 5px;
}