.etoile{
	color:#ff2525;
}
#captcha{
	border:1px solid #e2e2e2;
	margin-bottom:8px;
}
#captcha_code{
	width:145px;
}
#contenant-captcha{
	float:left;
	width:350px;
}
#captcha-gauche{
	float:left;
	width:190px;
}
#captcha-droite{
	float:left;
	width:135px;
}
#img-reload{
	margin:5px 0 5px 0;
	border:none;
}
#reloadImage{
	font-size:12px;
	line-height:15px;
}
#Formulaire .validation-failed {
  border-color: #ff0000;
  background-color: #ffdddd;
}

#Formulaire .validation-advice {
  padding-bottom: 5px;
  font-weight: bold;
  color: #ff0000;
}
div.validation-advice{
	margin:3px 0 0 0;
	font-size:12px;
}

.clear{
	clear:both;
}

#Formulaire > div:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#Formulaire > div {
    display: inline-block;
    padding-bottom:5px;
}
html[xmlns] #Formulaire > div{
    display: block;
}
* html #Formulaire > div{
    height: 1%;
}



#Formulaire > div >label{
	float: left;
}
.checkbox{position:relative; width:100%;}
#Formulaire > div > div{
	float: left;
	width:65%;
	padding-left:5%;
}

#Formulaire textarea{
	height:100px;
	width:300px;
	border:1px solid #919392;
}
#Formulaire .uninput{
	width:300px;
  max-width:100%;
  padding:0 20px;
  box-sizing:border-box;
	height:36px;
	line-height:36px;
	border:1px solid #dbdddc;
}
#Formulaire label.error {
	color: #ff0000;
	display: block;
	position:relative;
	margin:1px 0 5px 0;
}

.checkbox,
form > label{margin-top:20px;}

#Formulaire .checkbox label.error{ position:absolute; bottom:-18px; left:0; }


#Formulaire label{display:block; width:auto;}

.securimage-container{clear: left}
.securimage-container > img{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #7c7c7c;
	margin-right:7px;
	cursor:pointer;
}