function mappingMondeChoixDestination() {
	document.write('<map name="carte_guidepays">');
  document.write('<area shape=rect coords="325,276,403,382" href="/destination-afrique">');
  document.write('<area shape=rect coords="396,155,574,239" href="/destination-asie">');
  document.write('<area shape=rect coords="280,164,375,204" href="/destination-europe">');
  document.write('<area shape=rect coords="323,120,387,170" href="/destination-europe">');
  document.write('<area shape=rect coords="141,229,228,253" href="/destination-caraibes">');
  document.write('<area shape=rect coords="65,178,176,218" href="/destination-amerique-du-nord">');
  document.write('<area shape=rect coords="15,80,207,178" href="/destination-amerique-du-nord">');
  document.write('<area shape=rect coords="141,271,229,396" href="/destination-amerique-du-sud">');
  document.write('<area shape=rect coords="443,239,529,255" href="/destination-oceanie">');
  document.write('<area shape=rect coords="574,241,664,372" href="/destination-oceanie">');
  document.write('<area shape=rect coords="530,277,589,349" href="/destination-oceanie">');
  document.write('<area shape=rect coords="279,213,376,279" href="/destination-afrique">');
	document.write('</map>');
}
