.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;
}
#captcha{
  background-color: #ffffff;
  padding: 5px 0 5px 10px;
  width: 440px;
}

