#Carte {
	position: relative; top:30px;
}

dl.map {
	position:relative;
	width:686px;
	height:651px;
	background:url(../images/CarteInteractive.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}
dl.map dt {
	list-style:none;
	display:inline;
}
dl.map dd {
	position:absolute;
	left:-9999px;
	width:250px;
	padding:4px;
	border:#ff8d00 2px solid;
	background:#ffa900;
	z-index:11;
	font-size:0.8em;
}

dl.map a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/Point.png) no-repeat;
	width:20px;
	height:19px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map a.location:hover {
	background:url(../images/PointHover.png) no-repeat -0px -0px;
}

dl.map ul {
margin:5px 0 0 0; padding:0;
}
dl.map li {
margin:0 0 0 15px;
list-style-type: circle; 
}


