1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
   |  
	<body>
	  		<script type="text/javascript" src="../jquery/jquery.js"></script>
		<script type="text/javascript" src="carte.js"></script>
 
 
 
	  		<img id="map" src="france.png" width="600" height="600" border="0" usemap="#map" />
			<map name="map">
 
<area id="corse" shape="poly" coords="507,443,466,493,502,551,536,505,508,448" target="_blank" href="../france/corse.html" />
<area id="RA" shape="poly" coords="349,403,374,381,355,369,347,341,349,329,399,317,424,330,444,331,453,322,462,376,427,381,423,402,398,421,365,421,350,401" target="_blank" href="../france/Rhone-Alpes.html" />             
 
 
			</map>
	</body>  | 
Partager