/*----------------------------------------   FORMULAIRES    --------------------------------------------*/
div.formulaire {
	width:630px;
	padding:0 0px;
	margin:20px 0 0 0;
	float:left;
}
div.bloc_form {
	width:100%;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}
div.bloc_form.sepa {
	margin:20px 0 10px 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:#857988;
	margin:0 0 5px 0;
}
div.formulaire p.label{
	width:180px;
	float:left;
	font-weight:700;
	color:#857988;
	border-left:10px solid #857888;
	text-indent:8px;
}
div.formulaire p.label_blanc{
color:#fff;
}
div.formulaire p.label span.petit{
	font-size:11px;
	font-weight:400;
}
div.formulaire p.label_petit{
	width:130px;
	float:left;
	font-weight:700;
}
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.normalL{
	width:420px;
	height:150px;
}
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;
cursor:pointer;
background:#857988;
height:24px;
padding:0 10px 4px 10px;
font-weight:700;
font-size:12px;
color:#fff;
border:1px solid #857988;
display:block;

}
.submit_fonce{
color:#fff;
font-size:11px;
border:1px solid #eb8b00;
background:#eb8b00;
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:#857988;
font-weight:700;
}

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