/*--------------------------------------------- GENERAL -------------------------------------------*/
.lien_fonce,
.lien_clair{
	float:left;
	background:url(../images/template/bouton_menu.png) no-repeat;
	width:136px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}
.lien_fonce.long{
	background:url(../images/template/bouton_long.png) no-repeat;
	width:210px;
	height:20px;
}
.lien_fonce_droit{
float:right;
}

.lien_clair{
background:#c0c0c0;
}

.lien_fonce a,
.lien_clair a{
	color:#ffffff;
	line-height:20px;
	padding-left:20px;
}
.titre_principal{
	float:left;
	width:698px;
	height:32px;
	line-height:32px;
	text-indent:16px;
	font-size:13px;
	margin:0 0 10px 0;
}
.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:#F9261B;
}
.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;
}