/* Moteur de Recherche ++++++++++++++++++++++++++++++++++++++++++++ */
#moteur-recherche {
	width: 490px;
	text-align: center;
	position: relative;
}

#moteur-recherche h3 {
	text-align: left;
}

#moteur-recherche table {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 3px;
}

#moteur-recherche table td {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:32px;
}

.moteur-left {
	padding-right: 5px;
	width: 250px;
	vertical-align: top;
}

.moteur-left h2 {
	font-size:12px;
	padding-left: 2px;
}

.moteur-left select {
	padding: 2px;
	font-size: 14px;
	width: 250px;
	margin-bottom:10px;
}

.moteur-right {
	vertical-align: center;
	/*padding-left: 15px;*/
}

#tabSearchInvLeft {
	width: 50px;
}

#separator-moteur {
	width: 1px;
	height: 160px;
	background-color: #d0d0d0;
	position: absolute;
	left: 265px;
	top: 28px;
}

#slider-range-euro, #slider-range-km, #slider-range-annee  {
width:180px;
}