/*--------------------------------------------- GENERAL -------------------------------------------*/
.lien_fonce,
.lien_clair{
float:left;
padding:2px 10px;
height:20px;
line-height:20px;
}

.lien_fonce_droit{
float:right;
}

.lien_clair{
background:#c0c0c0;
}
.lien_fonce{
background:#e20019;
}

.lien_fonce a,
.lien_clair a{
float:left;
font-size:11px;
color:#fff;
font-weight:400;
}
.titre_principal{
float:left;
width:100%;
margin:0 0 14px 0;
color:#e20019;
text-indent:16px;
font-size:13px;
background:url(../images/puces/carre_clair.gif) no-repeat center left;
}
.sous_titre_form{
float:left;
width:100%;
margin:14px 0 14px 0;
color:#fff;
text-indent:16px;
font-size:12px;
height:22px;
line-height:22px;
background:#9f0011;
}
.sous_titre_fonce{
float:left;
width:100%;
margin:0 0 14px 0;
color:#e20019;
font-size:13px;
}
.centre{
text-align:center;
}
.gras{
font-weight:700;
}