body {
margin: 0;
padding: 0;
font: 74% verdana, arial, sans-serif;
}

img.fontecran
{
height: 95%
}

img.fontecranmain
{
height: 95%;
width: 95%;
}

dl, dt, dd, ul, li {
margin: 1;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 1;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #f9f939;
color: #000;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #f9f939;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font: 95% verdana, arial, sans-serif;
}
#menu li a:hover, #menu dt a:hover {
background: #ffe533;
}