1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| <html>
<head>
</head>
<body onkeyup="resetTouche()" onkeypress="initTouche(event)" onload="ajusterHauteur()">
<div id="entete" class="entete" style="z-index: 50;">
</div>
<div id="menu" class="menu" style="z-index: 50;">
</div>
<div id="content" class="content" style="z-index: 10;">
</div>
<b>
</b>
<div id="pagePardessus1" style="z-index: 50;">
</div>
<b>
</b>
<div id="pagePardessus2" style="z-index: 50;"/>
<b>
</b>
<div id="footer" class="footer" style="z-index: 50;">
</div>
<b>
</b>
</body>
</html> |