/*----------------------------------------   FORMULAIRES    --------------------------------------------*/
div.bloc_form{
float:left;
margin:14px 0 14px 25px;
position:relative;
width:90%;
border:1px solid #dfdfdf;
padding:3%;
display:inline;
}
div.bloc_form h4{
position:absolute;
top:-10px;
left:18px;
background:#A3C4BE;
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:#469449;
	margin:0 0 5px 0;
}
div.formulaire p.label{
	width:200px;
	float:left;
	font-weight:700;
	color:#469449;
}
div.formulaire.contact p.label{
	width:180px;
}
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:#469449;
}
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;
	color:#666666;
}
div.formulaire select.petit{
	width:100px;
}
div.formulaire select.moyen{
	width:150px;
}
p.sous_label{
	float:left;
	width:180px;
	font-size:10px;
	margin:-20px 0 0 0;
}
.submit{
max-width: 150px;
float:right;
color:#fff;
font-size:11px;
cursor:pointer;
margin:20px 0 0 0px;
}
.submit_fonce{
color:#fff;
font-size:11px;
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 2% 10px 25px;
background:#faebe7;
margin:14px 0 14px 2%;
}
.mess p{
float:left;
width:100%;
color:#eb340a;
padding:4px 0 4px 0;
}
.mess p span{
font-weight:700;
}