body{
    background-color: #cfcfcf;
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    
}
div#corps-page{
    width: 900px; 
    margin: 0 auto;
    background: transparent;
    position: relative;
    z-index: 1;
    background-color: #FEFEFE;
}
h1{
    text-align: center;
    font-size: 1.8em;

}
h2{
    font-size: 1.2em;
    color: #003B8E;
   // margin-top: 2em;

}

a img{
    border: none;
}

div.service{
    border-bottom: dashed 1px #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding: 0 20px 10px 30px;
}
div.service h4{
    color: #003B8E;
}
div.service ul, div.service p{
    font-size: 0.9em;
}
div.service ul{
    line-height: 1.5em;
}
div.service strong{
    color: #003B8E;
    
}
div#valeurs h2{
    clear: right;
}
div#valeurs p{
    margin: 0 40px 0 20px;
    text-align: justify;
}
div#valeurs a{
    font-size: 0.8em; float: right;
    margin-right: 40px;
    margin-bottom: 30px;
    text-decoration: none;
    color: #F05032
}
div#valeurs a:hover{
    color:#FAA633;
}
form table{
    font-size: 0.8em;
    vertical-align: top;
    }
form table td{
    color: #333333;
    font-weight: bold;
    }
form table td.opt{
    font-weight: normal;
    }
form table input[type=text]{
    width: 240px;
}
form table textarea{
    width: 240px;
    height: 80px
}
/* -------------- MODULE VO ---------------- */
form#alerte_mail table input[type=text]{
    width: 300px;
    margin-left: 10px;
}
form#alerte_mail table input[type=radio], form#alerte_mail table select, form#alerte_mail table input[type=checkbox]{
    margin-left: 10px;
}
form#alerte_mail table input[type=text].half{
    width: 143px;
}
/*
form.recherche_occasions select{
    width: 140px;
    float: left;
    margin-right: 20px;
}
form.recherche_occasions input[type=submit]{
    width: 100px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}
form.recherche_occasions input[type=text]{
    width: 140px;
    float: left;
    margin-right: 20px;
}
*/
table.occasions{
    font-size: 0.7em;
    margin: 0 0 0 -1px;
    width: 602px;
}
table.occasions td{
    padding: 0.4em 1em;
    border-bottom: solid 1px #999999;
}
table.occasions tr.titre td{
    background: #ffffff;
    color: #003B8E;
    font-weight: bold;
    border: solid 0 white; 
    border-bottom: solid 1px #003B8E;
    padding: 0.4em 0.8em;
    font-size: 1.2em;
    vertical-align: bottom;
    
}
table.occasions tr.titre td.titre-modele{
    padding-left: 0;
    padding-bottom: 0;
    background: #ffffff;
    
}
table.occasions tr.titre td.titre-modele img{
}
table.occasions td.marque{
    width: 40px;
}
table.occasions td.modele{
    width: 230px;
}
table.occasions td.photo{
    width: 40px;
}
table.occasions td.marque, table.occasions td.annee, table.occasions td.prix{
   // background-color: #DEDEDE;
}
table.occasions tr.impair{
    background-color: #EAEAEA;
}


table.occasions a.modele{
    text-decoration: none;
    font-size: 1em;
}
table.occasions a.modele:hover{
    text-decoration: underline;
}

table.occasions td.annee{
    // text-align: center;
}
table.occasions td.prix, table.occasions td.km{
    // text-align: right;
}




table.fiche_vehic{
width: 390px;
}
table.fiche_vehic td{
    font-size: 0.7em;
    padding: 0.5em 1em 0.5em 0;
    border-top: solid 1px #868689;
    vertical-align: top;
}
table.fiche_vehic td.titre{
    font-weight: bold;
    white-space: nowrap
}
table.fiche_vehic td.plus_dinfos{
    text-align: right;
}
table.fiche_vehic td.plus_dinfos a{
    font-weight: bold;
    color:#Dc002e;
}
div#contact_infos{
    padding-top: 10px;
    text-align: left;
}
form.contact_vo input[type=text]{
    width: 140px;
    float: right;
    margin-left: 10px;
    margin-top: 6px;
}
form.contact_vo textarea{
    width: 290px;
    float: right;
    margin-left: 10px;
    margin-top: 6px;
}
form.contact_vo input[type=submit]{
    width: 220px;
    float: right;
    margin-top: 6px;
}
form.contact_vo input[type=submit].half{
    width: 220px;
    float: right;
    margin-top: 6px;
}
div.alert{
    clear: left; 
    float: left; 
    display: inline; 
    border: solid red 1px; 
    width: 180px; 
    padding: 6px 10px; 
    font-size: 0.8em; 
    color: red;
}

/* ------- voitures neuves ------- */
td.couleur, td.finition, td.carburant, td.boite{
    font-size: 0.84em;
    white-space: nowrap;
    text-align: center;
    padding: 0;
    }
    
/* ------------------- VERSION HTML ------------------ */
div#flascont div{
    margin: 20px;
}
div#menu{
    float: left;
    width: 280px; 
}
div#menu a{
    float: left;
    clear: left;
}
div#liens_vehicules{
clear: left;
    float: left;
    width: 280px; 
}
div#liens_vehicules a{
    float: left;
    clear: left;
}
div#liens_vehicules ul li{
    list-style-type: none;
}
marquee{
    color: red;
    font-size: 120%;
}
div#footer{
    width: 100%;
    clear: left;
    text-align: center;
    font-size: 80%;
}
div#menu, div#liens_vehicules{
    margin: 20px;
}