* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    background-color: white;
    margin: 0;
    padding: 0;
    font-size:11pt;
}

div#container {
    width:680px;
    margin-left: auto;
    margin-right:auto;
}

div#topbar {
    padding-top: 3px;
    padding-bottom: 3px;
    color: rgb(153, 153, 153);
    font-size: 8pt;
    text-align: center;
    width:100%;
}

div#topbar a {
    color:rgb(162, 162, 162);
    font-weight: bold;
    text-decoration: none;
}

div#header {
    height: 114px;
    width: 678px;
    background-image: url('/images/header_bg.jpg');
    position: relative;
}

div#header a#header-histo {
    position:absolute;
    left: 463px;
}

div#header a#header-histo {
    position:absolute;
    left: 463px;
}

div#header a#header-localisation {
    position: absolute;
    top: 14px;
    left: 453px;
}

div#header a#header-contact {
    position: absolute;
    top: 28px;
    left: 443px;
}

div#header a#header-neuf {
    position:absolute;
    left:115px;
    top:71px;
}

div#header a#header-occasion {
    position:absolute;
    top:71px;
    left: 218px;
}

div#header a#header-sav {
    position:absolute;
    top:71px;
    left: 366px;
}

div#header a#header-magasin {
    position:absolute;
    top:71px;
    left: 469px;
}

div#header a#header-promos {
    position:absolute;
    top:42px;
    right:100px;
}

div#header a#header-actus {
    position:absolute;
    top: 42px;
    right:33px;
}

div#page-title {
    width:678px;
    height:56px;
    background-image: url('/images/title_bg.gif');
}

div#page-title h1 {
    text-align:center;
    font-style: italic;
    color: rgb(204, 0, 0);
    font-weight: bolder;
    font-size: 13pt;
    background: transparent;
    margin: 0;
    padding: 10px;
}

div#main {
    width: 678px;
    background-image: url('/images/content_bg.gif');
    background-repeat: repeat-y;
}


div#content{
    width:639px;
    padding:2px;
    border: 1px groove gray;
}

div#content h2 {
    color: rgb(204, 0, 0);
    text-decoration: underline;
    font-size: 15pt;
    font-weight: normal;
    text-align:center;
}

div#footer {
    width: 646px;
    padding-right:1px;
    padding-top: 10px;
    text-align:center;
    margin-top: 10px;
    border-top: 6px solid rgb(217, 3, 12);
    background: transparent;
}

div#footer p{
    margin: 0;
    font-size: 9pt;
}


p.intro {
    font-weight:bold;
    margin: 0;
    font-size: 8pt;
}

a img {
    border: 0;
}

table.wa-list {
    width:580px;
    border-color: black;
}

table.wa-list th {
    background-color: black;
    color: white;
    text-align: center;
    height: 25px;
    font-weight: bold;
    font-size:10pt;
}

table.wa-list td {
    text-align:center;
}

.whiteonblack {
    color: white;
    background-color: black;
    margin: 5px;
}

.occasintro, .indexintro {
    font-size:10pt;
    text-align:center;
    font-weight: bold;
}

.clear {
    clear: both;
}

div.category {
    float:left;
}

div.category img.title {
    margin-left:3px;
}

ul.subcat, ul.sitefeatures {
    list-style-image: url('images/puce.gif');
}

ul.subcat {
    width:160px;
}

ul.sitefeatures li {
    margin-top:6px;
}

div.category ul.subcat li a{
    color:rgb(204, 51, 51);
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

div.category ul.subcat li a:hover {
    text-decoration:underline;
}

div.fiche p.info {
    font-weight: bold;
    font-size:9pt;
    text-align: center;
}

div.fiche table.details {
    width:100%;
}

div.fiche table.details thead {
    color: white;
    background-color: black;
    font-size: 12pt;
    font-weight: bold;
    text-align:center;
}

div.fiche table.details tbody th {
    text-align:center;
    font-weight: bold;
    font-size:11pt;
}

table.contact {
    width:308px;
}

table.contact p {
    margin: 0;
    text-align:center;
}

table.contact p.address {
    font-weight: bold;
}

table.contact th {
    font-size:13pt;
    text-decoration: underline;
    font-weight: bold;
    color: rgb(204, 0, 0);
}

div.contact form label {
    width:100px;
    display: block;
    float:left;
    font-weight: bold;
}

div.contact form input, div.contact form select {
    display: block;
    margin-right:15px;
    float:left;
}

div.contact form select {
    width: 174px;
}

div.contact form p {
    margin-bottom:5px;
    margin-top:5px;
    clear:both;
    font-size: 10pt;
}

form p.controls {
    text-align: center;
}

div.contact div.intro {
    background-color: black;
    color: white;
    font-weight: bold;
    text-align:center;
    height: 50px;
    line-height: 50px;
    width:90%;
    margin-right: auto;
    margin-left: auto;
    font-size:10pt;
}

p.error {
    font-weight: bold;
    color: red;
}

div.contact div.success {
    text-align:center;
}

