body {
margin: 0;
padding: 0;
font: 80%    Arial, sans-serif"Times New Roman", Times, serif,verdana,  sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
/*position: absolute;*/
float:left;
margin-top:8px;
margin-left:10px;
}
dl#menu {
width: 180px;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
height: 32px;
line-height: 32px;
text-align: left;
text-indent:15px;

/*border: 1px solid gray;*/
background-image:url(../images/barreMenuGauche.gif);
color:#ffffff;
}
dl#menu dd {
/*border: 1px solid gray;*/
}
dl#menu li {
text-align: left;
margin-left:2px;
background-image:url(../images/barreMenuGauche.gif);
height:32px;
text-indent:10px;
/*border:1px solid black;*/
}
dl#menu li a  {
color:#29406c;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu dt a {
color:#ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
background-color: #fcfcfc;
color:#333333;
}