body {
	background-color: #FFFFFF;
	background-image: url(../img/commun/bkg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Tahoma", Courier, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body.bkg-fichedetail {
	background-color: #FFFFFF;
	background-image: none;
	margin-top: 0px;
	padding-top: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 30px;
	font-size: 18px;
	color: #333333;
}
h1.t-vn-result {
	margin: 0px;;
}
p {
	margin: 0px 30px 10px 30px;
}
#main-conteneur {
	width: 1003px;
	background-color: #000000;
	margin: 0px auto;
}
/*#conteneur {
	width: 806px;
	background-color: #666666;
	float: left;
	padding-bottom: 30px;
}*/
#conteneur {
	width: 806px;
	background-color: #ffffff;
	float: left;
	padding-bottom: 30px;
	border-top: dotted 1px #cccccc;
}
#conteneur-results {
	width: 806px;
	background-color: #ffffff;
	float: left;
	border-top: dotted 1px #cccccc;
}
/* --- PAGE BLANCHE --- */

#conteneur-blc {
	float: left;
	width: 776px;
	background-color: #ffffff;
	padding-left: 30px;
	color: #333333;
	border-top: dotted 1px #cccccc;
}
#conteneur-blc h1 {
	color: #333333;
	margin-left: 15px;
}
#conteneur-blc p {
	margin-bottom: 5px;
	margin-left: 0px;
}
#conteneur-blc-saab {
	float: left;
	width: 776px;
	background-color: #ffffff;
	padding-top: 30px;
	padding-left: 30px;
	color: #666666;
	background-image: url(../img/marques/bkg-saab.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#conteneur-blc-corv {
	float: left;
	width: 776px;
	background-color: #ffffff;
	padding-top: 30px;
	padding-left: 30px;
	color: #666666;
	background-image: url(../img/marques/bkg-corvette.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#conteneur-blc-cad {
	float: left;
	width: 776px;
	background-color: #ffffff;
	padding-top: 30px;
	padding-left: 30px;
	color: #666666;
	background-image: url(../img/marques/bkg-cadillac.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* --- HEADER --- */

#header {
	width: 1003px;
	/*height: 120px;*/
}
#bandeau {
	width: 667px;
	float: left;
}
.cadillac {
	width: 109px;
	float: left;
}
.corvette {
	width: 108px;
	float: left;
}

/* --- TEXTES --- */

.txt-gris {
	color: #b4b4b4;
}
.txt-normal {
	font-weight: normal;
}
.txt-12-noir{
	color: #000000;
	font-size: 12px;
}
.txt-11-noir{
	color: #000000;
	font-size: 11px;
}
#nav {
	width: 197px;
	float: left;
}
#nav li {
	list-style-type: none;	
}
#nav ul.menu {
	width: 177px;
	margin-left: 20px;
}
#nav ul.menu a {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c0c0c0;
	text-decoration: none;
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: normal;
}
#nav ul.ssmenu {
	width: 167px;
	border-top: dotted 1px #333333;
	margin-top:3px;
}
#nav ul.ssmenu a {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: dotted 1px #333333;
}	
#nav ul a:hover, #nav ul a.active  {
	color: #ffffff;
}
#footer {
	width: 1003px;
	background-color: #93232e/*#8294aa*/;
	height: 10px;
	border-top: solid 6px #FFF;
}
.clean {
	clear: both;
}
.saab {
	width: 116px;
	float: left;
}

/* --- VEHICULES NEUFS / DIRECTION --- */

#bloc-vn {
	width: 746px;
	margin: 0px auto;
}
#flash-vn {
	width: 806x;
}
#bloc-vn ul {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #b3b3b3;
	padding-top: 10px;
}
#bloc-vn li {
	width: 230px;
	border-bottom: dotted 1px #b3b3b3;
	list-style-type: none;
}
#bloc-vn li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 15px;
}
#bloc-vn li a:hover {
	color: #93232e;
}

/* --- VEHICULES RESULTATS --- */

#flash-cadillac {
	width: 806px;
}
#bloc-resultat {
	width: 746px;
	padding: 0px 30px;
}
#listingresult {
	width: 746px;
	padding: 20px 30px;
	background-color: #666666;
	min-height: 300px;
}
.visu-results  {
	margin-right: 10px;
}
.description-results  {
	padding: 10px 0px;
	font-size: 13px;
	color:#ffffff;
}

/* --- FICHE DETAIL --- */

.t-marque { 
	font-size: 13px; 
	color: #d1d4d8; 
}
.t-modele { 
	font-size: 13px; 
	color: #ffffff; 
	font-weight: bold;
}
#liens-details a { 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}
.t-noir { 
	color: #000000; 
	font-size: 12px;
}
#localisation, #page {
	margin: 0px auto;
	width: 746px;
}
#page p {
	margin-left: 0px;
}


/* --- PROMOS --- */

#boxpromotitre {
	background-color: #93232e;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#boxlien a {
	color: #93232e;
	padding: 5px 10px;
	border-left: dotted 1px #93232e;
	border-right: dotted 1px #93232e;
	border-bottom: dotted 1px #93232e;
	text-decoration: none;
	display: block;
}
.boxpromo {
	border-bottom: solid 1px #93232e;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.promoprix {
	color: #93232e;
}


/* --- ANCIENS STYLES --- */

.normal { font-size: 12px; font-weight: normal; color: #000000; text-decoration: none}
.blanc { font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.blanc2 { font-family: "Times New Roman"; font-size: 14px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.blanc3 { font-family: "Courier New"; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.blanc4 { font-family: Georgia; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.blanc5 { font-family: Geneva; font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.liste { font-size: 12px; font-weight: normal; color: #efefef; text-decoration: none}
.legende { font-size: 10px; font-weight: normal; color: #666666; text-decoration: none}
.bleumaserati { font-size: 11px; font-weight: normal; color: #000000; text-decoration: none}

.titre {  font-size: 12px; font-weight: normal; color: #999999; text-decoration: none}
.titregris { font-size: 13px; font-weight: normal; color: #666666; text-decoration: none; }
.titregrisclair { font-size: 13px; font-weight: bold; color: #666666; text-decoration: none; }
.titreblanc { font-size: 13px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.titrenoir { font-size: 13px; font-weight: bold; color: #000000; text-decoration: none}
.titrerouge { font-size: 13px; font-weight: normal; color: #f00000; text-decoration: none}


a:link { font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline;}
a:active { font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline;}
a:visited { font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline; }
a:hover { font-size: 11px; font-weight: normal; color: #333333; text-decoration: none;}

a:link.menu { font-size: 12px; font-weight: normal; color: #000000; text-decoration: none;}
a:active.menu { font-size: 12px; font-weight: normal; color: #000000; text-decoration: none;}
a:visited.menu { font-size: 12px; font-weight: normal; color: #000000; text-decoration: none; }
a:hover.menu { font-size: 12px; font-weight: normal; color: #666666; text-decoration: underline;}

a:link.corvette { font-size: 11px; font-weight: normal; color: #ffffff; text-decoration: underline;}
a:active.corvette { font-size: 11px; font-weight: normal; color: #ffffff; text-decoration: underline;}
a:visited.corvette { font-size: 11px; font-weight: normal; color: #ffffff; text-decoration: underline; }
a:hover.corvette { font-size: 11px; font-weight: normal; color: #ffffff; text-decoration: none;}

a:link.cadillac { font-size: 11px; font-weight: normal; color: #333333; text-decoration: underline;}
a:active.cadillac { font-size: 11px; font-weight: normal; color: #333333; text-decoration: underline;}
a:visited.cadillac { font-size: 11px; font-weight: normal; color: #333333; text-decoration: underline; }
a:hover.cadillac { font-size: 11px; font-weight: normal; color: #333333; text-decoration: none;}

a:link.maserati { font-size: 11px; font-weight: normal; color: #141a34; text-decoration: underline;}
a:active.maserati { font-size: 11px; font-weight: normal; color: #141a34; text-decoration: underline;}
a:visited.maserati { font-size: 11px; font-weight: normal; color: #141a34; text-decoration: underline; }
a:hover.maserati { font-size: 11px; font-weight: normal; color: red; text-decoration: none;}

a:link.saab { font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline;}
a:active.saab { font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline;}
a:visited.saab { font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: underline; }
a:hover.saab { font-size: 11px; font-weight: normal; color: #6a8093; text-decoration: none;}


A.contact { font-size:12px;color:#ffffff; background-color:#666666; text-decoration:none; display: block; font-weight: bold; width:75px; text-align: center; text-valign: middle; padding-right: 3px; padding-left: 3px; padding-top: 3px;padding-bottom: 3px;}
A:hover.contact {background-color:#cccccc;  }


input,option,select,textarea,file,radiobutton { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #2b2b2b; background-color:cccccc; border: solid 1px #ffffff; text-decoration: none}

#page input, #page select, #page textarea {  	font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 2px 5px;font-weight: normal; color: #2b2b2b; background-color:#ffffff; border: solid 1px #cccccc; text-decoration: none}

a.form-bouton {
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #93232e;
	padding: 10px;
	text-decoration: none;
}

