/*----------------------------------------   FORMULAIRES    --------------------------------------------*/
div.bloc_form{
float:left;
margin:14px 0 14px 0px;
position:relative;
width:601px;
border:1px solid #2e2f31;
padding-left:10px;
padding-top:3%;
}
div.bloc_form h4{
position:absolute;
top:-10px;
left:0px;
background:#dbdbdb;
color:#2e2f31;
height:20px;
line-height:20px;
padding:0 0px 0 1%;
width:99%;
}

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:#c4981b;
	margin:0 0 5px 0;
}
div.formulaire p.label{
	width:180px;
	float:left;
	font-weight:700;
	color:#c4981b;
}
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:#c4981b;
}
div.formulaire input.normal{
	width:270px;
}
div.formulaire input.grand{
	width:500px;
}
div.formulaire input.petit{
	width:120px;
}

div.formulaire textarea.normal{
	width:270px;
	height:150px;
}
div.formulaire textarea.grand{
	width:500px;
	height:350px;
}
div.formulaire textarea.finL{
	width:500px;
	height:150px;
}
div.formulaire select.normal{
	width:274px;
	color:#666666;
}
div.formulaire select.petit{
	width:100px;
}
div.formulaire select.moyen{
	width:150px;
}

.submit{
	max-width: 150px;
	float:left;
	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 2%;
background:#faebe7;
margin:14px 0 14px 10px;
}
.mess p{
float:left;
width:100%;
color:#eb340a;
padding:4px 0 4px 0;
}
.mess p span{
font-weight:700;
}
