@charset "iso-8859-1";


body {
margin: 0;
padding: 0;
background: ivory;
font: Trebuchet MS, Arial, Helvetica, verdana, 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: 790px;
font color:ivory;
}
#menu dt {
cursor: pointer;
margin: 0px 0;;
height: 15px;
line-height: 15px;
text-align: middle;
font-weight: normal;
border: 0px solid gray;
background: white;
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt a {
color: #3333CC;
font-weight: normal;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}



