* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #dbd7b4;
    font: normal 12px tahoma, verdana, trebuchet, arial, "sans serif";
    color: #152731;
    line-height: 18px;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #f6b902;
    text-decoration: none
}

.center {
    text-align: center;
    width: 1001px;
    margin: 0 auto;
}

/* Page d'accueil */
.home {
    position: absolute;
    width: 1100px;
    height: 641px;
    padding: 0;
    top: 50%;
    margin-top: -320px;
    left: 50%;
    margin-left: -550px;

}

.home_flex {
    display: flex;
    flex-wrap: wrap;
    width: 1099px;}
.home_flex1 {
    height: 335px;}
.home_flex2 {}



/* Page de contenu */
#contenu {
    width: 1250px;
}

.page {
    background: #dbd7b4 url(../images/fond.jpg) no-repeat top left fixed;
    margin: 0;
    padding: 0;
}

#bannerHome .haut {
    width: 1001px;
    height: 145px;
    background: transparent url('../images/fond_home_haut2.jpg') no-repeat left top;
}

#bannerHome .bas {
    width: 1001px;
    height: 520px;
    background: transparent url('../images/fond_home_bas2.jpg') no-repeat left top;
}

#logo {
    position: absolute;
    top: 14px;
    left: 30px;
    z-index: 20;
}


/* Navigation */
#navig {
    width: 244px;
    margin: 0;
    float: left;
    z-index: 10;
    position: relative;
}


#listeMarque {
    border-width: 0;
    background-color: #555;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    width: 193px;
    height: 18px;
}

/* Contenu des pages */

#texte {
    padding-top: 80px;
    text-align: left;
    z-index: 100;
    width: 800px;
    float: left;
    line-height: normal;
}

#texte h2 {
    color: #8B2603;
    font-size: 22px;
    font-weight: bold;
    text-indent: 80px;
    text-transform: uppercase;
    margin-bottom: 15px;
    z-index: inherit;
}

#page img {
    margin: 2px;
}

/* Liste des v�hicules */
#liste_voiture {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#liste_voiture li {
    padding: 5px;
    margin: 3px;
    border: 1px dotted #D45D0E;
    font-size: 11px;
    line-height: 15px;
    position: relative;
}

.vendu {
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 500;
}

#liste_voiture li img {
    float: left;
    border: 0;
    margin-right: 7px;
}

#liste_voiture li h3 {
    font-size: 15px;
}

#liste_voiture li h3 a {
    color: #D45D0E;
}

#liste_voiture li h3 a:hover {
    color: #33A38D;
}

#liste_voiture .fiche {
    font-weight: bold;
    color: #33A38D;
    font-size: 13px;
}

#liste_voiture .fiche:hover {
    color: #D45D0E;
}

/* Fiche v�hicule */
#fiche {
    padding: 3px;
    padding-top: 80px;
    text-align: left;
    z-index: 100;
    width: 950px;
    float: left;
    min-height: 510px;
}

#fiche h2 {
    color: #8B2603;
    font-size: 22px;
    font-weight: bold;
    text-indent: 80px;
    text-transform: uppercase;
    margin-bottom: 15px;
    z-index: inherit;
}


#fiche_navigation {
    height: 24px;
    overflow: hidden;
}

#fiche_navigation .prec {
    float: left;
    font-weight: bold;
    border: 1px solid #B0AC8F;
    padding: 2px;
    width: 150px;
    margin-left: 4px;
    background-color: #C6C1A3;
    text-align: center;
}

#fiche_navigation .suiv {
    float: right;
    font-weight: bold;
    border: 1px solid #B0AC8F;
    padding: 2px;
    width: 150px;
    margin-right: 4px;
    background-color: #C6C1A3;
    text-align: center;
}

#fiche_navigation .prec:hover,
#fiche_navigation .suiv:hover {
    background-color: #888;
}


#fiche #diaporama {
    width: 480px;
    min-height: 470px;
    float: left;
    padding: 4px;
    box-sizing: border-box;
}

#diaporama .grande {
    margin: 5px 0;
    width: 450px;
    height: auto;
    box-shadow: 2px 2px 8px #aaa;
    margin-bottom: 8px;
    padding: 6px;
}

#diaporama .vignette {
    border: 1px solid #ccc;
    height: 73px;
    width: 110px;
}

#photos {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#photos li {
    float: left;
    margin: 2px 3px;
    overflow: hidden;
    width: 110px;
}

#fiche #options {
    width: 430px;
    height: 470px;
    border: 5px solid #D58218;
    float: right;
    margin: 10px 0;
    padding: 4px;
    /*overflow:hidden;*/
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0 0 5px #E9E7C1;
}

#options .titre {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #fff;
    padding: 10px 0;
}

#options .description {
    font-size: 12px;
    height: 280px;
    padding-left: 14px;
    overflow: auto;
    margin-top: 10px;
}

#options .prix {
    font-size: 20px;
    font-weight: bold;
    color: #D46B12;
    padding: 4px;
    border: 1px solid #8B2703;
    width: 120px;
    text-align: center;
}

#fiche_boutons {
    width: 200px;
    float: right;
    padding-top: 5px;
}


#options .bouton {
    display: block;
    border: 1px solid #B0AC8F;
    margin: 5px 10px 0 0;
    padding: 2px 6px;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    background-color: #C6C1A3;
    width: 170px;
}

#options .bouton:hover {
    background-color: #888;
    color: 666;
}

#fiche_contact {
    display: none;
}

#fiche_contact_form {

}

#fiche_contact_form td {
    font-size: 11px;
    text-align: right;
}

#fiche_contact_form input {
    font-size: 11px;
    width: 220px;
    border: 1px solid #888;
    background-color: #eee;
}

#fiche_contact_form textarea {
    font-size: 11px;
    width: 220px;
    height: 65px;
    border: 1px solid #888;
    background-color: #eee;
}

/* Page contact */
#contact_form {
    width: 500px;
    margin: 2px;
    padding: 20px 10px;
    float: left;
    background: url('../images/fond_contact.png') no-repeat;
    min-height: 420px;

}


.rouge {
    color: #f00;
    font-size: 16px;
    font-weight: 700;
}

.clearfix {
    clear: both;
}

/* Pied de page */
#footer {
    clear: both;
    margin-top: 30px;
    padding-top: 10px;
}
