/* ------- ELEMENTS CARTE DU RESEAU ----------*/
.fond_reseau{
	position: absolute;
	width: 750px;
	height: 600px;
	top: 0px;
	left: 0px;
	background-image: url(../images/reseau-2008.gif);
	background-repeat: no-repeat;
	border: none;
}

#france {
	float:left;
	margin-top:100px;
	width:700px;
	height:500px;
	z-index:100;
}

.cache_legende{
	position:absolute;
	top:540px;
	left:0px;
	width:750px;
	height:50px;
	background-color: white;
	z-index:110;
}

#RP{
	float:left;
	margin-top:100px;
	width:700px;
	height:500px;
	z-index:100;
}

a.puce_france{
	position:absolute;
	top:33px;
	left:8px;
	width:70px;
	height:70px;
	background-image: url(../images/puce_france.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index:200;
}

a.puce_france:hover{
	background-image: url(../images/puce_france_survol.gif);
}

a.puce_rp{
	position:absolute;
	top:110px;
	left:7px;
	width:70px;
	height:70px;
	background-image: url(../images/puce_rp.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index:200;
}

a.puce_rp:hover{
	background-image: url(../images/puce_rp_survol.gif);
}
