1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| <div id="contenu">
<p class="cliquez_ville">Cliquez sur une ville !</p>
<p><a href="javascript:recherche()" id="recherche_avancee">Recherche</a></p> <!-- recherche avancée javascript -->
<div id="carte">
<img id="carte_img" src="images/carte.png" alt="carte" title="Afrique du Sud" usemap="#carte"/>
<map name = "carte"> <!--image sensible -->
<area shape = "circle" coords = "553,78,10" href="polokwane.html" />
<area shape = "circle" coords = "619,151,10" href="nelspruit.html" />
<area shape = "circle" coords = "496,153,10" href="pretoria.html" />
<area shape = "circle" coords = "488,176,10" href="johannesburg.html" />
<area shape = "circle" coords = "199,275,10" href="upington.html" />
<area shape = "circle" coords = "348,285,10" href="kimberley.html" />
<area shape = "circle" coords = "422,304,10" href="bloemfontein.html" />
<area shape = "circle" coords = "101,519,10" href="lecap.html" />
<area shape = "circle" coords = "470,470,10" href="eastlondon.html" />
<area shape = "circle" coords = "375,510,10" href="portelisabeth.html" />
<area shape = "circle" coords = "500,270,10" href="bethlehem.html" />
<area shape = "circle" coords = "579,327,10" href="pietermaritzburg.html" />
<area shape = "circle" coords = "604,339,10" href="durban.html" />
</a>
</div>
</div> |