/* TABLE DES MATIÈRES:
	- Éléments à cacher
	- Éléments de base à personnaliser
	- Pied de page
	- Textes
----------------------------------------------------------------------------------------*/

/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */
#menu, #menuhaut, #conteneurflash, #socialBookmarker, #calltoactions, #colGauche, #menuBas, #menuVehicules, #bookmarkHoverPopup, #sousmenu, #ui-datepicker-div{
	position: absolute;
	visibility: hidden;
}


/* ELEMENTS DE BASE À PERSONNALISER 
--------------------------------------------------------------------------------------- */
html{
	/* Garder 3 fontes seulement */
	font-family: Arial, Verdana, Tahoma;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}

h1{color: #0699d0; font-size:26px; font-weight:normal;margin-bottom:10px;}
h2{color: #0699d0; font-size:15px;font-weight:normal;padding:5px 0;}
br.both{clear:both;}

#promo{background:url(Gx/M/boiteImage_fond.gif) repeat-y;width:215px;float:right;}
#promo div.image{background:url(Gx/M/boiteImage_haut.gif) no-repeat top;}
#promo div.image div{background:url(Gx/M/boiteImage_bas.gif) no-repeat bottom;padding:9px 0 9px 11px;}
#promo div.image div img{display:block;}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{color:#999;  font-size:11px; padding:10px 6px 0 6px;}
#piedPage a{color:#999; text-decoration:none;}
#piedPage a:hover{color:#353535;text-decoration:none;}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size: 12px; line-height: 150%; color: #353535;}
p strong{font-size: 13px;}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color: #A69512; text-decoration: none;}
p a:hover, p a:visited:hover, ul li a:hover, ul li a:visited:hover, ol li a:hover, ol li a:visited:hover{color:#C0AE2C; text-decoration:underline;}

ul li{font-size:12px; line-height:150%; list-style:square; margin-left:16px;}
ol li{font-size:12px; line-height:150%; color:#1F1F1F; margin-left:16px;}

/* FORMULAIRES
--------------------------------------------------------------------------------------- */
fieldset{font-size: 11px; margin-bottom:10px; padding:5px;}
fieldset legend{border: 1px solid #999; color:#000; font-size:14px; font-weight:bold; padding:3px;}
fieldset label{font-size:12px; color:#000; margin:2px 0 2px 0;}

.innerleft{float:left}
.innerright{float:right}

/* Référer ce site */
#referer{width:450px;}

/* Formulaire contact */
#formulaireQuestion fieldset label{float:left;width:150px;}
#formulaireQuestion .champTexte{float:left;width:300px;}
#formulaireQuestion .listeDeroulante{float:left;width:300px;}
#formulaireQuestion .boiteTexte{float:left;height:70px;width:330px;}

.champTexte{
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px 0;
	width:200px;
}
.listeDeroulante{
	background: #EEF3F7;	
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-size: 11px;
	margin:2px 0 2px 0;
}
.boiteTexte{
	background: #EEF3F7;
	border: 1px solid #C9D0D6;
	color: #4E677A;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin:2px 0 2px 0;
	width:450px;
	height:100px;
}
.bouton{
	background-color: #EEF3F7;
	border:1px solid #498ECB;
	cursor:pointer;
	color: #498ECB;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
.bouton:hover{background-color:#1A80B6; color:#FFF;}

.champCache{display:none; visibility:hidden;} /* Utilisé pour l'anti-spam */

.erreur{color:#FF0000;}

/* PAGE ACCUEIL
--------------------------------------------------------------------------------------- */
#calltoactions{margin-bottom:15px;}
#calltoactions a{
	margin-right:3px;
}

.promo{background:url(Gx/M/boiteImage_fond.gif) repeat-y;width:215px;float:right;}
.promo div.image{background:url(Gx/M/boiteImage_haut.gif) no-repeat top;}
.promo div.image div{background:url(Gx/M/boiteImage_bas.gif) no-repeat bottom;padding:9px 0 9px 11px;}
.promo div.image div img{display:block;}

.promoleft{
	float: left;
	width: 300px;}
.promoright{
	float: right;
	width: 300px;}

/* PAGE VÉHICULE NEUF
--------------------------------------------------------------------------------------- */
.modele{
	float: left;
	width: 200px;
	text-align: center;
	padding-bottom: 10px;}
.modele img{border:2px solid #eee;}
#modele #img{
	float: left;
	width: 277px;
	border:2px solid #eee;}
#modele #carac{
	float: right;
	width: 370px;}
#modele #carac .actif{font-weight:bold;}

a.link2, a.link2:link, a.link2:visited{
	font-weight: normal;
	color: #004c86;
	text-decoration: none;}

a#print, a#print:link, a#print:visited{
	background: transparent url(Gx/01/bg_print.gif) no-repeat top left; 		
	float: right;
	padding: 0 10px 0 20px;
	text-decoration: underline;
	height: 16px;
	line-height: 16px;}
a#print:hover{
	text-decoration: none;	}

	
#detailVehicule{
	font-size:12px;
	border-collapse: collapse;
	border: none;
	width:680px;}
#detailVehicule td{
	padding:6px 0 6px 3px;
	border-bottom:2px solid #FFF;}
.pageHeading{
	padding:0 15px 0 15px;
	background: url(gx/01/titrefond.gif) no-repeat;;
	line-height:17px;
	color:#FFF;
	font-weight:bold;}
.row_heading{
	color:#0186CB;}
.row_odd{
	background-color:#F3F3F3;
	color:#000;}
.row_even{
	background-color:#E9EAEC;
	color:#000;}
.row_blank{
	display:none;}

/* PAGE VIDEO
--------------------------------------------------------------------------------------- */
.thumbvideo{
	width:210px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
}

.thumbvideo a {text-decoration:none;}
/* CARTE
--------------------------------------------------------------------------------------- */
div#carte{ background: #F0F6FA; width: 425px; padding: 10px; float: right; }
div#carte div#map{border:1px solid #b7b7b7;width:425px;height:300px;}
div#carte div#formDirection{ margin: 10px 0 0 0; }
div#carte div#formDirection input#fromAddress{ color: #9B9B9B; font-size: 12px; border: #CCCCCC 1px solid; background: #FFFFFF; width: 145px; margin: 0 10px 0 0; }
div#carte div#formDirection input#bouton{ color: #FFFFFF; text-align: left; background: url(Gx/00/bouton2g_bg.gif) no-repeat top left; border: 0px; width: 168px; height: 27px; padding: 0 0 2px 18px; }
div#carte div#formDirection a, div#cabinet div#carte div#formDirection a:link, div#cabinet div#carte div#formDirection a:visited{ color: #2C699C; font-size: 11px; text-decoration: none; background: url(Gx/M/sousmenu_bg_on.gif) no-repeat 0px 5px; padding: 0 0 0 14px; } div#cabinet div#carte div#formDirection a:hover{ color: #999999; }
div#carte div#directions{ color: #666666; font-size: 11px; min-height: 0px; margin: 10px 0 0 0; display: none; }
div#carte div#directions a, div#cabinet div#carte div#directions a:link, div#cabinet div#carte div#directions a:visited, div#cabinet div#carte div#directions a:hover{ color: #999999; font-weight: bold; text-decoration: none; }
div#carte p{float:right}