@charset "iso-8859-1";
/* auteur: cmdj */
/* Date de création: 31/08/2006 */

/* CSS issu des tutoriels http://css.alsacreations.com */


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
     left: 39%; 
     top: 30.5%;
z-index:1;
}

#menu dl {
float: left;
width: 6em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
font: 65% trebuchet MS,verdana;
color: #996633;
background: #DCCCCC;
border: 1px solid #996633;
}
#menu dd {
border: 1px solid #996633;
}
#menu li {
text-align: center;
background: #DCCCCC;
}
#menu li a, #menu dt a {
font: 65% trebuchet MS,verdana;
color: #996633;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #FFF7D1;
}

#site {
position: absolute;
z-index: 100;
}

a {text-decoration: none;
color: #996633;
}


