Ici & Là

01 Société 02 Histoire 03 Science 04 Science fiction 05 SPIP 06 NTIC 07 Sondages 08 Divers
La meilleure façon de réaliser ses rêves est de se réveiller (Paul Valéry)

Accueil > SPIP > Navigation > Image Map jQuery « MapHilight » > « Image Map » JQuery MapHilight (zones illuminées au survol de la souris) de (...)

« Image Map » JQuery MapHilight (zones illuminées au survol de la souris) de David Lynch appliqué à « La Carte du monde » dans SPIP

jeudi 26 janvier 2017, par François Daniel Giezendanner

Notez cet article
0 vote

JQuery maphilight (Map Hilight) est le script jquery créé par David Lynch. Ce script permet aux rédacteurs d’associer des zones de clic aux images. De plus, fait important, ce script permet de changer les couleurs, transparences, épaisseurs de traits et d’ajouter une ombre paramétrée pour les zones cliquables au survol de la souris, tout cela sans nécessiter la connaissance de javascript / jquery.

Dans cet article nous appliquons le code de l’exemple maphilight « demo_world » à l’image « La Carte du monde ».

 Préambule

En standard dans le squelette de SPIP 3.1 la largeur maximale des images est fixée à 672 pixel, en particulier dans le fichier article.html, lorsque cette largeur est plus grande elle est réduite à 672 pixels avec l’utilisation du filtre |image_reduire. Pour plus d’informations on consultera l’article Réduire la dimension des images avec le filtre |image_reduirelargeur,hauteur.

L’exemple maphilight « simple demo » appliqué ici à l’image « Les pays du Monde (demo_world.png) » est totalement opérationnel sur grand écran avec une souris. Ce n’est pas le cas avec l’utilisation des tablettes (Ipad, etc.) et smartphones (Iphone, etc.).

La définition des <area shape="poly" title="... en général et des coordonnées coords="36,377, 37,376, ... en particulier pour les zones réactives de forme polygonales (n couples x,y) pour chaque pays comporte un certain nombre de « défauts » qui ne gênent pas dans le fonctionnement de l’application html pure mais entraine des dysfonctionnements lors de l’intégration à SPIP. Nous avons purgé autant que faire se peut « défauts » sans pouvoir tous les éliminer, il en résulte une carte opérationnelle avec quelques dysfonctionnements pour quelques pays.

Pour plus d’information sur le Plugin JQuery MapHilight de David Lynch on consultera l’article : « Image Map » JQuery MapHilight (zones illuminées au survol de la souris) de David Lynch appliqué à l’image « Louve Capitoline » dans SPIP.


  MapHilight de « La Carte du monde »

SVG world maps are really helpful for demoing this thing. SVG world map available on Wikipedia, Try the insanely huge.

Voir l’article : Réduire la dimension des images avec le filtre |image_reduirelargeur,hauteur

jQuery maphilight documentation Antarctica Antarctica Antarctica Antarctica Antarctica Antarctica Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada Canada United States of America United States of America United States of America United States of America United States of America United States of America United States of America United States of America United States of America United States of America United States of America Panama Nicagarua Honduras El Salvador Belize Guatemala Mexico Haiti Dominican Republic Puerto Rico Jamaica Cuba Suriname French Guiana Guyana Trinidad and Tobago Venezuela Colombia Equador Peru Bolivia Chile Chile Chile Chile Paraguay Uruguay Argentina Argentina Argentina Brazil Brazil Switzerland Austria Italy Italy Italy Portugal Spain France France Luxembourg Belgum Poland Ireland Britain Britain Gambia Guinea Sierra Leone Liberia Ivory Coast Burkina Faso Ghana Togo Benin Nigeria Equatorial Guinea Gabon Central African Republic Cameroon Congo Zaire Uganda Rwanda Burundi Angola Angola Zambia Malawi Namibia Botswana Zimbabwe Swaziland Tanzania Mozambique Lesotho South Africa South Africa Western Sahara Mauritania Niger Chad Djibouti Eritrea Somalia Egypt Tunisia Morocco Algeria Gorgia Azerbaijan Armenia Iran United Arab Emirates Yemen Saudi Arabia Papua New Guinea Papua New Guinea Bulgaria Bosnia Herzegovina Libya Macedonia Serbia Croatia Croatia Estonia North Korea Burma Sri Lanka Kyrgyzstan Buthan Australia Australia Nepal Mali Greece Greece Norway Norway Norway Germany Germany Finland Sweden Greenland Greenland Greenland Cyprus Hungary Slovakia Slovenia Czech Republic Turkey Turkey Jordan Israel Lebanon Syria Iraq Kuwait Qatar Vietnam India Japan Japan Japan Japan Afghanistan Kyrgyzstan Taiwan Cambodia South Korea Mongolia Malaysia Malaysia Thailand Philippines Philippines Philippines Philippines Philippines Philippines Philippines Philippines Latvia Montenegro Lithuania Netherland Senegal Madagascar Turkmenistan Pakistan Uzbekistan Sudan Ethiopia Bangladesh Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Indonesia Albania China China Azerbaijan India Costa Rica Denmark Denmark Denmark Romania Moldova Uzbekistan Laos Mongolia Norway Oman Oman Germany Germany Iceland Norway Norway Finland Sweden Kasaksthan New Zealand New Zealand Tajikistan Ukraine Guinea-Bissau Belarus Russia Russia Russia Russia Russia Russia

changer les couleurs, transparences, épaisseurs de traits et d’ajouter une ombre paramétrée pour les zones cliquables

L’attribution des couleurs de trait et de fond, épaisseur de trait et opacité ainsi que l’ajout d’une ombre paramétrée pour les zones réactives est appliquée à l’ensemble des zones réactives dans le javascript avec l’instruction :

fade: false, fillColor: '008800', strokeColor: '0000ff', strokeWidth: 2, fillOpacity: 0.2

Ce qui donne :

<script type="text/javascript">$(function() {
$('.map').maphilight({
        fade: false, fillColor: '008800', strokeColor: '0000ff', strokeWidth: 2, fillOpacity: 0.2
});
});</script>

La documentation du plugin maphilight et présentée dans l’article « jQuery maphilight documentation », lequel propose quatre exemples d’utilisation du plugin. Ici nous appliquons le code de l’exemple « A map of the world » à l’image « demo_world ».


 Code utilisé

<html>
<head>
        <meta charset="utf-8">
        <title>jQuery maphilight documentation</title>
        <script type="text/javascript" src="lib/maphilight/main.js" charset="UTF-8"></script><script type="text/javascript" src="lib/maphilight/jquery.min.js"></script>
        <script type="text/javascript" src="lib/maphilight/jquery.maphilight.min.js"></script>
        <script type="text/javascript">$(function() {
       $('.map').maphilight({
           fade: false, fillColor: '008800', strokeColor: '0000ff', strokeWidth: 2, fillOpacity: 0.2
       });
        });</script>
</head>
<img class="map" src="IMG/png/demo_world-670x400.png" width="670" height="400" usemap="#world">
<map name="world">
        <area shape="poly" title="Antarctica" alt="Antarctica" href="https://fr.wikipedia.org/wiki/Antarctica" target="_blank" coords="778,386,783,386,783,386,800,388,800,400,667,400,534,400,400,400,267,400,134,400,0,400,0,388,91,390,92,389,61,387,60,387,60,386,61,385,63,384,57,383,56,382,58,382,52,381,52,381,70,381,77,379,54,375,58,375,57,374,53,375,49,373,50,372,76,373,76,371,68,370,137,366,138,366,140,366,145,366,145,365,147,365,149,365,149,366,149,366,151,367,152,366,152,366,154,365,155,366,156,367,155,367,155,368,163,368,166,367,178,368,179,367,179,367,176,367,178,367,178,366,177,366,175,366,174,365,172,365,171,364,179,364,178,364,171,363,171,363,171,362,173,362,174,363,202,363,202,362,204,362,204,363,209,363,210,364,219,365,220,364,221,363,224,363,226,364,251,362,252,361,252,360,250,359,249,357,248,357,248,356,249,355,251,354,252,353,251,351,250,351,250,349,273,341,274,342,270,343,268,343,262,347,262,348,261,349,259,348,255,350,255,351,256,353,259,353,260,354,263,357,264,358,265,361,266,362,264,365,261,367,260,367,258,369,232,370,231,370,226,369,226,370,226,371,232,373,237,373,239,373,219,373,221,374,228,375,228,375,218,376,216,374,214,374,214,375,218,377,231,377,231,377,231,378,223,378,269,384,270,385,305,383,308,381,337,379,338,378,337,378,336,377,320,376,320,375,360,369,363,367,369,365,367,365,365,365,363,365,364,364,368,363,369,362,375,361,375,361,373,360,373,359,375,359,375,360,379,358,380,359,381,360,384,360,384,359,385,358,387,357,388,358,387,359,387,359,398,359,399,360,422,356,424,358,425,358,427,358,429,357,474,355,474,354,475,353,477,353,478,354,481,355,482,355,483,355,484,354,485,355,484,355,485,356,486,355,486,355,486,356,486,356,488,355,489,354,503,351,503,351,503,350,504,350,505,350,505,351,506,351,509,350,508,350,508,349,511,349,512,350,513,350,512,349,512,349,512,348,512,348,523,347,526,348,528,348,528,349,527,349,527,349,555,351,556,352,556,353,555,354,554,355,554,356,553,356,552,356,552,356,551,357,553,358,554,357,554,357,553,358,552,358,550,360,550,361,552,361,555,361,561,357,574,353,575,352,596,349,596,348,597,347,597,347,598,349,620,348,621,349,625,347,640,348,641,349,646,348,646,348,647,347,652,347,654,347,655,348,658,348,664,349,679,349,680,348,682,348,683,349,687,349,688,348,690,348,696,348,697,347,699,348,699,346,699,345,700,345,701,346,700,347,724,350,724,350,724,351,727,352,730,351,730,352,736,353,736,353,737,354,742,354,742,353,743,353,744,353,744,354,748,354,750,354,758,356,759,357,760,357,762,357,763,357,764,357,764,357,773,358,774,358,779,360,779,359,780,360,780,360,778,361,778,361,778,361,779,361,779,362,778,362,778,362,778,362,777,363,776,363,776,364,767,365,768,366,766,367,765,366,764,367,764,367,762,367,762,368,763,368,762,369,762,369,762,370,762,370,762,371,762,371,762,372,763,372,764,372,764,372,764,373,765,373,766,374,768,374,769,375,771,375,758,376,757,376,756,376,757,377,757,377,756,378,755,378,752,379,753,379,755,379,756,380,756,380,757,380,758,382,775,385,775,385,773,386,773,386,778,386,778,386,778,386" />
        <area shape="poly" title="Antarctica" alt="Antarctica" href="https://fr.wikipedia.org/wiki/Antarctica" target="_blank" coords="36,377,37,376,39,376,48,377,47,378,36,377,36,377" />
        <area shape="poly" title="Antarctica" alt="Antarctica" href="https://fr.wikipedia.org/wiki/Antarctica" target="_blank" coords="278,380,279,379,281,378,286,378,287,377,288,375,292,374,303,375,303,377,303,378,301,379,278,380,278,380,278,380" />
        <area shape="poly" title="Antarctica" alt="Antarctica" href="https://fr.wikipedia.org/wiki/Antarctica" target="_blank" coords="238,362,239,361,240,361,241,361,241,360,236,361,234,361,234,360,241,358,240,357,241,357,241,355,240,354,244,353,244,354,249,359,248,361,245,362,238,362,238,362,238,362" />
        <area shape="poly" title="Antarctica" alt="Antarctica" href="https://fr.wikipedia.org/wiki/Antarctica" target="_blank" coords="173,361,185,360,188,361,185,362,173,361,173,361,173,361" />
        <area shape="poly" title="Antarctica" alt="Antarctica" href="https://fr.wikipedia.org/wiki/Antarctica" target="_blank" coords="65,371,67,371,68,371,69,372,65,371,65,371,65,371" />
        <!-- north america -->
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="251,100,251,100,251,100,251,100,251,99,251,99,251,99,251,99,251,99,251,99,250,96,250,96,250,95,249,95,249,96,248,95,248,95,247,95,244,100,242,100,242,101,235,100,231,102,230,103,230,103,226,104,225,104,225,104,225,105,218,108,217,108,216,107,216,107,217,106,218,104,217,100,215,99,215,98,215,98,214,98,214,98,213,97,213,97,213,97,212,97,212,96,204,93,202,94,201,94,200,94,199,94,199,94,199,93,197,94,197,94,196,93,196,93,196,93,195,93,195,93,195,93,194,93,194,93,193,92,193,93,190,90,190,91,190,91,128,91,127,91,127,91,127,90,126,90,126,90,126,90,125,89,125,89,125,90,124,90,123,89,123,88,122,88,120,88,120,87,120,87,119,87,118,87,118,87,117,87,117,87,117,86,118,86,118,85,116,85,117,85,118,84,118,84,117,84,116,84,116,83,115,83,114,82,114,82,115,81,114,81,113,82,112,81,111,80,111,79,112,78,111,77,112,76,108,75,100,68,99,68,99,68,97,69,96,69,96,70,92,67,92,67,92,67,88,67,88,66,87,46,99,48,100,48,99,47,99,47,98,46,100,46,101,46,101,46,109,45,110,45,112,45,112,45,107,46,106,47,104,47,104,47,106,48,106,48,106,47,107,47,108,47,117,44,117,44,115,43,117,44,118,44,119,45,122,46,122,46,123,46,122,46,122,45,124,45,124,45,124,46,124,46,126,46,127,46,127,45,147,48,147,49,144,49,144,50,161,51,161,51,160,51,160,51,162,53,162,52,162,52,163,52,163,51,162,51,161,50,162,49,165,49,165,49,165,49,171,49,171,50,182,49,184,50,185,50,185,50,185,49,182,49,182,49,187,49,187,49,187,49,187,50,187,51,189,51,189,51,189,50,189,49,189,49,190,49,192,48,193,48,193,48,193,48,193,47,191,47,191,47,192,47,192,47,193,47,194,47,194,47,194,46,187,45,186,45,186,44,188,44,186,43,186,43,187,42,187,42,188,42,189,42,189,42,189,42,188,41,188,41,188,41,189,41,192,41,194,41,194,42,194,42,194,43,197,44,197,45,196,45,195,45,195,45,197,46,198,46,200,46,199,46,199,47,199,47,200,47,200,48,200,49,201,49,201,48,202,47,203,47,203,47,205,48,206,48,206,49,204,49,204,49,204,49,207,51,209,51,209,50,210,49,211,48,211,48,213,48,213,47,211,46,211,46,212,45,217,46,218,47,219,46,220,47,220,48,219,48,219,48,219,48,218,48,218,48,217,48,217,49,220,50,220,51,220,51,218,52,217,52,216,53,213,51,213,51,212,52,215,53,212,53,212,53,211,52,208,53,208,53,210,53,210,54,207,55,206,55,201,54,199,54,207,56,206,57,204,58,203,58,201,58,201,58,201,59,201,59,193,58,199,60,199,60,199,60,199,61,196,61,195,61,197,61,196,62,193,63,193,64,193,64,192,64,191,65,190,67,190,68,190,68,190,70,191,70,191,70,191,70,194,70,194,70,195,73,195,74,200,73,205,75,206,76,218,78,218,78,218,80,218,80,218,81,218,82,218,82,218,83,219,83,219,84,219,84,219,85,220,85,222,86,222,86,223,86,224,87,224,87,224,86,225,86,225,86,226,87,226,86,226,85,226,85,226,84,226,84,226,83,226,83,226,82,225,81,226,81,226,81,225,80,225,80,224,80,224,79,229,77,231,75,231,74,230,73,227,70,226,70,226,70,227,69,228,68,228,68,229,68,229,68,229,67,229,66,229,66,229,66,229,66,227,65,229,64,229,64,228,63,227,63,227,62,228,62,229,62,237,62,237,62,241,64,241,64,246,65,246,65,247,65,247,66,246,66,246,66,247,69,247,69,246,69,246,69,245,70,246,70,248,70,249,70,249,70,249,71,249,71,250,71,252,71,253,70,253,70,253,70,254,71,254,71,254,70,255,69,256,69,255,68,255,68,255,68,256,68,257,67,257,67,259,68,260,69,261,70,261,70,261,70,261,71,261,71,262,71,262,72,263,72,263,72,263,73,263,73,263,73,264,74,264,74,264,74,264,74,264,74,263,74,262,74,262,74,263,75,263,75,264,76,264,76,266,77,267,77,267,77,266,78,267,78,268,78,273,79,273,79,267,81,267,81,267,82,267,82,273,80,274,80,274,81,273,81,274,81,274,82,275,81,277,82,277,82,277,82,277,83,276,83,276,84,277,84,277,85,274,86,271,86,268,88,253,89,252,89,252,90,251,90,251,91,248,92,244,95,243,97,247,94,256,91,257,91,258,92,258,92,258,92,258,93,256,94,255,94,254,93,253,94,254,94,255,94,255,95,256,94,256,94,257,94,257,94,257,95,257,95,256,95,256,95,255,96,257,96,257,96,257,96,257,97,257,97,257,97,257,97,257,97,257,97,257,98,258,98,258,98,258,98,259,98,259,98,258,98,258,98,259,98,259,98,260,98,260,99,260,99,260,99,261,99,261,99,261,99,262,99,261,99,262,99,262,99,263,98,263,99,264,99,264,99,265,99,264,99,264,100,265,100,265,100,265,100,265,100,264,100,264,100,264,100,264,100,263,100,263,100,263,100,263,100,262,100,262,101,262,101,261,101,261,101,261,101,261,101,260,101,260,101,260,101,260,101,260,101,260,102,259,102,259,101,259,101,259,101,259,101,258,102,258,101,258,101,258,102,258,102,258,102,258,102,258,102,258,102,257,102,257,103,257,103,257,103,257,103,257,103,256,103,256,103,256,103,256,103,256,103,256,103,256,103,256,103,255,103,255,104,255,104,255,104,254,103,254,103,254,102,254,102,254,101,254,101,254,101,254,102,254,102,255,101,255,101,255,101,255,101,258,100,258,100,258,100,258,100,258,100,258,100,260,100,260,100,260,100,260,99,257,100,257,99,258,99,258,99,258,99,258,98,257,99,257,99,257,98,257,98,257,99,257,99,254,100,254,100,254,100,253,100,253,100,252,100,252,100,251,100,251,100,251,100" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="231,51,230,51,230,51,229,51,229,50,230,49,232,49,234,49,234,50,233,51,231,51,231,51,231,51" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="186,48,180,47,180,47,182,46,182,46,183,45,184,45,187,46,187,47,187,47,189,48,187,48,186,48,186,48" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="146,39,148,39,149,38,153,39,153,40,156,39,155,38,155,38,159,39,159,39,159,40,160,41,161,41,162,41,162,40,161,39,160,38,160,37,166,39,167,39,167,40,169,41,169,41,168,42,168,43,176,45,177,46,176,46,174,45,171,46,171,46,174,46,175,47,175,47,172,47,165,46,164,46,163,46,163,46,162,47,148,48,148,47,148,47,148,47,142,46,140,45,152,44,153,44,137,43,137,43,144,42,144,42,144,41,140,42,138,41,137,41,136,41,136,40,138,39,146,37,147,38,147,38,146,38,146,39,146,39,146,39" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="244,61,243,61,242,60,241,60,242,60,242,59,240,59,238,57,238,57,235,56,235,57,235,57,233,57,232,58,227,57,227,57,227,56,228,56,229,56,229,56,229,55,232,56,233,56,233,56,233,56,233,55,237,55,238,55,236,54,236,53,236,53,238,52,239,52,240,51,240,50,238,49,235,48,235,47,235,47,234,47,233,47,233,48,231,48,230,47,233,47,233,47,230,45,229,45,228,45,228,45,225,43,224,44,222,43,222,43,222,44,225,44,226,45,226,45,225,45,221,44,220,45,220,45,221,45,221,46,219,45,218,45,209,44,209,44,208,44,208,44,207,44,205,44,203,43,203,43,203,43,207,43,207,43,205,42,201,41,201,40,202,40,202,40,202,40,201,40,201,39,202,39,205,37,205,37,206,37,211,36,208,38,208,39,208,39,209,39,209,40,209,40,209,40,211,42,211,42,210,42,210,42,212,43,213,42,213,41,213,41,211,41,211,40,211,40,212,40,213,40,212,39,212,39,211,39,211,39,211,38,212,38,214,38,212,37,220,37,222,38,222,38,221,40,221,40,222,40,223,40,223,40,224,40,225,40,225,40,225,41,226,41,226,41,226,40,226,40,227,39,233,39,236,40,236,41,234,41,234,41,234,42,235,42,236,41,237,41,237,41,238,42,240,41,242,42,242,42,241,43,244,42,244,43,245,44,247,43,249,44,248,44,246,44,246,45,246,45,249,45,249,44,250,44,251,44,252,45,250,45,249,46,249,46,252,46,253,47,249,46,248,47,250,47,250,47,248,47,248,48,252,49,252,49,252,49,252,49,253,49,255,50,257,49,259,51,257,51,257,51,261,51,260,52,262,52,263,52,265,52,264,53,264,53,264,53,263,53,262,53,262,53,263,54,263,54,262,54,261,55,261,55,260,54,260,55,260,56,260,56,258,56,258,55,258,55,258,55,257,55,256,55,256,54,256,54,256,54,255,54,252,52,251,52,251,53,250,53,250,53,252,54,251,54,249,53,250,55,251,55,253,57,253,56,256,57,256,57,255,58,258,59,258,59,258,60,256,59,256,59,256,59,257,60,257,61,256,60,256,61,257,62,255,60,255,60,254,60,250,59,250,59,249,59,248,59,248,59,254,62,254,63,247,62,246,61,244,61,244,61,244,61,244,61" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="181,42,173,39,173,38,177,39,178,38,179,38,179,38,177,37,176,36,176,36,178,36,179,36,179,36,180,37,181,37,182,36,185,36,185,37,184,37,184,37,182,38,182,38,182,38,183,38,184,38,186,39,187,39,186,40,186,41,185,41,184,41,182,41,182,41,183,41,182,42,181,42,181,42,181,42" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="191,40,190,40,189,39,188,38,188,38,189,37,189,37,190,37,190,36,190,36,190,36,190,36,200,36,200,36,196,39,191,39,193,39,193,40,192,40,191,40,191,40,191,40" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="128,42,126,42,126,41,124,41,122,40,121,40,121,40,123,39,123,39,122,38,123,38,123,38,124,38,125,37,125,37,125,36,124,35,123,35,144,37,133,40,133,41,133,41,132,41,130,42,129,42,128,42,128,42,128,42" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="200,31,199,31,198,32,202,32,203,33,204,33,204,33,204,32,206,32,209,33,210,32,220,32,224,33,224,33,222,34,222,34,222,35,216,34,216,34,215,34,215,34,215,34,209,34,209,35,205,35,205,34,204,34,203,34,203,34,202,34,200,35,198,34,198,34,197,34,196,33,196,32,196,32,196,32,194,31,194,30,201,31,200,31,200,31,200,31" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="179,34,178,33,178,33,179,33,179,32,178,32,174,32,173,32,173,32,174,32,174,31,175,31,174,31,175,30,178,32,179,31,179,31,177,31,177,30,178,30,181,31,181,30,182,30,183,30,183,30,184,31,184,32,184,32,183,32,183,33,183,33,183,34,179,34,179,34,179,34" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="145,32,143,32,142,31,147,31,148,31,150,31,153,32,158,32,158,32,158,31,155,31,156,30,157,30,159,30,159,30,160,30,160,31,160,32,164,32,163,32,164,31,164,31,166,32,166,32,166,33,166,33,165,34,147,35,147,34,153,34,154,33,140,33,140,33,141,32,145,32,145,32,145,32" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="192,31,188,31,186,30,186,29,191,30,192,30,192,30,192,30,192,31,192,31,192,31" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="133,32,131,31,129,31,128,31,128,31,128,30,133,29,134,29,142,28,144,28,142,29,142,29,142,29,142,30,141,30,140,31,139,31,138,30,137,29,135,31,135,31,135,31,134,32,133,32,133,32,133,32" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="157,27,155,28,150,28,149,28,150,27,157,27,157,27,157,27" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="186,27,184,27,182,26,182,25,182,25,189,26,189,26,189,27,186,27,186,27,186,27" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="179,28,178,27,177,27,168,26,167,26,168,26,171,26,171,26,171,25,166,24,166,24,171,24,173,25,179,26,181,27,181,27,179,28,179,28" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="200,21,201,21,202,21,203,22,204,22,204,22,204,22,205,22,206,22,207,22,207,23,207,23,207,24,210,24,211,24,210,24,207,25,206,25,206,26,205,26,204,25,203,25,204,26,204,26,203,26,203,26,201,26,200,26,200,26,195,26,192,25,191,25,199,25,190,24,186,23,186,22,190,22,188,22,189,22,191,21,191,21,190,20,194,20,194,20,193,19,195,20,199,21,200,21,200,21,200,21" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="200,19,198,19,198,19,209,18,209,18,223,18,223,18,219,17,220,17,226,16,232,17,232,17,231,16,231,16,238,17,238,16,238,16,241,16,243,16,243,16,243,16,243,16,263,17,263,18,251,18,250,19,251,19,255,19,256,19,256,19,244,21,245,22,236,23,235,23,238,24,229,24,229,24,234,25,234,25,234,25,233,26,232,26,231,26,231,26,231,27,232,27,231,27,227,27,227,28,227,28,226,29,220,28,218,29,227,29,228,30,228,30,227,30,221,31,220,30,217,30,217,30,218,31,215,30,213,30,212,30,213,30,213,31,205,30,205,30,204,31,202,30,202,30,202,29,207,29,205,28,205,28,216,29,216,28,216,28,212,28,212,27,212,27,208,27,208,26,209,25,219,25,211,23,210,23,209,22,209,22,209,22,221,23,218,23,219,22,229,21,217,21,215,21,211,21,211,20,212,20,212,20,210,20,202,21,202,20,202,20,203,20,202,20,202,20,200,19,200,19,200,19" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="212,60,211,60,211,59,211,59,207,59,207,59,210,58,209,57,209,57,211,54,212,55,211,55,212,56,213,56,213,55,219,57,219,57,219,58,222,58,223,59,221,59,218,59,217,58,215,58,215,58,215,59,215,59,214,59,213,60,212,60,212,60,212,60" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="266,99,265,99,265,99,264,98,264,97,266,96,267,96,266,97,266,97,266,97,265,98,265,98,266,98,266,98,267,98,267,98,268,98,268,98,266,99,266,99,266,99,266,99" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="272,92,270,92,271,91,271,91,272,91,272,91,272,90,275,87,276,86,277,86,278,86,278,86,277,86,277,86,277,87,277,87,275,90,275,90,275,90,275,90,276,89,276,89,277,89,276,90,277,90,278,91,279,91,279,91,280,90,282,91,280,92,281,93,282,93,282,92,283,92,283,93,282,93,281,93,281,93,281,94,281,94,282,94,282,94,283,94,283,95,283,95,284,95,284,95,283,97,282,96,282,96,281,96,281,96,281,96,281,95,281,95,281,94,280,94,280,95,279,95,278,96,277,96,277,96,277,96,278,95,278,95,279,94,278,94,277,95,277,95,277,95,277,94,276,94,276,94,276,95,269,95,269,94,272,92,272,92,272,92" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="125,93,123,92,123,92,123,92,123,91,122,91,122,91,121,91,121,91,121,90,120,90,119,90,120,90,119,89,118,89,118,89,115,88,115,88,121,88,123,90,126,91,126,92,126,92,126,93,125,93,125,93,125,93" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="106,82,105,81,105,81,105,80,105,80,107,80,108,81,108,81,107,81,107,82,106,82,106,82,106,82" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="107,79,105,77,105,76,104,76,104,75,105,75,105,76,106,76,106,76,106,77,106,77,107,78,107,79,107,79,107,79" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="101,74,101,74,101,75,100,73,100,73,100,73,101,73,101,74,101,74,101,74" />
        <area shape="poly" title="Canada" alt="Canada" href="https://fr.wikipedia.org/wiki/Canada" target="_blank" coords="100,71,101,72,100,72,99,72,99,73,99,73,97,72,98,71,98,71,99,71,99,71,100,71,100,71,100,71" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="140,128,140,128,140,128,140,128,140,127,140,126,139,125,138,125,138,125,138,125,138,125,138,125,137,125,138,125,137,125,137,125,137,125,137,125,136,124,135,124,135,124,133,124,133,124,133,124,133,123,133,123,132,123,133,122,132,122,132,122,132,122,132,122,132,122,132,122,132,121,131,121,131,121,131,120,130,120,130,120,130,120,130,119,130,119,130,119,130,118,130,118,130,118,129,118,129,118,129,118,129,117,129,117,128,117,128,117,128,116,129,116,129,116,129,117,129,117,129,117,129,117,129,117,129,116,129,116,129,116,129,116,129,116,128,116,128,116,128,116,128,116,128,116,127,116,127,115,126,114,126,114,125,113,126,112,124,111,124,111,125,108,124,105,124,105,124,104,125,104,125,103,125,103,124,103,125,99,125,99,125,98,125,98,125,98,125,98,125,98,126,98,126,98,125,97,125,97,125,96,125,96,125,96,125,96,125,96,125,96,125,96,125,96,125,96,125,95,124,94,124,93,124,93,127,93,128,94,128,94,127,95,128,95,128,95,128,95,128,95,129,95,129,94,128,92,128,91,190,91,190,91,190,90,193,93,193,92,194,93,194,93,195,93,195,93,195,93,196,93,196,93,196,93,197,94,197,94,199,93,199,94,199,94,200,94,201,94,202,94,204,93,212,96,212,97,213,97,213,97,213,97,213,98,214,98,215,98,215,98,215,99,217,100,218,103,218,104,217,106,216,107,216,107,217,108,218,108,225,105,225,104,225,104,226,104,230,103,230,103,231,102,235,100,242,101,242,100,244,100,247,95,248,95,248,95,248,95,249,95,250,95,250,96,250,96,251,99,251,99,251,99,251,99,251,99,251,99,251,100,251,100,251,100,251,100,252,100,252,101,252,101,252,101,252,101,251,101,251,101,251,101,251,101,250,101,250,101,250,101,250,102,250,102,250,102,249,101,249,102,248,102,249,102,248,102,248,101,248,101,247,103,247,102,246,103,246,103,246,103,246,103,246,103,246,103,245,103,245,103,245,103,245,103,245,104,244,104,244,104,243,105,243,105,244,106,244,106,244,106,244,106,244,106,243,106,243,106,243,106,243,106,243,106,244,107,244,108,245,108,245,107,245,107,245,107,245,107,245,107,245,107,245,107,245,107,245,107,245,108,244,108,244,108,244,108,244,108,243,108,243,108,243,108,243,108,243,108,243,108,243,107,242,108,242,107,242,108,237,109,237,110,236,110,236,110,236,110,237,109,237,109,236,110,236,110,236,110,236,110,236,111,236,112,236,113,235,112,235,113,235,113,234,114,234,114,234,114,234,113,234,113,234,113,233,113,233,113,233,112,233,112,233,112,233,112,233,112,233,113,233,113,234,114,234,114,234,115,234,115,234,115,233,117,233,117,233,117,233,117,232,118,232,118,232,118,232,117,232,116,233,116,233,116,233,116,232,116,232,116,232,116,232,116,232,115,232,115,232,115,232,115,232,115,231,115,231,115,232,115,232,115,232,115,231,114,231,114,231,114,231,114,231,114,232,114,232,114,232,114,231,114,231,114,231,114,232,114,232,113,231,113,231,113,232,113,232,113,232,113,232,112,232,112,232,113,232,113,231,113,231,113,231,113,231,113,231,113,231,113,231,113,231,113,231,113,231,114,231,114,231,115,231,115,231,115,230,115,230,115,231,115,231,115,231,116,231,115,230,115,230,115,230,115,230,115,229,115,229,115,229,115,230,114,229,114,229,115,229,115,230,115,230,115,231,116,231,116,231,116,231,116,231,117,231,117,230,116,231,117,231,117,231,117,231,117,231,117,231,117,231,117,231,117,231,117,231,117,231,118,230,117,230,117,231,117,231,118,231,118,231,118,231,118,231,118,230,118,230,117,230,118,230,118,230,118,231,118,231,118,231,118,231,118,232,118,233,121,233,121,232,119,232,119,232,119,232,119,232,119,232,119,232,120,232,120,232,120,232,120,232,120,231,120,231,120,232,120,231,120,231,120,231,120,231,120,231,120,230,120,230,120,230,120,230,120,230,120,230,120,230,120,230,120,232,120,232,121,232,121,232,121,232,121,232,121,232,120,232,121,233,121,232,121,232,121,232,121,232,122,232,122,231,122,231,121,230,121,231,122,231,122,230,121,230,122,230,122,231,122,231,122,230,122,231,122,230,122,230,123,230,123,230,122,230,123,230,123,231,123,231,123,231,122,231,123,231,123,231,123,231,123,231,123,229,123,228,125,225,126,225,126,224,127,223,128,222,128,220,132,222,140,222,140,223,140,223,141,223,143,222,144,222,144,222,144,222,145,222,145,222,145,222,144,221,145,221,144,221,145,220,144,220,144,220,143,219,143,219,142,219,142,218,141,218,141,218,141,217,139,217,139,218,139,218,139,217,138,217,139,217,139,217,136,217,136,217,136,216,135,214,134,214,134,213,134,212,134,211,135,211,134,211,134,211,133,210,133,210,133,209,133,209,133,207,133,207,133,207,133,206,133,205,132,205,133,202,133,202,133,201,133,200,133,200,133,200,133,200,134,201,134,201,133,201,134,202,134,201,134,201,135,202,135,202,135,203,136,202,136,202,136,202,135,201,135,201,135,200,135,200,135,201,136,200,136,200,135,199,135,199,136,198,135,198,135,196,134,196,134,196,135,196,135,193,134,192,134,191,135,190,135,190,134,190,134,190,135,190,135,188,136,187,137,186,137,186,137,186,137,186,138,184,138,185,139,185,139,184,140,184,140,184,141,185,143,183,143,183,143,181,142,180,141,179,139,176,135,175,134,174,134,173,134,172,136,171,136,171,136,168,135,168,134,167,133,164,130,160,130,160,131,160,131,154,131,146,128,145,128,140,128,140,128,140,128" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="53,155,53,155,53,154,52,154,52,154,53,154,53,154,53,154,54,154,54,154,54,155,53,155,53,155" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="50,153,50,153,50,153,50,153,49,153,49,153,49,153,49,153,49,152,49,152,50,153,50,153,50,153,50,153,50,153" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="55,158,54,158,54,157,54,156,54,156,54,156,54,156,54,155,54,155,56,156,56,157,56,157,56,157,57,157,56,157,56,157,56,157,55,158,55,158,55,158,55,158,55,158" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="23,60,21,59,19,59,18,59,19,59,25,60,25,60,24,60,23,60,23,60,23,60" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="112,78, 112,78, 111,78, 111,78, 110,78, 110,78, 110,77, 110,77, 109,76, 109,76,108,76,107,76,107,76,107,76,107,75,106,74,104,73,104,73,104,72,104,72,104,72,104,72,104,72,103,72,101,70,100,69,100,69,100,69,100,71,100,71,99,71,98,70,98,70,96,69,98,70,98,70,96,71,90,68,91,68,91,68,91,67,91,67,88,68,87,67,87,67,86,67,86,67,86,67,85,67,80,67,79,66,79,66,78,66,77,66,77,66,76,66,72,64,71,65,71,65,71,65,70,65,70,66,71,66,71,66,71,67,71,67,68,67,64,69,63,69,64,69,64,68,64,68,63,67,63,67,65,66,65,66,66,65,69,65,69,65,67,64,66,64,65,64,61,66,61,67,61,67,59,68,58,69,58,69,58,69,59,69,60,70,60,70,59,70,58,71,57,71,53,73,53,73,53,74,49,75,48,76,47,76,45,76,44,76,44,76,44,76,47,74,48,74,48,74,48,74,50,72,50,72,51,71,51,70,52,70,52,70,49,70,49,69,48,70,48,70,48,70,48,71,48,71,46,69,43,69,43,70,43,70,41,70,41,70,41,69,41,68,41,68,40,67,36,68,34,66,34,66,34,66,34,65,37,66,37,66,37,65,37,65,36,65,36,65,35,65,33,64,32,64,31,63,32,63,32,63,33,62,33,62,36,60,38,60,39,60,40,60,43,59,43,59,43,59,43,58,42,57,42,57,43,57,43,57,43,56,42,56,39,57,31,57,31,57,30,56,31,56,32,56,33,55,27,54,35,52,37,53,37,53,37,53,41,54,42,53,45,53,45,53,45,53,41,52,41,51,37,51,37,51,30,48,31,48,31,47,37,47,39,45,45,44,46,44,45,44,45,43,45,43,50,43,52,42,53,42,54,42,54,42,54,42,54,43,55,43,56,42,61,43,63,44,87,46,88,66,88,67,92,67,92,67,92,67,96,70,96,69,99,68,100,68,108,75,112,76,111,77,112,78,112,78" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="28,82,27,82,26,82,26,82,27,81,27,81,28,82,28,82,28,82,28,82" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="30,82,30,81,29,81,30,80,31,81,31,81,31,81,31,81,30,81,30,82,30,82,30,82" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="38,79,37,79,36,79,36,79,35,80,35,80,34,79,34,79,35,79,37,78,38,78,38,79,38,79,38,79" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="40,78,40,78,39,78,39,77,40,77,41,76,42,76,44,77,44,77,42,77,40,78,40,78,40,78" />
        <area shape="poly" title="United States of America" alt="United States of America" href="https://fr.wikipedia.org/wiki/%C3%89tats-Unis" target="_blank" coords="60,73,60,73,60,74,59,74,58,74,57,73,57,73,57,73,58,73,58,72,59,73,60,72,60,72,61,72,62,72,62,73,60,73,60,73,60,73,60,73" />
        <!-- cental america -->
        <area shape="poly" title="Panama" alt="Panama" href="#" coords="217,179,218,179,218,180,218,180,218,181,219,181,219,180,220,181,220,181,221,181,222,180,223,180,224,179,225,179,225,179,226,179,228,180,228,181,229,181,229,182,229,182,229,183,229,183,229,183,228,184,228,183,228,183,228,184,228,184,228,185,227,182,227,182,227,182,228,182,228,182,227,182,227,181,227,182,227,182,226,181,226,181,226,181,226,181,226,181,226,181,226,181,225,180,225,180,224,181,224,181,224,181,223,182,222,182,222,182,222,183,223,183,223,184,223,184,223,184,223,184,222,184,222,184,221,184,221,184,221,184,221,183,220,183,220,183,219,182,219,182,218,182,218,182,217,182,217,182,216,183,217,182,216,182,217,181,217,181,217,181,217,180,217,179,217,179,217,179,217,179,217,179,217,179" />
        <area shape="poly" title="Nicagarua" alt="Nicagarua" href="#" coords="210,176,206,172,206,172,208,171,208,171,208,171,208,170,209,170,210,169,210,170,211,169,212,168,212,168,213,168,213,168,213,168,215,167,216,168,215,169,215,170,214,175,215,176,214,177,214,176,213,176,213,176,213,176,212,176,210,176,210,176,210,176,210,176" />
        <area shape="poly" title="Honduras" alt="Honduras" href="#" coords="205,165,205,165,206,165,209,165,210,165,210,165,213,165,214,165,214,166,214,166,214,166,215,167,215,167,213,168,213,168,213,168,212,168,212,168,211,169,210,170,210,169,209,170,208,170,208,171,208,171,208,171,207,171,206,171,206,170,206,170,206,170,205,170,205,169,204,170,204,170,204,169,203,169,203,169,203,168,202,168,203,168,202,167,203,167,205,165,205,165,205,165" />
        <area shape="poly" title="El Salvador" alt="El Salvador" href="#" coords="206,170,206,171,206,171,206,171,205,171,201,170,200,170,200,170,201,169,201,169,201,169,202,169,202,169,202,168,202,168,203,168,203,169,203,169,204,169,204,170,204,170,205,169,205,170,206,170,206,170,206,170,206,170,206,170" />
        <area shape="poly" title="Belize" alt="Belize" href="#" coords="205,159,204,160,205,160,205,160,205,161,205,162,205,162,205,163,204,164,204,164,204,164,204,165,203,165,203,165,202,165,203,160,203,160,203,161,204,159,205,159,205,159" />
        <area shape="poly" title="Guatemala" alt="Guatemala" href="#" coords="200,170,199,169,198,169,196,168,196,167,196,167,196,166,197,165,200,165,200,164,199,164,199,163,198,163,198,162,198,162,199,162,199,161,203,161,202,165,203,165,203,165,204,166,204,165,204,165,205,165,203,167,202,167,203,168,202,168,202,168,202,169,202,169,201,169,201,169,201,169,200,170,200,170,200,170,200,170" />
        <area shape="poly" title="Mexico" alt="Mexico" href="https://fr.wikipedia.org/wiki/Mexique" target="_blank" coords="185,143,184,145,183,151,187,158,188,159,189,159,191,160,191,160,196,159,196,159,197,160,197,159,197,159,197,159,199,157,199,157,199,156,199,155,200,154,205,153,206,153,207,153,207,153,208,153,208,153,208,154,206,156,206,156,206,157,206,157,206,157,206,160,205,158,205,159,205,159,204,159,203,161,203,160,203,160,203,161,199,161,199,162,198,162,198,162,198,163,199,163,199,164,200,164,200,165,197,165,196,166,196,167,196,167,196,168,192,165,190,164,189,164,187,165,176,162,174,160,174,160,173,160,171,160,168,158,168,157,166,155,166,155,167,155,167,155,167,155,166,154,167,153,167,153,167,153,166,152,166,151,166,151,166,151,161,145,161,145,161,145,159,144,159,144,159,143,158,144,158,143,158,143,158,143,158,142,158,142,157,141,157,141,156,140,155,140,155,140,155,139,155,139,155,139,154,138,153,137,149,132,150,131,148,131,148,130,148,130,148,130,147,130,147,130,146,130,145,131,145,131,146,132,146,133,147,134,147,135,148,136,149,137,149,137,150,137,150,137,150,139,150,139,151,139,151,139,151,139,152,141,153,141,153,141,155,145,155,146,155,147,155,147,156,147,156,146,157,148,157,148,157,148,158,148,157,149,157,150,156,150,156,148,152,145,152,145,152,144,152,144,151,142,151,142,150,142,149,141,149,141,148,141,146,140,145,139,146,139,147,138,147,138,147,137,144,134,143,133,143,133,143,133,143,132,141,130,141,130,142,130,141,129,140,128,145,128,146,128,154,131,160,131,160,131,160,130,164,130,167,132,168,135,171,136,171,136,172,136,173,134,174,134,175,134,176,135,179,139,180,141,181,142,183,143,183,143,185,143,185,143" />
        <!-- caribbean -->
        <area shape="poly" title="Haiti" alt="Haiti" href="#" coords="241,157,241,158,241,159,241,159,242,160,241,160,237,160,237,160,236,160,235,159,235,159,236,159,239,159,240,159,239,158,239,158,239,157,239,157,238,157,237,157,238,156,238,156,239,156,241,157,241,157,241,157,241,157" />
        <area shape="poly" title="Dominican Republic" alt="Dominican Republic" href="#" coords="242,160,241,159,241,159,241,158,241,157,242,156,242,156,243,156,243,156,243,156,243,156,245,157,245,157,245,157,249,159,249,159,248,160,248,160,247,159,246,159,246,159,246,159,245,159,245,160,244,160,244,159,244,159,243,160,242,161,242,161,242,160,242,160,242,160" />
        <area shape="poly" title="Puerto Rico" alt="Puerto Rico" href="#" coords="252,161,252,160,251,160,252,160,251,159,252,159,252,159,254,159,255,160,255,160,254,160,254,160,252,160,252,161,252,161,252,161" />
        <area shape="poly" title="Jamaica" alt="Jamaica" href="#" coords="229,161,228,161,227,160,227,160,227,160,227,159,228,159,231,160,231,160,231,161,231,161,230,160,230,160,229,161,229,161,229,161,229,161" />
        <area shape="poly" title="Cuba" alt="Cuba" href="#" coords="218,151,219,150,219,150,217,150,217,150,215,151,214,151,214,151,214,152,214,152,213,152,213,152,213,151,213,151,214,150,218,149,223,150,224,151,228,152,229,152,229,153,232,154,233,154,232,154,233,154,234,154,236,156,228,156,229,155,229,155,229,154,227,154,226,154,226,153,226,152,218,151,218,151,218,151" />
        <!-- south america -->
        <area shape="poly" title="Suriname" alt="Suriname" href="#" coords="275,196,275,196,274,193,273,193,272,192,272,190,272,190,272,190,274,189,274,189,274,187,274,187,275,187,277,188,277,187,277,187,280,187,281,188,280,189,280,190,280,192,281,193,281,193,280,195,279,195,279,195,278,195,278,195,277,195,276,195,276,196,277,197,275,196,275,196,275,196" />
        <area shape="poly" title="French Guiana" alt="French Guiana" href="#" coords="286,191,286,192,284,196,283,196,283,196,282,195,281,196,281,196,280,195,281,193,281,193,280,192,280,190,281,188,284,189,286,191,286,191,286,191,286,191" />
        <area shape="poly" title="Guyana" alt="Guyana" href="#" coords="266,189,265,187,265,187,265,187,265,186,267,185,267,185,267,185,266,184,266,184,266,184,268,182,268,182,268,182,271,184,271,186,271,185,271,185,272,185,272,185,273,186,274,187,274,189,274,189,272,190,272,190,272,190,272,192,273,193,274,193,275,196,275,196,274,196,271,198,270,198,268,197,268,196,268,196,268,194,269,192,268,191,267,191,268,189,268,189,267,189,267,189,266,189,266,189,266,189" />
        <area shape="poly" title="Trinidad and Tobago" alt="Trinidad and Tobago" href="#" coords="265,176,265,177,265,177,265,177,265,177,265,177,265,178,265,178,264,178,264,178,264,178,264,178,263,178,263,178,263,178,263,178,263,178,263,178,263,178,263,178,264,178,264,178,264,177,264,177,264,177,263,177,263,177,264,177,264,176,264,177,265,176,265,176,265,176,265,176" />
        <area shape="poly" title="Venezuela" alt="Venezuela" href="#" coords="266,189,266,189,266,190,264,191,262,191,262,191,262,191,261,193,261,193,260,192,259,192,257,191,257,191,257,191,258,193,259,195,259,195,260,195,260,196,260,196,259,196,259,196,258,197,258,197,257,198,256,199,255,199,255,198,254,199,254,199,253,198,252,198,252,196,250,194,251,193,250,191,250,189,250,188,250,187,251,187,247,187,245,185,244,185,241,185,240,184,240,183,240,182,239,180,238,180,238,180,238,180,240,176,241,176,241,175,241,175,241,174,242,174,243,174,241,174,241,175,241,176,241,176,241,176,241,177,241,177,241,177,241,178,241,179,241,179,241,180,242,180,242,180,243,180,243,179,243,178,242,177,242,177,242,177,242,177,242,176,242,176,245,175,245,175,246,175,246,174,246,174,246,174,245,174,245,174,245,174,244,174,245,174,245,173,245,173,245,173,246,174,246,174,246,174,246,174,246,175,246,175,248,175,248,175,249,176,249,177,249,177,254,177,254,177,255,178,257,178,259,177,262,177,263,177,263,177,262,177,261,177,261,177,261,177,262,178,262,178,262,179,263,178,263,178,263,178,264,179,264,179,266,180,265,180,265,181,265,181,264,181,265,182,265,181,267,181,268,182,268,182,268,182,266,184,266,184,266,184,267,185,267,185,267,185,265,186,265,187,265,187,265,187,266,189,266,189,266,189" />
        <area shape="poly" title="Colombia" alt="Colombia" href="#" coords="243,174,242,174,241,174,241,175,241,175,241,176,240,176,238,180,238,180,238,180,239,180,240,182,240,183,240,184,241,185,244,185,245,185,247,187,251,187,250,187,250,188,250,189,250,191,251,193,250,194,251,196,250,197,246,197,246,198,246,198,247,198,247,198,247,199,247,199,246,199,245,199,245,199,245,201,246,202,246,203,247,203,247,203,246,210,245,210,245,209,245,209,244,209,244,209,245,207,245,207,243,206,242,206,242,205,241,206,241,206,239,206,239,206,239,205,238,205,238,205,238,205,237,204,236,203,235,202,234,201,233,201,233,201,232,200,231,200,230,200,229,200,229,200,229,199,228,199,225,197,225,197,225,197,225,197,226,196,226,197,226,196,226,196,226,195,226,195,227,195,227,195,228,195,229,192,229,192,229,191,229,191,229,190,229,188,229,188,229,188,229,188,229,187,229,187,229,187,229,186,229,186,228,185,228,184,228,184,228,183,228,183,228,184,229,183,229,183,229,183,229,182,229,182,229,181,229,182,230,183,230,183,230,183,230,182,230,182,230,181,230,181,231,180,232,180,232,180,233,180,233,179,233,179,233,177,235,176,235,176,235,176,235,177,236,176,236,175,236,175,236,175,238,175,240,174,240,174,241,173,241,173,241,173,242,173,243,173,243,174,243,174,243,174,243,174" />
        <area shape="poly" title="Equador" alt="Equador" href="#" coords="222,208,223,208,224,207,224,206,223,206,223,205,222,207,221,206,221,206,221,205,221,205,221,205,221,204,221,203,222,202,222,202,222,201,222,201,223,200,223,199,223,199,223,199,224,198,225,198,225,197,228,199,229,199,229,200,229,200,230,200,231,200,232,200,233,201,234,202,232,205,230,206,227,208,225,212,225,212,225,212,224,211,224,211,224,210,222,210,222,210,222,210,222,209,222,208,222,208,222,208" />
        <area shape="poly" title="Peru" alt="Peru" href="#" coords="246,225,248,228,248,230,248,231,248,232,247,233,247,234,247,234,247,235,247,236,247,237,247,237,247,238,246,238,246,239,246,239,246,239,246,240,246,240,246,240,246,241,245,241,244,241,244,241,244,241,242,240,242,239,242,239,232,232,231,232,231,230,229,226,229,226,228,226,228,225,228,225,222,215,220,214,220,214,220,214,221,214,221,213,220,211,220,211,220,210,222,208,222,209,222,210,222,210,222,210,224,210,224,211,224,211,225,212,225,212,225,212,226,211,227,208,227,208,230,206,232,205,234,202,233,201,234,201,235,202,236,203,237,204,238,205,238,205,238,205,239,205,239,206,239,206,241,206,241,206,242,205,242,206,243,206,245,207,245,207,244,209,245,209,245,209,245,210,246,210,245,210,244,210,244,210,243,210,243,211,242,210,239,212,238,214,238,214,238,215,237,216,237,217,237,217,239,221,238,221,240,221,240,222,240,222,240,223,242,223,244,222,244,224,244,225,244,225,245,225,246,225,246,225,246,225" />
        <area shape="poly" title="Bolivia" alt="Bolivia" href="#" coords="246,225,248,225,249,225,250,224,250,224,253,222,256,222,256,226,258,228,259,228,261,229,262,229,263,230,263,230,264,231,264,231,266,231,267,231,267,231,267,237,267,237,271,237,271,237,271,238,271,239,271,239,272,239,273,241,272,244,272,244,272,244,270,243,267,243,267,243,264,244,263,246,263,246,263,247,262,250,259,250,258,251,258,250,257,250,255,250,254,250,254,249,251,252,250,252,250,251,248,246,249,244,249,244,248,243,248,242,248,241,246,240,246,239,246,239,246,239,246,238,247,238,247,237,247,237,247,236,247,235,247,234,247,234,247,233,248,232,248,231,248,229,248,228,246,225,246,225" />
        <area shape="poly" title="Chile" alt="Chile" href="#" coords="249,317,248,317,247,317,247,317,247,317,246,317,246,317,244,318,244,318,243,319,243,319,243,320,243,320,242,320,241,320,243,318,243,318,242,318,241,318,240,318,239,319,239,318,239,318,240,318,240,318,241,317,240,317,240,317,240,317,240,316,239,316,239,316,238,316,238,316,238,315,237,316,237,315,237,315,237,315,237,314,237,314,237,314,236,314,237,314,237,313,237,313,237,313,237,313,237,313,236,313,236,313,236,312,236,312,236,311,236,311,237,310,236,310,236,310,236,309,236,308,236,307,236,307,236,307,237,307,238,307,238,307,238,307,237,307,236,307,236,307,235,307,235,306,235,306,235,306,235,306,236,306,236,306,236,305,236,305,235,304,234,304,234,304,234,304,233,304,233,304,233,304,234,303,235,302,236,302,236,303,236,303,236,303,235,303,235,304,236,304,236,304,236,303,236,303,236,303,236,304,237,303,238,302,238,302,238,301,238,301,238,301,238,301,238,301,239,300,240,299,239,299,238,299,238,298,239,298,239,298,239,297,239,296,240,296,239,296,239,295,239,295,240,294,240,294,240,294,239,294,239,294,239,293,239,293,239,293,239,293,238,293,238,293,237,293,237,291,237,290,238,288,238,288,238,286,238,285,237,284,237,283,237,283,238,283,238,283,241,276,241,276,242,275,242,275,241,274,242,273,241,268,242,267,242,266,242,266,242,265,243,263,243,262,244,258,244,257,244,255,244,255,244,254,244,253,244,253,244,253,244,252,244,252,245,252,244,241,245,241,246,241,246,240,246,240,246,240,248,241,248,242,248,243,249,244,249,244,248,246,250,251,250,252,251,252,252,252,251,254,249,255,249,255,249,256,248,257,249,258,249,258,249,259,248,259,249,260,249,260,249,261,249,261,248,261,245,266,246,268,245,268,245,268,245,269,244,271,246,276,246,277,244,279,244,280,244,281,243,282,243,284,243,287,242,287,242,287,241,291,241,294,241,294,241,295,241,295,241,296,241,296,241,296,241,298,242,299,242,299,243,299,243,300,243,300,243,300,241,300,242,301,242,301,241,302,241,304,241,306,241,306,240,306,240,306,240,307,240,308,240,309,237,311,237,311,238,313,238,314,240,313,240,313,240,316,241,316,249,317,249,317,249,317" />
        <area shape="poly" title="Chile" alt="Chile" href="#" coords="248,322,247,323,246,322,244,323,244,322,244,322,246,321,247,322,247,322,247,321,246,321,245,321,245,320,247,319,246,319,246,319,244,319,244,319,245,318,247,317,247,318,248,318,248,322,248,322,248,322" />
        <area shape="poly" title="Chile" alt="Chile" href="#" coords="238,318,238,318,238,317,237,317,237,317,237,317,238,317,239,317,239,317,239,317,238,318,238,318,238,318" />
        <area shape="poly" title="Chile" alt="Chile" href="#" coords="237,297,236,297,236,297,236,297,236,295,236,295,236,294,237,294,238,294,238,294,237,295,237,295,237,296,237,297,237,297,237,297,237,297" />
        <area shape="poly" title="Paraguay" alt="Paraguay" href="#" coords="279,258,280,258,279,259,277,261,276,261,275,261,272,261,271,261,270,261,270,261,271,260,271,260,271,259,271,259,273,257,273,257,266,254,262,250,262,250,263,247,263,246,263,246,264,244,267,243,267,243,270,243,272,244,272,245,272,246,272,246,272,250,275,250,276,250,276,250,277,250,278,254,278,254,280,253,280,254,280,254,279,257,279,258,279,258,279,258" />
        <area shape="poly" title="Uruguay" alt="Uruguay" href="#" coords="271,276,271,276,271,276,271,275,271,275,272,274,272,274,272,272,272,269,273,268,275,268,275,268,277,270,277,270,278,269,278,270,280,271,281,272,282,273,282,273,282,273,282,274,282,274,282,275,282,276,281,277,280,278,279,278,278,278,276,278,276,278,275,278,273,277,272,277,272,277,271,277,271,276,271,276,271,276" />
        <area shape="poly" title="Argentina" alt="Argentina" href="#" coords="248,319,248,319,248,319,249,319,253,322,254,322,254,322,256,322,256,322,256,322,248,322,248,319,248,319,248,319" />
        <area shape="poly" title="Argentina" alt="Argentina" href="#" coords="249,317,241,316,240,316,240,313,240,313,238,314,238,313,237,311,237,311,240,309,240,308,240,307,240,306,240,306,241,306,241,305,241,304,241,302,242,301,242,301,241,300,243,300,243,300,243,300,243,299,242,299,242,299,241,298,241,296,241,296,241,296,241,295,241,295,241,294,241,294,241,291,242,287,242,287,243,287,243,284,243,282,244,281,244,280,244,279,246,277,246,275,244,271,245,269,245,268,245,268,246,268,245,266,248,261,249,261,249,261,249,260,249,260,248,259,249,259,249,258,249,258,248,257,249,256,249,255,249,255,251,254,252,252,251,252,254,249,254,250,255,250,257,250,258,250,258,251,259,249,262,250,265,253,273,257,273,257,271,259,271,259,271,260,271,260,270,261,270,261,271,261,272,261,274,261,275,261,276,261,276,261,277,261,279,259,280,258,279,258,281,257,281,258,282,259,281,261,272,269,272,273,272,274,272,274,271,275,271,275,271,276,271,276,271,276,271,277,271,277,272,278,273,279,274,279,274,280,273,280,273,280,273,281,274,281,274,282,275,282,275,283,273,285,273,285,263,287,262,287,262,287,262,288,263,288,262,290,262,290,262,291,262,291,262,291,261,292,259,292,256,291,256,291,256,291,256,292,256,293,257,293,256,294,256,294,257,295,258,295,258,295,258,294,259,294,259,295,259,295,259,296,258,296,258,295,258,295,256,295,256,296,256,296,258,296,256,297,256,297,256,299,256,299,255,300,255,300,255,300,253,301,251,302,251,302,251,303,251,303,251,304,253,305,255,305,255,306,254,307,254,307,251,309,250,310,250,310,250,311,250,311,250,311,248,312,247,313,247,314,247,315,249,317,249,317,249,317,249,317" />
        <area shape="poly" title="Argentina" alt="Argentina" href="#" coords="248,319,248,318,249,318,249,318,248,319,248,319,248,319" />
        <area shape="poly" title="Brazil" alt="Brazil" href="#" coords="289,204,289,204,288,204,288,203,288,203,289,201,289,201,291,201,292,201,293,201,292,203,292,204,291,204,289,204,289,204,289,204" />
        <area shape="poly" title="Brazil" alt="Brazil" href="#" coords="279,258,279,256,280,254,280,254,280,253,278,254,278,254,277,250,276,250,275,250,275,250,272,250,272,246,272,246,272,245,272,244,272,243,273,241,272,239,271,239,271,239,271,238,271,237,271,237,267,237,267,237,267,231,267,231,266,231,264,231,264,231,263,230,263,230,262,229,259,228,258,228,258,228,256,226,256,226,256,222,253,222,250,224,250,224,249,225,248,225,246,225,245,225,244,225,244,225,244,224,244,222,242,223,240,223,240,222,240,222,240,222,238,221,239,221,237,217,237,217,237,216,238,215,238,214,238,214,239,212,242,210,243,211,243,210,244,210,244,210,245,210,246,210,246,210,246,210,247,203,247,203,246,203,246,202,245,201,245,199,245,199,246,199,247,199,247,199,247,198,247,198,246,198,246,198,246,197,250,197,252,196,252,196,252,198,253,198,254,199,254,199,255,198,255,199,256,199,257,198,258,197,258,197,259,196,259,196,260,196,260,196,260,195,259,195,259,195,258,193,257,191,257,191,257,191,259,192,260,192,261,193,261,193,262,191,262,191,263,191,266,190,266,189,266,189,267,189,267,189,268,189,268,189,267,191,268,191,269,192,268,194,268,196,268,196,268,197,270,198,271,198,274,196,277,197,276,196,276,195,277,195,278,195,278,195,279,195,279,195,281,196,282,195,283,196,283,196,284,196,286,192,286,191,286,191,287,191,288,196,289,196,290,197,290,197,290,198,289,198,288,200,286,201,285,204,285,204,288,203,288,205,289,205,291,205,291,204,291,205,291,206,293,204,294,202,294,202,295,202,296,202,296,202,297,203,297,203,297,203,299,203,300,204,300,204,300,204,300,204,301,204,301,204,302,205,302,206,301,207,302,207,303,207,305,206,307,207,311,207,318,211,322,212,323,217,322,222,319,224,319,225,318,225,318,225,318,226,315,229,315,229,315,229,315,229,315,229,314,232,314,236,314,239,314,240,313,240,313,241,312,242,313,244,312,244,310,248,310,249,310,250,308,250,308,251,308,251,302,252,302,252,300,253,300,253,300,253,299,253,294,256,294,257,293,257,293,257,293,257,293,257,293,258,293,259,292,259,292,259,293,260,293,263,292,264,291,265,286,271,287,270,288,269,288,268,288,268,288,268,288,268,287,268,287,268,287,268,286,269,286,270,285,271,284,273,282,276,282,275,282,274,282,274,283,273,282,273,282,273,281,272,280,271,278,270,278,269,277,270,277,270,275,268,275,268,273,268,281,261,282,259,281,258,281,257,280,258,279,258,279,258" />
        <!-- europe -->
        <area shape="poly" title="Switzerland" alt="Switzerland" href="https://fr.wikipedia.org/wiki/Suisse" target="_blank" coords="422,95,422,95,422,95,422,96,422,96,423,96,423,96,423,96,424,96,424,96,424,97,424,97,424,97,424,97,423,97,423,97,423,97,423,97,423,98,423,97,422,97,422,98,422,98,422,97,422,97,421,97,421,97,421,98,421,98,421,99,420,98,420,98,420,98,419,98,419,97,419,98,419,98,418,98,418,98,417,98,417,98,416,98,416,97,415,97,414,98,414,98,414,98,414,97,414,97,414,97,415,96,415,96,416,96,416,96,416,95,416,95,416,95,416,95,416,95,417,95,417,95,417,95,417,95,418,95,418,95,418,95,419,95,419,95,419,95,419,94,420,94,420,94,420,94,420,94,421,94,422,95,422,95,422,95" />
        <area shape="poly" title="Austria" alt="Austria" href="https://fr.wikipedia.org/wiki/Autriche" target="_blank" coords="422,95,422,95,422,95,423,95,423,95,423,95,423,95,423,95,423,95,423,95,423,95,424,95,424,95,424,95,424,95,425,95,425,95,426,95,426,95,426,95,426,95,428,95,428,94,428,94,428,95,429,94,429,95,429,95,430,95,430,95,430,95,430,94,429,94,430,94,429,93,430,93,430,93,431,92,431,92,431,93,432,92,433,93,433,92,434,92,436,92,438,92,438,92,438,92,438,93,439,93,439,94,439,94,439,94,438,95,438,94,437,94,437,95,438,95,438,95,438,95,437,95,437,95,437,96,437,96,437,96,436,96,436,97,435,97,435,97,434,97,434,97,433,97,433,97,432,97,432,97,428,97,428,96,428,96,428,96,427,96,426,96,426,96,426,96,425,96,425,96,424,96,424,96,424,96,423,96,423,96,423,96,422,96,422,96,422,95,422,95,422,95,422,95" />
        <area shape="poly" title="Italy" alt="Italy" href="https://fr.wikipedia.org/wiki/Italie" target="_blank" coords="431,99,431,99,431,99,431,99,430,99,430,99,430,99,428,100,429,99,428,100,428,100,428,100,428,100,428,100,428,100,429,101,429,101,428,101,428,102,429,103,431,104,432,106,433,107,434,107,434,107,435,107,436,107,437,107,437,108,436,108,436,108,436,108,441,110,441,110,442,111,442,111,442,112,441,112,441,111,440,111,439,111,439,111,439,110,439,110,438,110,438,111,438,111,438,112,438,112,438,112,439,113,439,113,439,114,439,114,439,114,438,114,438,114,438,114,438,115,437,115,436,116,436,116,436,116,436,115,436,115,436,115,436,115,436,114,437,114,437,114,437,114,437,114,436,111,435,111,435,112,434,111,434,111,434,111,434,110,434,110,433,110,433,110,433,110,433,110,432,110,432,110,431,109,430,109,425,105,423,102,421,102,420,102,419,103,418,103,418,102,418,102,417,102,416,102,416,101,416,101,416,101,416,101,416,101,415,100,416,100,416,100,416,100,417,99,416,99,416,99,416,99,416,98,417,98,417,98,418,98,418,98,419,98,419,98,419,97,419,98,420,98,420,98,420,98,421,99,421,98,421,98,421,97,421,97,422,97,422,97,422,98,422,98,422,97,423,97,423,98,423,97,423,97,423,97,423,97,424,97,424,97,424,97,424,97,424,96,425,96,425,96,426,96,426,96,426,96,427,96,428,96,428,96,428,96,428,97,431,97,431,97,430,98,431,98,431,98,431,98,431,98,431,98,431,99,431,99,432,99,431,99,431,99,431,99" />
        <area shape="poly" title="Italy" alt="Italy" href="https://fr.wikipedia.org/wiki/Italie" target="_blank" coords="434,119,433,119,430,117,429,117,429,117,428,117,429,116,429,116,429,116,430,116,430,116,431,116,435,116,435,116,435,116,435,117,434,117,434,118,435,118,435,118,434,119,434,119,434,119,434,119" />
        <area shape="poly" title="Italy" alt="Italy" href="https://fr.wikipedia.org/wiki/Italie" target="_blank" coords="420,114,420,114,419,113,419,113,420,112,420,111,419,110,419,110,419,110,420,110,421,109,423,110,423,111,422,111,422,111,422,112,422,113,422,113,421,113,421,113,421,113,421,114,420,114,420,114,420,114" />
        <area shape="poly" title="Portugal" alt="Portugal" href="#" coords="384,118,383,118,383,118,382,118,381,118,381,118,381,117,381,116,381,116,381,116,381,115,381,115,381,115,380,115,380,115,381,115,381,114,381,114,381,114,380,114,380,115,380,114,380,114,380,113,380,113,380,113,381,112,381,111,381,111,381,109,381,108,381,108,381,108,381,107,383,107,383,107,385,107,386,107,386,107,386,107,386,108,387,108,387,108,386,109,386,112,385,112,385,112,384,113,385,114,385,115,384,115,385,115,386,116,385,116,384,118,384,118,384,118" />
        <area shape="poly" title="Spain" alt="Spain" href="#" coords="381,107,381,107,382,106,381,105,380,105,380,105,380,105,380,105,381,104,382,104,382,104,383,104,383,103,386,104,387,103,393,104,394,104,395,104,396,104,397,104,397,104,397,104,398,105,397,105,397,105,398,105,398,105,399,105,399,105,399,105,399,105,400,105,400,105,400,106,400,106,401,106,401,106,402,106,402,105,404,106,404,106,404,106,405,106,405,106,405,106,405,106,406,106,406,106,407,106,407,106,407,106,408,106,408,107,408,107,408,107,406,108,405,109,403,109,402,110,402,110,403,110,403,110,402,110,400,113,400,114,401,114,401,114,400,115,400,116,399,116,399,117,399,117,399,117,398,117,397,118,396,118,396,119,396,119,395,119,395,119,394,119,394,119,391,119,390,119,389,120,389,120,389,120,389,120,389,120,389,120,389,120,388,120,387,120,387,119,387,119,386,119,386,119,387,119,386,118,385,118,384,118,385,116,386,116,385,115,384,115,385,115,385,114,384,113,385,112,385,112,386,112,386,109,387,108,387,108,386,108,386,107,386,107,386,107,385,107,383,107,383,107,381,107,381,107" />
        <area shape="poly" title="France" alt="France" href="https://fr.wikipedia.org/wiki/France" target="_blank" coords="397,104,397,104,397,104,398,101,398,101,398,101,398,101,398,99,398,99,399,100,399,100,399,100,398,99,398,99,398,98,398,98,398,97,397,97,396,96,396,96,396,96,395,95,395,95,395,95,395,95,394,95,393,94,392,94,392,94,391,94,391,94,391,94,390,94,390,94,391,94,391,93,391,93,391,93,391,93,390,93,390,93,391,93,392,92,392,92,392,92,393,92,393,92,394,92,395,92,395,93,396,92,396,92,397,92,397,92,398,92,397,92,397,91,397,91,397,90,396,90,397,90,398,90,398,90,398,91,399,91,400,91,402,91,401,90,401,90,401,90,404,89,404,89,404,88,404,88,405,87,406,87,406,87,407,87,407,88,407,88,408,88,408,88,408,88,408,88,409,88,409,89,410,89,410,89,410,89,410,89,410,89,410,90,411,89,411,89,412,89,411,89,412,90,412,90,412,90,413,90,413,90,414,90,414,90,415,91,416,91,416,91,416,91,417,91,417,91,417,91,417,91,419,92,418,92,418,93,418,93,417,94,418,94,417,94,417,95,417,95,417,95,417,95,416,95,416,95,416,95,416,95,416,95,416,96,416,96,415,96,415,96,414,97,414,97,414,97,414,98,414,98,414,98,415,97,416,97,416,98,416,99,416,99,416,99,417,99,416,100,416,100,416,100,415,100,416,101,416,101,416,101,416,101,416,101,416,102,417,102,418,102,418,102,418,103,415,105,413,105,412,104,411,104,411,104,410,104,409,104,408,104,408,105,407,105,408,106,407,106,407,106,407,106,406,106,406,106,405,106,405,106,405,106,405,106,404,106,404,106,404,106,402,105,402,106,401,106,401,106,400,106,400,106,400,105,400,105,399,105,399,105,399,105,399,105,398,105,398,105,397,105,397,105,398,105,397,104,397,104,397,104,397,104,397,104" />
        <area shape="poly" title="France" alt="France" href="https://fr.wikipedia.org/wiki/France" target="_blank" coords="422,105,422,105,422,106,422,106,422,106,422,107,422,107,421,108,421,109,421,109,421,108,420,108,420,108,420,108,420,108,420,108,420,107,420,107,420,107,420,107,420,107,420,107,420,107,420,107,420,107,420,107,420,106,420,106,421,106,421,106,421,106,421,106,421,106,421,105,421,105,421,105,422,105,422,105" />
        <area shape="poly" title="Luxembourg" alt="Luxembourg" href="#" coords="414,90,414,90,414,90,414,90,414,89,414,89,414,89,414,89,415,90,415,90,415,90,415,90,415,91,415,91,414,90,414,90,414,90" />
        <area shape="poly" title="Belgum" alt="Belgum" href="#" coords="406,87,408,86,409,86,409,86,411,86,411,86,411,86,411,86,412,86,412,86,412,86,412,87,413,86,414,87,414,87,413,87,413,88,414,88,414,88,415,88,415,89,414,89,414,89,414,89,414,90,414,90,414,90,414,90,414,90,413,90,413,90,412,90,412,90,412,90,411,89,412,89,411,89,411,89,410,90,410,89,410,89,410,89,410,89,410,89,409,89,409,88,408,88,408,88,408,88,408,88,407,88,407,88,407,87,406,87,406,87,406,87" />
        <area shape="poly" title="Poland" alt="Poland" href="#" coords="451,91,450,91,450,91,449,91,449,90,448,90,448,91,447,91,447,91,446,91,446,91,446,91,445,91,445,91,445,91,445,91,445,91,445,91,445,91,444,91,444,90,444,90,444,90,444,90,443,91,443,91,443,90,443,90,443,90,442,90,442,90,442,89,441,89,441,89,441,89,440,89,440,89,440,89,440,89,439,89,439,88,438,88,438,88,439,89,438,89,438,89,438,89,437,89,437,88,437,88,437,88,437,88,437,88,437,88,437,88,436,88,436,88,436,88,436,88,435,87,435,87,435,87,435,87,434,87,434,87,434,87,434,87,434,87,434,87,434,86,433,86,434,86,433,85,433,85,433,85,434,85,433,85,433,84,433,84,433,84,433,84,433,83,432,83,432,83,433,83,433,82,433,81,433,81,433,81,433,81,433,81,433,81,433,81,433,81,441,79,442,79,442,79,442,79,442,79,442,80,443,80,445,79,445,79,444,80,444,80,444,80,445,79,452,79,453,80,454,83,454,83,454,83,453,83,453,84,452,84,452,84,453,84,453,84,453,85,453,85,453,86,453,86,453,86,454,87,454,87,454,88,454,88,454,88,454,88,454,88,451,90,451,90,451,91,452,91,451,91,451,91,451,91" />
        <area shape="poly" title="Ireland" alt="Ireland" href="#" coords="387,81,386,81,387,81,387,83,387,83,387,84,387,84,385,84,385,85,384,85,382,86,379,86,379,86,379,85,378,85,378,85,379,85,377,85,378,84,379,84,379,84,379,84,380,84,380,83,379,83,380,83,380,83,380,82,381,82,381,82,381,82,380,82,380,82,380,82,379,82,379,82,379,82,378,82,379,82,378,81,379,81,379,81,379,81,379,81,378,81,378,80,379,80,380,80,380,80,382,80,381,80,382,79,383,79,381,79,381,79,382,79,382,78,382,78,384,78,384,78,384,78,384,78,384,78,384,79,383,79,384,79,383,79,383,80,383,80,384,80,385,80,385,80,385,80,386,80,386,80,386,80,387,80,387,81,387,81,387,81" />
        <area shape="poly" title="Britain" alt="Britain" href="https://fr.wikipedia.org/wiki/Angleterre" target="_blank" coords="387,81,387,80,386,80,386,80,386,80,385,80,385,80,385,80,384,80,383,80,383,80,383,79,384,79,383,79,384,79,384,78,384,78,386,78,387,78,387,78,387,78,388,79,388,79,388,79,388,80,388,80,388,80,387,81,387,81,387,81" />
        <area shape="poly" title="Britain" alt="Britain" href="https://fr.wikipedia.org/wiki/Angleterre" target="_blank" coords="400,82,401,82,401,82,401,83,401,83,402,83,402,83,403,83,404,83,404,83,405,84,404,84,404,85,401,86,403,86,403,86,404,86,404,87,403,87,403,87,402,87,401,88,400,88,399,88,398,88,396,88,396,88,395,88,395,88,394,88,394,88,393,88,393,89,393,89,392,89,392,89,391,88,391,89,391,89,390,89,389,89,389,89,388,89,389,89,390,88,390,88,391,88,391,87,391,87,391,87,391,87,394,87,394,86,394,86,395,86,394,86,393,86,392,86,390,86,389,85,389,85,390,85,391,84,392,84,392,83,392,83,391,83,391,83,392,82,394,82,394,82,394,80,394,80,394,80,393,80,393,80,393,79,394,79,393,78,392,79,391,79,391,79,391,79,389,79,390,78,390,77,390,77,390,77,390,77,391,76,390,76,390,76,389,76,389,76,388,77,388,76,389,75,389,75,388,75,388,75,388,75,387,75,388,74,388,74,388,74,388,73,388,73,389,73,388,72,388,72,389,72,390,72,389,71,390,71,389,71,390,70,391,71,394,70,394,71,394,71,392,72,391,72,392,73,396,73,396,73,396,74,396,74,395,74,395,75,395,75,394,75,395,76,395,76,394,76,394,76,393,76,392,76,393,76,394,76,394,76,395,76,396,76,397,77,397,77,397,78,398,79,399,79,400,80,400,81,400,81,400,82,400,82,400,82" />
        <!-- africa -->
        <area shape="poly" title="Gambia" alt="Gambia" href="#" coords="364,170,366,170,366,170,366,170,366,170,367,170,367,170,367,170,367,170,367,170,368,170,368,170,368,170,368,170,368,170,368,171,369,171,369,170,369,170,370,170,370,171,370,171,370,171,369,171,369,171,368,171,368,171,368,171,368,171,368,171,368,171,367,170,367,170,367,170,367,170,367,171,366,171,366,171,366,171,366,171,365,171,365,171,364,171,364,171,364,171,364,171,364,170,364,170,364,170,364,170" />
        <area shape="poly" title="Guinea" alt="Guinea" href="#" coords="383,178,383,178,383,179,383,179,383,180,384,180,384,180,383,181,384,182,384,182,384,182,384,182,383,182,383,182,383,182,383,182,383,183,383,183,382,184,382,184,382,184,382,184,382,184,381,185,380,185,380,184,380,183,379,182,379,182,379,182,378,182,378,182,378,183,377,180,376,179,376,178,374,179,373,179,372,181,372,180,371,179,370,178,369,177,368,177,368,177,368,176,368,176,367,176,367,176,367,176,369,175,369,175,370,175,370,174,370,174,370,172,372,172,373,173,375,173,376,173,377,174,378,173,379,174,381,173,381,173,381,173,381,174,382,176,383,177,383,178,383,178" />
        <area shape="poly" title="Sierra Leone" alt="Sierra Leone" href="#" coords="372,181,373,179,374,179,376,178,377,179,377,180,378,183,377,183,375,185,374,184,373,184,374,184,374,183,372,183,371,182,372,182,372,181,372,181,372,181,372,181,372,181,372,181,372,181" />
        <area shape="poly" title="Liberia" alt="Liberia" href="#" coords="378,183,378,182,378,182,379,182,379,182,379,182,380,183,380,184,380,185,381,185,382,184,382,184,382,184,382,184,382,184,382,185,382,185,382,186,382,186,382,186,382,186,383,186,384,188,384,188,384,191,375,185,377,183,378,183,378,183,378,183" />
        <area shape="poly" title="Ivory Coast" alt="Ivory Coast" href="#" coords="384,191,384,188,384,188,383,186,382,186,382,186,382,186,382,186,382,185,382,185,382,184,382,184,383,183,383,183,383,182,383,182,383,182,383,182,384,182,384,182,384,182,384,182,383,181,384,180,384,180,383,180,383,179,383,179,383,178,384,177,384,177,385,178,386,177,387,177,387,177,387,177,387,177,387,178,388,178,388,177,389,178,389,178,390,178,390,178,390,179,391,179,393,179,394,179,395,179,395,182,394,186,395,189,395,189,394,189,394,189,394,189,394,189,390,189,384,191,384,191,384,191,384,191,384,191" />
        <area shape="poly" title="Burkina Faso" alt="Burkina Faso" href="#" coords="401,176,400,176,399,176,395,176,395,176,394,177,395,179,394,179,394,179,393,179,391,179,390,179,390,178,390,178,389,178,389,178,388,177,389,177,389,175,389,174,389,174,390,174,391,173,391,171,392,171,392,171,393,171,393,171,395,169,395,169,396,169,396,169,397,168,399,167,400,167,401,167,401,168,401,168,402,169,403,171,403,171,403,171,403,172,404,172,404,172,405,172,406,174,406,175,405,175,405,175,404,175,404,175,403,176,403,176,403,176,401,176,401,176,401,176" />
        <area shape="poly" title="Ghana" alt="Ghana" href="#" coords="394,179,395,179,394,177,395,176,395,176,399,176,400,176,401,176,401,177,401,177,402,178,401,179,402,182,402,182,402,183,402,185,402,186,403,187,403,188,396,190,395,189,394,186,395,182,395,179,394,179,394,179,394,179" />
        <area shape="poly" title="Togo" alt="Togo" href="#" coords="401,176,403,176,403,177,403,178,404,178,404,185,404,185,405,187,404,187,403,187,403,187,402,186,402,185,402,183,402,182,402,182,401,179,402,178,401,177,401,177,401,176,401,176,401,176" />
        <area shape="poly" title="Benin" alt="Benin" href="#" coords="409,174,409,175,409,176,409,177,409,178,409,178,408,179,408,179,408,180,408,180,407,180,407,181,407,186,405,187,404,185,404,180,404,178,403,178,403,177,403,176,403,176,404,175,404,175,405,175,405,175,406,175,406,174,406,173,407,173,409,174,409,174,409,174" />
        <area shape="poly" title="Nigeria" alt="Nigeria" href="#" coords="432,171,432,172,432,173,432,173,433,173,433,173,433,174,433,175,433,175,433,175,432,176,431,176,430,179,429,179,429,181,429,181,428,181,426,186,426,186,425,186,425,185,423,185,420,188,420,189,420,190,420,190,419,190,419,190,419,190,419,190,419,190,419,191,417,191,417,190,416,190,416,191,416,191,414,191,414,191,413,190,413,189,413,189,413,188,413,188,412,188,411,187,410,186,410,186,409,186,409,186,407,186,407,181,407,180,408,180,408,180,408,179,408,179,409,178,409,178,409,177,409,176,409,175,409,173,410,170,411,170,413,170,415,170,416,171,416,172,417,172,418,171,419,171,420,172,421,172,422,172,423,171,426,171,428,171,428,171,430,170,431,170,431,170,432,171,432,171,432,171" />

        <area shape="poly" title="Equatorial Guinea" alt="" href="#" coords="423,196,426,196,426,198,422,198,422,198,422,198,422,198,422,198,423,196,423,196,423,196,423,196" />
        <area shape="poly" title="Equatorial Guinea" alt="Equatorial Guinea" href="#" coords="420,194,419,194,419,193,419,193,420,193,420,193,420,192,420,192,421,193,420,193,420,194,420,194,420,194" />
        <area shape="poly" title="Gabon" alt="Gabon" href="#" coords="426,196,426,195,430,196,430,196,430,198,430,198,430,198,431,197,432,197,432,198,433,199,433,199,432,200,431,200,431,201,432,201,432,201,433,202,433,202,433,202,432,206,432,206,432,206,432,206,431,205,431,205,430,206,430,206,430,206,429,205,429,205,429,205,428,205,428,206,428,206,427,206,427,206,426,207,427,207,427,208,427,208,427,209,426,209,426,209,426,209,423,206,423,206,423,206,422,206,421,204,422,204,422,204,421,203,420,202,421,202,422,200,423,200,423,200,422,199,422,199,422,198,426,198,426,196,426,196,426,196" />
        <area shape="poly" title="Central African Republic" alt="Central African Republic" href="#" coords="437,196,436,194,434,192,434,191,433,190,433,187,433,187,434,186,435,184,435,184,435,184,436,184,438,183,438,184,438,184,438,184,440,183,442,183,442,183,443,181,443,181,443,180,446,180,449,178,449,177,449,177,450,176,451,176,451,176,451,176,453,178,453,179,453,180,453,181,453,181,454,181,454,181,455,182,455,182,457,183,457,183,457,184,457,184,459,185,459,186,459,187,459,187,460,187,461,187,461,188,461,188,461,189,461,189,460,189,457,189,457,189,457,189,457,190,457,190,455,189,453,190,453,190,452,190,451,190,451,191,450,192,446,191,446,190,445,190,444,189,444,189,442,191,442,191,442,193,441,193,439,193,438,193,438,193,437,195,437,196,437,196,437,196" />
        <area shape="poly" title="Cameroon" alt="Cameroon" href="#" coords="426,196,423,196,423,196,423,195,423,194,422,192,423,192,422,192,422,191,421,192,421,191,421,191,421,190,421,190,420,190,420,190,420,189,420,188,423,185,425,185,425,186,426,186,426,186,428,181,429,181,429,181,429,179,430,179,431,176,432,176,433,175,433,175,433,175,433,174,433,173,433,173,432,173,432,173,432,172,432,171,433,172,434,174,434,175,434,176,434,177,435,178,435,179,433,178,432,178,432,179,434,181,435,184,435,184,435,184,434,186,433,187,433,187,433,187,434,191,434,191,434,192,436,194,437,196,436,196,436,197,436,197,426,195,426,196,426,196,426,196" />
        <area shape="poly" title="Congo" alt="Congo" href="#" coords="430,211,429,211,429,211,427,212,427,211,426,209,426,209,426,209,427,209,427,208,427,208,427,207,426,207,427,206,427,206,428,206,428,206,428,205,429,205,429,205,429,205,430,206,430,206,430,206,431,205,431,205,432,206,432,206,432,206,432,206,433,202,433,202,433,202,432,201,432,201,431,201,431,200,432,200,433,199,433,199,432,198,432,197,431,197,430,198,430,198,430,198,430,196,430,196,436,197,436,197,436,196,437,195,438,193,438,193,439,193,441,193,442,193,442,193,440,202,438,204,437,205,436,207,436,208,436,209,433,211,433,211,433,210,431,211,431,211,430,211,430,211,430,211,430,211,430,211" />
        <area shape="poly" title="Zaire" alt="Zaire" href="#" coords="430,211,430,211,430,211,431,211,431,211,433,210,433,211,433,211,436,209,436,208,436,207,437,206,437,204,439,203,439,203,440,202,442,193,442,193,442,193,442,192,442,191,442,191,443,190,444,189,444,189,445,190,446,190,446,191,450,192,451,191,451,190,452,190,453,190,453,190,455,189,457,190,457,190,457,189,457,189,457,189,460,189,461,189,463,191,464,191,464,191,465,191,465,191,466,191,466,191,466,190,467,190,467,190,469,193,469,193,469,193,469,195,469,195,470,195,470,196,470,196,470,196,467,199,467,203,465,204,465,206,466,208,466,209,466,210,466,212,466,213,466,214,466,215,468,216,469,219,465,219,465,220,464,221,464,224,464,226,464,226,465,228,465,228,466,228,466,228,467,227,467,228,467,230,465,230,465,230,464,229,463,228,462,228,462,228,461,226,460,227,460,227,457,227,457,225,455,226,455,226,455,225,455,225,453,225,450,225,450,225,450,223,449,222,449,219,449,219,449,218,449,217,449,217,449,217,447,217,446,217,447,216,446,216,444,216,444,216,444,217,444,218,440,218,440,218,438,216,438,214,438,214,437,214,430,214,429,214,428,214,428,213,428,213,429,213,429,213,429,212,430,211,430,211,430,211" />
        <area shape="poly" title="Uganda" alt="Uganda" href="#" coords="466,204,467,203,467,199,470,196,470,196,470,196,470,195,469,195,469,195,469,193,469,193,469,193,470,192,472,193,474,192,475,192,475,192,476,192,476,192,477,193,477,194,479,196,479,197,479,197,475,203,468,203,467,204,467,204,466,204,466,204,466,204" />
        <area shape="poly" title="Rwanda" alt="Rwanda" href="#" coords="465,207,465,206,465,204,466,204,467,204,467,204,468,203,469,203,469,205,469,206,469,206,467,206,467,207,466,207,466,207,465,207,465,207,465,207" />
        <area shape="poly" title="Burundi" alt="Burundi" href="#" coords="466,211, 466,210, 466,209, 466,208, 465,207, 466,207, 466,207, 467,207, 467,206, 468,206, 468,207, 469,207, 469,207, 469,208, 469,208, 467,211, 466,211, 466,211, 466,211" />
        <area shape="poly" title="Angola" alt="Angola" href="#" coords="428,214,429,214,430,214,437,214,438,214,439,218,440,218,440,218,444,218,444,217,444,216,444,216,446,216,447,216,446,217,447,217,449,217,449,217,449,217,449,218,449,219,449,220,449,221,449,222,450,223,450,225,450,225,453,225,454,225,454,226,454,227,454,228,454,228,454,228,454,229,454,229,454,229,450,229,450,237,452,240,446,240,446,240,442,240,442,239,431,239,430,238,430,238,428,239,428,239,427,239,427,239,427,236,428,235,429,230,429,230,430,229,430,229,430,229,431,228,432,226,431,224,430,221,430,221,431,220,431,219,428,214,428,214" />
        <area shape="poly" title="Angola" alt="Angola" href="#" coords="427,212,429,211,429,211,430,211,429,212,429,213,429,213,428,213,428,213,427,212,427,212,427,212" />
        <area shape="poly" title="Zambia" alt="Zambia" href="#" coords="452,240,450,237,450,229,454,229,454,229,454,229,454,228,454,228,454,228,454,227,454,226,454,225,455,225,455,225,455,226,455,226,457,226,457,227,460,227,460,227,461,226,462,228,464,228,465,230,465,230,467,230,467,228,467,227,466,228,466,228,465,228,464,226,464,226,464,224,464,221,465,220,465,219,469,219,470,220,474,222,476,224,476,224,475,224,475,225,475,227,475,228,476,228,475,228,474,229,474,231,474,232,474,232,468,234,468,234,468,235,467,235,466,235,465,236,465,237,465,237,465,237,463,238,461,241,460,241,459,241,459,240,458,241,458,241,457,240,457,240,457,240,456,240,455,239,454,239,454,239,452,240,452,240,452,240" />
        <area shape="poly" title="Malawi" alt="Malawi" href="#" coords="477,226,477,228,478,230,480,233,481,233,480,236,480,236,479,236,479,237,479,238,479,239,477,236,477,236,477,235,477,233,477,233,477,233,476,233,475,232,474,232,474,231,474,229,475,228,476,228,475,228,475,227,475,225,475,224,476,224,476,224,475,222,476,222,476,223,477,223,477,226,477,226" />
        <area shape="poly" title="Namibia" alt="Namibia" href="#" coords="445,256,445,264,443,265,440,265,440,264,440,264,440,263,439,263,438,263,438,264,437,264,435,262,434,260,434,259,434,258,434,257,434,256,433,252,434,252,434,251,433,251,433,251,433,250,427,240,427,239,427,239,428,239,428,239,430,238,430,238,430,238,431,239,442,239,442,240,446,240,446,240,454,239,454,239,455,239,456,240,456,240,456,240,455,240,454,241,453,241,453,241,453,241,447,241,447,249,445,250,445,256,445,256,445,256" />
        <area shape="poly" title="Botswana" alt="Botswana" href="#" coords="456,240,457,240,457,240,457,240,457,240,457,241,458,242,459,244,461,245,461,245,461,246,461,246,461,246,462,246,462,246,462,247,463,248,465,249,465,249,466,250,466,250,465,250,463,251,461,253,460,255,458,256,458,257,457,258,457,258,455,258,453,257,452,257,452,257,451,258,450,259,449,260,447,260,447,260,446,260,446,260,447,258,446,257,445,256,445,256,445,250,447,249,447,241,453,241,453,241,453,241,454,241,455,240,456,240,456,240,456,240,456,240" />
        <area shape="poly" title="Zimbabwe" alt="Zimbabwe" href="#" coords="468,235,468,236,469,236,470,236,473,237,474,238,474,241,473,243,474,244,474,245,474,245,473,246,473,247,473,247,473,248,473,248,470,251,470,250,469,250,468,250,467,250,466,250,466,250,465,249,465,249,463,248,462,247,462,246,462,246,461,246,461,246,461,246,461,245,461,245,459,244,458,242,457,241,457,240,458,241,458,241,459,240,459,241,460,241,461,241,463,238,465,237,465,237,465,237,465,236,466,235,468,235,468,235,468,235,468,235" />
        <area shape="poly" title="Swaziland" alt="Swaziland" href="#" coords="472,258,472,259,472,259,472,260,472,260,472,261,472,261,470,261,470,261,469,260,469,260,470,258,470,258,472,258,472,258,472,258"/>
        <areashape="poly"title="Kenya"alt="Kenya"href="#"coords="493,205,492,205,492,205,492,206,491,206,491,206,490,207,490,208,489,210,489,210,489,211,488,211,488,211,488,211,484,209,484,208,485,208,484,207,476,203,475,203,479,197,479,197,479,196,477,194,477,193,476,191,477,190,482,191,485,193,489,193,491,191,492,192,494,192,492,194,492,203,493,205,493,205,493,205" />
        <area shape="poly" title="Tanzania" alt="Tanzania" href="#" coords="469,203,476,203,484,207,485,208,484,208,484,209,488,211,487,214,487,215,488,216,489,216,489,216,488,217,488,218,488,218,488,218,489,218,488,220,489,222,491,224,487,226,486,226,485,225,485,225,484,226,484,227,482,227,481,226,481,226,481,226,481,226,480,226,477,226,477,223,476,223,476,222,475,222,474,222,470,220,469,219,468,216,466,215,466,214,466,213,466,212,466,211,467,211,469,208,469,208,469,207,469,207,468,207,468,206,469,206,469,206,469,206,469,205,469,203,469,203,469,203" />
        <area shape="poly" title="Mozambique" alt="Mozambique" href="#" coords="474,260,472,260,472,260,470,251,470,251,473,248,473,248,473,247,473,247,473,246,474,245,474,245,474,244,473,243,474,241,474,238,473,237,470,236,469,236,468,236,468,234,474,232,475,232,476,233,477,233,477,233,477,233,477,235,477,236,477,236,478,238,479,239,479,238,479,237,479,236,480,236,480,236,481,233,480,233,478,230,477,228,477,226,480,226,481,226,481,226,481,226,481,226,482,227,484,227,484,226,485,225,485,225,486,226,487,226,491,224,491,224,491,225,490,226,491,228,491,229,490,229,491,231,491,233,491,233,492,233,492,233,491,234,491,234,491,235,491,235,478,245,478,246,478,246,479,247,479,247,479,248,479,250,479,250,480,250,479,253,480,254,480,254,479,255,474,257,473,258,473,259,474,259,474,259,474,260,474,260,474,260" />
        <area shape="poly" title="Lesotho" alt="Lesotho" href="#" coords="463,269,463,269,463,268,465,267,466,266,466,266,464,264,462,265,461,267,461,267,462,268,463,269,463,269,463,269" />
        <area shape="poly" title="South Africa" alt="South Africa" href="#" coords="445,256,445,256,447,258,447,258,446,260,446,260,447,260,447,260,449,260,450,259,451,258,452,257,452,257,453,257,454,258,457,258,457,258,458,257,458,256,459,256,460,255,460,255,461,253,463,251,465,251,465,250,466,250,466,250,468,250,469,250,470,250,470,251,472,258,470,258,470,258,469,260,469,260,470,261,470,261,472,261,472,261,472,260,474,260,473,262,473,263,473,263,473,263,473,264,473,264,460,276,458,276,458,276,458,276,457,276,456,276,456,277,455,277,454,276,453,276,452,277,451,276,450,277,449,277,446,277,446,277,445,278,444,278,444,277,443,277,443,277,443,277,442,276,442,276,442,277,442,277,442,277,441,277,442,276,441,274,441,274,440,274,441,274,441,274,441,273,442,272,438,264,437,264,438,264,438,263,439,263,440,263,440,264,440,264,440,265,443,265,445,264,445,256,445,256,445,256" />
        <area shape="poly" title="South Africa" alt="South Africa" href="#" coords="433,251,434,251,434,252,433,252,433,252,433,251,433,251,433,251,433,251" />
        <area shape="poly" title="Western Sahara" alt="Western Sahara" href="#" coords="363,153,363,152,363,152,364,150,366,147,368,145,368,143,369,142,371,141,372,139,382,139,381,143,374,143,374,148,372,149,372,150,372,153,363,153,363,153,363,153" />
        <area shape="poly" title="Mauritania" alt="Mauritania" href="#" coords="374,168,372,166,371,164,371,164,370,164,369,163,368,163,365,163,364,164,365,161,365,159,365,158,364,157,364,157,365,157,365,155,364,155,364,154,363,154,363,154,363,153,372,153,372,150,372,149,374,148,374,143,381,143,382,140,390,145,386,145,388,164,389,164,389,166,377,166,377,166,377,167,377,167,377,167,376,167,376,166,376,166,375,166,375,166,375,167,375,167,374,168,374,168" />
        <area shape="poly" title="Niger" alt="Niger" href="#" coords="406,173,405,172,404,172,404,172,403,172,403,171,403,171,403,171,402,169,401,168,401,168,401,167,403,167,404,167,408,166,409,166,410,165,410,158,414,157,427,148,431,149,432,150,434,149,435,153,436,155,436,155,435,163,431,168,431,170,430,170,428,171,428,171,425,171,423,171,422,172,421,172,420,172,419,171,418,171,417,172,416,172,416,171,415,170,413,170,411,170,410,170,409,173,409,174,407,173,406,173,406,173,406,173" />
        <area shape="poly" title="Chad" alt="Chad" href="#" coords="432,171,431,170,431,168,435,163,436,156,436,155,435,154,434,149,436,149,436,148,454,157,454,166,452,166,452,166,451,167,451,168,451,168,451,169,451,169,450,170,450,170,450,170,450,171,449,172,449,172,450,172,450,173,451,174,451,175,451,175,452,175,452,176,451,176,451,176,451,176,450,176,449,177,449,177,449,178,446,180,443,180,443,181,443,181,442,183,442,183,440,183,438,184,438,184,438,184,438,183,436,184,435,184,435,184,434,181,432,179,432,178,433,178,435,179,435,178,434,177,434,176,434,175,434,174,433,172,432,171,432,171,432,171" />
        <area shape="poly" title="Djibouti" alt="Djibouti" href="#" coords="496,176,495,176,494,176,494,175,495,173,495,173,496,173,496,172,497,173,497,174,495,175,496,175,497,175,497,175,496,176,496,176,496,176" />
        <area shape="poly" title="Eritrea" alt="Eritrea" href="#" coords="495,173,495,173,494,172,494,172,493,171,492,170,492,170,491,169,490,169,490,168,489,168,489,168,489,168,488,168,487,168,487,168,487,168,487,168,486,168,485,168,485,168,485,168,484,169,483,168,483,168,483,169,482,169,482,169,482,167,483,163,484,163,484,163,484,162,485,162,485,162,486,161,486,161,487,160,487,160,489,166,489,167,489,167,489,166,489,166,491,167,491,167,494,170,494,170,495,171,495,171,495,171,496,171,496,172,496,173,495,173,495,173,495,173,495,173,495,173" />
        <area shape="poly" title="Somalia" alt="Somalia" href="#" coords="493,205,492,203,492,194,494,191,496,191,497,190,498,190,501,190,507,183,507,183,505,183,498,180,496,177,496,177,497,175,497,175,499,177,501,177,503,176,504,177,505,177,506,176,507,176,509,175,510,175,512,175,513,174,515,174,515,175,514,175,514,177,514,177,514,178,514,179,512,182,512,183,511,183,512,183,510,186,510,187,493,204,493,204,493,205,493,205,493,205" />
        <area shape="poly" title="Egypt" alt="Egypt" href="#" coords="477,131,478,135,478,135,477,139,477,139,476,139,475,137,475,136,474,136,473,134,473,134,473,135,479,146,480,147,480,148,480,148,480,150,482,151,483,152,456,152,456,133,456,132,456,131,456,131,456,131,457,130,457,131,462,131,463,132,466,132,467,131,470,131,471,131,471,131,472,132,473,131,473,132,474,132,474,131,474,131,475,132,477,131,477,131,477,131" />
        <area shape="poly" title="Tunisia" alt="Tunisia" href="#" coords="426,127,426,128,426,129,423,130,423,131,423,132,423,132,423,133,422,133,421,130,420,129,420,129,419,127,419,127,418,127,418,125,418,125,419,124,419,123,419,119,420,119,420,118,422,118,422,118,423,118,423,118,424,119,424,119,425,118,425,118,425,119,424,120,424,120,424,120,424,121,425,121,425,121,426,122,425,123,423,124,423,125,424,126,424,126,425,126,425,126,425,126,426,127,426,127,426,127" />
        <area shape="poly" title="Morocco" alt="Morocco" href="#" coords="396,123,396,123,397,123,397,124,397,127,397,127,398,128,398,128,398,128,398,129,395,129,394,130,394,130,393,130,392,130,392,131,392,131,393,132,392,132,390,133,389,133,388,134,387,134,387,135,385,135,382,137,382,139,372,139,372,139,372,139,376,137,379,134,379,133,379,133,379,132,379,131,379,131,380,129,380,129,380,128,380,128,382,126,385,125,388,121,388,121,389,122,391,122,393,122,394,122,394,122,396,123,396,123" />
        <area shape="poly" title="Algeria" alt="Algeria" href="#" coords="382,140,382,137,385,135,387,135,387,134,388,134,389,133,390,133,392,132,393,132,392,131,392,131,392,130,393,130,394,130,394,130,395,129,398,129,398,128,398,128,398,128,397,127,397,127,397,124,397,123,396,123,396,123,397,122,397,122,398,122,398,121,400,121,400,121,401,121,401,121,401,120,403,120,406,119,407,119,408,119,408,119,409,119,412,119,414,119,415,118,416,119,417,118,418,118,418,118,418,119,418,119,420,118,420,119,419,119,419,123,419,124,418,125,418,125,418,127,419,127,419,127,420,129,420,129,421,130,422,133,422,133,422,134,422,135,423,139,422,140,423,141,423,142,423,142,422,142,422,143,423,144,423,145,424,146,424,146,424,146,426,147,426,147,427,148,427,148,414,157,408,158,408,158,408,157,408,157,408,156,407,156,407,156,406,156,406,155,405,156,405,156,403,154,403,154,403,154,403,153,382,140,382,140,382,140" />
        <!-- middle east -->
        <area shape="poly" title="Gorgia" alt="Gorgia" href="#" coords="490,104,490,104,490,104,491,104,491,104,491,104,492,104,493,104,493,104,495,104,496,105,496,104,497,105,497,105,497,105,498,105,498,106,498,106,499,106,499,106,499,106,499,105,500,105,500,105,500,106,501,105,501,105,501,106,501,106,502,106,503,106,503,106,502,107,503,107,504,107,504,107,504,107,504,107,504,108,504,108,505,109,505,109,505,109,504,109,504,109,504,109,503,109,503,109,503,109,502,108,502,108,501,109,497,109,496,108,496,108,495,109,493,108,493,108,493,108,493,105,492,105,490,104,490,104,490,104" />
        <area shape="poly" title="Azerbaijan" alt="Azerbaijan" href="#" coords="509,115,509,115,508,115,508,115,508,114,507,114,508,114,508,114,508,113,508,113,508,113,508,113,508,113,507,112,506,113,505,113,505,114,504,114,504,114,504,114,504,113,504,113,505,113,504,113,504,113,504,113,504,112,503,112,503,112,503,112,503,112,502,112,502,111,503,111,503,111,503,111,503,111,502,111,502,110,502,110,502,110,502,110,502,109,501,109,501,109,501,109,501,109,502,108,502,108,503,109,503,109,503,109,504,109,504,109,504,109,505,109,505,109,505,109,504,108,504,108,504,107,504,107,504,108,505,107,505,108,506,108,506,108,506,108,506,108,506,109,507,109,507,109,508,108,509,108,509,107,510,109,510,109,510,109,511,110,511,110,511,110,512,110,512,110,513,111,513,111,513,111,512,111,512,111,512,111,511,111,511,111,511,113,511,113,511,113,511,113,510,113,510,114,510,114,510,113,510,113,510,113,510,114,510,114,510,114,510,114,509,115,509,115,509,115" />
        <area shape="poly" title="Armenia" alt="Armenia" href="#" coords="504,114,504,114,504,114,503,113,503,113,503,113,503,113,503,113,502,113,502,113,501,112,501,112,501,112,501,112,500,112,500,112,498,112,498,111,498,111,498,110,498,110,497,109,501,109,501,109,501,109,501,109,502,109,502,110,502,110,502,110,502,110,502,111,503,111,503,111,503,111,503,111,502,111,502,112,503,112,503,112,503,112,503,112,504,112,504,113,504,113,504,113,505,113,504,113,504,113,504,114,504,114,504,114,504,114,504,114" />
        <area shape="poly" title="Iran" alt="Iran" href="#" coords="500,118,500,118,500,118,500,117,500,117,500,117,499,116,499,116,500,115,500,115,499,115,499,115,499,114,499,114,499,113,499,113,499,113,499,112,500,112,500,112,500,112,500,112,501,113,501,113,502,114,502,114,503,114,504,114,504,114,505,114,505,113,506,113,507,112,508,113,508,113,508,113,508,113,508,113,508,114,508,114,507,114,508,114,508,115,508,115,509,115,509,115,509,117,509,117,512,118,512,118,513,119,516,119,520,119,521,119,521,118,521,117,521,117,522,117,524,116,526,116,526,115,528,116,528,116,531,117,535,119,536,119,537,119,537,121,537,121,536,124,535,125,535,125,535,126,535,126,536,126,536,126,535,127,535,127,536,130,536,130,538,131,538,132,536,134,538,137,540,138,540,138,540,139,541,140,541,140,541,140,541,141,541,141,540,142,538,142,538,143,538,145,536,145,536,144,535,144,532,144,531,144,529,144,529,143,528,143,528,143,528,143,528,143,528,142,528,142,527,142,527,141,527,141,527,141,527,140,525,140,525,140,524,141,524,141,523,141,522,142,522,142,521,141,520,141,519,141,518,140,517,139,515,139,515,138,513,136,513,135,512,134,511,134,511,134,510,134,510,133,510,133,510,133,510,133,509,134,509,134,509,134,509,134,508,133,508,133,508,132,508,132,507,132,507,131,507,130,507,130,507,130,504,128,504,128,503,128,503,127,503,127,502,125,502,124,503,123,503,122,503,122,503,121,502,121,500,118,500,118,500,118" />
        <area shape="poly" title="United Arab Emirates" alt="United Arab Emirates" href="#" coords="514,146,515,146,515,146,515,147,515,147,515,147,515,147,516,147,516,147,517,147,517,147,517,147,517,147,518,147,518,147,519,147,519,147,520,147,521,147,521,147,521,147,521,147,522,147,522,146,522,146,523,145,524,144,524,144,526,143,526,143,525,144,525,144,525,144,526,144,526,144,526,145,525,145,525,145,525,147,524,148,525,151,525,151,524,151,524,151,516,150,514,146,514,146,514,146" />
        <area shape="poly" title="Yemen" alt="Yemen" href="#" coords="519,163,518,164,517,165,517,166,510,168,510,169,509,169,508,169,504,171,503,171,501,172,500,172,500,172,500,172,499,172,498,172,497,172,497,171,497,171,497,170,496,166,496,165,496,164,497,164,497,162,497,162,497,162,500,162,502,167,506,162,506,162,516,158,516,160,518,162,518,162,519,163,519,163,519,163" />
        <area shape="poly" title="Saudi Arabia" alt="Saudi Arabia" href="#" coords="496,164,496,163,491,156,489,155,488,153,488,150,486,148,485,147,484,147,483,146,484,145,479,138,478,138,478,138,478,137,479,136,481,136,482,134,484,134,485,133,483,131,487,130,488,129,496,132,496,133,497,133,498,133,498,133,498,134,498,135,498,135,500,136,506,136,507,137,508,137,509,139,510,139,510,139,510,140,510,140,511,140,511,140,512,141,512,141,512,141,512,141,512,142,512,142,512,143,512,144,512,144,513,144,513,144,513,145,513,146,514,146,514,146,514,146,514,146,516,150,524,151,524,151,525,151,525,152,525,153,506,162,506,162,502,167,500,162,497,162,497,162,497,162,497,164,496,164,496,164" />
        <!-- oceania -->
        <area shape="poly" title="Papua New Guinea" alt="Papua New Guinea" href="#" coords="714,221,714,217,714,215,714,215,714,207,722,209,722,209,722,210,725,212,724,212,724,213,725,213,728,214,729,215,729,215,729,216,727,216,727,216,727,216,728,218,730,219,730,220,731,221,731,221,732,221,732,221,732,221,732,222,734,222,734,222,734,222,733,223,733,223,735,223,735,224,735,224,734,224,734,224,734,224,734,224,729,223,728,223,728,222,728,222,727,221,725,218,722,218,721,218,720,217,720,218,720,218,720,219,720,218,719,219,720,219,720,219,717,219,719,220,719,220,718,221,714,221,714,221,714,221" />
        <area shape="poly" title="Papua New Guinea" alt="Papua New Guinea" href="#" coords="733,215,733,214,732,214,732,214,731,214,731,214,730,213,731,213,733,213,734,213,734,212,734,213,735,213,736,213,736,213,736,212,737,212,737,212,738,212,738,210,738,210,739,210,739,211,739,211,739,212,738,212,738,212,738,212,739,213,738,213,738,213,737,213,737,213,736,214,735,214,733,215,733,215,733,215" />
<!-- north asia -->
        <area shape="poly" title="Bulgaria" alt="Bulgaria" href="#" coords="450,106,450,106,451,105,451,105,452,105,452,105,450,103,450,103,451,102,452,102,452,103,452,103,453,103,454,103,456,103,457,103,460,102,464,103,464,104,464,104,463,104,463,104,463,105,463,105,463,105,462,106,462,106,462,106,462,106,462,106,462,107,463,107,463,107,460,107,459,108,459,108,459,108,459,108,459,109,457,109,455,108,452,109,452,109,452,108,452,108,452,107,451,107,451,107,450,106,450,106,450,106,450,106" />
        <area shape="poly" title="Bosnia Herzegovina" alt="Bosnia Herzegovina" href="#" coords="440,105,440,105,440,105,440,105,439,104,439,104,438,103,438,103,438,103,437,103,437,102,437,102,437,102,437,102,437,102,437,102,436,101,436,101,436,101,436,101,436,101,436,100,436,100,436,100,436,100,437,100,437,100,437,100,437,100,438,100,438,100,439,100,439,100,439,100,439,100,439,100,440,100,440,100,441,100,441,100,441,100,441,100,442,100,442,100,442,100,442,100,442,100,442,100,442,100,443,100,443,101,443,101,443,101,443,101,443,101,444,101,444,101,444,101,444,101,443,102,443,102,443,102,443,102,443,102,443,102,444,102,444,102,444,102,444,103,444,103,444,103,444,103,444,103,444,103,444,103,444,104,444,104,444,104,444,104,444,104,444,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,442,104,442,104,442,105,442,105,442,105,442,105,442,105,442,105,442,106,442,106,442,106,442,106,441,106,441,106,441,105,441,105,441,105,440,105,440,105,440,105,440,105,440,105" />
        <area shape="poly" title="Libya" alt="Libya" href="#" coords="456,152,456,156,456,156,454,156,454,157,436,148,436,149,432,150,431,149,427,148,427,148,426,147,426,147,424,146,424,146,424,146,423,145,423,144,422,143,422,142,423,142,423,142,423,141,422,140,423,135,422,134,422,133,423,133,423,132,423,132,423,131,423,130,426,129,426,128,426,127,429,128,432,128,433,128,434,129,434,129,435,129,435,130,436,131,443,133,443,133,444,133,445,132,445,132,445,131,445,130,445,130,445,129,449,128,451,128,452,128,452,128,452,129,452,129,453,129,454,129,456,130,456,130,456,130,457,130,456,131,456,131,456,131,456,132,456,133,456,152,456,152,456,152" />
        <area shape="poly" title="Macedonia" alt="Macedonia" href="#" coords="452,109,451,109,450,109,449,109,449,110,448,110,447,109,447,109,446,108,447,108,447,107,447,107,447,107,447,107,447,107,447,107,447,107,447,107,448,107,448,107,448,107,448,107,448,107,448,107,448,107,448,107,449,107,449,107,449,106,450,106,450,106,450,106,450,106,450,106,450,106,451,107,451,107,452,107,452,108,452,108,452,109,452,109,452,109,452,109" />
        <area shape="poly" title="Serbia" alt="Serbia" href="#" coords="451,102,450,103,450,103,452,105,452,105,451,105,451,105,450,106,450,106,450,106,450,106,450,106,450,106,449,106,449,107,449,107,448,107,448,107,448,107,448,107,448,107,448,107,448,107,448,107,447,107,447,107,447,107,447,107,447,107,447,107,447,107,447,107,447,107,445,106,445,106,445,106,445,106,445,106,445,106,445,106,445,105,445,105,446,105,446,105,446,105,446,105,446,105,446,105,446,105,446,105,446,105,445,105,445,105,445,105,445,105,445,105,445,105,444,104,444,104,444,104,444,104,444,104,444,104,444,104,444,104,444,104,444,103,444,103,444,103,444,103,444,103,444,103,444,103,444,102,444,102,444,102,443,102,443,102,443,102,443,102,443,102,443,102,444,101,444,101,444,101,444,101,443,101,443,101,443,101,443,101,443,101,443,101,443,100,443,100,443,100,443,100,443,100,443,100,443,100,443,100,443,100,444,100,444,100,444,100,444,100,444,100,444,100,444,100,444,100,444,100,443,100,443,100,443,100,443,100,443,100,443,100,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,98,445,98,446,98,446,98,447,98,447,99,447,99,447,99,447,99,447,99,448,100,448,100,449,100,448,100,448,100,449,101,448,101,448,101,449,101,449,101,449,101,450,102,450,101,451,101,451,101,451,101,451,101,451,102,451,102,451,102,451,102,451,102" />
        <area shape="poly" title="Croatia" alt="Croatia" href="#" coords="440,105,439,104,439,104,438,104,438,104,437,104,436,104,436,103,435,103,434,102,435,102,434,101,434,101,434,101,434,100,433,100,432,100,432,100,432,101,432,101,432,101,432,101,431,100,431,99,431,99,431,99,432,99,432,99,432,99,432,99,432,99,432,99,432,99,432,99,432,99,433,99,433,99,433,99,433,99,433,99,433,99,433,99,433,99,433,99,434,99,434,99,434,99,434,99,434,99,434,99,435,100,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,436,99,436,98,436,98,436,98,435,98,435,98,436,98,436,98,436,98,436,98,437,97,437,97,437,97,437,97,437,97,437,97,437,97,437,97,440,99,443,98,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,99,443,100,443,100,443,100,443,100,443,100,443,100,444,100,444,100,444,100,444,100,444,100,444,100,444,100,444,100,444,100,443,100,443,100,443,100,443,100,443,100,443,100,443,100,443,100,443,100,443,101,443,101,443,101,443,101,443,101,443,101,443,101,443,101,443,100,442,100,442,100,442,100,442,100,442,100,442,100,442,100,441,100,441,100,441,100,441,100,440,100,440,100,439,100,439,100,439,100,439,100,439,100,438,100,438,100,437,100,437,100,437,100,437,100,436,100,436,100,436,100,436,100,436,101,436,101,436,101,436,101,436,101,437,102,437,102,437,102,437,102,437,102,437,102,437,103,438,103,438,103,438,103,439,104,439,104,440,105,440,105,440,105,440,105" />
        <area shape="poly" title="Croatia" alt="Croatia" href="#" coords="440,105,440,105,440,105,441,105,441,105,441,105,441,106,441,106,442,106,442,106,442,106,442,106,442,106,442,106,442,106,442,106,440,105,440,105,440,105" />
        <area shape="poly" title="Estonia" alt="Estonia" href="#" coords="463,68,463,68,463,69,463,69,463,69,463,69,462,69,462,69,462,70,462,70,462,71,462,71,462,71,462,71,462,71,462,71,462,72,462,72,463,72,462,72,462,72,462,72,462,72,461,73,462,73,461,73,461,72,460,73,460,72,460,73,460,73,460,73,459,73,459,72,459,72,459,72,459,72,458,72,458,72,458,72,458,72,457,72,457,72,457,71,457,72,457,72,457,72,457,71,457,71,455,72,455,72,455,72,455,72,455,71,455,71,455,71,454,71,454,71,453,71,453,70,453,70,453,70,453,70,453,69,453,69,453,69,454,69,454,69,455,69,455,69,455,69,455,69,456,69,456,68,457,69,457,68,457,68,463,69,463,68,463,68,463,68" />
        <area shape="poly" title="North Korea" alt="North Korea" href="#" coords="686,115,685,115,685,116,683,115,683,116,682,117,681,117,681,117,680,116,680,116,679,117,679,117,678,116,678,116,678,115,678,115,679,115,679,114,679,114,679,113,679,113,678,112,678,112,678,113,677,113,677,112,677,112,677,111,681,109,682,108,682,108,683,108,683,108,684,109,685,108,685,107,685,107,685,107,687,107,688,106,689,105,689,105,689,105,690,105,691,106,689,108,689,108,689,109,689,110,688,110,686,112,685,112,685,112,684,112,684,113,686,115,686,115,686,115" />
        <area shape="poly" title="Burma" alt="Burma" href="#" coords="606,151,607,152,607,151,608,151,608,150,608,149,608,149,608,149,608,147,608,147,610,147,610,147,610,147,611,145,611,145,611,144,611,144,612,143,612,143,612,142,612,141,615,140,616,140,616,140,616,139,616,139,617,139,617,138,617,138,617,137,618,137,618,138,619,138,619,139,619,139,620,139,620,139,620,142,619,143,618,144,618,145,618,147,618,147,618,147,618,147,619,147,620,147,620,147,621,149,621,149,621,149,622,149,622,149,621,151,621,151,621,151,622,151,623,152,623,153,624,153,624,153,625,152,625,153,625,153,623,155,623,155,622,155,621,156,621,156,619,157,619,157,618,157,618,159,618,159,618,159,617,159,618,160,618,161,619,162,620,164,620,164,620,165,620,165,620,166,620,166,619,167,620,169,621,170,621,171,621,172,622,174,622,174,620,178,620,178,620,178,619,177,620,176,620,175,620,175,620,175,620,174,620,174,620,174,618,164,617,164,617,164,617,163,616,162,616,162,616,163,615,164,613,165,613,165,613,166,612,165,612,165,612,165,612,165,612,165,611,165,611,165,611,164,611,165,610,165,610,165,610,164,611,162,611,160,610,158,609,158,608,158,609,158,609,158,609,157,608,156,608,156,608,156,607,156,607,155,607,155,607,155,607,155,606,154,606,154,606,153,607,153,606,151,606,151" />
        <area shape="poly" title="Sri Lanka" alt="Sri Lanka" href="#" coords="580,187,579,187,579,187,578,184,578,182,578,182,578,181,578,181,578,181,578,181,579,180,579,180,579,179,579,179,580,180,581,181,581,182,581,182,582,182,583,185,582,186,581,187,580,187,580,187,580,187,580,187" />
        <area shape="poly" title="Kyrgyzstan" alt="Kyrgyzstan" href="#" coords="559,111,559,111,559,111,560,111,560,111,561,111,561,111,561,111,562,111,562,110,563,110,564,110,563,110,562,110,562,109,561,109,561,109,561,109,561,108,560,108,560,108,560,109,560,109,560,109,559,109,558,108,558,108,558,108,558,108,557,108,557,108,558,107,558,107,558,107,559,107,559,106,559,107,559,106,559,105,561,105,564,106,564,106,565,105,565,105,566,104,569,105,570,105,577,105,577,106,577,106,578,106,579,106,579,107,579,107,579,107,576,108,575,109,574,109,572,109,571,111,569,111,569,111,569,110,569,110,568,110,565,112,565,112,565,113,565,113,564,113,563,113,562,113,562,113,561,113,561,113,561,113,561,113,560,113,560,113,560,113,560,113,560,112,559,113,559,113,559,113,558,113,558,113,558,113,558,112,557,113,557,113,555,113,555,112,555,112,555,112,555,112,555,112,555,112,555,112,556,111,557,111,558,111,558,112,558,112,558,111,559,111,559,111,559,111" />
        <area shape="poly" title="Buthan" alt="Buthan" href="#" coords="598,140,600,138,601,138,601,138,602,138,604,138,604,138,604,139,604,139,604,139,605,140,605,140,605,140,605,140,605,141,602,141,601,141,601,141,600,141,598,141,598,140,598,140,598,140,598,140" />
        <area shape="poly" title="Australia" alt="Australia" href="https://fr.wikipedia.org/wiki/Australie" target="_blank" coords="717,225,718,225,718,226,718,227,718,227,719,227,719,227,719,228,719,229,719,229,720,233,721,233,721,233,721,233,722,232,722,233,723,234,723,234,724,237,725,239,725,239,725,240,725,241,726,243,728,244,728,244,729,245,730,245,731,245,731,246,731,246,731,247,732,247,733,250,733,251,734,251,734,250,736,251,736,251,736,253,737,254,738,254,738,254,739,255,739,256,739,256,739,256,740,257,740,257,740,257,740,257,741,259,741,260,741,261,742,263,742,265,741,269,741,270,739,274,738,274,737,275,737,276,736,278,736,278,736,279,735,280,734,284,733,285,730,285,727,286,727,287,726,287,726,288,724,286,724,286,724,286,723,285,723,285,722,285,722,285,722,286,719,287,716,286,715,286,715,286,714,286,712,284,711,283,712,282,711,281,711,281,710,280,710,280,709,280,708,280,708,280,708,280,708,279,709,279,709,278,708,277,707,278,707,279,707,279,706,279,706,279,705,279,705,278,705,278,706,278,706,278,706,278,706,277,707,276,707,275,707,275,708,275,708,274,708,274,707,273,707,274,706,274,705,276,703,277,702,279,702,278,701,276,700,275,700,275,700,274,699,274,699,274,699,274,699,274,699,273,698,272,698,272,697,272,697,272,696,272,695,272,695,272,695,272,693,271,677,274,676,276,675,276,672,276,671,276,667,276,667,276,666,277,666,277,665,277,665,277,663,278,662,279,660,279,657,277,657,277,656,277,656,276,656,275,657,276,657,275,658,275,658,272,656,265,654,263,654,262,652,259,652,258,652,259,652,259,653,259,653,260,654,260,653,259,653,258,653,258,654,259,654,259,654,259,655,259,655,258,653,255,653,254,654,253,654,252,653,251,653,251,654,249,654,250,654,250,654,251,655,251,655,251,655,250,659,247,662,247,662,246,663,246,664,246,665,246,665,245,665,245,666,245,669,244,671,243,671,242,672,241,672,241,672,239,674,237,674,237,675,239,675,240,675,238,676,239,676,238,676,238,676,238,675,238,675,237,675,237,676,237,677,237,678,237,678,237,677,237,677,236,677,236,677,235,678,235,678,235,679,235,679,235,679,235,679,234,679,233,680,233,680,233,681,232,681,232,682,232,682,232,682,232,682,232,683,231,683,232,684,232,685,233,685,234,685,234,685,235,686,234,688,234,689,234,689,234,689,234,689,233,689,233,688,233,688,232,688,232,689,232,689,231,690,230,690,230,690,230,690,230,691,229,691,229,692,229,692,229,692,228,692,228,692,228,693,228,696,228,696,228,696,227,696,227,695,226,695,226,694,226,694,226,694,226,695,226,696,226,696,226,696,226,697,227,699,227,700,227,700,227,701,228,701,228,701,228,702,228,702,228,703,228,703,228,704,228,704,227,704,227,704,228,705,228,705,228,704,229,704,229,704,229,704,230,704,230,704,230,703,230,703,230,703,231,703,231,703,232,702,233,702,233,702,234,702,234,705,236,705,236,705,236,705,236,708,238,710,238,710,238,710,239,712,240,713,240,714,239,716,234,716,234,715,233,715,233,716,232,715,231,715,229,716,229,716,229,716,229,716,228,716,228,717,226,717,225,717,225,717,225" />
        <area shape="poly" title="Australia" alt="Australia" href="https://fr.wikipedia.org/wiki/Australie" target="_blank" coords="727,298,725,297,723,295,724,295,724,295,724,295,723,293,722,292,722,291,723,291,726,292,729,292,729,292,730,291,730,292,730,293,730,295,730,296,729,296,728,296,728,297,727,298,727,298,727,298,727,298" />
        <!-- north asia -->
        <area shape="poly" title="Nepal" alt="Nepal" href="#" coords="581,133,581,134,581,134,582,133,582,133,582,133,582,133,583,133,583,134,584,134,586,135,586,135,586,135,587,136,587,135,588,135,588,135,588,136,588,136,589,137,590,137,590,137,590,137,590,137,591,137,592,138,592,138,592,138,592,138,593,138,593,138,593,138,594,138,594,138,595,139,595,139,596,139,596,138,597,139,597,139,596,139,596,140,597,141,597,142,596,142,596,142,595,142,595,142,594,142,594,141,594,142,592,141,592,141,591,141,591,141,591,141,591,141,590,141,590,140,589,140,589,140,589,140,588,140,588,139,587,140,587,139,586,139,586,140,586,140,586,139,585,139,585,139,584,139,583,138,583,138,582,138,581,137,581,137,580,137,579,137,579,136,579,136,579,135,579,135,579,135,579,134,580,134,581,133,581,133,581,133" />
        <area shape="poly" title="Mali" alt="Mali" href="#" coords="390,145,403,153,403,154,403,154,403,154,405,156,405,156,406,155,406,156,407,156,407,156,408,156,408,157,408,157,408,158,408,158,410,158,410,165,409,166,408,166,404,167,403,167,400,167,399,167,397,168,396,169,396,169,395,169,395,169,393,171,393,171,392,171,392,171,391,171,391,173,390,174,389,174,389,174,389,174,389,176,389,177,388,178,387,178,387,177,387,177,387,177,387,177,385,178,384,177,384,177,383,178,383,177,382,176,381,174,381,173,381,173,381,173,379,174,378,173,377,174,376,173,375,173,375,173,375,171,375,171,375,171,374,171,374,168,374,168,375,167,375,167,375,166,375,166,376,166,376,166,376,167,377,167,377,167,377,167,377,166,377,166,379,166,380,166,389,166,389,164,388,164,386,145,390,145,390,145,390,145" />
        <area shape="poly" title="Greece" alt="Greece" href="#" coords="446,113,447,110,449,110,449,109,450,109,451,109,455,108,457,109,459,109,459,108,459,108,459,108,459,108,460,108,460,108,459,110,459,110,456,109,456,109,456,110,455,110,455,109,455,109,455,110,454,110,454,110,454,110,453,110,453,110,453,110,454,110,454,111,455,111,455,111,454,111,454,111,454,111,454,111,453,111,453,111,453,111,454,111,454,111,454,111,454,112,454,112,453,111,453,111,453,111,452,111,453,111,453,112,453,112,453,112,452,112,453,111,452,111,452,111,452,111,451,110,452,110,452,110,452,110,451,110,451,110,451,110,451,111,451,111,451,111,451,111,451,112,451,112,451,112,451,112,452,113,452,113,452,113,452,114,452,113,452,113,452,113,451,113,451,113,452,113,452,114,451,114,451,114,451,114,451,114,452,114,452,115,452,115,452,115,453,115,453,115,453,115,454,115,454,116,454,116,454,116,454,117,454,117,454,117,454,116,453,116,453,116,452,116,452,116,452,116,452,117,452,117,453,117,453,117,453,117,452,117,452,117,452,117,452,117,452,117,452,117,451,117,451,117,451,117,451,118,451,118,451,118,452,118,452,119,451,119,451,119,451,119,450,119,450,118,449,119,449,118,449,118,449,118,449,117,448,116,448,116,448,116,449,116,449,115,451,116,452,116,452,116,450,115,448,115,447,114,447,114,447,114,448,114,448,114,447,114,447,114,447,114,446,113,445,113,446,113,446,113" />
        <area shape="poly" title="Greece" alt="Greece" href="#" coords="456,123,456,123,456,122,453,122,453,122,453,121,453,121,453,121,453,121,454,121,454,121,454,121,454,121,454,121,454,121,454,121,454,122,454,122,454,122,455,122,455,122,456,122,456,122,457,122,458,122,458,122,458,122,458,122,458,122,459,122,459,122,459,122,459,122,459,122,459,123,456,123,456,123,456,123" />
        <area shape="poly" title="Norway" alt="Norway" href="#" coords="426,69,425,69,425,69,425,69,424,68,424,68,424,68,424,68,424,69,424,69,423,69,423,69,423,69,422,69,422,70,422,70,419,71,419,71,416,72,416,71,416,71,416,71,415,71,416,71,413,71,413,70,413,70,413,69,413,69,413,70,414,70,414,70,414,70,414,69,415,69,414,69,414,69,414,69,415,69,414,69,414,69,414,68,414,68,414,69,414,68,413,68,413,68,413,69,413,69,413,69,413,68,413,69,412,69,412,68,413,68,413,68,413,68,413,68,414,68,413,68,414,68,415,68,413,68,413,68,414,67,414,67,413,67,412,67,413,66,413,66,412,66,412,66,412,66,412,65,413,65,412,65,412,64,412,64,412,63,412,63,414,63,414,63,413,63,413,63,413,62,413,62,414,62,414,62,415,62,415,62,415,61,417,62,418,61,417,61,416,61,417,61,419,61,419,61,419,60,420,60,420,60,421,60,421,60,422,59,423,59,423,59,425,57,425,57,426,57,426,57,426,57,426,57,428,56,428,56,429,56,429,55,428,55,429,54,430,54,430,53,431,53,431,53,430,53,430,53,430,53,431,52,432,52,431,52,433,51,434,51,433,51,433,51,434,50,435,51,435,50,436,50,436,50,435,50,436,50,436,49,437,49,437,50,437,50,438,49,438,49,439,49,439,48,438,48,439,48,440,47,440,47,441,47,441,47,441,47,441,47,441,46,442,47,443,46,444,47,446,45,446,45,446,46,446,46,446,46,447,45,448,45,448,45,449,45,450,44,451,45,452,45,454,44,454,44,455,44,455,43,458,43,457,44,457,44,457,45,457,45,460,43,460,44,461,44,462,43,463,43,464,43,463,43,463,44,463,44,464,44,464,44,465,43,469,44,469,44,468,45,465,45,466,45,467,46,469,45,470,46,469,46,467,46,465,48,465,47,466,46,465,46,463,45,460,45,458,46,458,48,456,48,454,48,451,48,451,48,449,47,448,47,448,47,447,47,447,47,446,47,445,49,445,49,441,48,441,48,441,49,441,49,441,50,439,50,438,50,437,51,437,52,437,52,434,54,433,54,433,54,433,55,431,57,432,57,432,58,432,58,432,58,430,58,429,59,428,60,427,61,428,62,428,63,428,64,429,64,429,64,429,65,428,65,429,66,428,66,428,67,428,67,427,67,427,68,427,68,427,69,426,70,426,70,426,69,426,69,426,69,426,69" />
        <area shape="poly" title="Norway" alt="Norway" href="#" coords="430,23,430,24,431,24,432,24,433,23,434,23,437,25,437,24,436,23,436,23,437,23,440,23,440,24,440,24,440,24,441,24,442,24,447,25,443,26,442,28,440,28,440,29,439,29,439,30,438,30,433,29,434,28,437,28,438,28,437,27,432,28,432,27,438,26,434,25,434,26,433,26,431,27,427,25,429,25,428,24,426,25,426,24,425,24,426,23,430,23,430,23,430,23" />
        <area shape="poly" title="Norway" alt="Norway" href="#" coords="450,23,442,23,442,22,443,22,445,21,446,22,449,22,450,22,451,22,452,22,452,21,452,22,452,22,453,22,455,22,456,22,456,22,461,22,461,23,447,24,447,24,449,24,450,23,450,23,450,23" />
        <area shape="poly" title="Germany" alt="Germany" href="https://fr.wikipedia.org/wiki/Allemagne" target="_blank" coords="417,95,417,94,418,94,417,94,418,93,418,93,418,92,419,92,417,91,417,91,417,91,417,91,416,91,416,91,416,91,415,91,415,90,415,90,415,90,415,90,414,89,414,89,415,89,415,88,414,88,414,88,414,87,414,87,414,87,414,87,415,87,414,87,415,86,414,86,414,86,414,85,415,85,415,85,416,85,416,85,416,84,416,84,416,84,416,84,416,84,416,84,416,83,416,84,417,83,417,83,417,82,417,82,416,82,416,82,417,81,418,81,419,82,419,82,419,82,419,82,419,82,419,81,419,82,420,82,420,81,420,81,420,81,421,81,420,81,420,81,421,80,420,80,420,80,420,80,421,80,420,80,420,80,420,80,421,80,420,79,420,78,422,78,423,79,423,79,423,79,423,80,423,79,423,80,423,80,424,80,424,80,424,80,425,80,425,80,425,80,425,81,425,81,426,81,426,81,426,81,426,80,429,80,429,80,430,80,430,80,430,80,431,80,431,80,431,80,431,81,432,81,432,81,432,81,433,81,433,82,433,83,432,83,432,83,433,83,433,84,433,84,433,84,433,84,433,85,434,85,433,85,433,85,433,85,434,86,433,86,434,86,434,87,434,87,434,87,433,87,433,87,433,87,432,87,433,87,432,87,432,88,431,88,431,88,431,88,430,88,430,88,430,88,430,88,429,88,429,88,428,88,428,89,428,89,429,89,429,90,428,90,429,90,429,90,429,91,430,91,430,91,431,91,431,92,431,91,431,92,431,92,432,92,431,93,431,92,431,92,430,93,430,93,429,93,430,94,429,94,430,94,430,95,430,95,430,95,429,95,429,95,429,94,428,95,428,94,428,94,428,95,426,95,426,95,426,95,426,95,425,95,425,95,424,95,424,95,424,95,424,95,423,95,423,95,423,95,423,95,423,95,423,95,423,95,423,95,422,95,422,95,422,95,421,94,420,94,420,94,420,94,420,94,419,94,419,95,419,95,419,95,418,95,418,95,418,95,417,95,417,95,417,95" />
        <area shape="poly" title="Germany" alt="Germany" href="https://fr.wikipedia.org/wiki/Allemagne" target="_blank" coords="432,81,432,81,432,81,432,81,431,81,431,80,432,81,432,81,432,81,432,81" />
        <area shape="poly" title="Finland" alt="Finland" href="#" coords="465,48,465,48,464,49,464,49,467,50,465,52,467,54,467,56,467,56,468,58,468,58,467,59,468,59,470,60,470,61,471,61,470,61,469,62,464,65,464,66,462,66,462,66,461,66,461,66,461,66,460,66,460,66,460,66,460,66,459,67,458,67,458,67,458,67,457,67,457,67,456,67,456,67,455,67,455,67,455,67,454,67,454,67,452,68,452,67,452,67,452,67,451,67,451,67,451,66,450,67,449,66,448,66,448,65,449,64,448,63,448,62,448,62,448,62,448,62,448,61,448,61,449,61,449,61,449,60,449,60,450,60,450,60,451,60,451,59,451,59,451,59,452,59,456,56,457,56,457,56,457,56,457,56,457,55,457,55,455,55,455,54,454,54,454,54,454,54,453,53,454,52,454,52,453,51,453,50,452,49,449,48,447,47,447,47,448,47,448,47,449,47,451,48,454,48,456,48,458,48,458,46,460,45,463,45,465,46,466,46,465,47,465,48,465,48,465,48" />
        <area shape="poly" title="Sweden" alt="Sweden" href="#" coords="454,54,452,54,451,54,450,54,450,55,449,55,449,55,448,56,448,56,449,56,447,57,448,57,448,57,448,57,448,58,447,59,444,60,444,59,444,59,443,60,442,60,442,61,441,61,440,61,441,61,440,62,439,62,439,62,440,62,439,63,439,63,439,64,439,65,439,65,439,66,440,66,440,66,441,66,442,67,443,67,443,67,443,67,443,68,443,68,441,69,440,69,440,68,438,68,438,68,438,68,437,68,438,68,439,69,439,69,439,69,440,69,440,69,440,69,441,69,442,69,442,69,442,68,442,68,442,69,442,69,441,69,442,69,441,69,441,70,440,70,440,70,440,69,440,69,440,69,440,70,439,70,439,70,439,70,439,70,437,70,437,71,438,71,438,71,438,72,438,72,437,72,437,72,438,72,438,73,438,73,437,73,437,74,437,74,436,76,435,76,435,76,433,76,433,76,433,76,432,76,432,77,433,77,432,77,432,77,430,78,429,77,429,77,429,77,429,77,430,77,428,75,429,75,429,75,429,75,429,75,429,75,429,75,429,74,428,74,427,73,427,73,427,73,427,72,427,71,427,71,426,71,426,71,426,71,426,70,425,70,426,69,426,69,426,70,426,70,427,69,427,68,427,68,427,67,428,67,428,67,428,66,429,66,428,65,429,65,429,64,429,64,428,64,428,63,428,62,427,61,428,60,429,59,430,58,432,58,432,58,432,58,432,57,431,57,433,55,433,54,433,54,434,54,437,52,437,52,437,51,438,50,439,50,441,50,441,49,441,49,441,48,441,48,445,49,445,49,446,47,447,47,449,48,452,49,453,50,453,51,454,52,454,52,453,53,454,54,454,54,454,54,454,54,454,54" />
        <area shape="poly" title="Greenland" alt="Greenland" href="https://fr.wikipedia.org/wiki/Groenland" target="_blank" coords="341,41,343,42,344,42,339,43,338,43,338,43,338,44,352,45,347,46,345,46,341,48,335,49,335,48,334,48,333,49,332,49,329,48,329,48,329,48,330,49,329,50,328,50,324,53,322,53,321,53,321,54,321,54,320,54,318,54,317,55,318,53,316,53,317,53,316,54,316,54,315,55,312,55,312,55,313,56,313,56,312,56,310,56,311,57,311,57,311,57,311,57,309,58,311,59,310,59,310,59,309,59,309,59,309,60,309,60,309,60,308,60,308,60,308,61,308,61,305,61,307,62,307,63,306,64,306,64,305,64,306,65,306,65,306,66,306,66,304,66,305,66,305,67,305,67,305,68,303,67,302,67,302,68,301,67,301,66,301,66,300,66,299,66,299,66,300,65,300,65,299,65,298,65,298,65,298,65,296,65,295,66,295,65,294,65,294,65,292,64,292,63,292,62,291,62,291,62,291,62,290,62,289,62,289,62,289,61,290,61,290,61,289,60,288,60,288,59,288,59,287,59,287,59,287,59,287,58,290,57,290,57,289,57,287,57,286,58,285,57,285,56,285,56,285,55,285,55,284,55,284,55,283,54,283,54,284,53,284,53,283,53,282,53,282,53,283,53,284,52,285,52,282,52,282,52,282,51,282,51,282,51,283,51,283,51,283,51,282,51,282,51,282,50,282,50,283,50,289,50,289,50,289,50,289,49,283,48,284,48,287,48,288,48,288,47,289,47,289,47,289,47,289,47,288,46,288,46,289,45,288,45,282,44,280,43,280,43,288,44,288,44,288,44,287,43,287,43,286,42,285,42,285,42,286,41,286,41,282,41,281,42,280,42,278,42,277,41,277,41,278,41,278,40,278,39,278,39,279,39,279,39,280,39,278,38,278,37,274,34,272,33,271,33,271,32,253,31,253,32,253,32,247,31,249,30,249,30,242,29,243,29,254,28,254,28,252,28,244,28,243,27,242,27,240,27,240,26,240,26,257,24,257,23,257,23,251,22,252,21,265,20,265,20,265,20,265,19,265,19,273,19,274,19,272,19,272,18,281,18,282,19,282,19,283,19,283,18,290,19,290,19,288,17,288,17,301,19,302,19,303,17,300,16,315,16,315,16,315,15,351,17,351,17,351,17,328,18,328,19,329,19,352,18,352,19,352,19,347,21,347,21,348,21,373,19,373,19,373,20,356,22,356,23,356,23,361,23,361,23,358,24,357,24,357,24,357,25,354,25,353,27,352,28,353,28,353,28,355,27,358,27,358,28,358,28,356,28,356,28,356,28,360,29,361,29,361,29,361,30,361,30,355,30,354,30,351,30,351,30,357,31,358,32,358,32,358,33,358,33,357,33,355,33,355,33,355,34,355,34,358,35,359,35,358,35,352,35,352,36,356,36,356,37,356,37,353,37,353,38,350,37,347,37,340,38,340,38,340,38,340,39,350,41,350,41,351,42,352,42,353,42,353,42,353,44,353,44,353,44,348,44,347,43,347,43,344,41,341,41,341,41,341,41" />
        <area shape="poly" title="Greenland" alt="Greenland" href="https://fr.wikipedia.org/wiki/Groenland" target="_blank" coords="282,46,280,46,279,46,279,45,279,44,286,46,286,46,282,46,282,46" />

        <area shape="poly" title="Greenland" alt="Greenland" href="https://fr.wikipedia.org/wiki/Groenland" target="_blank" coords="352,40,348,39,348,39,352,40,352,40,352,40,352,40,352,40,352,40" />
        <area shape="poly" title="Cyprus" alt="Cyprus" href="#" coords="476,122,476,122,476,123,476,123,476,123,476,123,475,123,475,123,474,123,474,124,474,124,474,124,473,124,473,123,473,123,472,123,472,123,472,123,472,123,473,123,473,122,473,122,474,122,474,122,474,122,474,122,475,122,477,121,476,122,476,122,476,122" />
        <area shape="poly" title="Hungary" alt="Hungary" href="#" coords="443,98,440,99,437,97,437,96,437,96,437,96,437,95,437,95,438,95,438,95,438,95,437,95,437,94,438,94,438,95,439,94,439,94,440,94,441,94,443,94,443,93,445,93,447,93,448,92,449,93,450,93,452,94,452,94,450,94,450,95,448,97,447,98,446,98,446,98,445,98,443,98,443,98,443,98" />
        <area shape="poly" title="Slovakia" alt="Slovakia" href="#" coords="438,92,439,92,439,92,439,92,439,92,439,92,439,92,439,92,440,92,440,92,440,92,440,92,441,92,441,91,441,91,441,91,441,91,441,91,441,91,441,91,442,91,442,90,442,90,442,90,443,90,443,90,443,91,443,91,444,90,444,90,444,90,444,90,444,91,445,91,445,91,445,91,445,91,445,91,445,91,445,91,446,91,446,91,446,91,447,91,447,91,448,91,448,90,449,90,449,91,450,91,450,91,451,91,450,93,449,93,448,92,447,93,445,93,443,93,443,94,441,94,440,94,439,94,439,93,438,93,438,92,438,92,438,92,438,92" />
        <area shape="poly" title="Slovenia" alt="Slovenia" href="#" coords="431,97,432,97,432,97,433,97,433,97,434,97,434,97,435,97,435,97,436,97,436,96,437,96,437,97,438,97,438,97,437,97,437,97,437,97,437,97,437,97,437,97,437,97,437,97,436,98,436,98,436,98,436,98,435,98,435,98,436,98,436,98,436,98,436,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,435,99,434,99,434,99,434,99,434,99,434,99,434,99,433,99,433,99,433,99,433,99,433,99,433,99,433,99,433,99,433,99,433,99,432,99,432,99,432,99,432,99,432,99,432,99,432,99,432,99,432,99,431,99,431,99,431,99,431,99,432,99,431,99,431,99,431,98,431,98,431,98,431,98,431,98,430,98,431,97,431,97,431,97,431,97" />
        <area shape="poly" title="Czech Republic" alt="Czech Republic" href="#" coords="432,92,431,92,431,92,431,91,431,92,431,91,430,91,430,91,429,91,429,90,429,90,428,90,429,90,429,89,428,89,428,89,428,88,429,88,429,88,430,88,430,88,430,88,430,88,431,88,431,88,431,88,432,88,432,87,433,87,432,87,433,87,433,87,433,87,434,87,434,87,434,87,434,87,434,87,434,87,435,87,435,87,435,87,435,87,436,88,436,88,436,88,436,88,437,88,437,88,437,88,437,88,437,88,437,88,437,88,437,89,438,89,438,89,438,89,439,89,438,88,438,88,439,88,439,89,440,89,440,89,440,89,440,89,441,89,441,89,441,89,442,89,442,90,442,90,443,90,443,90,443,90,442,90,442,90,442,90,442,90,442,91,441,91,441,91,441,91,441,91,441,91,441,91,441,92,440,92,440,92,440,92,440,92,440,92,439,92,439,92,439,92,439,92,439,92,439,92,439,92,438,92,438,92,438,92,436,92,434,92,433,92,433,93,432,92,432,92,432,92" />
        <area shape="poly" title="Turkey" alt="Turkey" href="#" coords="463,107,463,107,463,108,463,108,464,108,465,109,465,109,465,109,465,110,463,109,463,109,463,109,462,109,461,110,461,110,460,111,460,111,459,111,459,111,459,111,459,111,459,111,459,111,460,110,460,110,459,110,459,110,460,108,460,108,459,108,459,108,460,107,463,107,463,107,463,107" />
        <area shape="poly" title="Turkey" alt="Turkey" href="#" coords="500,118,500,118,499,118,499,118,499,118,499,118,499,118,498,118,498,118,497,118,496,117,496,118,496,118,495,118,495,118,495,118,495,118,493,118,491,118,488,119,486,119,485,119,482,119,482,119,482,120,482,120,482,120,482,121,481,121,481,121,481,121,481,121,480,121,480,120,480,120,480,120,481,119,481,119,481,119,481,119,481,119,480,119,480,119,480,119,480,119,479,119,479,119,479,120,479,120,478,119,477,119,476,120,476,120,476,120,476,120,476,120,475,121,473,120,473,120,472,119,469,119,469,119,469,120,468,120,468,120,468,120,466,120,466,120,465,119,465,119,464,119,464,119,463,119,463,119,463,119,463,119,463,118,461,118,461,118,462,118,462,118,462,117,461,117,461,117,461,117,461,116,460,116,460,116,459,116,459,116,460,115,460,115,461,115,460,115,460,115,460,115,460,114,461,114,461,114,461,114,461,114,460,114,460,114,460,114,460,113,460,113,460,113,460,113,461,113,461,113,460,113,459,113,459,113,459,112,459,112,459,112,459,112,459,112,459,111,460,111,460,111,461,111,461,111,461,111,462,111,462,111,463,111,463,111,462,111,463,110,463,110,463,111,463,111,465,111,466,111,465,111,465,111,465,110,465,110,467,110,466,110,466,110,465,109,466,109,468,109,468,109,469,109,470,109,471,109,471,109,473,107,478,107,479,107,479,108,479,108,481,108,481,109,482,109,482,109,483,109,484,109,493,109,493,108,495,109,496,108,496,108,498,110,498,110,498,111,498,111,498,112,500,112,500,112,500,112,500,112,499,112,499,113,499,113,499,113,499,114,499,114,499,115,499,115,500,115,500,115,499,116,499,116,500,117,500,117,500,117,500,118,500,118,500,118,500,118,500,118" />
        <area shape="poly" title="Jordan" alt="Jordan" href="#" coords="479,136,479,135,479,135,479,135,479,134,479,133,480,131,480,131,480,130,480,128,480,128,482,129,483,129,487,127,488,129,488,129,487,130,483,131,485,133,484,134,482,134,481,136,479,136,479,136,479,136" />
        <area shape="poly" title="Israel" alt="Israel" href="#" coords="478,135,477,131,477,131,478,130,478,128,478,128,478,128,479,127,479,127,479,127,479,127,479,127,479,127,480,127,480,127,480,127,480,127,480,127,480,128,480,128,480,128,480,128,480,128,480,129,480,129,480,130,480,131,480,131,479,133,479,134,479,135,478,135,478,135,478,135" />
        <area shape="poly" title="Lebanon" alt="Lebanon" href="#" coords="480,124,481,124,481,124,481,124,481,124,481,124,481,124,482,124,482,125,482,125,482,125,482,125,481,125,481,126,481,126,480,126,480,126,481,126,481,126,480,127,480,127,480,127,480,127,480,127,479,127,479,127,479,127,479,127,479,127,479,127,479,127,479,126,479,125,480,125,480,125,480,125,480,124,480,124,481,124,480,124,480,124,480,124" />
        <area shape="poly" title="Syria" alt="Syria" href="#" coords="480,128,480,128,480,128,480,127,480,127,480,127,480,127,480,127,481,126,481,126,480,126,480,126,481,126,481,126,481,125,482,125,482,125,482,125,482,125,482,124,481,124,481,124,481,124,481,124,481,124,481,124,480,124,480,123,480,123,480,123,480,122,480,122,480,122,480,121,480,121,480,121,480,121,480,121,480,121,481,121,481,121,481,121,481,121,482,121,482,120,482,120,482,120,482,119,482,119,484,119,486,119,488,119,491,118,493,118,495,118,495,118,495,118,495,118,494,119,493,119,493,120,493,120,493,120,493,121,492,124,483,129,482,129,480,128,480,128,480,128" />
        <area shape="poly" title="Iraq" alt="Iraq" href="#" coords="487,127,492,124,493,121,493,120,493,120,493,120,493,119,494,119,495,118,495,118,496,118,496,118,496,117,497,118,498,118,498,118,499,118,499,118,499,118,499,118,499,118,500,118,500,118,502,121,503,121,503,122,503,122,503,123,502,124,502,125,503,127,503,127,503,128,504,128,504,128,507,130,507,130,507,132,508,132,508,132,508,133,508,133,509,134,509,134,508,134,507,134,507,134,505,134,504,136,500,136,498,135,498,135,498,134,498,133,498,133,497,133,496,133,496,132,488,129,487,127,487,127,487,127" />
        <area shape="poly" title="Kuwait" alt="Kuwait" href="#" coords="507,134,507,135,507,135,507,135,507,136,507,135,508,135,508,137,507,137,506,136,504,136,505,134,507,134,507,134,507,134" />
        <area shape="poly" title="Qatar" alt="Qatar" href="#" coords="515,146,514,146,514,146,514,144,514,144,514,144,514,143,514,143,515,143,515,143,515,143,515,143,515,144,515,144,515,145,515,145,515,145,515,146,515,146,515,146" />
        <area shape="poly" title="Vietnam" alt="Vietnam" href="#" coords="627,150,628,150,629,150,629,150,630,151,630,150,633,150,635,149,635,149,638,149,638,150,638,150,637,151,638,151,638,152,639,152,640,153,641,153,639,153,640,154,639,154,638,154,638,154,638,155,637,156,636,156,635,159,637,160,637,161,640,164,641,164,641,165,642,166,643,167,644,172,643,173,643,174,643,174,643,175,643,175,642,176,639,177,639,177,639,177,638,177,638,177,638,178,638,179,637,179,637,179,637,179,637,180,636,180,635,180,635,181,634,182,634,182,634,179,634,179,634,178,634,178,633,178,633,178,633,177,635,176,636,176,637,176,637,176,636,176,636,175,636,175,639,173,640,172,640,171,639,170,640,167,639,166,639,166,639,165,639,165,639,165,632,158,632,157,632,157,632,157,633,157,633,157,633,156,633,156,633,156,632,154,632,154,632,154,631,154,631,155,630,154,629,152,627,150,627,150,627,150" />
        <area shape="poly" title="India" alt="India" href="https://fr.wikipedia.org/wiki/Inde" target="_blank" coords="606,151,606,148,605,148,604,149,603,148,603,148,603,147,605,147,606,146,606,146,606,145,606,145,606,145,601,144,600,144,600,143,599,143,599,142,597,142,596,143,596,143,596,143,598,144,598,145,597,145,596,146,597,146,598,146,598,147,598,147,597,148,597,148,598,148,599,152,599,152,599,153,598,153,598,153,598,152,598,152,597,152,597,153,597,152,597,152,596,152,596,152,594,153,594,153,594,153,594,154,593,155,593,156,592,156,591,157,590,157,587,160,587,160,586,161,584,162,584,163,583,164,583,164,582,164,582,164,581,164,581,165,581,166,580,165,580,165,579,166,579,167,579,170,579,170,579,171,579,171,578,175,578,177,578,178,577,178,577,178,576,179,576,179,577,180,576,180,576,180,575,180,575,181,574,182,574,182,573,183,573,183,573,183,571,181,562,156,563,154,563,154,562,153,562,151,561,151,561,152,561,152,561,152,561,153,561,153,561,153,559,155,558,155,557,154,554,151,556,151,557,150,557,150,557,150,556,150,554,149,552,148,552,148,552,148,553,147,554,147,554,146,555,147,556,147,556,147,557,146,557,146,558,146,558,147,558,147,558,146,559,146,558,146,559,146,558,143,557,143,557,143,556,143,557,141,555,141,555,141,555,140,556,139,557,139,557,138,557,138,558,138,558,139,558,139,559,139,560,139,561,138,561,138,562,136,563,136,564,134,565,134,565,133,565,133,566,131,567,130,566,130,566,130,568,129,568,129,568,129,568,128,567,128,567,128,567,128,566,128,566,127,565,127,565,127,565,126,566,126,565,126,565,125,566,125,566,125,565,125,565,125,565,125,565,124,565,124,565,124,565,123,566,123,569,124,570,124,570,124,570,123,571,123,571,123,572,123,572,123,572,122,574,122,574,122,574,124,575,124,576,124,575,125,576,126,576,126,577,126,577,126,577,127,577,127,577,127,578,128,577,128,576,128,576,128,576,128,575,128,575,129,576,129,576,130,576,130,576,130,576,131,576,131,577,131,578,132,578,132,579,132,579,132,580,133,580,133,581,133,580,134,579,134,579,135,579,135,579,135,579,136,579,136,579,137,580,137,581,137,581,137,582,138,583,138,583,138,584,139,585,139,585,139,586,139,586,140,586,140,586,139,587,139,587,140,588,139,588,140,589,140,589,140,589,140,590,140,590,141,590,141,591,141,591,141,591,141,592,141,592,141,594,142,594,141,594,142,595,142,595,142,596,142,596,142,597,142,597,141,596,140,596,139,597,139,597,139,598,138,598,138,598,139,598,139,598,140,598,140,598,141,600,141,601,141,601,141,605,141,605,140,605,140,605,140,605,140,604,139,604,139,604,139,605,139,606,139,611,136,611,136,612,136,613,136,614,135,615,136,615,137,615,137,615,137,617,138,617,138,617,139,616,139,616,139,616,140,616,140,615,140,612,141,612,142,612,143,612,143,611,144,611,144,611,145,611,145,610,147,610,147,608,147,608,147,608,149,608,149,608,149,608,150,608,151,607,151,607,152,606,151,606,151,606,151" />
        <area shape="poly" title="Japan" alt="Japan" href="#" coords="712,109,712,108,712,108,712,108,712,107,712,107,711,107,711,106,713,105,713,105,713,104,713,104,713,104,714,105,714,105,715,104,715,103,716,103,716,101,715,101,715,100,715,100,716,99,720,103,722,103,722,103,723,102,724,102,724,102,723,103,724,105,723,105,722,105,722,105,721,105,720,105,719,107,719,107,719,107,716,106,715,106,714,107,714,106,713,106,713,106,712,106,712,107,714,107,714,108,714,108,714,108,713,108,713,108,712,109,712,109,712,109,712,109" />
        <area shape="poly" title="Japan" alt="Japan" href="#" coords="691,132,691,132,691,132,691,130,691,130,691,131,691,131,690,131,690,131,690,131,690,131,690,130,690,129,691,129,691,129,691,128,690,127,690,127,689,128,689,128,689,127,688,127,688,127,689,126,689,127,690,126,691,126,692,126,692,126,692,126,693,126,693,126,693,126,693,127,694,128,694,128,693,129,693,130,692,131,692,131,691,132,691,132,691,132" />
        <area shape="poly" title="Japan" alt="Japan" href="#" coords="696,128,695,128,695,128,695,127,694,126,695,126,696,125,696,125,697,125,697,125,698,124,699,124,700,125,700,125,700,125,700,126,699,127,698,126,697,126,697,126,697,127,696,128,696,128,696,128,696,128" />
        <area shape="poly" title="Japan" alt="Japan" href="#" coords="705,118,706,117,706,118,705,118,705,119,705,119,706,119,709,117,709,117,710,116,711,116,711,115,711,114,711,114,712,113,712,112,712,112,711,112,712,112,712,111,712,110,712,110,713,109,713,109,713,110,714,110,714,109,714,109,714,109,714,108,715,109,715,110,715,111,716,112,716,113,716,113,715,115,715,115,714,115,714,116,714,116,714,118,713,119,713,120,713,121,713,121,714,121,713,122,713,122,713,123,712,123,711,123,712,122,712,121,711,122,711,122,710,122,710,123,710,123,709,124,709,124,709,123,709,123,709,123,708,123,708,124,706,124,705,123,705,123,704,123,704,124,704,124,705,124,705,125,704,125,703,125,702,126,701,126,701,125,701,124,701,124,701,124,701,124,701,124,701,124,700,123,698,124,698,124,695,125,695,124,695,124,694,125,694,125,693,125,692,125,691,125,691,125,692,124,693,124,696,122,696,122,696,122,701,121,701,122,702,122,702,122,703,121,703,121,704,119,704,118,705,118,705,118,705,118" />
        <area shape="poly" title="Afghanistan" alt="Afghanistan" href="#" coords="536,134,538,132,538,131,536,130,536,130,535,127,535,127,536,126,536,126,535,126,535,126,535,125,535,125,536,124,537,121,540,122,541,122,541,122,541,121,541,121,544,120,544,120,544,119,545,118,546,117,547,117,547,117,551,118,551,118,552,119,552,119,553,118,554,118,554,118,555,118,555,118,555,117,555,117,556,117,556,117,557,117,557,117,557,116,558,116,558,115,558,115,558,115,558,115,559,116,559,116,559,116,560,116,559,118,560,119,560,119,560,119,561,118,562,118,562,118,563,118,564,117,564,118,564,118,564,118,566,117,566,118,567,118,567,118,566,118,566,118,566,118,566,118,566,118,566,118,565,119,565,119,565,119,562,119,560,120,560,120,559,120,559,121,560,121,560,121,560,121,560,122,560,122,559,124,559,124,559,124,559,125,559,125,558,125,556,125,556,125,557,126,557,126,557,127,556,127,555,127,555,130,554,130,554,130,553,130,552,130,552,130,551,131,551,131,550,131,550,131,548,132,548,134,548,134,540,135,536,134,536,134,536,134" />
        <area shape="poly" title="Kyrgyzstan" alt="Kyrgyzstan" href="#" coords="559,111,559,111,559,111,560,111,560,111,561,111,561,111,561,111,562,111,562,110,563,110,564,110,563,110,562,110,562,109,561,109,561,109,561,109,561,108,560,108,560,108,560,109,560,109,560,109,559,109,558,108,558,108,558,108,558,108,557,108,557,108,558,107,558,107,558,107,559,107,559,106,559,107,559,106,559,105,561,105,564,106,564,106,565,105,565,105,566,104,569,105,570,105,577,105,577,106,577,106,578,106,579,106,579,107,579,107,579,107,576,108,575,109,574,109,572,109,571,111,569,111,569,111,569,110,569,110,568,110,565,112,565,112,565,113,565,113,564,113,563,113,562,113,562,113,561,113,561,113,561,113,561,113,560,113,560,113,560,113,560,113,560,112,559,113,559,113,559,113,558,113,558,113,558,113,558,112,557,113,557,113,555,113,555,112,555,112,555,112,555,112,555,112,555,112,555,112,556,111,557,111,558,111,558,112,558,112,558,111,559,111,559,111,559,111" />
        <!-- south east asia -->
<areashape="poly"title="Brunai"alt="Brunai"href="#"coords="654,191,654,190,655,190,656,189,656,189,656,190,656,190,656,190,657,190,656,191,657,191,657,191,655,191,655,192,655,191,655,191,654,191,654,191,654,191,654,191,654,191" />
        <area shape="poly" title="Taiwan" alt="Taiwan" href="#" coords="669,152,669,152,669,151,668,150,667,149,667,148,669,145,670,145,670,145,671,145,671,145,671,146,671,147,671,147,670,148,669,151,669,152,669,152,669,152,669,152" />
        <area shape="poly" title="Cambodia" alt="Cambodia" href="#" coords="634,169,636,170,637,170,637,169,637,169,636,169,636,169,637,168,638,168,638,169,639,168,639,170,640,171,640,172,639,173,636,175,636,175,636,176,637,176,637,176,636,176,635,176,633,177,633,178,632,177,632,177,632,177,631,177,631,177,631,177,631,177,631,176,631,176,631,176,630,176,630,176,629,174,629,174,628,172,628,171,630,169,634,169,634,169,634,169,634,169" />
        <area shape="poly" title="South Korea" alt="South Korea" href="#" coords="682,117,683,116,683,115,685,116,685,115,686,115,688,118,688,121,688,121,688,121,687,123,687,123,686,122,686,123,686,123,685,123,685,123,684,123,683,124,682,124,682,124,681,122,681,122,682,121,682,121,682,121,682,120,682,120,682,119,681,119,682,118,682,119,683,118,683,118,682,117,682,117,682,117,682,117,682,117" />
        <area shape="poly" title="Mongolia" alt="Mongolia" href="#" coords="660,89,658,94,658,94,658,94,661,94,661,94,661,94,662,94,663,94,664,94,666,95,667,96,667,97,664,97,661,97,660,97,660,98,659,98,659,99,658,99,657,99,656,99,654,101,651,101,651,100,650,100,649,100,648,101,648,102,649,102,649,103,650,103,649,103,649,104,648,104,646,105,644,106,639,106,634,108,634,108,633,108,629,107,627,106,615,105,614,105,613,103,612,102,603,100,602,99,603,99,603,97,601,94,597,93,596,92,596,91,606,88,610,88,611,89,617,90,619,89,619,88,618,87,621,85,628,86,628,87,628,88,629,88,631,89,637,88,645,91,652,90,654,89,656,89,657,89,658,90,660,89" />
        <area shape="poly" title="Malaysia" alt="Malaysia" href="#" coords="644,196,644,196,645,197,646,197,647,198,647,198,648,198,647,197,648,195,651,194,652,193,652,192,653,192,654,191,654,191,654,191,654,191,655,191,655,191,655,192,655,191,657,191,657,191,656,191,657,190,656,190,656,190,657,190,657,190,657,189,657,189,657,189,657,188,658,188,658,188,659,186,660,185,660,186,661,186,661,185,661,186,662,186,662,187,662,187,662,188,663,187,663,188,662,188,664,188,664,188,665,189,665,189,665,189,665,189,664,190,663,189,663,190,663,190,664,191,664,191,662,191,662,192,661,191,658,191,658,191,658,192,657,192,658,193,657,194,657,194,656,194,657,195,656,197,655,197,654,198,653,198,653,198,651,197,651,197,650,198,649,199,648,198,647,198,646,199,646,199,646,198,644,197,644,196,644,196,644,196" />
        <area shape="poly" title="Malaysia" alt="Malaysia" href="#" coords="628,187,628,187,628,187,630,190,630,194,632,197,631,197,631,197,626,194,626,193,624,192,624,191,624,190,624,190,624,189,623,187,623,186,624,186,624,186,624,187,625,187,625,187,625,187,625,188,625,188,625,188,626,187,626,188,626,188,627,188,627,187,628,187,628,187,628,187,628,187" />
        <area shape="poly" title="Thailand" alt="Thailand" href="#" coords="628,187,628,187,627,187,627,188,626,188,626,188,626,187,625,188,625,188,625,188,625,187,625,187,625,187,624,187,624,186,624,186,623,186,624,186,623,186,623,186,623,186,622,186,622,185,622,185,622,184,622,184,621,184,621,183,620,182,619,182,619,182,619,182,619,181,620,178,620,178,620,178,622,174,622,174,621,172,621,171,621,170,620,169,619,167,620,166,620,166,620,165,620,165,620,164,620,164,619,162,618,161,618,160,617,159,618,159,618,159,618,157,618,157,619,157,620,157,621,156,621,156,622,155,623,155,623,155,623,155,624,155,624,155,624,157,624,157,625,157,625,157,625,157,626,158,625,161,625,162,626,162,627,160,628,160,629,161,630,160,630,159,631,160,632,160,632,160,633,162,633,164,635,167,635,168,634,169,634,169,630,169,628,170,628,171,628,172,629,174,629,174,629,174,629,173,628,173,627,172,627,172,627,172,626,173,625,172,625,172,625,171,625,171,624,170,623,171,623,171,623,172,623,173,623,174,621,178,621,180,621,180,621,180,622,180,623,180,623,180,623,181,623,182,623,181,624,183,624,183,624,184,624,185,624,185,626,185,626,185,626,185,627,186,628,187,628,187,628,187" />
        <area shape="poly" title="Philippines" alt="Philippines" href="#" coords="681,186,681,186,680,184,680,184,679,186,680,187,680,188,679,188,679,188,679,188,679,187,679,187,678,187,678,188,677,187,676,186,676,186,676,185,677,184,676,184,676,183,675,183,675,183,675,184,674,184,674,184,673,183,673,183,673,183,672,185,672,185,672,185,672,185,672,183,672,183,673,183,673,183,674,183,674,182,674,182,675,182,675,182,676,183,676,182,676,182,677,182,677,182,677,181,678,182,678,181,678,181,679,181,679,181,679,180,679,181,680,180,679,179,680,179,681,180,681,181,681,182,681,182,681,182,681,182,681,183,681,183,682,184,682,185,681,186,681,186,681,186" />
        <area shape="poly" title="Philippines" alt="Philippines" href="#" coords="661,182,661,182,662,181,664,178,664,179,664,179,664,180,663,180,663,181,662,181,662,181,661,182,661,182,661,182" />
        <area shape="poly" title="Philippines" alt="Philippines" href="#" coords="674,180,673,179,673,179,673,179,673,178,673,178,674,176,674,176,675,176,675,176,675,177,674,179,674,180,674,180,674,180,674,180,674,180" />
        <area shape="poly" title="Philippines" alt="Philippines" href="#" coords="665,178,665,178,665,178,665,178,665,177,666,176,666,176,666,176,666,176,666,177,665,178,665,178,665,178" />
        <area shape="poly" title="Philippines" alt="Philippines" href="#" coords="672,177,672,174,673,175,673,175,674,175,674,176,673,176,672,177,672,177,672,177" />
        <area shape="poly" title="Philippines" alt="Philippines" href="#" coords="679,176,679,175,679,175,678,175,678,175,678,175,678,174,677,173,677,173,678,173,679,173,679,173,680,176,679,176,679,176,679,176" />
        <area shape="poly" title="Philippines" alt="Philippines" href="#" coords="670,173,669,173,669,171,668,171,670,171,670,171,670,171,670,173,670,173,670,173,670,173" />
        <area shape="poly" title="Philippines" alt="Philippines" href="#" coords="668,168,667,167,667,166,667,165,667,164,667,164,668,165,668,164,668,160,669,159,669,159,670,159,671,160,672,160,672,160,672,159,672,160,672,160,672,160,672,162,673,162,673,162,672,164,671,165,671,165,670,166,670,166,671,169,671,169,672,169,672,170,673,169,673,169,673,169,674,169,674,170,674,170,674,170,675,169,676,170,676,170,676,170,675,170,675,170,676,172,676,172,675,172,675,171,673,170,673,170,673,170,673,171,673,171,672,170,671,170,671,170,670,170,670,170,670,170,670,170,669,170,669,169,669,168,670,169,670,169,670,169,670,168,669,168,669,168,669,168,668,168,668,168,668,168" />
        <area shape="poly" title="Latvia" alt="Latvia" href="#" coords="462,73,462,73,462,73,462,73,462,73,463,73,463,73,462,73,462,74,462,74,462,74,462,74,462,74,462,74,463,74,463,74,463,74,463,74,463,74,463,74,463,75,463,75,463,75,463,75,463,75,463,75,463,75,463,75,463,76,463,76,463,76,463,76,463,76,462,76,462,76,462,76,462,76,461,76,461,76,460,77,460,77,460,77,460,77,459,77,459,76,458,76,457,76,456,75,456,75,456,75,455,75,454,75,454,75,452,75,452,75,452,75,452,75,450,75,448,76,448,76,447,76,447,76,447,75,448,74,448,74,448,73,449,73,451,72,451,73,452,73,452,74,453,74,454,74,455,74,455,73,455,72,455,72,455,72,455,72,457,71,457,71,457,72,457,72,457,71,457,71,457,72,457,72,458,72,458,72,458,72,458,72,459,72,459,72,459,72,459,72,459,72,460,73,460,73,460,73,460,72,460,72,461,72,461,73,462,73,462,73,462,73" />
        <area shape="poly" title="Montenegro" alt="Montenegro" href="#" coords="444,107,443,107,443,107,443,107,442,106,442,106,442,106,442,106,442,106,442,106,442,106,442,106,442,105,442,105,442,105,442,105,442,105,442,105,442,105,442,104,442,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,443,104,444,104,444,104,444,104,444,105,445,105,445,105,445,105,445,105,445,105,445,105,446,105,446,105,446,105,446,105,446,105,446,105,446,105,446,105,446,105,445,105,445,105,445,106,445,106,445,106,445,106,445,106,445,106,444,106,444,106,444,107,444,107,444,107,444,107" />
        <area shape="poly" title="Lithuania" alt="Lithuania" href="#" coords="451,80,451,79,451,79,451,79,452,79,451,79,451,78,451,78,451,78,450,78,450,78,449,78,449,78,448,78,448,78,448,78,448,78,448,78,448,78,448,77,447,77,447,76,447,76,448,76,448,76,450,75,452,75,452,75,452,75,452,75,454,75,454,75,455,75,456,75,456,75,456,75,457,76,458,76,459,76,459,77,460,77,460,77,460,77,460,78,460,78,460,78,460,78,460,78,460,78,460,78,460,78,460,78,459,78,459,78,459,78,458,78,458,79,458,79,458,79,458,79,458,79,458,79,458,80,458,80,458,80,458,80,458,80,457,80,457,80,457,80,457,80,457,80,457,80,457,80,457,80,456,80,456,80,456,80,456,80,456,81,456,81,456,81,455,81,455,81,455,81,454,81,453,81,453,81,453,80,452,79,451,80,451,80,451,80" />
        <area shape="poly" title="Netherland" alt="Netherland" href="#" coords="417,82,417,83,417,83,416,84,416,83,416,84,416,84,416,84,416,84,416,84,416,84,416,85,416,85,415,85,415,85,414,85,414,86,414,86,415,86,414,87,415,87,414,87,414,87,414,87,414,87,414,88,413,88,413,87,414,87,414,87,413,86,412,87,412,86,412,86,412,86,411,86,411,86,411,86,411,86,409,86,409,86,409,86,410,85,411,83,411,83,412,83,412,83,412,84,412,84,412,84,412,84,412,84,413,84,413,84,414,84,414,84,413,84,413,84,413,83,413,83,413,83,413,83,413,83,413,83,413,82,416,82,416,82,416,82,416,82,417,82,417,82" />
        <area shape="poly" title="Senegal" alt="Senegal" href="#" coords="370,172,367,172,367,173,364,173,364,173,364,173,364,172,364,172,364,171,365,171,365,171,366,171,366,171,366,171,366,171,367,171,367,170,367,170,367,170,367,170,368,171,368,171,368,171,368,171,368,171,368,171,369,171,369,171,370,171,370,171,370,171,370,170,369,170,369,170,369,171,368,171,368,170,368,170,368,170,368,170,368,170,367,170,367,170,367,170,367,170,367,170,366,170,366,170,366,170,366,170,364,170,364,170,364,170,364,169,363,168,363,168,362,168,363,166,364,165,364,164,365,163,368,163,369,163,370,164,371,164,371,164,373,167,374,168,374,168,374,168,374,171,375,171,375,171,375,171,375,173,375,173,375,173,373,173,372,172,370,172,370,172,370,172" />
        <area shape="poly" title="Madagascar" alt="Madagascar" href="#" coords="500,237,501,236,501,236,502,236,502,236,502,236,503,236,504,236,504,236,504,236,504,235,505,235,505,235,506,235,505,234,506,233,506,234,507,234,507,233,507,233,507,232,507,232,507,232,508,232,507,231,507,231,508,231,508,231,508,231,508,231,508,231,509,230,509,230,510,229,510,228,510,228,510,228,511,229,511,229,512,229,513,234,513,235,512,236,512,236,511,235,511,235,511,235,511,236,512,237,512,237,511,239,511,240,506,255,505,256,505,256,503,257,502,257,501,257,501,257,501,257,500,257,500,257,500,257,499,256,499,256,499,255,498,255,498,255,498,254,498,254,498,252,497,250,497,248,498,248,498,248,500,245,500,244,500,243,499,243,499,242,499,241,499,239,499,239,500,238,500,237,500,237,500,237,500,237" />
        <area shape="poly" title="Turkmenistan" alt="Turkmenistan" href="#" coords="537,121,537,121,537,119,536,119,535,119,531,117,528,116,528,116,526,115,526,116,524,116,522,117,521,117,521,117,521,116,521,116,521,115,521,114,521,114,520,113,520,113,520,113,519,113,519,113,519,113,519,113,519,113,520,113,520,113,520,113,520,112,520,112,520,112,520,112,519,112,519,112,519,112,518,111,518,111,518,110,519,109,519,110,520,110,520,110,520,110,520,110,520,110,520,110,520,110,521,110,522,110,522,110,522,110,522,110,522,110,522,110,522,110,523,110,523,109,522,109,521,108,521,108,521,107,521,107,521,107,519,107,519,107,518,108,519,108,518,109,518,109,518,108,518,108,518,108,518,108,518,108,519,107,521,106,523,107,524,109,524,109,528,109,528,108,528,108,528,107,529,107,529,107,530,107,530,106,530,106,531,106,531,106,530,106,531,105,532,106,532,106,533,106,533,106,534,106,534,107,534,107,535,107,535,108,535,108,535,108,535,108,535,108,536,109,536,109,537,109,537,109,538,109,539,109,539,109,539,110,539,110,540,111,540,111,540,111,542,113,543,113,544,114,544,114,547,115,548,115,549,116,549,116,549,116,549,118,547,117,547,117,546,118,545,118,544,119,544,120,544,120,541,121,541,121,541,122,541,122,540,122,537,121,537,121,537,121,537,121" />
        <area shape="poly" title="Pakistan" alt="Pakistan" href="#" coords="552,148,551,148,550,147,550,146,550,146,549,145,549,145,549,145,549,145,549,144,548,144,544,145,544,144,543,144,542,144,542,145,538,145,538,143,538,142,540,142,541,141,541,141,541,140,541,140,541,140,540,139,540,138,540,138,538,137,536,134,539,135,548,134,548,134,548,132,549,131,550,131,551,131,551,131,552,130,552,130,553,130,554,130,554,130,555,130,555,127,556,127,557,127,557,126,557,126,556,125,556,125,558,125,559,125,559,125,559,124,559,124,559,124,560,122,560,122,560,121,560,121,560,121,559,121,559,120,560,120,560,120,562,119,564,119,565,119,565,119,565,119,566,118,566,118,566,118,567,118,567,118,567,118,568,118,568,119,568,119,569,119,569,119,569,120,569,120,569,120,570,121,570,121,571,121,571,121,571,121,573,122,573,122,572,122,572,123,572,123,571,123,571,123,570,123,570,124,570,124,569,124,566,123,565,123,565,124,565,124,565,124,565,125,565,125,565,125,566,125,566,125,565,125,565,126,566,126,565,126,565,127,565,127,566,127,566,128,567,128,567,128,567,128,568,128,568,129,568,129,568,129,566,130,566,130,567,130,566,131,565,133,565,133,565,134,564,134,563,136,562,136,561,138,561,138,560,139,559,139,558,139,558,139,558,138,557,138,557,138,557,139,556,139,555,140,555,141,555,141,557,141,556,143,557,143,557,143,558,143,559,146,558,146,559,146,558,146,558,147,558,147,558,146,557,146,557,146,556,147,556,147,555,147,554,146,554,147,553,147,552,148,552,148,552,148,552,148" />
        <area shape="poly" title="Uzbekistan" alt="Uzbekistan" href="#" coords="551,118,551,118,551,118,549,118,549,116,549,116,549,116,548,115,547,115,544,114,544,114,543,113,542,113,540,111,540,111,540,111,539,110,539,110,539,109,539,109,538,109,537,109,537,109,536,109,536,109,535,108,535,108,535,108,535,108,535,108,535,107,534,107,534,107,534,106,533,106,533,106,532,106,532,106,531,105,530,106,531,106,531,106,530,106,530,106,530,107,529,107,529,107,528,107,528,108,528,108,528,109,525,109,526,100,531,99,539,104,544,104,545,103,546,104,547,104,547,105,548,105,548,106,548,106,548,107,549,107,549,109,552,109,552,109,552,109,552,110,553,110,553,110,554,110,553,110,554,109,554,109,555,108,557,108,557,107,558,107,558,107,558,107,559,106,559,107,558,107,558,107,558,107,557,108,557,108,558,108,558,108,558,108,558,109,559,109,560,109,560,109,560,109,560,108,560,108,561,108,561,109,561,109,562,109,562,109,562,110,563,110,564,110,563,110,562,110,562,111,562,111,561,111,561,111,561,111,560,111,560,111,559,111,559,111,559,111,558,111,558,111,558,111,557,111,558,110,558,109,557,110,556,110,556,110,555,110,555,110,555,110,555,110,555,111,555,111,555,111,555,111,553,111,554,111,554,111,554,111,554,111,554,112,554,112,553,112,553,112,553,113,551,112,551,113,551,113,551,113,551,114,552,114,552,114,552,114,552,114,552,115,552,115,553,115,553,116,553,116,552,116,552,117,552,118,551,118,551,118,551,118" />
        <area shape="poly" title="Sudan" alt="Sudan" href="#" coords="476,191,476,192,475,192,475,192,474,192,471,193,470,192,469,193,467,190,467,190,466,190,466,191,466,191,465,191,465,191,464,191,464,191,461,189,461,189,461,188,461,188,461,187,460,187,459,187,459,187,459,186,459,185,457,184,457,184,457,183,457,183,455,182,455,182,454,181,454,181,453,181,453,181,453,180,453,179,453,178,451,176,452,176,452,175,451,175,451,175,450,172,450,172,449,172,449,172,450,171,450,170,450,170,450,170,451,169,451,169,451,168,451,168,451,167,452,166,452,166,454,166,454,156,456,156,456,156,456,152,483,152,483,153,484,158,487,160,486,161,485,162,484,162,484,163,484,163,483,163,481,172,480,172,480,173,479,174,478,176,478,177,478,177,478,177,477,177,477,177,476,182,476,182,474,182,474,183,474,183,476,184,479,188,480,189,480,189,480,189,480,190,480,190,480,190,477,190,476,191,476,191,476,191" />
        <area shape="poly" title="Ethiopia" alt="Ethiopia" href="#" coords="496,176,496,177,496,177,498,180,505,183,507,183,507,183,501,190,497,190,496,191,496,191,494,191,494,192,492,192,492,191,491,191,490,192,489,193,485,193,482,191,480,190,480,190,480,189,480,189,480,189,479,188,476,184,474,183,474,183,474,182,476,182,476,182,477,177,477,177,478,177,478,177,478,177,478,176,479,174,480,173,480,172,481,172,482,169,482,169,483,169,483,168,483,168,484,169,485,168,485,168,485,168,486,168,487,168,487,168,487,168,487,168,488,168,489,168,489,168,489,168,490,168,490,169,491,169,492,170,492,170,493,171,494,172,494,172,495,173,495,173,494,175,494,176,495,176,496,176,496,176,496,176" />
        <area shape="poly" title="Bangladesh" alt="Bangladesh" href="#" coords="606,154,604,150,604,150,603,150,603,150,603,150,603,150,602,149,602,149,602,150,602,150,602,151,602,151,602,151,602,152,601,152,601,152,601,151,600,151,600,152,600,152,600,152,600,152,599,152,599,152,598,148,598,148,597,148,598,147,598,147,598,146,597,146,596,146,597,145,598,145,598,144,596,143,596,143,596,143,597,142,599,142,599,143,600,143,600,144,601,144,606,145,606,145,606,145,606,146,606,146,605,147,603,147,603,148,603,148,604,149,605,148,606,148,607,153,606,153,606,154,606,154" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="667,200,667,199,668,199,668,199,668,199,669,198,670,198,670,198,671,199,672,199,674,199,674,199,677,199,677,198,678,198,677,198,678,197,678,197,678,197,679,197,679,197,678,198,677,200,675,200,675,200,674,200,668,200,668,200,667,201,667,202,668,202,668,203,669,204,669,204,670,204,671,203,671,203,671,203,672,203,672,203,674,202,674,202,674,202,675,202,675,202,675,203,674,203,674,203,672,204,671,205,671,205,671,205,670,205,670,205,670,205,672,208,672,209,672,209,673,210,673,210,673,210,672,210,672,211,672,211,671,211,671,211,671,211,671,210,669,209,669,208,669,208,670,208,670,207,670,207,669,207,668,207,668,209,668,210,668,211,668,211,668,212,668,212,668,213,666,213,666,213,666,212,666,212,666,210,666,209,666,209,666,209,666,208,665,209,665,209,665,207,666,205,666,204,666,202,667,202,667,202,667,200,667,200,667,200" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="662,192,662,192,662,192,662,193,661,193,661,193,661,193,661,193,661,194,662,194,663,195,663,196,662,196,662,196,665,199,664,199,663,199,662,199,662,199,661,201,662,202,662,203,661,203,661,203,659,205,659,205,659,206,659,206,659,206,659,206,659,207,658,209,655,210,655,210,655,209,655,208,655,208,654,208,654,208,654,208,653,208,653,208,653,208,652,208,652,207,651,207,651,208,651,208,650,208,650,208,649,208,649,209,649,207,648,207,647,207,647,207,646,207,646,207,645,207,645,204,645,203,643,202,644,202,643,201,643,201,643,200,643,200,643,199,643,199,644,196,644,196,644,196,644,197,646,198,646,199,646,199,647,198,648,198,649,199,650,198,651,197,651,197,653,198,653,198,654,198,655,197,656,197,657,195,656,194,657,194,657,194,658,193,657,192,658,192,658,191,658,191,661,191,662,192,662,192,662,192" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="668,224,665,222,665,222,667,221,668,223,669,223,669,223,668,223,668,224,668,224,668,224" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="675,223,675,223,675,222,676,222,678,221,679,220,683,219,683,219,683,220,683,220,678,222,677,223,675,223,675,223,675,223" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="635,216,634,216,635,215,635,216,636,215,636,215,636,215,636,214,636,214,636,214,636,214,638,214,638,214,638,214,638,214,638,214,639,214,640,215,640,215,640,215,641,215,641,215,641,215,642,215,642,216,643,216,643,216,646,216,646,216,646,215,647,215,647,215,647,215,648,216,650,216,651,217,651,217,651,218,651,218,652,218,653,218,654,218,654,218,655,218,655,218,654,219,655,220,652,219,652,219,651,219,642,218,642,218,640,218,639,217,637,217,637,217,637,217,638,216,637,216,635,216,635,216,635,216" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="638,208,636,207,636,206,635,205,635,205,635,205,635,205,635,204,635,204,636,205,636,204,636,204,636,205,637,206,638,206,638,207,637,207,638,208,638,208,638,208" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="684,200,684,200,684,199,684,199,684,198,684,197,685,196,685,197,685,197,685,198,685,199,685,199,685,198,685,198,686,197,687,197,687,198,687,198,686,199,686,199,687,199,687,200,687,200,685,200,685,200,685,200,685,201,686,203,686,203,684,201,684,200,684,200,684,200" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="631,200,631,201,631,201,631,202,630,202,630,202,631,203,632,203,632,203,633,205,633,205,633,205,634,205,633,206,633,206,634,206,635,206,635,206,636,207,636,208,636,213,636,214,636,214,635,213,635,213,635,213,634,214,633,213,633,213,633,214,633,214,628,209,628,208,625,206,625,205,625,205,622,201,621,200,620,197,620,197,620,197,618,195,617,194,616,192,615,192,613,189,612,188,612,188,613,188,613,188,614,188,614,189,615,189,617,189,618,190,619,191,619,191,619,191,623,194,623,194,623,195,623,195,625,196,625,196,625,196,625,196,625,196,625,196,626,197,626,197,627,197,627,197,628,199,629,199,630,199,631,200,631,200,631,200,631,200" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="657,220,655,219,655,219,656,219,656,219,657,219,657,219,657,220,657,220,657,220,657,220" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="663,219,662,219,662,219,662,219,663,219,663,219,663,219,663,219,663,219,664,219,664,219,664,219,664,220,664,219,664,219,665,219,665,219,665,220,665,220,665,220,665,220,665,220,665,220,664,220,664,220,664,220,663,220,664,220,663,220,663,220,663,220,661,221,661,221,661,221,660,221,660,221,660,220,660,220,660,220,661,219,662,220,662,220,663,220,663,220,663,220,663,220,663,219,663,219,663,219" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="674,219,673,219,673,220,672,220,672,220,671,220,670,220,670,221,670,221,669,220,667,220,667,220,667,220,668,219,669,219,670,219,670,220,671,220,671,220,672,219,672,220,673,220,673,219,673,219,674,219,674,219,673,219,673,218,674,218,674,219,674,219,674,219,674,219,674,219" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="708,219,707,219,708,218,708,217,709,217,709,218,709,218,709,219,708,219,708,219,708,219" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="682,209,682,209,681,209,681,208,681,208,682,208,683,208,683,208,683,208,683,208,683,209,682,209,682,209,682,209" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="691,209, 691,209, 689,208, 689,208, 689,208, 689,208, 689,208, 688,208, 687,208, 687,208, 686,208, 685,207, 686,207, 687,207, 688,207, 688,207, 689,207, 690,207, 691,208, 691,209, 691,209, 691,209, 691,209" />
        <area shape="poly" title="Indonesia" alt="Indonesia" href="https://fr.wikipedia.org/wiki/Indon%C3%A9sie" target="_blank" coords="714,207,714,215,714,215,714,221,712,219,709,219,710,219,710,218,710,218,709,216,709,216,709,216,710,216,710,216,709,215,707,213,706,212,700,210,700,210,700,209,700,209,699,209,699,209,698,209,698,208,698,208,698,208,698,208,697,209,696,210,696,210,696,209,696,209,696,209,696,208,696,208,695,207,694,207,694,207,694,207,695,207,696,207,696,207,697,206,697,206,697,207,698,206,698,206,698,206,698,205,698,205,698,206,695,206,694,205,694,205,694,204,694,204,692,204,692,204,692,203,693,203,695,202,698,203,699,204,699,205,699,207,700,207,700,206,700,207,700,208,701,208,701,208,702,208,702,208,704,206,705,205,705,205,705,205,707,204,707,204,714,207,714,207,714,207" />
        <area shape="poly" title="Albania" alt="Albania" href="#" coords="446,113,445,112,444,111,444,111,444,111,444,111,444,110,444,110,444,109,444,109,444,109,444,108,444,108,444,108,444,107,444,107,444,107,444,106,444,106,445,106,447,107,447,108,446,108,447,109,447,109,448,110,447,110,446,113,446,113,446,113" />
        <area shape="poly" title="China" alt="China" href="https://fr.wikipedia.org/wiki/Chine" target="_blank" coords="627,150,627,151,626,151,626,151,627,152,627,152,627,153,627,153,627,153,626,153,625,153,625,153,625,152,624,153,624,153,623,153,623,152,622,151,621,151,621,151,621,151,622,149,622,149,621,149,621,149,621,149,620,147,620,147,619,147,618,147,618,147,618,147,618,147,618,145,618,144,619,143,620,142,620,139,620,139,619,139,619,139,619,138,618,138,618,137,617,137,617,138,617,138,615,137,615,137,615,137,615,136,614,135,613,136,612,136,611,136,606,139,605,139,604,139,604,138,604,138,602,138,601,138,601,138,600,138,598,140,598,139,598,139,598,138,598,138,597,139,596,138,596,139,595,139,595,139,594,138,594,138,593,138,593,138,593,138,592,138,592,138,592,138,592,138,591,137,590,137,590,137,590,137,590,137,589,137,588,136,588,136,588,135,588,135,587,135,587,136,586,135,586,135,586,135,584,134,583,134,583,133,582,133,582,133,582,133,582,133,581,134,581,134,581,133,580,133,580,133,579,132,579,132,578,132,578,132,577,131,576,131,576,131,576,130,576,130,576,130,576,129,575,129,575,128,576,128,576,128,576,128,577,128,578,128,577,127,577,127,577,127,577,126,577,126,576,126,576,126,575,125,576,124,575,124,574,124,574,122,574,122,573,122,573,122,571,121,571,121,571,121,570,121,570,121,569,120,569,120,569,120,569,119,569,119,568,119,568,119,568,118,567,118,567,118,567,118,566,118,566,118,566,118,566,118,567,118,567,118,567,118,567,117,567,117,567,117,567,117,567,116,567,116,567,116,567,116,567,115,567,115,567,115,566,115,565,115,565,115,565,114,565,114,565,114,565,112,565,112,568,110,569,110,569,110,569,111,569,111,571,111,572,109,574,109,574,109,576,108,579,107,579,107,579,105,580,104,580,104,580,103,580,101,579,101,579,101,578,101,578,101,579,100,579,100,582,100,584,100,584,100,585,100,585,100,585,99,584,99,586,95,590,96,591,96,591,95,591,95,591,94,591,93,592,93,593,93,594,92,594,92,594,91,596,91,596,92,597,93,601,94,603,97,603,99,602,99,602,99,602,99,603,100,612,102,613,103,615,105,615,105,627,106,629,107,633,108,633,108,634,108,634,108,639,106,644,106,646,105,648,104,649,104,649,103,650,103,649,103,649,102,648,102,648,101,649,100,650,100,651,100,651,101,654,101,656,99,658,99,659,99,659,99,659,98,660,98,660,97,661,97,661,97,664,97,667,97,667,97,667,96,667,96,666,95,664,94,663,94,662,94,661,94,661,94,661,94,658,94,658,94,658,94,660,89,662,90,666,89,666,89,666,89,666,88,666,88,666,88,668,85,669,85,669,84,669,84,669,84,667,84,667,83,669,82,675,82,678,82,680,82,680,83,684,90,685,90,691,92,691,92,692,94,700,93,700,93,700,94,699,95,697,99,696,100,694,100,692,101,692,104,692,104,692,104,692,105,692,105,690,106,690,105,689,105,689,105,689,105,688,106,687,107,686,107,686,107,685,107,685,107,685,107,685,108,684,109,683,108,683,108,682,108,682,108,681,109,677,111,677,112,677,112,670,114,670,114,670,114,671,113,671,113,670,113,670,113,670,113,672,111,672,110,671,110,670,110,670,110,668,111,666,112,666,112,665,113,665,113,665,113,664,113,664,114,664,114,663,113,663,113,662,113,662,115,662,115,662,115,663,116,665,116,665,116,665,118,665,118,666,118,667,118,668,117,669,117,671,117,672,117,672,118,673,118,672,119,672,119,669,119,669,120,669,120,668,120,668,120,668,120,668,120,667,120,667,121,667,121,665,123,665,123,665,123,667,125,668,125,668,126,669,127,669,127,669,128,669,128,670,129,670,129,671,129,671,130,671,130,671,130,670,131,671,131,671,132,671,132,671,132,667,134,668,134,669,133,670,133,670,133,671,134,671,134,671,134,671,134,671,135,670,135,671,135,671,135,671,135,670,137,670,137,670,138,670,138,670,138,668,140,668,140,667,141,667,141,667,141,666,141,666,142,666,143,666,143,666,143,666,144,665,144,665,145,664,146,664,146,663,146,663,146,663,147,662,148,661,148,660,149,660,149,659,149,659,149,659,150,658,150,658,150,657,150,657,150,656,150,655,151,655,150,654,150,654,151,653,150,653,150,653,150,653,150,653,151,653,151,652,152,652,151,651,152,651,152,651,152,650,152,649,152,649,152,649,153,648,153,648,153,647,153,646,153,646,153,646,154,645,154,645,154,646,155,646,155,646,155,646,155,645,155,644,154,644,154,645,153,645,153,644,152,644,153,644,153,643,153,643,153,642,152,642,152,642,153,641,153,641,153,641,153,640,153,639,152,638,152,638,151,637,151,638,150,638,150,638,150,636,149,635,149,635,149,633,150,630,150,630,151,629,150,629,150,628,150,627,150,627,150,627,150" />
        <area shape="poly" title="China" alt="China" href="https://fr.wikipedia.org/wiki/Chine" target="_blank" coords="644,160,642,159,642,158,642,158,643,157,644,157,644,156,645,156,645,156,647,156,647,157,646,158,646,158,646,159,646,159,644,160,644,160,644,160,644,160" />
        <area shape="poly" title="Azerbaijan" alt="Azerbaijan" href="#" coords="500,112,501,112,501,112,501,112,501,112,502,113,502,113,503,113,503,113,503,113,503,113,503,113,504,114,504,114,503,114,502,114,502,114,501,113,501,113,500,112,500,112,500,112,500,112" />
        <area shape="poly" title="India" alt="India" href="https://fr.wikipedia.org/wiki/Inde" target="_blank" coords="606,151,606,148,605,148,604,149,603,148,603,148,603,147,605,147,606,146,606,146,606,145,606,145,606,145,601,144,600,144,600,143,599,143,599,142,597,142,596,143,596,143,596,143,598,144,598,145,597,145,596,146,597,146,598,146,598,147,598,147,597,148,597,148,598,148,599,152,599,152,599,153,598,153,598,153,598,152,598,152,597,152,597,153,597,152,597,152,596,152,596,152,594,153,594,153,594,153,594,154,593,155,593,156,592,156,591,157,590,157,587,160,587,160,586,161,584,162,584,163,583,164,583,164,582,164,582,164,581,164,581,165,581,166,580,165,580,165,579,166,579,167,579,170,579,170,579,171,579,171,578,175,578,177,578,178,577,178,577,178,576,179,576,179,577,180,576,180,576,180,575,180,575,181,574,182,574,182,573,183,573,183,573,183,571,181,562,156,563,154,563,154,562,153,562,151,561,151,561,152,561,152,561,152,561,153,561,153,561,153,559,155,558,155,557,154,554,151,556,151,557,150,557,150,557,150,556,150,554,149,552,148,552,148,552,148,553,147,554,147,554,146,555,147,556,147,556,147,557,146,557,146,558,146,558,147,558,147,558,146,559,146,558,146,559,146,558,143,557,143,557,143,556,143,557,141,555,141,555,141,555,140,556,139,557,139,557,138,557,138,558,138,558,139,558,139,559,139,560,139,561,138,561,138,562,136,563,136,564,134,565,134,565,133,565,133,566,131,567,130,566,130,566,130,568,129,568,129,568,129,568,128,567,128,567,128,567,128,566,128,566,127,565,127,565,127,565,126,566,126,565,126,565,125,566,125,566,125,565,125,565,125,565,125,565,124,565,124,565,124,565,123,566,123,569,124,570,124,570,124,570,123,571,123,571,123,572,123,572,123,572,122,574,122,574,122,574,124,575,124,576,124,575,125,576,126,576,126,577,126,577,126,577,127,577,127,577,127,578,128,577,128,576,128,576,128,576,128,575,128,575,129,576,129,576,130,576,130,576,130,576,131,576,131,577,131,578,132,578,132,579,132,579,132,580,133,580,133,581,133,580,134,579,134,579,135,579,135,579,135,579,136,579,136,579,137,580,137,581,137,581,137,582,138,583,138,583,138,584,139,585,139,585,139,586,139,586,140,586,140,586,139,587,139,587,140,588,139,588,140,589,140,589,140,589,140,590,140,590,141,590,141,591,141,591,141,591,141,592,141,592,141,594,142,594,141,594,142,595,142,595,142,596,142,596,142,597,142,597,141,596,140,596,139,597,139,597,139,598,138,598,138,598,139,598,139,598,140,598,140,598,141,600,141,601,141,601,141,605,141,605,140,605,140,605,140,605,140,604,139,604,139,604,139,605,139,606,139,611,136,611,136,612,136,613,136,614,135,615,136,615,137,615,137,615,137,617,138,617,138,617,139,616,139,616,139,616,140,616,140,615,140,612,141,612,142,612,143,612,143,611,144,611,144,611,145,611,145,610,147,610,147,608,147,608,147,608,149,608,149,608,149,608,150,608,151,607,151,607,152,606,151,606,151,606,151" />
        <area shape="poly" title="Costa Rica" alt="Costa Rica" href="#" coords="215,176,216,178,216,178,217,179,217,179,217,179,217,179,217,179,217,180,217,181,217,181,217,181,216,182,217,182,216,183,216,182,216,182,216,181,216,181,215,181,216,181,216,182,216,182,215,181,215,181,215,181,215,180,215,180,214,180,214,179,213,179,213,179,213,179,213,178,211,178,212,178,212,178,212,179,212,179,212,179,210,178,210,178,210,177,210,177,211,177,211,176,210,176,210,176,210,176,210,176,210,176,212,176,213,176,213,176,213,176,214,176,214,177,215,176,215,176,215,176" />
        <area shape="poly" title="Denmark" alt="Denmark" href="#" coords="427,78,427,78,426,78,425,77,426,77,426,76,427,77,427,77,428,77,428,76,428,76,428,77,428,77,428,77,428,78,427,78,427,78,427,78" />
        <area shape="poly" title="Denmark" alt="Denmark" href="#" coords="422,78,420,78,420,78,420,77,420,77,419,77,419,77,419,77,419,77,419,77,419,76,419,76,419,75,419,75,420,75,420,75,421,75,421,75,421,75,422,74,423,74,424,75,424,75,425,75,425,75,425,76,424,76,424,76,424,76,423,76,424,76,423,77,423,77,423,77,422,77,422,77,422,77,422,77,422,78,422,78,422,78,422,78,422,78" />
        <area shape="poly" title="Denmark" alt="Denmark" href="#" coords="419,74,419,74,420,73,420,74,421,73,422,73,423,72,424,72,424,72,424,72,424,72,424,73,424,73,424,73,424,73,424,74,422,74,422,74,421,74,421,74,420,74,420,74,420,74,420,75,420,75,419,74,419,74,419,74" />
        <area shape="poly" title="Romania" alt="Romania" href="#" coords="446,98,446,98,446,98,447,98,448,97,450,95,450,94,452,94,452,94,453,94,453,94,456,94,456,94,456,94,456,94,456,94,457,94,457,94,459,94,459,94,459,93,460,93,461,93,463,96,463,96,464,97,463,98,463,99,463,99,463,99,463,99,464,99,464,100,464,100,465,100,465,100,465,100,466,99,467,100,467,100,467,100,466,101,465,101,465,101,465,102,464,103,460,102,457,103,455,103,454,103,453,103,452,103,452,103,452,102,451,102,451,102,451,101,451,101,451,101,451,101,450,101,450,102,449,101,449,101,449,101,448,101,448,101,449,101,448,100,449,100,448,100,448,100,447,99,447,99,447,99,447,99,447,99,447,98,446,98,446,98,446,98,446,98" />
        <area shape="poly" title="Moldova" alt="Moldova" href="#" coords="460,93,460,93,460,93,460,93,460,93,460,93,461,93,461,93,461,93,461,93,462,93,462,93,462,93,462,93,463,93,463,93,463,93,463,93,463,93,463,93,463,93,464,93,464,93,464,93,464,93,464,93,464,94,464,94,464,93,465,94,465,94,465,94,465,94,465,94,465,94,466,94,466,94,466,94,466,94,466,94,466,94,466,95,465,95,465,95,466,95,466,95,466,95,466,95,466,95,466,95,466,96,466,96,466,96,466,96,466,96,467,96,466,96,467,96,467,96,467,96,467,96,467,97,467,97,467,97,467,97,467,97,468,97,468,97,468,97,467,97,467,97,467,97,467,97,467,97,467,97,467,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,465,97,465,97,465,97,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,99,464,99,464,99,464,99,464,99,464,99,464,99,464,99,464,99,464,99,464,99,463,99,463,99,463,99,463,99,463,99,463,98,464,97,463,96,463,96,461,93,460,93,460,93,460,93,460,93" />
        <area shape="poly" title="Uzbekistan" alt="Uzbekistan" href="#" coords="551,118,551,118,551,118,549,118,549,116,549,116,549,116,548,115,547,115,544,114,544,114,543,113,542,113,540,111,540,111,540,111,539,110,539,110,539,109,539,109,538,109,537,109,537,109,536,109,536,109,535,108,535,108,535,108,535,108,535,108,535,107,534,107,534,107,534,106,533,106,533,106,532,106,532,106,531,105,530,106,531,106,531,106,530,106,530,106,530,107,529,107,529,107,528,107,528,108,528,108,528,109,525,109,526,100,531,99,539,104,544,104,545,103,546,104,547,104,547,105,548,105,548,106,548,106,548,107,549,107,549,109,552,109,552,109,552,109,552,110,553,110,553,110,554,110,553,110,554,109,554,109,555,108,557,108,557,107,558,107,558,107,558,107,559,106,559,107,558,107,558,107,558,107,557,108,557,108,558,108,558,108,558,108,558,109,559,109,560,109,560,109,560,109,560,108,560,108,561,108,561,109,561,109,562,109,562,109,562,110,563,110,564,110,563,110,562,110,562,111,562,111,561,111,561,111,561,111,560,111,560,111,559,111,559,111,559,111,558,111,558,111,558,111,557,111,558,110,558,109,557,110,556,110,556,110,555,110,555,110,555,110,555,110,555,111,555,111,555,111,555,111,553,111,554,111,554,111,554,111,554,111,554,112,554,112,553,112,553,112,553,113,551,112,551,113,551,113,551,113,551,114,552,114,552,114,552,114,552,114,552,115,552,115,553,115,553,116,553,116,552,116,552,117,552,118,551,118,551,118,551,118" />
        <area shape="poly" title="Laos" alt="Laos" href="#" coords="634,169,635,168,635,167,633,164,633,162,632,160,632,160,631,160,630,159,630,160,629,161,627,160,627,160,626,162,625,162,625,161,626,158,625,157,625,157,625,157,624,157,624,157,624,156,624,155,623,155,625,153,626,153,627,153,627,153,627,153,627,152,627,152,626,151,626,151,627,151,627,150,629,152,630,154,631,155,631,154,632,154,632,154,632,154,633,156,633,156,633,156,633,157,633,157,632,157,632,157,632,157,632,158,639,165,639,165,639,165,639,166,639,166,640,167,640,167,639,168,638,169,638,168,637,168,636,169,636,169,637,169,637,169,637,170,636,170,634,169,634,169,634,169" />
        <area shape="poly" title="Mongolia" alt="Mongolia" href="#" coords="660,89,658,94,658,94,658,94,661,94,661,94,661,94,662,94,663,94,664,94,666,95,667,96,667,96,667,97,667,97,664,97,661,97,661,97,660,97,660,98,659,98,659,99,658,99,657,99,656,99,654,101,651,101,651,100,650,100,649,100,648,101,648,102,649,102,649,103,650,103,649,103,649,104,648,104,646,105,644,106,639,106,634,108,634,108,633,108,633,108,629,107,627,106,615,105,614,105,613,103,612,102,603,100,602,99,602,99,602,99,603,99,603,97,601,94,597,93,596,92,596,91,606,88,610,88,611,89,617,90,619,89,619,88,619,88,619,88,618,87,618,87,621,85,628,86,628,87,628,87,628,88,629,88,631,89,637,88,645,91,652,90,654,89,656,89,657,89,658,90,660,89,660,89,660,89,660,89" />
        <area shape="poly" title="Norway" alt="Norway" href="#" coords="426,69,425,69,425,69,425,69,424,68,424,68,424,68,424,68,424,69,424,69,423,69,423,69,423,69,422,69,422,70,422,70,419,71,419,71,416,72,416,71,416,71,416,71,415,71,416,71,413,71,413,70,413,70,413,69,413,69,413,70,414,70,414,70,414,70,414,69,415,69,414,69,414,69,414,69,415,69,414,69,414,69,414,68,414,68,414,69,414,68,413,68,413,68,413,69,413,69,413,69,413,68,413,69,412,69,412,68,413,68,413,68,413,68,413,68,414,68,413,68,414,68,415,68,413,68,413,68,414,67,414,67,413,67,412,67,413,66,413,66,412,66,412,66,412,66,412,65,413,65,412,65,412,64,412,64,412,63,412,63,414,63,414,63,413,63,413,63,413,62,413,62,414,62,414,62,415,62,415,62,415,61,417,62,418,61,417,61,416,61,417,61,419,61,419,61,419,60,420,60,420,60,421,60,421,60,422,59,423,59,423,59,425,57,425,57,426,57,426,57,426,57,426,57,428,56,428,56,429,56,429,55,428,55,429,54,430,54,430,53,431,53,431,53,430,53,430,53,430,53,431,52,432,52,431,52,433,51,434,51,433,51,433,51,434,50,435,51,435,50,436,50,436,50,435,50,436,50,436,49,437,49,437,50,437,50,438,49,438,49,439,49,439,48,438,48,439,48,440,47,440,47,441,47,441,47,441,47,441,47,441,46,442,47,443,46,444,47,446,45,446,45,446,46,446,46,446,46,447,45,448,45,448,45,449,45,450,44,451,45,452,45,454,44,454,44,455,44,455,43,458,43,457,44,457,44,457,45,457,45,460,43,460,44,461,44,462,43,463,43,464,43,463,43,463,44,463,44,464,44,464,44,465,43,469,44,469,44,468,45,465,45,466,45,467,46,469,45,470,46,469,46,467,46,465,48,465,47,466,46,465,46,463,45,460,45,458,46,458,48,456,48,454,48,451,48,451,48,449,47,448,47,448,47,447,47,447,47,446,47,445,49,445,49,441,48,441,48,441,49,441,49,441,50,439,50,438,50,437,51,437,52,437,52,434,54,433,54,433,54,433,55,431,57,432,57,432,58,432,58,432,58,430,58,429,59,428,60,427,61,428,62,428,63,428,64,429,64,429,64,429,65,428,65,429,66,428,66,428,67,428,67,427,67,427,68,427,68,427,69,426,70,426,70,426,69,426,69,426,69,426,69" />
        <area shape="poly" title="Oman" alt="Oman" href="#" coords="526,145,526,145,527,147,530,148,531,148,531,148,533,150,534,151,534,151,531,155,531,155,530,155,530,155,529,156,529,158,528,158,527,159,527,159,526,160,526,160,526,161,524,161,524,161,524,161,523,162,523,163,522,163,522,163,519,163,518,162,518,162,516,159,516,158,525,153,525,152,525,151,524,148,525,147,525,145,525,145,526,145,526,145,526,145" />
        <area shape="poly" title="Oman" alt="Oman" href="#" coords="526,143, 526,142, 526,143, 526,144, 525,144, 525,144, 525,144, 526,143, 526,143, 526,143, 526,143" />
        <area shape="poly" title="Germany" alt="Germany" href="https://fr.wikipedia.org/wiki/Allemagne" target="_blank" coords="417,95,417,94,418,94,417,94,418,93,418,93,418,92,419,92,417,91,417,91,417,91,417,91,416,91,416,91,416,91,415,91,415,90,415,90,415,90,415,90,414,89,414,89,415,89,415,88,414,88,414,88,414,87,414,87,414,87,414,87,415,87,414,87,415,86,414,86,414,86,414,85,415,85,415,85,416,85,416,85,416,84,416,84,416,84,416,84,416,84,416,84,416,83,416,84,417,83,417,83,417,82,417,82,416,82,416,82,417,81,418,81,419,82,419,82,419,82,419,82,419,82,419,81,419,82,420,82,420,81,420,81,420,81,421,81,420,81,420,81,421,80,420,80,420,80,420,80,421,80,420,80,420,80,420,80,421,80,420,79,420,78,422,78,423,79,423,79,423,79,423,80,423,79,423,80,423,80,424,80,424,80,424,80,425,80,425,80,425,80,425,81,425,81,426,81,426,81,426,81,426,80,429,80,429,80,430,80,430,80,430,80,431,80,431,80,431,80,431,81,432,81,432,81,432,81,433,81,433,82,433,83,432,83,432,83,433,83,433,84,433,84,433,84,433,84,433,85,434,85,433,85,433,85,433,85,434,86,433,86,434,86,434,87,434,87,434,87,433,87,433,87,433,87,432,87,433,87,432,87,432,88,431,88,431,88,431,88,430,88,430,88,430,88,430,88,429,88,429,88,428,88,428,89,428,89,429,89,429,90,428,90,429,90,429,90,429,91,430,91,430,91,431,91,431,92,431,91,431,92,431,92,432,92,431,93,431,92,431,92,430,93,430,93,429,93,430,94,429,94,430,94,430,95,430,95,430,95,429,95,429,95,429,94,428,95,428,94,428,94,428,95,426,95,426,95,426,95,426,95,425,95,425,95,424,95,424,95,424,95,424,95,423,95,423,95,423,95,423,95,423,95,423,95,423,95,423,95,422,95,422,95,422,95,421,94,420,94,420,94,420,94,420,94,419,94,419,95,419,95,419,95,418,95,418,95,418,95,417,95,417,95,417,95" />
        <area shape="poly" title="Germany" alt="Germany" href="https://fr.wikipedia.org/wiki/Allemagne" target="_blank" coords="432,81, 432,81, 432,81, 432,81, 431,81, 431,80, 432,81, 432,81, 432,81, 432,81" />
        <area shape="poly" title="Iceland" alt="Iceland" href="#" coords="347,55,347,55,348,54,349,54,348,54,349,53,349,53,350,54,351,54,351,54,351,54,350,53,350,53,353,53,354,54,353,54,353,55,354,56,356,55,356,55,356,54,356,54,357,54,358,55,358,55,358,54,358,54,358,54,359,54,361,54,361,54,361,54,361,54,364,54,364,53,364,53,366,53,366,53,368,54,368,54,368,54,370,55,371,55,371,56,371,56,370,56,369,57,369,57,369,57,368,58,368,58,367,58,367,58,364,59,362,59,361,60,357,60,355,59,351,59,351,59,352,58,353,57,352,57,351,57,351,57,349,57,348,57,348,57,352,56,352,56,352,56,352,55,352,55,348,55,347,55,347,55,347,55,347,55" />
        <area shape="poly" title="Norway" alt="Norway" href="#" coords="430,23,430,24,431,24,432,24,433,23,434,23,437,25,437,24,436,23,436,23,437,23,440,23,440,24,440,24,440,24,441,24,442,24,447,25,443,26,442,28,440,28,440,29,439,29,439,30,438,30,433,29,434,28,437,28,438,28,437,27,432,28,432,27,438,26,434,25,434,26,433,26,431,27,427,25,429,25,428,24,426,25,426,24,425,24,426,23,430,23,430,23,430,23" />
        <area shape="poly" title="Norway" alt="Norway" href="#" coords="450,23,442,23,442,22,443,22,445,21,446,22,449,22,450,22,451,22,452,22,452,21,452,22,452,22,453,22,455,22,456,22,456,22,461,22,461,23,447,24,447,24,449,24,450,23,450,23,450,23" />
        <area shape="poly" title="Finland" alt="Finland" href="#" coords="465,48,465,48,464,49,464,49,467,50,465,52,467,54,467,56,467,56,468,58,468,58,467,59,468,59,470,60,470,61,471,61,470,61,469,62,464,65,464,66,462,66,462,66,461,66,461,66,461,66,460,66,460,66,460,66,460,66,459,67,458,67,458,67,458,67,457,67,457,67,456,67,456,67,455,67,455,67,455,67,454,67,454,67,452,68,452,67,452,67,452,67,451,67,451,67,451,66,450,67,449,66,448,66,448,65,449,64,448,63,448,62,448,62,448,62,448,62,448,61,448,61,449,61,449,61,449,60,449,60,450,60,450,60,451,60,451,59,451,59,451,59,452,59,456,56,457,56,457,56,457,56,457,56,457,55,457,55,455,55,455,54,454,54,454,54,454,54,453,53,454,52,454,52,453,51,453,50,452,49,449,48,447,47,447,47,448,47,448,47,449,47,451,48,454,48,456,48,458,48,458,46,460,45,463,45,465,46,466,46,465,47,465,48,465,48,465,48" />
        <area shape="poly" title="Sweden" alt="Sweden" href="#" coords="454,54,452,54,451,54,450,54,450,55,449,55,449,55,448,56,448,56,449,56,447,57,448,57,448,57,448,57,448,58,447,59,444,60,444,59,444,59,443,60,442,60,442,61,441,61,440,61,441,61,440,62,439,62,439,62,440,62,439,63,439,63,439,64,439,65,439,65,439,66,440,66,440,66,441,66,442,67,443,67,443,67,443,67,443,68,443,68,441,69,440,69,440,68,438,68,438,68,438,68,437,68,438,68,439,69,439,69,439,69,440,69,440,69,440,69,441,69,442,69,442,69,442,68,442,68,442,69,442,69,441,69,442,69,441,69,441,70,440,70,440,70,440,69,440,69,440,69,440,70,439,70,439,70,439,70,439,70,437,70,437,71,438,71,438,71,438,72,438,72,437,72,437,72,438,72,438,73,438,73,437,73,437,74,437,74,436,76,435,76,435,76,433,76,433,76,433,76,432,76,432,77,433,77,432,77,432,77,430,78,429,77,429,77,429,77,429,77,430,77,428,75,429,75,429,75,429,75,429,75,429,75,429,75,429,74,428,74,427,73,427,73,427,73,427,72,427,71,427,71,426,71,426,71,426,71,426,70,425,70,426,69,426,69,426,70,426,70,427,69,427,68,427,68,427,67,428,67,428,67,428,66,429,66,428,65,429,65,429,64,429,64,428,64,428,63,428,62,427,61,428,60,429,59,430,58,432,58,432,58,432,58,432,57,431,57,433,55,433,54,433,54,434,54,437,52,437,52,437,51,438,50,439,50,441,50,441,49,441,49,441,48,441,48,445,49,445,49,446,47,447,47,449,48,452,49,453,50,453,51,454,52,454,52,453,53,454,54,454,54,454,54,454,54,454,54" />
        <area shape="poly" title="Kasaksthan" alt="Kasaksthan" href="#" coords="579,107,579,106,578,106,577,106,577,106,577,105,570,105,569,105,566,104,565,105,565,105,564,106,564,106,561,105,559,105,559,106,559,107,558,107,558,107,558,107,557,107,557,108,555,108,554,109,554,109,553,110,554,110,553,110,553,110,552,110,552,109,552,109,552,109,549,109,549,107,548,107,548,106,548,106,548,105,547,105,547,104,546,104,545,103,544,104,539,104,531,99,525,100,525,109,524,109,524,108,523,107,521,106,519,107,518,108,518,107,518,107,517,107,518,107,518,106,518,106,518,106,518,106,518,105,518,105,517,105,517,105,516,105,516,104,515,105,515,104,515,104,515,104,514,102,513,102,513,102,513,101,513,101,515,102,515,101,515,101,514,101,515,100,515,100,515,100,516,100,516,100,516,99,516,100,519,100,518,99,518,99,519,98,519,98,519,97,519,97,519,97,519,97,519,96,518,96,517,96,517,96,516,96,516,96,515,96,514,96,514,96,513,96,512,97,511,97,510,97,509,97,509,97,509,96,510,97,510,97,509,95,508,95,508,94,507,94,506,94,506,94,506,94,506,94,506,93,504,93,505,92,506,91,505,91,505,91,505,89,506,89,506,88,507,88,507,89,508,90,509,90,509,89,510,89,509,88,511,87,511,87,514,86,515,86,516,86,517,85,517,86,518,86,520,86,520,87,522,87,522,88,522,88,523,88,522,87,523,87,524,88,524,88,525,88,525,88,527,87,528,87,529,87,529,87,529,87,531,87,532,87,534,88,534,88,534,87,535,87,535,88,536,88,538,87,538,86,538,86,536,86,536,86,535,85,535,85,535,85,535,85,534,85,536,84,537,84,536,83,537,83,537,83,539,83,539,82,537,82,537,82,537,82,537,81,537,81,537,80,546,80,546,80,546,79,547,79,552,78,553,78,553,78,554,78,554,77,558,78,559,78,559,78,559,79,559,79,559,79,559,80,559,80,559,80,560,80,560,80,560,80,561,80,561,80,561,80,562,80,562,80,562,80,563,80,563,80,564,81,564,81,564,80,565,80,565,81,564,81,564,81,564,81,565,81,566,82,572,80,572,80,571,80,571,80,575,83,579,88,580,87,580,87,581,87,581,87,581,87,582,87,582,88,587,87,588,88,589,89,589,89,591,90,593,90,593,90,594,90,594,90,594,91,594,91,595,91,595,91,594,91,594,92,594,92,593,93,592,93,591,93,591,94,591,95,591,95,591,96,586,95,584,99,585,99,585,100,585,100,584,100,584,100,582,100,579,100,579,100,578,101,578,101,579,101,579,101,579,101,580,103,580,104,580,104,579,105,579,107,579,107,579,107" />
        <area shape="poly" title="New Zealand" alt="New Zealand" href="#" coords="783,298,783,298,783,298,782,299,782,299,782,299,781,299,781,299,781,299,781,300,781,300,780,300,781,301,780,303,779,303,779,303,777,304,776,304,775,304,774,304,773,303,773,303,773,303,772,303,772,303,772,303,771,303,771,303,771,303,771,303,771,303,771,302,772,302,771,302,772,302,771,302,772,302,773,302,773,302,772,301,772,301,772,301,773,300,774,300,774,299,778,298,778,297,779,297,779,297,779,296,781,296,781,296,781,295,782,295,782,294,782,294,782,294,782,294,783,293,783,293,783,292,784,291,784,291,785,291,785,291,785,292,785,292,786,293,786,293,787,292,787,292,788,292,788,293,788,293,788,294,788,294,785,297,784,297,784,297,784,298,785,298,785,298,784,298,784,298,783,298,783,298,783,298" />
        <area shape="poly" title="New Zealand" alt="New Zealand" href="#" coords="790,283,791,284,791,283,791,283,791,283,791,283,792,283,792,284,795,285,795,285,797,285,797,285,798,285,798,285,797,287,796,287,796,287,796,288,795,288,794,288,794,288,794,288,794,289,794,289,792,292,790,293,790,293,789,292,789,292,790,290,790,290,787,288,787,288,787,288,789,287,789,287,789,286,789,286,790,285,790,285,789,284,789,283,788,282,788,282,788,281,787,281,787,281,788,281,788,281,787,281,786,279,786,279,785,279,785,279,785,278,784,277,785,277,785,277,785,277,785,277,785,277,785,278,786,278,786,278,786,278,787,279,788,279,788,279,788,279,788,279,788,279,788,279,789,280,789,280,789,280,789,280,788,280,789,281,789,282,789,281,789,282,790,282,789,282,789,282,790,283,789,283,790,283,790,283,790,283,790,283,790,283,790,283,790,283,790,283" />
        <area shape="poly" title="Tajikistan" alt="Tajikistan" href="#" coords="567,118,566,118,566,117,564,118,564,118,564,118,564,117,563,117,562,118,562,118,561,118,560,119,560,119,560,119,559,118,560,116,559,116,559,116,559,116,558,115,558,115,558,115,558,115,558,116,557,116,557,117,557,117,556,117,556,117,555,117,555,117,555,118,555,118,554,118,554,118,553,118,552,119,552,119,551,118,552,118,552,117,552,116,553,116,553,116,553,115,552,115,552,115,552,114,552,114,552,114,552,114,551,114,551,113,551,113,551,113,551,112,553,113,553,112,553,112,554,112,554,112,554,111,554,111,554,111,554,111,553,111,555,111,555,111,555,111,555,111,555,110,555,110,555,110,555,110,556,110,556,110,557,110,558,109,558,110,558,110,557,111,558,111,558,111,558,111,559,111,558,111,558,112,558,112,558,111,557,111,556,111,555,112,555,112,555,112,555,112,555,112,555,112,555,112,555,113,557,113,557,113,558,112,558,113,558,113,558,113,559,113,559,113,559,113,560,112,560,113,560,113,560,113,560,113,561,113,561,113,561,113,561,113,562,113,562,113,563,113,564,113,565,113,565,113,565,114,565,114,565,114,565,115,565,115,566,115,567,115,567,115,567,115,567,116,567,116,567,116,567,116,567,117,567,117,567,117,567,117,567,118,567,118,567,118,567,118" />
        <area shape="poly" title="Ukraine" alt="Ukraine" href="#" coords="453,86,453,86,454,86,454,86,455,85,455,85,455,85,459,85,459,85,459,85,460,85,461,85,461,85,461,85,461,86,461,86,461,86,462,86,462,86,462,86,462,86,463,86,463,86,463,86,463,86,463,86,463,86,464,86,464,86,464,86,464,86,464,86,464,86,465,86,465,86,465,86,465,86,465,86,466,86,466,86,466,86,467,86,467,86,468,86,468,86,468,86,468,86,469,86,469,86,469,86,468,86,469,86,469,85,469,85,470,85,470,85,470,85,472,85,473,85,473,84,473,84,474,84,475,84,475,84,476,84,476,84,476,84,477,85,477,85,477,86,477,86,477,86,477,86,477,87,478,87,478,87,479,87,479,87,479,87,479,87,479,88,480,88,479,88,480,88,480,88,480,89,480,88,481,88,481,88,481,89,482,89,482,89,482,89,484,88,484,89,484,89,484,89,485,89,485,89,485,89,485,89,485,90,486,89,486,89,486,89,486,89,487,90,488,90,488,90,489,90,489,90,489,90,489,90,490,90,490,90,490,90,490,91,490,91,490,91,490,91,489,91,489,91,489,92,490,92,490,92,489,92,489,92,489,93,489,93,489,93,489,94,489,94,489,94,487,94,487,94,487,94,486,95,486,96,484,96,483,96,480,97,480,97,479,97,479,97,479,97,478,98,476,98,479,99,479,99,479,99,479,100,479,100,480,99,482,100,482,100,482,100,481,100,480,100,480,100,479,100,479,101,478,101,477,101,477,101,476,102,475,101,475,101,475,100,475,100,474,100,473,100,473,99,476,98,475,98,472,98,472,98,472,97,472,97,472,96,471,97,469,97,468,99,467,99,466,99,466,99,467,100,466,99,465,100,465,100,465,100,464,100,464,100,464,99,463,99,464,99,464,99,464,99,464,99,464,99,464,99,464,99,464,99,464,99,464,99,465,99,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,98,465,97,465,97,465,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,466,97,467,97,467,97,467,97,467,97,467,97,467,97,467,97,468,97,468,97,468,97,467,97,467,97,467,97,467,97,467,97,467,96,467,96,467,96,467,96,466,96,467,96,466,96,466,96,466,96,466,96,466,96,466,95,466,95,466,95,466,95,466,95,466,95,466,95,465,95,466,95,466,94,466,94,466,94,466,94,466,94,466,94,465,94,465,94,465,94,465,94,465,94,465,94,464,93,464,94,464,94,464,93,464,93,464,93,464,93,464,93,463,93,463,93,463,93,463,93,463,93,463,93,462,93,462,93,462,93,462,93,461,93,461,93,461,93,461,93,460,93,460,93,460,93,460,93,460,93,460,93,459,93,459,94,459,94,457,94,457,94,456,94,456,94,456,94,456,94,453,94,453,94,452,94,452,94,450,93,450,93,451,91,452,91,451,91,451,90,451,90,454,88,454,88,454,88,454,88,454,88,454,87,454,87,453,86,453,86,453,86,453,86,453,86" />
        <area shape="poly" title="Guinea-Bissau" alt="Guinea-Bissau" href="#" coords="364,173,367,173,367,172,370,172,370,174,370,174,370,175,369,175,367,176,367,176,367,176,367,175,367,175,367,174,367,174,367,174,366,174,366,174,366,174,365,174,365,173,364,173,364,173,364,173" />
        <area shape="poly" title="Belarus" alt="Belarus" href="#" coords="453,81,453,81,454,81,455,81,455,81,455,81,456,81,456,81,456,81,456,80,456,80,456,80,456,80,457,80,457,80,457,80,457,80,457,80,457,80,457,80,457,80,458,80,458,80,458,80,458,80,458,80,458,80,458,79,458,79,458,79,458,79,458,79,458,78,459,78,459,78,459,78,460,78,460,78,460,78,460,78,460,78,460,78,460,78,460,78,460,78,460,77,460,77,460,77,460,77,460,77,460,77,461,76,461,76,462,76,462,76,462,76,462,76,462,76,463,76,463,76,463,76,463,76,464,76,464,76,464,76,465,76,465,76,466,76,466,76,466,76,466,76,466,77,466,77,466,77,467,77,467,77,467,76,468,76,468,76,468,76,469,77,469,77,469,77,469,77,469,77,469,77,469,77,469,77,469,78,469,78,470,78,470,78,470,78,469,78,469,78,469,78,469,79,469,79,470,79,470,79,470,79,470,79,470,79,470,79,470,80,471,80,472,81,471,81,472,81,472,81,473,81,473,81,473,81,473,81,473,81,473,82,473,82,473,82,473,82,473,82,473,82,472,82,471,82,471,82,471,82,470,83,470,83,471,83,471,83,471,83,471,84,471,84,471,84,471,84,471,84,471,84,471,85,471,85,470,85,470,85,470,85,469,85,469,85,469,86,468,86,469,86,469,86,469,86,468,86,468,86,468,86,468,86,467,86,467,86,466,86,466,86,466,86,465,86,465,86,465,86,465,86,465,86,464,86,464,86,464,86,464,86,464,86,464,86,463,86,463,86,463,86,463,86,463,86,463,86,462,86,462,86,462,86,462,86,461,86,461,86,461,86,461,85,461,85,461,85,460,85,459,85,459,85,459,85,455,85,455,85,455,85,454,86,454,86,453,86,453,86,453,86,453,85,453,85,453,85,453,84,453,84,452,84,452,84,453,84,453,83,454,83,454,83,454,83,453,81,453,81,453,81" />
        <area shape="poly" title="Russia" alt="Russia" href="https://fr.wikipedia.org/wiki/Russie" target="_blank" coords="471,85,471,84,471,84,471,84,471,84,471,83,471,83,471,83,470,83,470,83,471,82,473,82,473,82,473,82,473,81,473,81,473,81,473,81,471,81,472,81,471,80,470,80,470,79,470,79,470,79,470,79,470,79,469,79,469,79,469,78,469,78,469,78,470,78,470,78,469,78,469,77,469,77,469,77,468,76,468,76,467,76,466,77,466,76,466,76,466,76,466,76,465,76,464,76,464,76,464,76,463,76,463,76,463,75,463,75,463,75,463,75,463,75,463,74,463,74,463,74,462,74,462,74,462,74,462,74,462,74,463,73,463,73,462,73,462,73,462,73,461,73,462,72,462,72,462,72,462,72,463,72,462,72,462,71,462,71,462,71,462,71,462,70,463,69,463,69,463,69,463,68,463,68,463,68,464,68,464,68,464,68,464,68,464,68,465,67,468,68,464,66,464,66,464,66,464,66,470,61,471,61,470,61,467,59,468,58,468,58,467,56,467,54,465,52,467,50,464,49,465,48,472,45,472,45,473,46,475,46,475,47,476,47,492,50,492,51,492,51,492,52,490,53,472,52,478,54,478,55,477,55,478,57,481,58,481,58,485,59,485,58,485,58,482,57,483,56,490,57,491,57,491,57,489,55,495,53,499,54,499,52,499,51,498,51,499,50,499,49,498,49,498,48,503,48,504,50,501,50,500,51,506,52,508,50,517,48,517,49,517,49,518,48,519,48,521,48,520,49,519,49,519,49,519,49,522,49,522,49,522,49,523,48,533,48,532,48,532,48,534,49,534,48,534,48,536,48,536,47,535,46,536,46,553,49,554,47,552,47,552,47,552,46,549,46,549,45,549,45,551,45,551,44,550,43,549,43,549,43,555,39,562,39,563,39,560,42,562,43,562,44,562,44,562,48,564,48,559,52,560,52,554,52,555,53,567,50,567,49,566,49,566,48,572,48,572,50,572,50,575,50,575,50,573,50,573,49,574,49,574,49,573,48,565,47,564,45,566,44,563,42,567,40,567,39,569,39,568,41,568,42,575,43,575,42,570,41,571,41,574,41,574,40,585,41,585,42,583,42,583,44,583,44,585,43,585,44,585,44,587,44,586,42,586,41,584,40,584,40,581,39,580,39,580,38,580,38,580,37,589,37,589,37,594,36,592,37,596,36,594,35,594,34,614,31,614,31,614,32,623,31,623,31,623,31,626,30,625,30,626,29,635,28,635,29,633,29,639,30,637,31,651,31,651,31,653,31,654,32,652,33,653,33,635,39,646,37,646,37,646,36,646,36,646,36,652,37,653,37,653,38,664,37,664,38,664,38,674,39,675,38,675,37,686,38,686,38,681,40,692,43,695,41,696,41,696,41,708,42,708,42,708,42,708,42,711,42,712,41,711,41,712,40,710,40,710,40,724,39,723,40,725,40,725,41,723,41,723,41,733,40,733,41,731,41,755,44,756,44,755,45,758,46,758,47,758,47,776,47,777,48,780,47,781,47,780,46,779,46,780,45,785,45,785,46,800,47,800,56,795,57,795,56,794,56,794,56,792,56,792,57,792,57,793,57,794,57,794,57,794,58,795,58,796,58,796,58,797,58,797,59,797,59,797,59,799,61,798,61,799,61,799,61,794,61,795,61,779,66,779,67,778,67,777,66,770,68,770,68,770,66,767,67,767,68,767,68,766,68,766,67,765,67,764,68,765,67,764,68,763,68,763,69,764,69,762,69,763,70,760,71,760,72,763,72,763,73,762,74,762,75,763,75,763,76,763,76,762,76,762,76,762,75,762,75,760,78,761,79,761,79,756,81,756,81,756,82,756,82,753,83,753,84,749,87,747,75,749,73,749,72,755,70,756,69,765,64,764,64,765,62,768,62,768,62,763,62,763,62,762,63,762,63,762,64,757,66,756,66,757,65,756,65,756,65,757,63,757,63,755,64,754,63,748,64,748,64,748,65,747,65,747,66,743,68,743,68,745,69,745,69,736,70,736,70,738,69,738,69,731,68,731,69,731,69,725,69,725,69,724,69,724,69,701,79,701,79,701,79,704,79,704,81,706,81,705,82,708,81,708,81,708,80,714,83,714,83,714,83,714,84,714,84,714,84,715,85,696,106,696,105,695,105,695,104,693,105,694,104,691,107,690,106,692,105,692,104,692,104,692,104,692,101,694,100,696,100,700,94,700,93,692,94,691,92,685,90,680,82,667,83,667,84,669,84,669,84,669,85,666,88,666,89,666,89,629,88,628,86,621,85,618,87,619,88,619,89,618,90,611,89,610,88,595,91,595,91,594,91,594,90,594,90,591,90,587,87,582,88,582,87,581,87,581,87,581,87,580,87,579,88,571,80,571,80,572,80,572,80,564,81,565,80,563,80,562,80,561,80,559,80,559,80,559,80,559,79,559,79,559,78,559,78,558,78,554,77,554,78,553,78,553,78,552,78,546,79,546,80,537,80,537,81,537,82,537,82,537,82,539,82,539,83,537,83,536,83,537,84,534,85,535,85,535,85,535,85,536,86,536,86,538,86,538,86,538,87,535,88,535,87,534,87,534,88,532,87,531,87,529,87,529,87,527,87,525,88,522,87,523,88,522,88,522,88,522,87,520,87,520,86,518,86,517,86,516,86,515,86,509,88,509,89,508,90,507,88,507,88,506,89,505,89,505,91,506,91,504,93,506,93,506,94,506,94,506,94,508,94,510,97,510,97,509,97,509,97,510,97,509,98,509,98,509,98,509,98,507,99,507,99,507,99,507,99,507,99,505,101,505,102,506,102,506,102,506,102,506,103,506,104,506,104,507,103,507,103,507,104,507,104,506,105,507,105,507,106,507,106,509,107,509,107,509,107,507,109,506,109,506,108,506,108,506,108,505,107,504,108,504,107,504,107,504,107,502,107,503,106,501,105,501,106,500,105,499,106,498,106,498,105,490,104,490,104,490,104,485,101,484,101,483,100,484,100,485,98,486,98,485,97,488,96,488,95,486,96,486,95,487,94,487,94,489,94,489,93,489,93,489,92,489,92,490,92,490,92,489,92,489,91,490,91,490,91,490,91,490,90,490,90,489,90,489,90,489,90,486,89,486,89,485,90,485,89,484,89,484,89,484,89,484,88,480,89,479,88,480,88,479,87,479,87,479,87,478,87,478,87,477,87,477,86,477,86,477,85,476,84,473,84,473,85,472,85,471,85,471,85,471,85" />
        <area shape="poly" title="Russia" alt="Russia" href="https://fr.wikipedia.org/wiki/Russie" target="_blank" coords="718,81,719,83,719,83,719,84,718,85,718,86,722,92,720,91,719,91,718,91,717,94,718,95,719,96,719,96,720,97,719,98,719,97,718,97,717,97,717,97,716,98,716,98,716,97,716,96,716,95,716,95,716,94,716,92,716,92,717,87,716,86,716,85,715,84,716,83,716,83,716,82,716,82,717,82,718,81,718,81" />
        <area shape="poly" title="Russia" alt="Russia" href="https://fr.wikipedia.org/wiki/Russie" target="_blank" coords="0,56,0,47,11,50,11,50,11,51,12,52,12,52,13,53,14,53,14,53,14,53,14,53,13,52,13,51,18,52,23,54,23,54,22,54,21,54,19,54,19,54,20,55,16,54,17,55,17,55,17,55,18,55,18,56,18,56,16,56,16,56,16,57,16,57,14,57,13,57,11,56,11,57,10,56,10,56,10,55,9,55,8,55,4,55,4,54,4,54,3,54,2,54,2,54,1,56,0,56,0,56" />
        <area shape="poly" title="Russia" alt="Russia" href="https://fr.wikipedia.org/wiki/Russie" target="_blank" coords="518,39,520,38,526,38,526,38,526,39,526,39,525,39,524,39,524,39,524,40,525,41,526,42,528,43,528,43,523,44,522,43,520,43,520,43,521,42,522,42,518,41,517,42,516,42,515,41,515,41,515,40,516,40,516,40,516,40,517,40,519,39,519,39,518,39,518,39,518,39" />
        <area shape="poly" title="Russia" alt="Russia" href="https://fr.wikipedia.org/wiki/Russie" target="_blank" coords="527,37,522,37,521,37,523,36,525,36,525,35,524,35,525,35,527,34,526,34,527,33,528,33,528,33,536,32,537,31,547,30,548,30,553,29,554,30,554,30,535,33,535,34,536,34,534,35,532,34,531,35,531,35,532,35,530,36,529,36,528,36,529,36,529,36,527,37,527,37,527,37" />
        <area shape="poly" title="Russia" alt="Russia" href="https://fr.wikipedia.org/wiki/Russie" target="_blank" coords="445,80,446,79,445,79,445,79,445,79,445,79,445,79,445,79,448,79,448,78,448,78,448,78,448,78,448,78,448,78,448,78,450,78,450,78,451,78,451,78,451,78,451,79,452,79,451,79,451,79,451,79,451,80,445,80,445,80,445,80" />
</map>
</html>