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

#formu
{
   width:500px;
   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: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #0B7DAE;
   background-color: white;
   font-weight: bold;
} 
.img{border:1px solid black;width:125px;}
label
{
	display: block;
	width: 150px;
	float: left;
	color: #000080;
	background-color: white;
}
.captcha
{
   color:  #E34405;
   background-color: white;
}
.info
{
   font-family: "Trebuchet MS", Arial, Georgia, "Times New Roman", Times, serif;
   font-size:0.9em;
   color: #008000;
   background-color: white;
   font-style: italic;
}
.info-bis
{
   font-family: verdana, Arial, Georgia, "Times New Roman", Times, serif;
   font-size:0.9em;
   color: #008000;
   background-color: white;
   font-style:normal;
}
.asterisque
{
  color: red;
  background-color: white;
}
.signature
{
	text-align: right;
	font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
	color: gray;
	background-color: white;
	font-size: 40%;
	text-decoration: none;
}
