#formulaire{
	padding: 15px 0 0 20px;
	margin: 0 0 0 0;
}
.hauteurligne{
height: 26px;
}
.form_label{
  float: left;
  width: 150px;
	text-align: left;
  font-size: 1em;
  font-family: Arial;
	white-space: nowrap;
}
.champs, .champs_obligatoire{
  width: 250px;
}

.champs_obligatoire{
  background-color: rgb(200,200,200);
}
#erreur{
   color:red;
   font-size: 14px;
   font-weight: bold;
}
#envoiok{
   color:#339900;
   font-size: 14px;
   font-weight: bold;
}

a #lienenvoiok{
   color:#339900;
   font-size: 12px;
}
#captcha{
background-color: white;
padding: 5px 0 5px 10px;
width:580px;
}
#mention{
  text-align: justify;
  font-size: 11px;
  font-weight: bold;
  padding: 0 20px 0 0;
}

