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

.lien_fonce_droit{
float:right;
margin-top:5px ;
margin-right:1% ;
}

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

.lien_fonce a,
.lien_clair a{
float:left;
font-size:11px;
color:#fff;
font-weight:400;
}
.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:#c4981b;
}
.sous_titre_fonce{
float:left;
width:100%;
margin:20px 0 14px 25px;
color:#469449;
font-size:13px;
}
.centre{
text-align:center;
}
.gras{
font-weight:700;
}
