/*----- FORMULAIRE COTATION -----*/

/*----- DIV TITRE CATEGORIES DU FORMULAIRE -----*/
div.cotationTitre {position:relative; width:100%; height:20px; margin:12px 0 0 0; padding:20px 0 0 0; line-height:20px; font-size:12px; font-weight:normal; text-transform:uppercase; border-bottom:1px solid #d8cbbb; clear:both;}

/*----- DIV ACCUEILLANT LES DIFFERENTES PARTIES DU FORMULAIRE COORDONNEES et VOS BESOINS -----*/
div.cotationLeft {position:relative; width:300px; top:0; left:10px; float:left; margin:0; padding:0;}
div.cotationRight {position:relative; width:300px; top:0; right:10px; float:right; margin:0; padding:0;}

/*----- TABLEAU RECUEIL COORDONNEES et VOS BESOINS -----*/
table.coordonnees {width:100%; border-collapse:collapse; padding:0; margin:5px 0 10px 0;}


/*----- Cellule sous titre des categories du formulaire -----*/
table.coordonnees td.soustitre {width:100%; height:20px; line-height:20px; padding:5px 0; font-weight:bold;}

/*----- Cellule formulaire -----*/
table.coordonnees td.intitule {width:150px; height:18px; line-height:18px; padding:2px 0;}
table.coordonnees td.saisi {width:150px; height:18px; line-height:18px; padding:2px 0;}
table.coordonnees td.saisiSelect {width:150px; height:18px; line-height:18px; padding:2px 0;}

table.coordonnees select {width:50px; height:18px; font-size:12px; background:#ffffff; color:#444444; border:1px solid #cccccc;}
table.coordonnees input {width:150px; height:18px; margin:1px 0 0 0; font-size:12px; padding:0; background:#ffffff; color:#444444; border:1px solid #cccccc;}
table.coordonnees input.check {width:13px; height:13px; vertical-align:top; margin:3px 0 0 0; background:#ffffff; color:#444444; border:1px solid #cccccc;}

/*----- Cellule case à cocher -----*/
table.coordonnees td.saisiCheck {width:70px; height:18px; padding:2px 0; text-align:center;}
table.coordonnees td.intituleCheck {width:230px; height:18px; line-height:18px; padding:2px 0;}


/*----- DIV ACCUEILLANT LES DIFFERENTES PARTIES DU FORMULAIRE INFORMATIONS COMPLEMENTAIRES -----*/
div.cotationClear {position:relative; width:100%; top:0; left:0; clear:both;}

/*----- TABLEAU RECUEIL INFORMATIONS COMPLEMENTAIRES -----*/
table.info {width:100%; position:relative; border-collapse:collapse; margin:10px 0 0 30px; line-height:1;}
table.info td {padding:10px 0;}

table.info input {width:150px; height:18px; margin:1px 0 0 0; font-size:12px; padding:0; background:#ffffff; color:#444444; border:1px solid #cccccc;}
table.info input.check {width:13px; height:13px; margin:0 5px 0 0; vertical-align:top; background:#ffffff; color:#444444; border:1px solid #cccccc;}

/* Textarea */
table.info 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;}


/* Btn envoyer */
table.info 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;}

