body {
margin: 0;
padding: 0;
font: 80%  arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 270px;
margin-left:-132px;
}
dl#menu {
width: 146px;
}
dl#menu 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;
font-size : 1em; 
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: left;
margin-left:2px;
background: #fff;
text-indent:8px;
font-size : 1em;


}
dl#menu li a, dl#menu dt a {
color:#333333;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
background-image:url(images/barreMenuGaucheClair.gif);
font-size : 1em;
}

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