/*----- FORMULAIRE CONTACT -----*/

/*----- Mise en forme des cellules du tableau -----*/
table.contact {position:relative; border-collapse:collapse; margin:12px 0 27px 0; line-height:1;}
table.contact td.intitule {width:100px; height:20px; line-height:20px; padding:5px 0;}
table.contact td.saisi {width:150px; height:20px; line-height:20px; padding:5px 0;}
table.contact td.saisiSelect {width:150px; height:20px; line-height:20px; padding:5px 0 4px 0;}

/*----- Mise en forme des cellules du Message -----*/
table.contact td.intituleMessage {width:426px; height:20px; padding:0 0 0 30px;}
table.contact td.message {width:426px; height:90px; padding:0 0 0 30px;}

/*----- Mise en forme des cellules de l'inscription à la newsletter -----*/
table.contact td.check {width:426px; height:20px; line-height:20px; padding:0 0 0 30px;}

/*----- Mise en forme des éléments du formulaire select, input, textarea -----*/
table.contact select {width:50px; height:18px; font-size:12px; background:#ffffff; color:#444444; border:1px solid #cccccc;}
table.contact input {width:150px; height:18px; margin:1px 0 0 0; font-size:12px; padding:0; background:#ffffff; color:#444444; border:1px solid #cccccc;}
table.contact input.check {width:13px; height:13px; vertical-align:top; margin:3px 0 0 0; background:#ffffff; color:#444444; border:1px solid #cccccc;}
table.contact textarea {width:396px; height:82px; margin:0; background:#ffffff; color:#444444; border:1px solid #cccccc; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

/*----- Mise en forme du bouton envoyer -----*/
table.contact input.btn-envoyer {width:100px; height:18px; margin:20px 0 0 0; padding:0 0 8px 0; border:none; background:#c0b5a7; color:#878076; font-weight:bold; font-size:13px; cursor:pointer;}

/*----- Mise en forme du div pour siginfication messages d'erreur ou envoi réussi du mail -----*/
div#envoiOK {position:relative; top:0; left:0; width:676px; height:30px; padding:0 0 27px 0; text-align:center; color:#FF0000; overflow:hidden;}

div#erreur {position:absolute; top:0; left:0; width:676px; height:25px; padding:5px 0 0 0; text-align:center; color:#FF0000;}

