<!-- 
.commentVenir {  /*pour la carte*/

position:relative;}



#charte01{
position:relative;
z-index:150;}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 8px;
margin-left:0;
z-index:100;
width: 600px; /* precision for Opera */
height:175px;
margin-bottom:200px;/*important pour ie7*/
font-family:arial;}



#menu dl {
float: left;
width: 50px;
margin-top:85px;
margin-left:30px;

}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: normal;
/*background: #48648C;  couleur menu*/
border: none;
margin: 0px;
height:75px;
}


#menu dd {
display: none;
border: none;
}

#menu ul{
height:100%;/*important pour ie5*/
display:block;/*important pour ie5*/
margin-top:0px;
}

#menu li {
text-align: left;
background: #48648C; /*couleur sous menu*/
width:210px;
margin-bottom:0px;
padding:auto;
display:block;
}

#menu li a, #menu dt a {
color:#FFFFFF; /*couleur police*/
text-decoration: none;
display: block;
height: 22px;
border: 0 none;
padding-top:4px;
padding-left:5px;
}
#menu li a:hover, #menu li a:focus {
background: #7591B7;
}
#menu dt a:hover, #menu dt a:focus {
font-weight:bold;}

-->