/* Feuille de style pour le formulaire de contact -Captcha v.1*/

#formu
{
   width:450px;
   font-family:verdana,sans-serif;
   font-size:0.8em;
   margin: auto;
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: verdana;
   color: #000000;
   font-weight: bold;
} 
.img
{
	border:1px solid black;
	width:200px;
}
label
{
   display:block;
   width:150px;
   float:left;
   color: #ffffff;
}
.captcha
{
   color:  #E34405;
}
.info
{
   font-family: verdana;
   font-size:8px;
   color: #ffffff;
   font-style: italic;
}
.info-bis
{
   font-family: verdana;
   font-size:8px;
   color: #ffffff;
   font-style:normal;
}
.asterisque
{
  color: red;

}
.signature
{
   text-align: right; 
   font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
   color: gray;
   font-size: 80%;
   text-decoration:none;
}
fieldset {
width:200;
}
