Essaye comme ceci :
<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>
<style type="text/css">
<!--
/* CSS issu des tutoriels css.alsacreations.com */
dt, dl, dd, ul, li {
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
azimuth:center;
background-color:#CCCCCC;
}
- menu dd {
float: left;
}
- menu dl {
float: left;
}
- menu li {
display: inline;
}
- menu a {
text-decoration: none;
color: #000;
background-color:#CCCCCC;
}
- smenu1, #smenu2, #smenu3, #smenu4, #smenu5 {
position:absolute;
font-size: 11px;
border-top: 1px solid gray;
width: 790;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#CCCCCC
}
a {text-decoration: none;
color: #222;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}
-->
</style>
</head>