/**********************************************************************
  Styles autovaleur specifiques a la cote automobile
**********************************************************************/

body{ font-family:Arial, sans-serif; font-size: 11px; margin:0; padding:0; }
#main #cote{ display: block; width: 90%;margin:auto; text-align: center;}
h3 {font-size: 12px; font-weight: bold;}
.main{ width:80%;text-align:left; }
/* Premiere etape (choix type de vehicule) */
#step1{ }
#step1_phraseintro{  }
.step1_cote_form{ border:1px dotted black; padding:10px; text-align:center; background:#791100; }
.step1_cote_form_select{  }
.step1_cote_form_option{ font-size:18px; font-weight:bold;  }
.step1_cote_form_submit{ margin-top:8px; }
.step1_cote_form_submit, .cote_form_submit{ border:1px solid black; background:#DD2323; margin-top:8px; color:#ffffff; font-weight: bold; }

/* 1ere etape par marques les plus demandees */
.cote_list{ list-style-type:none; margin: 4px;}
.cote_list a{ text-decoration:none; font-size:12px; color:black; font-family:Arial,Helvetica,sans-serif; font-weight:bold; }
.cote_list a:hover{ color:#930003; }
.cote_list_image{ float:left; margin-right:12px; margin-bottom:2px; }
.cote_list_comment{ }
.cote_list_comment A{ font-weight:normal; font-size:0.6em; color:#8f8f8f; }
.choix_marques td{ border: 1px solid gray; }
/* Etapes suivantes, formulaires */
.cote_form{ border:1px dotted black; padding:10px; text-align:center; color:#ffffff; background:#B50102; }
.cote_form_select{ border:1px solid black; }
.cote_form_option{  }

/* Etapes suivantes, textes dans formulaires */
.cote_form_text{ border:1px solid black; font-size:12px; }
.cote_form_readonly{ border:1px solid black; background: #efefef; font-size:12px; padding-left: 2px; padding-right:2px;}
.cote_form_label{ font-size:14px; }
.cote_form_subtext{ text-align: left;font-size:11px; width:100%; }
/* Etapes suivantes */
.cote_table{ border-collapse:collapse;width: 100%; }
.cote_table th{ border: 1px solid black; padding: 4px; text-align: center; }
.cote_table td{ border: 1px solid black; padding: 4px; padding-left: 6px; text-align: left;font-size: 11px; }
.cote_table td a{ width: 100%; height: 100%; display: block; color: black; font-weight: bold; font-size: 11px;text-decoration: none; }
.cote_table td a:hover{ color: #791100; }
.cote_ligne_grise { background:#efefef; }
.cote_ligne_over { cursor:pointer; background: #cdcdFF; }

div #cote_circulation { text-align: left;border-bottom:1px solid #cecece;  }
div #cote_circulation img { float:right; }
div #cote_circulation a{ text-align: left; text-decoration:none; }
div #cote_recap_step { text-align: left;  }

/* Etape de previsualisation */
#cote_previsu1{ text-align: left; font-size:11px; }
#cote_previsu2{ text-align: left; font-size:11px; }
#cote_previsu3{ text-align: left; font-size:11px; }
#cote_previsu4{ text-align: left; font-size:11px; }
#cote_previsu5{ text-align: left; font-size:11px; }

/* Fiche vehicule */
#cote_visu{ border: 1px dotted black; padding-left:4px; margin-top:8px; margin-bottom:8px;text-align: left; }
h1#cote_res_title1{ text-align:center;font-size:18px; }
h3#cote_res_title2{ text-align:center;font-size:14px; }
.cote_res_infopayante{ font-weight:bold; color:red; }
#cote_descriptif{ border:1px dotted red; padding:4px; background:#ffc; margin-bottom:4px; margin-right:4px; font-size:10px; text-align:justify; }
.cote_res_paragraph_title{ display:block;width:98%;border-bottom:1px solid gray; border-left: 6px solid gray; margin-bottom:2px; padding-left:3px; font-size:13px;color: gray; }
.cote_res_line{ padding-left:20px; padding-top:4px; }
.cote_res_label{ font-weight:bold;font-size:11px; }
.cote_res_value{ font-size:11px; }
.cote_res_cote{ font-weight:bold; border:1px solid black; padding:4px; } /* cote proprement dite, en valeur */

/* Partie payante */
.cote_toplinks{ text-align:right; }
.cote_toplinks a{ text-decoration:none; color:#930003; font-weight:bold; padding-left:20px; }
.cote_toplinks a:hover{ text-decoration:underline; }

/* Message Vous devez payer */
#cote_mustPay{ padding:8px; margin:16px; border:double red; background:#ffda94; }
#cote_mustPay a{ text-decoration:none; font-weight:bold; }

/* Message erreur due a utilisateur */
#cote_error_user{ padding: 4px; margin:8px; border: 1px solid red; background:#ffdeba; }
#cote_error_user_title{ font-size:12px; color:#df0a00; font-weight:bold; padding-top:10px;  text-align:center; }
#cote_error_user ul{list-style-type: circle; margin-left:-8px;}
#cote_error_user a{ text-decoration:none; font-weight:bold; }

/* Message erreur technique */
#cote_error_technic{ padding: 8px; margin:16px; border:1px dotted gray; background:#ffff66; }


