/* --------- Car show --------- */

.header {
    font-weight: bold;
    font-size:   10pt;
    background: #326BAD;
    color: #FFFFFF;
}

.line0 {
    font-weight: normal;
    font-size:   9pt;
    background: #d1d2d4;
}
.line1 {
    font-weight: normal;
    font-size:   9pt;
    background: #FFFFFF;
}




/* --------- Copyright --------- */
.copyr {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	height: 20px;
	margin-top: 5px;
	width: 950px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}



/* --------- option --------- */
.info {
font: normal 12px Arial, Helvetica, sans-serif;
color: #333333;
height: 20px;
}

.typeinfo {
font: normal 12px Arial, Helvetica, sans-serif;
color: #0c439d;
height: 20px;
}




/* --------- Bande titre --------- */

.bande_titre {
width: 685px;
color: #3f6a9e;
font: italic 18px Arial, Helvetica, sans-serif;
font-weight: bold;
padding-bottom: 4px;
}



/* --------- Véhicule vedette--------- */

.vehicule_ved {
width: 390px;
margin-bottom: 5px;
}

.vehicule_ved .car {
width: 128px;
height: 165px;
float: left;
font: normal 10px Arial, Helvetica, sans-serif;
color: #333333;
}

.vehicule_ved .car .photo {}
.vehicule_ved .car .marque {
font-weight: bold;
}
.vehicule_ved .car .modele {
font-size: 10px;
}
.vehicule_ved .car .annee {}
.vehicule_ved .car .kilometrage {
color: #C8161D;
padding-bottom: 10px;
}
.vehicule_ved .car .prix {
color: #C8161D;
text-align: center;
}

.listing .car .photo {
border: 1px solid #ffffff;
padding: 0px;
width: 120px;
height: 90px;
}


/* --------- Véhicule Usagé--------- */

.vehicule_use {
width: 565px;
margin-bottom: 5px;
}

.vehicule_use .car {
width: 140px;
height: 165px;
float: left;
font: normal 10px Arial, Helvetica, sans-serif;
color: #333333;
}

.vehicule_use .car .photo {}
.vehicule_use .car .marque {
font-weight: bold;
}
.vehicule_use .car .modele {
font-size: 10px;
}
.vehicule_use .car .annee {}
.vehicule_use .car .kilometrage {
color: #C8161D;
padding-bottom: 10px;
}
.vehicule_use .car .prix {
color: #C8161D;
text-align: center;
}

.listing .car .photo {
border: 1px solid #ffffff;
padding: 0px;
width: 120px;
height: 90px;
}




/* --------- Les liens --------- */

A {
text-decoration:none;
font-size:12px;
color: #222222;
}


/* ---------Formulaire --------- */

select.Menu{
font-family: Arial;
font-size:   10pt;
font-style:  normal;   
}
option.MenuOne{
	font-family:arial;
	background-color:#FFFFFF;
	color: #000000;
}
option.MenuTwo{
	font-family:arial;
	font-weight: bold;
	color:#000000;
	background-color:#CCCCCC;
}
option.MenuThree{
	font-family:arial;
	color:#000000;
	background-color:#FFFFFF;
}

