
/* icones select location */
span.locname
{
	padding-left:20px;
	height:20px;
	background-repeat:no-repeat;
	background-position:0 0;
	overflow:hidden;
}

span.airport
{
	background-image:url("http://misc.location-voiture.com/images/icones/airport3.png");
}

span.gare
{
	background-image:url("http://misc.location-voiture.com/images/icones/gare2.png");
}

/*autocomplete*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 3px 5px;
	display: block;
	cursor: pointer;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('http://misc.location-voiture.com/images/icones/loader.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f3f3f3;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/*lien pied*/

ul.liste_footer
{
	list-style: none;
	display:inline;
}

ul.liste_footer li
{
	background-image:none;
	padding-left:0;
	display:inline;
}

ul.liste_footer li + li
{
	background-image:url("http://misc.location-voiture.com/images/fonds/sep_footer.gif");
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:5px;
	margin-left:5px;
}

p
{
	margin-top:5px;
	margin-bottom:5px;
}

h1
{
	color:#ff6c00;
	padding: 5px;
	padding-left:0;
	font-size: 17px;
	background-image: url("http://misc.location-voiture.com/images/fonds/point.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom:10px;
}


h2
{
	font-size: 15px;
	font-family: arial;
	color: #3369a9;
	margin-bottom:5px;
}

a:link,
a:hover,
a:visited
{
	color: #3369a9;
}

a:hover
{
	text-decoration:none;
}

div#pied a
{
	color: #fff;
	text-decoration:none;
}

div#pied a:hover
{
	text-decoration:underline;
}

/* critère */
.critere
{
	border:0px solid green;
	border-top:1px solid #ccc;
	padding:5px;
	margin-top:20px;
}

.critere strong
{
	margin-bottom:10px;
}

.critere p
{
	margin-bottom:10px;
}

.critere ul
{
}

.critere ul li input
{
	margin:0;
	margin-right:5px;
	margin-top:0;
}


#affichage {height: 35px} /* surcharge de /base/styles/default/global.css car hauteur spécifique à MEC */
.photo {width:75px;}
.partenaires {width:110px;}
.description {width:180px;}
.loueurs {width:100px;}
.categories {width:100px;}
.tarif {width:110px;}
.infos {width:80px;}

/**
* Positionnement des résultats MEC
*/

#offres_locs {position:relative;width:760px;}

.voitures {width: 760px;height: 100px;left: 0px;position: relative;border-top: 1px solid #808080; }
.voituresHover {width: 760px;height: 100px;left: 0px;position: relative;border-bottom: 1px solid #808080;border-top: 1px solid #808080;background-color:#D2F0F0;text-decoration:none;cursor:pointer;}
#offres_locs .photo {width:70px;right:684px; /* bfoucher */top:2px;position: absolute;text-align: center;}
#offres_locs .partenaires {width:110px;right:580px;height:17px;top:20px;position: absolute;text-align: center;}
#offres_locs .description {width:190px;right:380px;position: absolute;text-align: left;}
#offres_locs .loueurs {width:110px;right:280px;height:17px;top:20px;position: absolute;text-align: center;}
#offres_locs .categories {width:80px;right:200px;height:25px;top:15px;position: absolute;text-align: center;}
#offres_locs .tarif {width:120px;right:80px;height:17px;top:20px;position: absolute;font-size: 17px;font-weight:bold;font-family:verdana;color: #f60;line-height: 14px;text-align: center;}
#offres_locs .infos {width:80px;right:0px;height:25px;top:15px;position: absolute;text-align: center;}

#offres_locs img.photo {width:70px;border:1px solid #ccc;padding:2px;}
#offres_locs img.infos {width:70px;height:25px;}
#offres_locs img.partenaires {width:97px;height:17px;}

