.Style1 {font-size: medium}
.Style2 {
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
}
.Style3 {font-size: 18px}
.Style4 {
font-size: 16px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.Style5 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 36px;
font-weight: bold;
}
.Style6 {font-size: 18px; font-family: Geneva, Arial, Helvetica, sans-serif; }
.Style7 {font-size: 36px}
.Style9 {font-family: Geneva, Arial, Helvetica, sans-serif}
.Style11 {font-size: 18px; font-weight: bold; }
body {
background-color: #FF0000;
}
<script type="text/javascript">
<!--
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
for (var i = 1; i<=10; i++) {
if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
}
if (d) {d.style.display='block';}
}
//-->
</script>
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; }
