@charset "utf-8";
/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.mapatitre{
background-repeat: no-repeat;
padding-left:0px;
margin-left:10px;
height:24px;
font-size:14px;
color:#ee6600;
}

.mapatitle{
background-repeat: no-repeat;
padding-left:0px;
margin-left:30px;
height:15px;
font-size:12px;
color:#007bbc;
}

.mapatitle a{

font-size:12px;
color:#007bbc;
}
.mapatitle a:hover{
	text-decoration:underline;
	color:#ee6600;
}

.mapasubtitle{
background-repeat: no-repeat;
padding-left:0px;
margin-left:35px;
height:15px;
font-size:11px;
color:#007bbc;
}

.mapasubtitle a{

font-size:11px;
color:#007bbc;
}

.mapasubtitle a:hover{
text-decoration:underline;
color:#ee6600;
}

.bloc1 {
position:absolute;
	top:170px;
	right:700px;
	width: 400px;
    height: 500px;
    overflow: auto; 
}

.bloc2{
position:absolute;
	top:170px;
	right:600px;
	width: 200px;
    height: 500px;
    overflow: auto; 
}

.bloclegal{

	position:absolute;
	top:60px;
	left:10px;
	width: 500px;
    height: 500px;
    overflow: auto; 

}

.contenumapa{
background-image: url(imagenes/fondmapa.png);
position:absolute;
background-repeat:no-repeat;
height:630px;
width:1160px;
top:130px;
left:-60px;
}

.texte{
position:absolute;
line-height:20px;	
}

.texte p {
font-size:12px;
padding-left:15px;
}

