@charset "UTF-8";
h2 { margin: 10px; }
table{ margin: 20px; font-size: 10px; }
fieldset { padding: 10px; }
th { font-size: 1.1em; 	text-align: left; }
/*td { vertical-align: top; }*/
dl { margin: 15px 0 0 0; }
dt { margin: 10px 0 0 20px; }
dd { margin: 10px 0 0 30px; }
#conteneurRecherche {
	width: 650px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	 
	position: relative;
	font: normal 12px "lucida grande",Arial,sans-serif;
}

#conteneurRecherche ul { margin: 20px; }
#ulRechercheAvancee { margin: 0 0 0 40px; }
#rechercheAvancee, #ulRechercheAvancee, #TabbedPanels1, form { font: normal 12px "lucida grande",Arial,sans-serif; }

#TabbedPanels1 {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font: normal 12px "lucida grande",Arial,sans-serif;
}

.selectGeo { width: 200px; }
.cacher { color: red; text-decoration: none; border: 1px solid #c0c0c0;	padding: 0 3px 0 3px; }
.cacher:hover {	background: #f1f1f1; }
#rechercheAvancee { /*clear: both; */ }
#criteresRechercheAvancee a { font-size: 14px; font-weight: bold; color: green; text-decoration: none; }
.imgIndicateur { vertical-align: middle; }

#menuTabRecherche {
	background: #f00;
	padding: 0;
	margin: 0;
	z-index: 2;
	clear: both;
}

#menuTabRecherche li {
	display: inline;
	margin: 0 2px 0 2px;
	padding: 7px 10px 5px 1em;
	float: left;
	cursor: pointer;
	background: #c0c0c0;
}

#menuTabRecherche li:hover { background: #adabab; }

#menuTabRecherche li.active {
	background: #f2f2f2;
	color: #000000;
	font-weight: bold;
}

.content {
	clear: both;
	background: #f2f2f2;
	padding: 1em;
	display: block;
	border-bottom: 1px solid #aaa;
	z-index: 1;
}
.premierTiers {
	height: 85px;
}

#RecherchePrix {
	position: absolute;
	top: 80px;
	left: 465px;
	z-index: 10000;
	width: 200px;
	background: #fff;
	border: 2px solid #000;
}

#RechercheNbrRes {
	position: absolute;
	top: 80px;
	left: 500px;
	z-index: 10000;
	padding: 20px;
	background: #fff;
	border: 2px solid #000;
}

#tooltip {
	width: 350px;
	position: absolute;
	z-index: 3000;
	border: 2px solid #111;
	background-color: #fff;
	padding: 5px;
}

#tooltip ol {
	margin-top: 15px;
}

#tooltip ol li {
	margin: 0 10px 10px 25px;
}

#tooltip h3, #tooltip div { 
	font: normal 12px "lucida grande",Arial,sans-serif;
 }

