bonjour,
on peut s'inspirer de ceci
<html>
<head>
<title></title>
<SCRIPT language=Javascript>
<!--
function changeImageInfo(imageURL,title)
{
document.big_image.src = imageURL;
document.image_form.image_title.value = title;
}
//-->
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#000033">
<TABLE border=0 align="center" cellPadding=0 cellSpacing=1>
<TR>
<TD align=middle colSpan=5>
<FORM style="MARGIN: 0px" name=image_form>
<INPUT name=image_title class="BOX4"
style="BORDER-TOP-WIDTH: 0px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 12px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: 298px; BACKGROUND-COLOR: transparent; BORDER-RIGHT-WIDTH: 0px"
value="vue La Grave / St Pierre">
</FORM>
</TD>
</TR>
<TR>
<TD colSpan=5> <IMG style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"
height=400 alt=""
src="capitole1.jpg"
width=400 border=0 name=big_image> </TD>
</TR>
<TR>
<TD width=60 align="right"><A
onmouseover="changeImageInfo('capitole2.jpg','Cuisine');return false;"
onmouseout="changeImageInfo('capitole1.jpg','vue La Grave / St Pierre');return false;"
href="javascript://"><IMG
style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"
height=39 alt="Cuisine"
src="capitole2.jpg"
width=56 border=0></A></TD>
<TD width=60><A
onmouseover="changeImageInfo('colsa.jpg','Fenêtre balcon');return false;"
onmouseout="changeImageInfo('capitole1.jpg','vue La Grave / St Pierre');return false;"
href="javascript://"><IMG
style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"
height=39 alt="Fenêtre balcon"
src="colsa.jpg"
width=56 border=0></A></TD>
<TD width=60><A
onmouseover="changeImageInfo('eye.gif','Carrelage séjour');return false;"
onmouseout="changeImageInfo('capitole1.jpg','vue La Grave / St Pierre');return false;"
href="javascript://"><IMG
style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"
height=39 alt="Carrelage séjour"
src="eye.gif"
width=56 border=0></A></TD>
<TD width=60><A
onmouseover="changeImageInfo('banjsf2.gif','Vue sur Bazacle');return false;"
onmouseout="changeImageInfo('capitole1.jpg','vue La Grave / St Pierre');return false;"
href="javascript://"><IMG
style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"
height=39 alt="Vue sur Bazacle"
src="banjsf2.gif"
width=56 border=0></A></TD>
<TD width=60><A
onmouseover="changeImageInfo('earth.gif','Vue sur place Intérieure Saint Cyprien');return false;"
onmouseout="changeImageInfo('capitole1.jpg','vue La Grave / St Pierre');return false;"
href="javascript://"><IMG
style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"
height=39 alt="Vue sur place Intérieure Saint Cyprien"
src="earth.gif"
width=56 border=0></A></TD>
</TR>
</TABLE>
</TD>
</TR>
</table>
</body>
</html>
[:D][:)]