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

#conteneur{
width:480px;
}

#bloc1{

display: block;
float: left;
}

#bloc2{
    display: block;
	float: right;
}

#formu
{
   width:400px;
   font-family:verdana,sans-serif;
   font-size:0.8em;
}

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; border-top: 0px;border-left: 0px;border-right: 0px;}

label	
{
   display:block;
   width:150px;
   float:left;
   color: #2C485C;
   background-color: white;
}

.captcha
{
   color:  #E34405;
   background-color: white;
   display:block;
   float:center;
}

.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: 80%;
   text-decoration:none;
}