/*----- FORMULAIRE CONTACT -----*/

/*----- Mise en forme des cellules du tableau -----*/
table.contact {position:relative; width:560px; border-collapse:collapse; margin:0 0 27px 0; line-height:1;}
table.contact td.intitule {width:560px; height:20px; line-height:20px; padding:13px 0 10px 0; font-size:12px; color:#666666;}
table.contact td.intituleCivilite {width:560px; height:20px; line-height:20px; padding:0 0 10px 0; font-size:12px; color:#666666;}
table.contact td.saisi {width:560px; height:20px; line-height:20px; padding:0 0 13px 0;}

table.contact td.ref {width:560px; height:20px; line-height:20px; padding:0 0 13px 0; font-size:12px; color:#666666; font-weight:bold;}

/*----- Mise en forme des cellules de l'inscription à la newsletter -----*/
table.contact td.check {width:560px; height:20px; line-height:20px; padding:13px 0 10px 0;}

/*----- Mise en forme des cellules du CPATCHA -----*/
table.contact td.captcha {width:160px; height:40px; font-size:12px; padding:0 0 10px 0;}
table.contact td.captcha img {vertical-align:top;}
table.contact td.saisiCaptcha {width:400px; height:40px; padding:0 0 0 20px;}
table.contact td.saisiCaptcha input {width:210px; height:18px; margin:1px 0 0 0; font-size:12px; padding:0; background:#ffffff; color:#444444; border:1px solid #999999;}

/*----- Mise en forme cellule Bouton envoyer -----*/
table.contact td.envoi {width:560px; height: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 #999999;}
table.contact input {width:230px; height:18px; margin:1px 0 0 0; font-size:12px; padding:0; background:#ffffff; color:#444444; border:1px solid #999999;}
table.contact input.check {width:13px; height:13px; vertical-align:top; margin:3px 0 0 0; background:#ffffff; color:#444444; border:1px solid #999999;}
table.contact textarea {width:230px; height:82px; margin:0; background:#ffffff; color:#444444; border:1px solid #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

/*----- Mise en forme du bouton envoyer -----*/
table.contact td.envoi input.btn-envoyer {width:70px; height:30px; margin:0; padding:0 0 15px 0; border:none; background:url('../images/btn-envoyer.png') 0 0 no-repeat; color:#ffffff; font-size:12px; 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:560px; height:30px; padding:0 0 27px 0; text-align:center; overflow:hidden;}

div#erreur {position:absolute; top:45px; left:0; width:560px; padding:5px 0; text-align:center; color:#FF0000;}

