#menuBG,#menuHG {
font-size: 12px;
margin-left:6px;
margin-top: 5px;
width: 124px;
}

/* Menu gauche */
#menuHG dd {
position: absolute;
z-index: 100;
left: 125px;
width: 260px;
background: #006699;
list-style-type: none;
padding :0;
margin:0;
margin-top: -25px;
}

#menuHG dt a:hover {
color:#FFFF00;
background:#339900;
text-decoration: none;
}

#menuHG dt {
background:#006699;
height: 24px;
line-height: 24px;
border: 1px solid white;
text-align: center;
}

#menuHG li {
height: 24px;
line-height: 24px;
border: 1px solid white;
list-style-type: none;
}

#menuHG li a, #menuHG dt a {
color:#FFFFFF;
text-decoration: none;
display: block;
font-size: 13px;
}

#menuHG li a:hover {
color:#FFFF00;
background:#339900;
text-decoration: none;
}

#menuHG ul , #menuBG ul {
padding:0;
margin:0;
}

#menuBG dd {
position: absolute;
z-index: 100;
left: 125px;
width: 240px;
background: #006699;
list-style-type: none;
padding :0;
margin:0;
margin-top: -25px;
}

#menuBG dt a:hover {
color:#FFFFff;
background:#339900;
text-decoration: none;
}

#menuBG dt {
background:#006699;
height: 24px;
line-height: 24px;
border: 1px solid white;
text-align: center;
}

#menuBG li {
height: 24px;
line-height: 24px;
border: 1px solid white;
list-style-type: none;
}

#menuBG li a, #menuBG dt a {
color:#FFFF00;
text-decoration: none;
display: block;
font-size: 13px;
}

#menuBG li a:hover {
color:#FFFF00;
background:#339900;
text-decoration: none;
}
/********************/
#menuRues a{ font-size: 10px;}

#menuRues {
  position:absolute;
  left:5px;
  top: 5px;
  width:124px;
}

#menuRues  li {
padding:1px;
text-align:center;
vertical-align:middle;
border: 1px solid white;
list-style-type: none;
}

#menuRues  li a {
color:#0000FF;
text-decoration: none;
display: block;
}

#menuRues  li a:hover {
color:#FFFF00;
background:#339900;
text-decoration: none;
}

