dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

/* Position du contenant du menu*/
#menu {
position:absolute;
z-index:100;
}

/* position des sous menu*/
#menu dd {
display: none;
border: 1px solid gray;
width:153px;
position:absolute;
}


/* Zone de texte du sous menu*/
#menu li {
text-align: center;
background: #dfd4b6;
color:#331609;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
line-height: 2;
width:153px; /* taille*/
text-indent:5px;
}

/*lien*/
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
background: #dfd4b6;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {color:#864324;}

/*site centré*/
#site {
z-index: 1;
width:849px;

}