/*--------------------------------------------- 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:#b16a2d;
}

.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:#2a242b;
text-indent:16px;
font-size:13px;
background:url(../images/puces/puce_titre_principal.png) no-repeat center left;
}
.titre_principal_produit{
float:left;
width:100%;
margin:0px 0 1px 0;
color:#fff;
text-indent:26px;
font-size:12px;
background:#ab94b5;
text-align:center;
text-transform:uppercase;
padding:4px 0 2px 0;
width:400px;

}
.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:#cfa46f;
}
.sous_titre_fonce{
float:left;
width:100%;
margin:0 0 14px 0;
color:#b16a2d;
font-size:13px;
}
.centre{
text-align:center;
}
.gras{
font-weight:700;
}
