/*----------------------------------------   FORMULAIRES    --------------------------------------------*/
div.bloc_form{
float:left;
margin:14px 0 14px 0;
position:relative;
width:93%;
border:1px solid #dfdfdf;
padding:3%;
}
div.bloc_form h4{
position:absolute;
top:-10px;
left:18px;
background:#535353;
color:#fff;
height:20px;
line-height:20px;
padding:0 6px 0 6px;
}

div.formulaire {
	float:left;
	position:relative;
	width:100%;
	padding:5px 0 5px 0;
	border-width:0 0 1px 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:180px;
	float:left;
	font-weight:700;
	color:#f9261b;
}
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;
}

.submit{
float:left;
border:1px solid #c0c0c0;
color:#fff;
font-size:11px;
cursor:pointer;
background:url(../images/template/bouton_menu.png) no-repeat;
width:136px;
height:20px;
line-height:15px;
margin:20px 0 0 0;
font-weight:bold;
border:none;
}
.submit.long{
	background:url(../images/template/bouton_long.png) no-repeat;
	width:210px;
	height:20px;
}
.submit_fonce{
color:#fff;
font-size:11px;
border:1px solid #b16a2d;
background:#b16a2d;
padding:2px 10px;
}

p.erreur_alert{
float:left;
display:none;
width:90%;
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:96%;
border:1px solid #eb340a;
padding:10px 2% 10px 2%;
background:#faebe7;
margin:14px 0 14px 0;
z-index:9999;
}
.mess p{
float:left;
width:100%;
color:#eb340a;
padding:4px 0 4px 0;
}
.mess p span{
font-weight:700;
}
