
#formu
{
   width:500px;
   margin: auto;
   border:hidden;   
}

#reseaux-sociaux
{
   width: 100px;   
   margin-left: 16px;
   padding-top: 1em;
   border:hidden;  
   font-size: 0.9em;
   text-align: center;
}

#reseaux-sociaux a
{
   font-size: 0.9em;
}

#reseaux-sociaux a:hover
{
   font-size: 1em;
}

legend /* On met un peu plus en valeur les titres des fieldset */
{
   color: #0B7DAE;
   font-weight: bold;
} 
.img{border: 0; margin-top: 10px; padding:0;}

label
{
   display:block;
   width:100px;
   float:left;
}
.captcha
{
   font-size:0.95em;
}
.info
{
   margin-top: 2em;
   margin-bottom: 2em;
}

.champ
{
   margin-top: 8px;
   margin-bottom: 8px;
}

.bouton
{
   margin-top: 8px;
   margin-bottom: 8px;
   margin-left: 116px;
}

.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;
}

.required {
	color: #FF0000;
}

fieldset{
	border:hidden;
	margin: 0;
	padding: 0;
}
input, textarea{
border:1px solid #FFFFFF;
background-color:#888888;
color: #FFFFFF;
}

input:focus, textarea:focus{
border:1px solid #FFFFFF;
background-color:#333333;
}
