@charset "UTF-8";
/* CSS Document */

 body  {
	font-family: Verdana, Arial;
	line-height: 15px;
	background: #666666;
	margin: 0px; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	/* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-color: #efeae5;
	font-size: 11px;
    }
	
	.titreColonne {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-style:normal;
	font-weight:bold;
	line-height: 24px;
	text-indent: 8px;
}
	
.Style1 {font-size:12px; color:#FFFFFF; font-style:normal; line-height: 24px; text-indent: 8px; font-family: Arial, Verdana, Helvetica;}
.texteActu {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	line-height: 12px;
	text-indent: 8px;
}

.texteActuBold {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#000000;
	font-style:normal;
	font-weight:bold;
	line-height: 12px;
}

.titrePrincipal {
	font-family:Verdana, Arial;
	font-size:12px;
	color:#78121b;
	font-style:normal;
	font-weight:bold;
	line-height: 16px;
}

.texteIntro {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#78121b;
	font-style:normal;
	font-weight:bold;
	line-height: 16px;
}

.titreRouge {
	font-family:Verdana, Arial;
	font-size:12px;
	color:#ca0000;
	font-style:normal;
	font-weight:bold;
	line-height: 12px;
}

.texteRouge {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#ca0000;
	font-style:normal;
	font-weight:bold;
	line-height: 12px;
}


.titreActu {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#666666;
	font-style:normal;
	font-weight:bold;
	line-height: 12px;
}

a.lien {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#6d0c3a;
	font-style:normal;
	text-decoration:underline;
	line-height: 15px;
}

a.lien:hover {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#0099CC;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	line-height: 15px;
}

.texteQuali {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#3B4F67;
	font-style:normal;
	font-weight:bolder;
	line-height: 16px;
}
.texteEncartHome {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#FFFFFF;
	font-style:normal;
	font-weight:normal;
	line-height: 11px;
}


.texteGris {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#3B4F67;
	font-style:normal;
	font-weight:normal;
	line-height: 14px;
	text-indent: 8px;
}

.texteGrisBold {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#3B4F67;
	font-style:normal;
	font-weight:bold;
	line-height: 14px;
	text-indent: 0px;
}

.texteNoirBold {
	font-family:Verdana, Arial;
	font-size:11px;
	color:#000000;
	font-style:normal;
	font-weight:bold;
	line-height: 14px;
	text-indent: 0px;
}


.titreEncartHome {
	font-family:Verdana, Arial;
	font-size:10px;
	color:#FFFFFF;
	font-style:normal;
	font-weight:bold;
	line-height: 13px;
	padding-top: 10px;
}
</style>

