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

/*######################################## PAGINATION ######################################################*/ 
.pagination {
	width:740px;
	text-align:center;
	margin:2px auto;
	clear:both;
		
}

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

table#listing-vehicule {
	border-collapse: collapse;
	text-align:center;
	margin: 10px auto;
	width: 740px;
}


#listing-vehicule th {
	text-align:center;
	background-repeat: repeat-x;
	background-position: left top;
	color:#000000;
	height: 18px;
	background-color: #EEEEEE;
}

#listing-vehicule td {
	text-align:center;
	padding: 6px 0px;
}

#listing-vehicule tr td hr {
	color:#006699;}

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

/*************************** recherches ***********************************/

#integration #recherche-vehicule {
	width:700px;
	margin:10px auto 10px auto;
	text-align: center;
	position:relative;
	padding-bottom:20px;
	border-bottom:1px dashed black;
	
}
#integration #recherche-vehicule fieldset {
	
	padding: 10px;
}
#integration #recherche-vehicule legend{
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
#integration #recherche-vehicule label {
	float:left;
	margin-right:2px;
	text-align:left;
	width:190px;
}
#integration #recherche-vehicule #go {
	position:absolute;
		right:10px;
		top:28px;
		width:30px;}
/*************************** detail vehicule***************************************/

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

div.vehicule_plus .description{
	font-size:12px;
	color:#666666;
	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:#3786AD;
		
		
		}

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 {
	text-align:center;
	margin:0 auto;
	width:700px;
	clear:both;
}

.thumbwrapper {
	float: left;
	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: #FF0000;
}


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


#liens-bas-afficher {
	text-align:right;}
.imprimer {
	padding:5px;
	color:#666666;
	text-decoration:none;
	font-weight: bold;
	font-size: 1.1em;
}


#haut-annonce-print {
	width: 600px;
	text-align: center;
	margin:0 auto;
}

#adresse-regie-print{
	font-weight: bold;
	color: #3281B9;
	margin: 0px;
	width: 300px;
	float:left;
}
#horaires-regie-print{
	margin: 0px;
	width: 280px;
	float:left;
}
h1 {
	text-align:center;}

