Essaye d'afficher un calque flottant au centre avec le tableaux que j'ai donné plus haut :)
voici le code du calque flottant :
<div id="accueil" style="position:absolute; left:200px; top:150px; width:100px; height: 100px; z-index:1; overflow: visible;">
<table width="200" border="1">
<tr>
<td><a href="image1.jpg"><img src="image1.jpg" border="0" /><br />
Texte1</a></td>
<td><a href="image2.jpg"><img src="image2.jpg" border="0" /><br />
Texte2</a></td>
</tr>
</table>
</div>
Pour en changer la position il te suffit de changer left: 200px; top: 150px; c'est la position par rapport au coin supérieur gauche de la page :)