/* CSS Document */
#Container {
	position:relative;
	border: 1px solid #000;
	width:550px;
	height:350px;
	/*margin:-5px 5px 5px -5px;*/
	z-index:2;
}
#map {
	float: left;
	width: 550px;
	height: 350px;
	border: none;
}
#liste {
	position: absolute;
	left: 420px;
	width: 112px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	top: 30px;
	padding: 5px;
	font-family:Verdana;
}
#Container-petit {
	position:relative;
	border: 1px solid #000;
	width:540px;
	height:350px;
	margin:-5px 5px 5px -5px;
	z-index:2;
}
#map-petit {
	float: left;
	width:540px;
	height:350px;
	border: none;
}
#liste-petit {
	position: absolute;
	left: 420px;
	width: 112px;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	top: 30px;
	padding: 5px;
	font-family:Verdana;
}
#liste-petit a{
	color:#000000;
	font-size:12px;
	font-family:Verdana;
	text-decoration:none;
}
#liste-petit a:hover{
	color:#000000;
	font-size:12px;
	font-family:Verdana;
	text-decoration:underline;
}
#liste-petit ul {
    list-style-image:none;
	list-style:none;
}
.texte {
	color:#000000;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
}
span {
display:none;
}
div.markerTooltip, div.markerDetail {
  color: black;
  /*font-weight: bold;*/
  font-family:Verdana;
  background-color: #FFFFFF;
  white-space: nowrap;
  margin: 0;
  padding: 2px 4px;
  border: 1px solid black;
}
#loaderimg{
 margin-top:10px;
 margin-left:10px;
}