@charset "iso-8859-1";


body {
margin: 0;
padding: 0;
background: #FFCC99;
font: 80% verdana, arial, sans-serif;
scrollbar-arrow-color : White;
	scrollbar-track-color : #FFE4B5;
	scrollbar-face-color : #996633;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
}
#menu {
width: 90%;
font color:ivory;
}
#menu dt {
cursor: pointer;
margin: 0px 0;;
height: 15px;
line-height: 15px;
text-align: left;
font-weight: bold;
border: 0px solid gray;
background: #FFCC99;
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt a {
color: #3333CC;
font-weight: bold;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}



