je cherche comme toi comment faire une map dynamique, et bien en regardant le code source de la page map-france, j'ai trouvé les outils html pour la faire . il s'agit donc des balise <area , shape, href, coords ...
pour le reste (syntaxe et autre) bon courage.
voilà un exemple pour t'inspirer:
<BODY >
<MAP name="zone" >
<AREA id=La1 alt="Washington" shape="rect" coords="75,44,202,192" target="_blank" href="whashington.htm">
<AREA id=La2 alt="Jefferson" shape="rect" coords="202,93,295,234" target="_blank" href="jefferson.htm">
<AREA id=La3 alt="Rosevelt" shape="rect" coords="301,154,381,289" target="_blank" href="rosevelt.htm">
<AREA id=La4 alt="Abraham" shape="rect" coords="411,141,526,288" target="_blank" href="abraham.htm">
</MAP>
<IMG id=rushmore src="c:\html\images\rushmore.jpg" usemap="#zone">


