@charset "utf-8";
/* CSS Document */



/************ Listing des vehicule *************************/

table#listing-vehicule {
	border-collapse: collapse;
	text-align:center;
}



#listing-vehicule th {
	text-align:center;
	background-image: url(../img-garagiste/fond-th.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#CCC;
	height: 32px;
}


#listing-vehicule .description{
		text-align:left;}
		
		
#listing-vehicule input {
		text-align:center;
}

/*************************** recherches ***********************************/
#recherche-vehicule {
	border: none;
	margin: 0 auto!important;/*Ne pas toucher, centrer pour firefox*/
	margin: 0 0 0 100px;/* Pour centrer la div sous IE, modifiez le dernier paramètre*/
	text-align:right;
	padding: 1em;
	color: white;
	/*background: #FFF;*/
	width: 600px;	/*** Largeur du formulaire ***/
}

#recherche-vehicule fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
	color:#F87306;
	border:1px solid #FF7707;

	-moz-border-radius:0.4em;
}



#recherche-vehicule legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #FFFFFF;
	background: transparent;
	font-size: 20px;
}


#recherche-vehicule fieldset  label {	/*** Mise en forme des intitulÃ©s de champs ***/
	
	width: 20%;	/*** Les intitulÃ©s prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignï¿½s ï¿½ droite... ***/
	margin-right:1em;
	color: #fff;
}

#recherche-vehicule select {
	padding:0.15em;/*** padding interne des input ***/
	/*width:10em;/*** tailles des input ***/
	margin-right: 8px;
	border:1px solid #ddd;/***bordure des input ***/
	background:#fafafa; /*** couleur de fond des input ***/
	font:bold 0.95em arial, sans-serif;/*** style de la police des input ***/
	-moz-border-radius:0.4em;/*** Sous firefox arrondis des input ***/
	-khtml-border-radius:0.4em;/*** arrondis des input ***/
}


#recherche-vehicule .envoyer{
	text-align:center;
	font-size:9px;
}

#recherche-vehicule .envoyer input{
	border:1px solid #000;
	margin-top:.2em;
	
}



.gras {
	font-weight:bold;
}

/*************************** detail vehicule***************************************/

div.vehicule_plus{
	margin:10px auto;
	clear:both;
	padding:5px;
	width:600px;
	text-align:left;
	
}

div.vehicule_plus .description{
	font-size:12px;
	color:#FFF;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;

	
}


.vehicule_plus fieldset {
	padding:10px;
	-moz-border-radius:0.4em;/*** Sous firefox uniquement arrondis l'encadrement ***/
	margin-bottom: 10px;
	
		
}
.vehicule_plus legend {
		font-size:18px;
		font-weight:bold;
		color:#FFF;
		
		
		}

div.vehicule_plus .description div.image { /*** div contenant la 1ere vignette du plus de details ****/
	 float:left;
	 padding: 5px;
	 margin-right: 10px;
	 margin-top: 8px;
	
	
}
/*div.image a img , div.image a:hover img  { /*** Bordure de la 1ere vignette du plus de details ***
		border:1px solid #fff;}
		
		*/



#photos-vehicule {
	margin:10px auto!important;
	margin:10px 10px 10px 20px;
	text-align:center;
	width:560px;
	clear:both;
}

.thumbwrapper {

	float: left;
	clear:right;

	height: 120px;

	width: 120px;
	
	padding: 5px;

	background: #fff;

	margin: 4px;

	border: 1px solid #AFAB8E;

	text-align: center;
	

}

#prix-vehicule {
	padding-top:6px;
	float:right;
	font-size:20px;
	font-style:normal;
	font-weight: bold;
	clear:both;
	color: #FF7707;
}


.retour {
		float:right;
		margin-top:10px;
		clear:both;
	
}

