/*----------------------------------------   FORMULAIRES    --------------------------------------------*/
div.formulaire {
	width:100%;
	padding:0;
	float:left;
	position:relative;
	margin:20px 0 0 0;
}
div.formulaire_bordure{
	float:left;
	margin:14px 0 14px 0;
	position:relative;
	width:94%;
	border:1px solid #BEB2A7;
	padding:3%;
}
div.bloc_form {
	width:100%;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}
div.bloc_form h4{
	float:left;
	width:100%;
	color:#184e5f ;
	border-bottom: 1px solid #184e5f ;
	font-size:13px;
	margin-top:10px;
}
div.formulaire_bordure h4{
position:absolute;
top:-10px;
left:18px;
background:#BEB2A7;
color:#fff;
height:20px;
line-height:20px;
padding:0 6px 0 6px;
}

div.div_open{
display:none;
}
div.div_close{
display:block;
}
div.sepa_form{
margin:10px 0 0 0;
}
div.sepa_form_bas{
margin:0 0 60px 0;
}
div.bloc_form p{
	float:left;
}
div.bloc_form p.radio{
	float:left;
	width:350px;
}
div.bloc_form p.lien{
float:left;
font-size:12px;
padding:2 0 0 12px;
}
div.bloc_form p.checkbox{
float:left;
width:30px;
}
div.formulaire p.checkbox input{
	float:left;
	width:12px;	
}
div.bloc_form p.checkbox{
float:left;
width:400px;
}
div.bloc_form p.checkbox label{
	float:left;
	width:300px;
	padding:0 0 0 10px;
}
div.bloc_form p.label_full{
	width:100%;
	float:left;
	font-weight:700;
	color:#4a4d51;
	margin:0 0 5px 0;
}
div.bloc_form p.label{
	width:250px;
	float:left;
	font-weight:700;
	color:#c29a1e;
}
div.bloc_form p.label.petit{
	width: 200px;
}
div.bloc_form p.label span.petit{
	font-size:11px;
	font-weight:400;
}
div.bloc_form p.label_petit{
	width:200px;
	float:left;
	font-weight:700;
	color:#4a4d51;
}
div.bloc_form p.label_blanc{
color:#fff;
}
div.bloc_form p.label span.petit{
	font-size:11px;
	font-weight:400;
}
div.bloc_form input.normal{
	width:300px;
	height:22px;
}
div.bloc_form input.normal.alert{
	border:1px solid #ff0000;
}
div.bloc_form input.grand{
	width:500px;
}
div.bloc_form input.petit{
	width:120px;
}
div.bloc_form p input.full{
	width:100%;
}

div.bloc_form textarea.normal{
	width:300px;
	height:150px;
}
div.bloc_form textarea.grand{
	width:500px;
	height:350px;
}
div.bloc_form textarea.finL{
	width:500px;
	height:150px;
}
div.bloc_form select.normal{
	width:280px;
	height:24px;
}
div.bloc_form select.petit{
	width:100px;
}
div.bloc_form select.moyen{
	width:150px;
}
div.formulaire p.conditions{
	margin:3px 0 0 0;
} 
p.checkbox_cgv{
	float:left;
	width:100%;
	text-align:right;
	margin:10px 0;
}
input.submit{
	float:left;
	cursor:pointer;
	background:url(../images/template/fonds/btn_or.png) no-repeat top left;
	border:none;
	height:70px;
	padding:0 0 15px 0;
	color:#fff;
	text-align:center;
	font-size:14px;
	width:222px;
	font-weight:700;
	font-family: Arial, Helvetica, sans-serif;
}
.lien_btn{
	float:left;
	cursor:pointer;
	background:url(../images/template/fonds/btn_or.png) no-repeat top left;
	border:none;
	padding:17px 30px 0 0;
	height:53px;
	color:#fff;
	text-align:center;
	font-size:14px;
	width:192px;
	font-weight:700;
}
input.submit:hover,
.lien_btn:hover{
	text-decoration:underline;
}
.lien_btn.retour{
	background:url(../images/template/fonds/btn_marron_retour.png) no-repeat top left;
}
.lien_btn.gd{
	width: 245px; 
}
input.droit{
	float:right;
}
a.lien_fd_vert{
	float: left;
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: url(../images/template/fonds/btn_vert.png) no-repeat;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	padding: 0 0 0 20px;
	z-index: 100;
}
a.lien_fd_vert:hover{
	background: url(../images/template/fonds/btn_vert_hover.png) no-repeat;
}
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:#ee350a;
font-weight:700;
}
p.erreur_alert_court{
float:left;
width:100%;
margin:4px 0 0 0;
color:#ee350a;
font-weight:700;

}

.mess{
float:left;
width:95%;
border:1px solid #54493f;
padding:10px 2% 10px 2%;
background:#ffffff;
margin:14px 0 14px 0;
}
.mess2 p,
.mess p{
float:left;
width:100%;
color:#54493f;
padding:4px 0 4px 0;
}
.mess2 p span,
.mess p span{
font-weight:700;
}

.mess2{
float:left;
width:660px;
border:1px solid #54493f;
padding:10px 10px 10px 10px;
background:#54493f;
margin:14px 0 14px 30px;
}
