#menuPrincipalFond{
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 40px;
left:18%;
width:821px;
height:21px;
margin: 0;
padding: 0;
background: #82B86A;
z-index:1;
   filter:alpha(opacity=100);   /* Internet Explorer 6     */
   -moz-opacity:1;           /* Mozilla 1.6 et infér.   */
   opacity: 1; 
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 40px;
left:18%;
z-index:15;
width: 750px; /* correction pour Opera */
/*background: #82B86A;*/
}

/*

background: url(../medias/images/imagesGraphisme/ombrePorte-VignetteNews.gif) repeat-x bottom left;
background-color:#e42203;

*/
#menu dl {
float: left;
width: 12em;
}
#menu dt {
/*  Affichage  des RUBRIQUES    */
font-family: verdana, helvetica, sans-serif ;
cursor: pointer;
text-align: center;
font-weight: bold;
background: #82B86A;   /* Couleur de fond du MENU */
height:21px;
border-right: 1px solid white;
margin: 1px;
}
#menu dd {
margin-top:-1px;
display: none;
border: 0px solid #247500;
background: url(../medias/images/imagesGraphisme/ombrePorteMenu_.jpg) repeat-x top left;
background-color: #247500;   /* Couleur de fond du MENU */
}
.rubMenu{
color:#FFFFFF;
font-size:13px;
}
#menu li {
background-image :url('../medias/images/imagesGraphisme/PuceJaune.gif');
background-repeat: no-repeat;
background-position: 2px 2px ;
padding-left:13px;
text-align: left;
background: #247500n; /* Couleur de fond du Sous   Menu   */
}

  
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

/*
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
 background-color: lightgreen;  /*  Couleur  de  fond  lors du survol */
/*}
*/
#menu li a:hover, #menu li a:focus{
 background-color: #82B86A;  /*  Couleur  de  fond  lors du survol */
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
