/*//FORMULAIRE//*/
/*CONTACT*/
div#formulaire {position:relative; top:0; left:0; width:600px; margin:33px 0 0 0; float:left;}
table.formulaire {margin:0; border-collapse:collapse; float:left;}
td.intitule {width:150px; margin:0; padding:5px 0 0 0; vertical-align:top;}
td.saisie {width:450px; margin:0; padding:5px 0 0 0; vertical-align:top;}
td.intitule img {vertical-align:top;}

.saisie input {width:295px; height:13px; font-size:11px; line-height:11px; margin:0; padding:0 1px; background:#eaeaea; border:1px solid #838383;}
.saisie input.envoyer {width:60px; height:17px; font-size:11px; margin:5px 0; padding:0 0 2px 0; background:#eaeaea; border:1px solid #838383; color:#333333; cursor:pointer;}
.saisie textarea {width:295px; height:42px; font-size:11px; line-height:11px; margin:0; padding:0 1px; background:#eaeaea; border:1px solid #838383; font-family:Arial, Verdana, Sans-sherif; overflow:auto;}
.saisie select {width:165px; height:17px; font-size:11px; line-height:11px; margin:0; padding:0; background:#eaeaea; border:1px solid #838383;}

