#contact textarea{
background: #c1c1c1;
border: 1px grey dotted;
font-size: 16px;
font-weight: bold;
padding: 2px;
}

#contact fieldset{
width: 935px;
margin: -25px 0 0 22px;
}

#contact fieldset table{
margin: auto;
}

#contact input[type="text"]{
background: #c1c1c1;
border: 1px grey dotted;
height: 20px;
font-size: 17px;
font-weight: normal;
padding: 2px;
}

#contact label.error:before{
content: url(../img/invalide.png);
}

#contact label.valid:before{
content: url(../img/valide.png);
}
