body {
margin: 0;
padding: 0;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuG {
position: absolute;
top: 270px;
margin-left: 4px;
}
dl#menuG {
width: 146px;
}
dl#menuG dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: left;
text-indent:8px;
font-weight: bold;
border: 1px solid gray;
background-image:url(images/barreMenuGauche.gif);
color:#333333;
}
dl#menuG dd {
border: 1px solid gray;
}
dl#menuG li {
text-align: left;
margin-left:2px;
background: #fff;
text-indent:8px;
}
dl#menuG li a, dl#menuG dt a {
color: #333333;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
background-image:url(images/barreMenuGaucheClair.gif);

}

dl#menuG li a:hover, dl#menuG dt a:hover {
background-color:#FFFF99;
}