/*----------------------------------------   FORMULAIRES    --------------------------------------------*/

div.formulaire {
	width:655px;
	padding:0 10px;
	margin:20px 0 0 0;
	float:left;
}
div.bloc_form {
	width:100%;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}
div.div_open{
	display:none;
}
div.div_close{
display:block;
}
div.sepa_form{
margin:24px 0 0 0;
}
div.sepa_form_bas{
margin:0 0 60px 0;
}
div.formulaire p{
	float:left;
}
div.formulaire p.radio{
	float:left;
	width:350px;
}
div.formulaire p.lien{
float:left;
font-size:12px;
padding:2 0 0 12px;
}
div.formulaire p.checkbox{
float:left;
width:30px;
}
div.formulaire p.label_full{
	width:100%;
	float:left;
	font-weight:700;
	color:#b16a2d;
	margin:0 0 5px 0;
}
div.formulaire p.label{
	width:120px;
	float:left;
	font-weight:700;
	color:#000;
}
div.formulaire p{
	color:#000;
}
div.formulaire p.label_var{
	float:left;
	font-weight:700;
	color:#000;
}
div.formulaire p.non_gras{
	font-weight:400;
}
div.formulaire p.label span.petit{
	font-size:11px;
	font-weight:400;
}
div.formulaire p.label_petit{
	width:200px;
	float:left;
	font-weight:700;
	color:#b16a2d;
}
div.formulaire input.normal{
	width:300px;
}
div.formulaire input.grand{
	width:500px;
}
div.formulaire input.petit{
	width:120px;
}

div.formulaire textarea.normal{
	width:300px;
	height:150px;
}
div.formulaire textarea.grand{
	width:500px;
	height:350px;
}
div.formulaire textarea.finL{
	width:500px;
	height:150px;
}
div.formulaire select.normal{
	width:304px;
}
div.formulaire select.petit{
	width:100px;
}
div.formulaire select.moyen{
	width:150px;
}

/*------------ sur deux colonnes   -------*/
div.formulaire div.biCol div.bloc_form  {
	width:50%;
	float:left;
}
div.formulaire div.biCol div.bloc_form input.normal{
	width:150px;
}
div.formulaire div.biCol div.bloc_form select.normal{
	width:150px;
}

.submit{

}
.submit_fonce{
color:#fff;
font-size:11px;
border:1px solid #b16a2d;
background:#b16a2d;
padding:2px 10px;
}

p.erreur_alert{
float:left;
display:none;
width:98%;
margin:4px 0 0 2%;
background:url(../images/puces/fleche_erreur.gif) no-repeat center left;
text-indent:18px;
color:#eb340a;
font-weight:700;
}

.mess{
float:left;
width:90%;
border:1px solid #eb340a;
padding:10px 3% 10px 3%;
background:#faebe7;
margin:14px 10px 14px 10px;
}
.mess p{
float:left;
width:100%;
color:#eb340a;
padding:4px 0 4px 0;
}
.mess p span{
font-weight:700;
}