/* CSS Document */
/**********************************************************
  FORMULAIRE CONTACT
**********************************************************/

select, option, input {
background-color:#FFF;
color:#333;
font-family: arial;
font-size: 12px;
width: 130px;
}
textarea{
font-family: arial;
color:#333;
font-size: 12px;
text-align: left;
width: 155px;
}
.erreur{
font-size: 18px;
color:red;
}  
.erreur2{
font-size: 11px;
color:red;
} 
