#repere, .repere{
	width:16px;
	height:16px;
	background:#f00;
	position:absolute;
}
.repere a{
	text-decoration:none;
	color:#000;
}
.repere a:hover{
	color:#fff;
	background:#70c236;
}

#legende, .legende{
	position:absolute;
	width:150px;
}
#carte_cont{
	padding:15px;
	background:#333;
	position:relative;
	width:auto;
	float:left;
}
.legende_pos_1{
	right:16px;
	bottom:8px;
	text-align:right;
}
.legende_pos_2{
	left:-75px;
	margin-left:50%;
	bottom:16px;
	text-align:center;
}
.legende_pos_3{
	left:16px;
	bottom:8px;
}
.legende_pos_4{
	right:16px;
	top:0px;
	text-align:right;
}
.legende_pos_5{
	left:16px;
	top:0px;
}
.legende_pos_6{
	right:16px;
	top:8px;
	text-align:right;
}
.legende_pos_7{
	left:-75px;
	margin-left:50%;
	top:12px;
	text-align:center;
}
.legende_pos_8{
	left:16px;
	top:8px;
}


/*sliders*/
#scroll_x{
	width:100%;
	position:absolute;
	bottom:-8px;
	left:0;
	background:#aaa;
	height:1px;
}
#scroll_y{
	height:100%;
	position:absolute;
	right:-8px;
	top:0;
	background:#aaa;
	width:1px;
}
#slider_x{
	width:8px;
	height:15px;
	background:#fff;
	position:absolute;
	left:200px;
	bottom:7px;
	cursor:pointer;
}
#slider_y{
	width:15px;
	height:8px;
	background:#fff;
	position:absolute;
	right:7px;
	cursor:pointer;
}

#front_carte{
	position:relative;
	margin:0px 0 0px 25px;
	padding:3px 0 0 0;
	z-index:110;
}

.lieu_type_1{
	background:transparent url(../imgs/lieu_principal.gif) no-repeat center center;
}
.lieu_type_1 a{
	font-weight:bold;
	font-size:12px;
}
.lieu_type_2{
	background:transparent url(../imgs/lieu_point.png) no-repeat center center;
}
.lieu_type_3{
	background:transparent url(../imgs/lieu_bac.png) no-repeat center center;
}
.lieu_type_4{
	background:transparent url(../imgs/lieu_phare.png) no-repeat 0 0;
}
.marker{
	background:transparent url(../imgs/lieu_marker.png) no-repeat 0 0;
}
.marker a{
	font-weight:bold;
	color:#ba0000;
}

#carte_legende{
	position:absolute;
	z-index:111;
	top:541px;
	right:110px;
}
#carte_legende ul{
	list-style-type:none;
}
#carte_legende li{
	padding:2px 0 2px 0px;
	margin-left:10px;
	background-position:0 center;
	border:none;
	float:left;
	font-size:9px;
}
#carte_legende li span{
	display:block;
	width:16px;
	height:16px;
	float:left;
	background-position:center center;
	background-color:#fff;
	margin:1px 5px 2px 0;
	
}

