

html{ font-size : 16px;}

body{
font-family:verdana,arial ; font-size : 0.85em ; color: white;
background-image: url('../Images/bleu_mer.jpg');
background-repeat : repeat;
background-attachment:fixed ;
background-color: #A4B08D;/*#002841;#EAEAAE;*/
}

.diap{
background-image: url('../Images/bleu_mer.jpg');
background-repeat : repeat;
background-attachment:fixed ;
background-color: #A4B08D;/*#002841;#EAEAAE;*/
}

.global{
width:1000px;
margin: 0 auto;
margin-top: 0px;
/*border: solid 1px black; */
}

.menuhaut{
 font-size: 0.95em;
background-image: url('../Images/fond23.gif');
background-repeat : repeat;
height: 50px;
width:1000px;
position:fixed;
top:0px;
text-align: center;
}

a.menutitre{
display:block;
float: left; 
margin-left: 92px;
text-decoration: none;
color: #4800F1;
background-color: white;
height: 20px;
line-height: 20px;
width : 130px;
margin-top : 15px;
border-radius : 10px 10px 10px 10px;
}

a.menutitre:hover{
background-color: navy;
color:white;
}

.spanstyle { color:   #EAEAAE; font-family: verdana,arial; font-weight: 600; font-size: 0.90em; position: absolute; top: -50px; visibility: visible;}/* #ff0000*/

.map{
position: fixed;
width:840px;/*990*/
height:520px;
margin-left: 80px;
margin-top: 120px; /* 140*/
text-align: center;
z-index: 1;
border: solid 1px black;
visibility: hidden;
background-color: Bisque;
border-radius : 10px 10px 10px 10px;
}

