Hello,
j'ai voulut integrer la carte inetractive proposé en tuto par Grafic Art- http://www.grafikart.fr/tutoriels/jquery/carte-interactive-177
dans mon site WordPress http://s407924219.onlinehome.fr/ou-pratiquer/
la carte fonctionne sur Safari E.X et Chrome mais un peu par depit en faite. car sur Firefox ça marche pas.
Je sollicite votre aide. Merci !!!!

<?php / Template Name: carte2/?>

<?php get_header(); ?>

<link rel="stylesheet" type="text/css" href="style.css" />  
      <script type="text/javascript">
      jQuery(function($){
            $('.map').append('<div class="overlay">').append('<div class="tooltip">Salut les gens</div>')
            $('.map .tooltip').hide();
            var regions = [
    {name : 'Ain - 01'},
                      {name : 'Aisne - 02'},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : 'Alpes Maritimes - 06'},
                      {name : 'Ardèche - 07'},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : 'Bouches du Rhône - 13'},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : 'Charente Maritime - 17'},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : "Côte d'Armor - 22"},
                      {name : ''},
                      {name : ''},
                                              {name : 'Doubs - 25'},
                      {name : 'Drôme - 26'},
                      {name : ''},
                      {name : ''},
                                              {name : 'Finistère - 29'},

                      {name : 'Gard - 30'},
                      {name : 'Haute Garonne - 31'},

                      {name : 'Gers - 32'},
                      {name : 'Gironde - 33'},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : 'Isère - 38'},
                      {name : 'Jura - 39'},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : 'Loire Atlantique - 44'},
                      {name : 'Loiret - 45'},
                      {name : ''},
                      {name : ''},
                      {name : ''},                       
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : 'Meurthe et Moselle - 54'},                         
                      {name : 'Meuse - 55'},
                      {name : ''},

                                                                      {name : 'Moselle - 57'},
                      {name : ''},

                                              {name : 'Nord- 59'},

                      {name : ''},                        
                      {name : ''},

                      {name : ''},
                      {name : 'Puy de Dome - 63'},
                      {name : 'Pyrénées Atlantique - 64'},
                      {name : 'Hautes Pyrénées - 65'},
                      {name : 'Pyrénées Orientales - 66'},
                      {name : 'Bas Rhin - 67'},
                      {name : 'Haut Rhin - 68'},
                      {name : 'Rhône - 69'},
                      {name : ''},
                      {name : ''},
                      {name : 'Sarthe - 72'},
                                              {name : 'Savoie - 73'},
                      {name : 'Haute Savoie - 74'},
                                              {name : 'Ile de france'},

                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : 'Var - 83'},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : 'Vosges - 88'},
                      {name : ''},
                      {name : 'Corse'},
                      {name : 'Allemagne'},
                                                                      {name : 'Belgique'},

                      {name : 'Portugal'},
                      {name : 'Pays-Bas'},
                      {name : 'Suisse'},

                      {name : 'Espagne'},
                      {name : 'Luxembourg'},

                      {name : 'Pays Bas'},
                        {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},
                      {name : ''},

            ];

            // Tooltip qui suit la souris
            $(document).mousemove(function(e){
                $('.map .tooltip').css({
                  top:e.pageY-$('.map .tooltip').height()-20,
                  left:e.pageX-$('.map .tooltip').width()/2-10
                });
            });

            // On passe sur une région
            $('.map area').mouseover(function(){
              var index = $(this).index();
              $('.map .tooltip').html(regions[index].name).stop().fadeTo(500,0.6);

            });

            // On sort de la map
            $('.map').mouseout(function(){

               $('.map .tooltip').stop().fadeTo(500,0);
            });

                      });
    </script>  

<div class="blog-head"></div>
<?php if(have_posts()): while(have_posts()): the_post(); ?>
<div class="blog">

    <div class="blog-content">
            <div class="blog-title">
                <h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
            </div>
            <?php the_content('Lire la suite'); ?>
            <div class="cb"></div>

    <div class="map">
        <img border="0" usemap="#Map"/>
        <map name="Map">
        <area shape="poly" coords="407,211,405,219,398,222,399,228,394,233,389,226,385,228,378,222,384,209,388,209,393,216,396,216,398,217" href="http://s407924219.onlinehome.fr/ain-01/" alt="Ain-01">
        <area shape="poly" coords="367,83,367,83,362,91,365,94,361,103,360,108,365,120,370,117,371,107,380,107,382,99,389,91,390,83,377,83" href="http://s407924219.onlinehome.fr/aisne-02/" alt="Aisne-02">
        <area shape="poly" coords="325,195,340,188,355,194,360,202,356,207,355,214,339,209,337,203,330,207" href="http://s407924219.onlinehome.fr/allier-03/" alt="Allier-03">
        <area shape="poly" coords="424,277,413,291,409,296,391,297,386,289,386,283,395,280,398,278,405,277,425,270" href="http://s407924219.onlinehome.fr/alpes-de-haute-provence-04/" alt="Alpes de Haute Provence-04">
        <area shape="poly" coords="386,273,391,280,400,275,402,277,404,274,411,277,426,267,421,261,412,256,407,254,407,262,393,265" href="http://s407924219.onlinehome.fr/hautes-alpes-05/" alt="Hautes Alpes 05">
        <area shape="poly" coords="426,282,427,286,435,288,436,290,435,300,419,310,416,306,416,303,413,297,418,296,416,292" href="http://s407924219.onlinehome.fr/alpes-maritimes-06/" alt="Alpes Maritimes-06">
<area shape="poly" coords="365,272,368,264,368,261,371,259,371,246,367,248,365,249,361,254,352,259,354,271" href="http://s407924219.onlinehome.fr/ardeche-07/" alt="7">
<area shape="poly" coords="382,99,386,98,389,93,392,83,398,81,409,100,409,104,404,103,398,114,390,112,383,107,382,103" href="http://s407924219.onlinehome.fr/ardennes-08/" alt="Ardennes-08">
    <area shape="poly" coords="271,307,279,296,284,295,290,297,294,301,295,309,292,313,293,315,287,317,286,320,278,312" href="http://s407924219.onlinehome.fr/ariege-09/" alt="Ariège-09">
        <area shape="poly" coords="366,132,370,136,378,132,387,138,391,144,390,150,382,153,369,154,364,145,363,139,359,137" href="http://s407924219.onlinehome.fr/aube-10/" alt="Aube-10">
        <area shape="poly" coords="309,293,302,293,297,293,293,296,296,300,297,309,293,314,299,315,303,312,311,314,316,313,323,316,329,309,319,301,313,299" href="http://s407924219.onlinehome.fr/aude-11/" alt="Aude-11">
         <area shape="poly" coords="302,257,303,265,310,266,316,276,317,283,324,284,331,278,333,273,330,267,328,254,328,247,324,247,318,254,313,252" href="http://s407924219.onlinehome.fr/aveyron-12/" alt="Aveyron-12">

<area shape="poly" coords="356,297,361,294,363,289,366,289,370,294,377,298,383,299,380,309,373,305,366,305,356,299" href="http://s407924219.onlinehome.fr/bouches-du-rhones-13/" alt="13">
<area shape="poly" coords="279,84,273,87,276,95,271,101,297,105,301,106,302,97,298,88,289,92,285,91" href="http://s407924219.onlinehome.fr/calvados-14/" alt="Calvados-14">
<area shape="poly" coords="325,229,333,235,336,240,336,247,331,252,328,246,322,245,317,251,312,250,311,242,321,229" href="http://s407924219.onlinehome.fr/cantal-15/" alt="Cantal-15">
<area shape="poly" coords="266,204,262,204,262,213,261,217,270,223,273,214,288,207,292,204,290,198,284,197,281,199,275,195" href="http://s407924219.onlinehome.fr/charente-16/" alt="Charente-16">
<area shape="poly" coords="250,183,254,181,260,184,258,187,269,195,266,201,261,201,259,216,266,222,262,224,259,222,258,217,252,214,254,202" href="http://s407924219.onlinehome.fr/charente-maritime-17/" alt="Charente Maritimes-17">
<area shape="poly" coords="330,158,339,163,343,164,344,169,341,186,332,190,332,192,325,194,323,186,323,181,324,173,319,171,325,167,329,163" href="http://s407924219.onlinehome.fr/cher-18/" alt="Cher-18">
<area shape="poly" coords="323,224,324,218,315,216,296,222,296,230,298,234,308,239,316,231" href="http://s407924219.onlinehome.fr/correze-19" alt="Corrèze-19">
<area shape="poly" coords="381,157,389,163,398,173,399,181,392,189,382,189,372,179,372,173" href="http://s407924219.onlinehome.fr/cote-dor-21" alt="Côte d'or-21">
<area shape="poly" coords="218,92,226,92,231,100,246,104,244,110,237,113,231,114,224,108,221,109,216,107" href="http://s407924219.onlinehome.fr/cotes-darmor-22/" alt="22">
<area shape="poly" coords="308,194,316,194,321,195,324,199,328,208,325,217,313,216,307,211,306,205,304,199" href="http://s407924219.onlinehome.fr/creuse-23/" alt="Creuse-23">
<area shape="poly" coords="265,226,266,231,272,234,269,239,285,245,296,237,294,231,294,221,289,217,285,210,277,214,271,223" href="http://s407924219.onlinehome.fr/dordogne-24/" alt="Dordogne-24">
<area shape="poly" coords="407,182,414,181,420,177,422,178,429,172,432,174,431,177,413,202,411,200,413,195,408,188" href="http://s407924219.onlinehome.fr/doubs-25/" alt="25">
<area shape="poly" coords="384,278,387,275,383,272,388,269,390,265,386,260,388,254,381,253,381,248,375,247,375,257,369,270,374,273" href="http://s407924219.onlinehome.fr/dromes-26/" alt="26">
<area shape="poly" coords="309,116,309,113,320,113,332,100,324,94,315,97,304,89,301,85,299,87,305,98,301,106" href="http://s407924219.onlinehome.fr/eure-27/" alt="Eure-27">
<area shape="poly" coords="308,116,313,124,307,133,314,140,323,138,330,133,330,127,325,120,323,113,316,114,313,115" href="http://s407924219.onlinehome.fr/eure-et-loir-28" alt="Eure et Loir-28">
<area shape="poly" coords="192,94,214,93,212,107,210,110,214,114,211,117,211,119,192,112,196,101,191,97" href="http://s407924219.onlinehome.fr/finistere-29/" alt="29">
<area shape="poly" coords="353,297,361,288,362,275,351,272,346,276,338,276,334,275,335,279,336,284,342,281" href="http://s407924219.onlinehome.fr/gard-30" alt="Gard-30">
<area shape="poly" coords="263,306,268,298,266,292,274,287,278,288,282,285,280,279,285,279,290,277,293,285,297,292,293,292,290,295,283,293,276,297,272,306" href="http://s407924219.onlinehome.fr/garonne-31/" alt="31">
<area shape="poly" coords="254,278,256,273,260,279,265,289,277,286,281,281,276,278,273,274,272,269,270,266,256,266" href="http://s407924219.onlinehome.fr/gers-32/" alt="32">
<area shape="poly" coords="244,215,256,221,263,235,257,249,253,249,244,242,236,237" href="http://s407924219.onlinehome.fr/gironde-33/">
<area shape="poly" coords="341,283,351,298,332,307,319,297,317,299,313,297,313,294,316,289,324,286,331,281,333,284" href="http://s407924219.onlinehome.fr/herault-34/" alt="Herault-34">
<area shape="poly" coords="250,106,246,113,242,117,241,126,242,133,255,134,264,129,266,114,257,108" href="http://s407924219.onlinehome.fr//ile-et-vilaine-35/" alt="Ile et Vilaine-35">
<area shape="poly" coords="310,166,306,172,302,172,297,180,305,192,310,192,317,192,320,193,321,175,317,171,317,167" href="http://s407924219.onlinehome.fr/indre-36/" alt="Indre-36">
<area shape="poly" coords="289,149,283,161,286,168,293,169,297,178,303,169,308,169,305,166,304,152,300,147" href="http://s407924219.onlinehome.fr/indre-et-loire-37/" alt="Indre et Loire-37">
<area shape="poly" coords="378,241,381,236,386,234,389,231,393,236,395,242,398,244,401,243,401,250,402,255,396,258,391,259,390,255,391,250,385,248,383,243" href="http://s407924219.onlinehome.fr/isere-38/" alt="38">
<area shape="poly" coords="404,184,398,185,395,190,395,201,394,211,403,213,410,209,410,204,413,197,407,194,406,188,401,178" href="http://s407924219.onlinehome.fr/jura-39/" alt="39">
<area shape="poly" coords="236,241,246,245,253,254,260,258,258,263,254,263,248,275,221,270" href="http://s407924219.onlinehome.fr/" alt="Landes-40">
<area shape="poly" coords="307,138,312,142,317,142,317,147,320,153,327,155,328,160,321,167,317,165,308,165,306,162,307,152,300,147,304,143" href="http://s407924219.onlinehome.fr/loir-et-cher-41/" alt="Loir et Cher-41">
<area shape="poly" coords="358,210,366,215,366,230,372,239,367,243,364,237,356,237,357,233,352,223,356,216" href="http://s407924219.onlinehome.fr/loire-42/" alt="Loire-42">
<area shape="poly" coords="337,234,348,235,360,237,365,244,352,254,345,252,341,252,338,243" href="http://s407924219.onlinehome.fr/haute-loire-43/" alt="Haute Loire-43">
<area shape="poly" coords="230,138,235,140,241,140,243,137,249,138,252,136,256,136,257,141,255,144,259,146,258,147,252,148,253,151,250,156,248,154,246,157,237,150,240,145,234,142" href="http://s407924219.onlinehome.fr/loire-atlantique-44/" alt="44">
<area shape="poly" coords="348,142,339,142,331,135,326,141,319,141,319,147,322,152,331,154,341,161,345,161,342,154,349,148,347,143" href="http://s407924219.onlinehome.fr/loiret-45/" alt="Loiret-45">
<area shape="poly" coords="297,237,294,242,287,248,286,254,287,257,300,258,305,253,310,251,309,242,304,241" href="http://s407924219.onlinehome.fr/lot-46/" alt="Lot-46">
<area shape="poly" coords="268,240,272,243,277,244,284,247,284,257,273,264,258,264,262,259,258,255,261,254,261,246" href="http://s407924219.onlinehome.fr/lot-et-garonne-47/" alt="Lot et Garonne-47">
<area shape="poly" coords="337,248,331,255,332,266,335,274,345,273,348,269,350,268,349,257,345,254" href="http://s407924219.onlinehome.fr/lozere-48/" alt="Lozère-48">
<area shape="poly" coords="258,135,269,140,276,140,279,143,287,148,280,162,271,159,265,161,260,161,254,157,256,153,254,150,263,150,257,142" href="http://s407924219.onlinehome.fr/maine-et-loire-49/" alt="Maine et Loire-49">
<area shape="poly" coords="272,110,269,102,273,97,273,86,274,82,268,69,258,69,259,106,266,111" href="http://s407924219.onlinehome.fr/manche-50" alt="Manche-50">
<area shape="poly" coords="380,108,373,109,372,114,365,123,370,133,381,130,389,137,394,128,396,118,396,116" href="http://s407924219.onlinehome.fr/marne-51/" alt="Marne-51">
<area shape="poly" coords="393,134,402,145,405,146,407,150,406,154,410,158,407,167,399,167,392,166,391,160,386,154,392,150,391,143,389,139" href="http://s407924219.onlinehome.fr/haute-mare-52/" alt="Haute Mare-52">
<area shape="poly" coords="260,134,267,129,269,114,289,117,277,137,269,138" href="http://s407924219.onlinehome.fr/mayen/ne-53" alt="Mayenne-53">
<area shape="poly" coords="411,101,420,102,419,119,420,126,426,134,438,143,432,147,417,146,413,140,412,134,415,133,418,128,416,124" href="http://s407924219.onlinehome.fr/meurthe-et-moselle-54/" alt="54">
<area shape="poly" coords="406,105,412,111,414,128,407,144,397,137,398,121" href="http://s407924219.onlinehome.fr/meuse-55/" alt="Meuse- 55"/>
<area shape="poly" coords="214,119,218,112,234,118,241,128,235,138,218,129" href="http://s407924219.onlinehome.fr/morbhian-56/" alt="Morbhian-56">
<area shape="poly" coords="430,109,422,108,421,125,427,132,439,140,443,136,438,133,441,128,448,132,452,124,437,118" href="http://s407924219.onlinehome.fr/moselle-57/" alt="57">
<area shape="poly" coords="379,156" href="http://s407924219.onlinehome.fr/nievre-58" alt="Nièvre-58">
<area shape="poly" coords="365,78,375,80,379,80,385,78,381,69,369,58,361,51,359,39,352,41,355,56,364,61,366,66" href="http://s407924219.onlinehome.fr/nord-59/" alt="59">
<area shape="poly" coords="335,88,351,95,361,93,364,96,357,105,359,110,353,110,340,104,332,102,332,98,330,96" href="http://s407924219.onlinehome.fr/oise-60/" alt="Oise-60">
<area shape="poly" coords="276,112,273,105,283,106,297,106,305,111,311,125,306,132,297,126,297,118,292,120,290,115" href="http://s407924219.onlinehome.fr/orne-61" alt="Orne-61">
<area shape="poly" coords="349,39,354,59,361,65,363,77,356,77,344,71,336,64,345,44" href="http://s407924219.onlinehome.fr/pas-de-calais-62/" alt="Pas de Calais-62">
<area shape="poly" coords="337,210,338,213,342,215,350,220,349,224,353,231,351,234,347,234,344,231,338,231,335,233,333,230,330,227,329,224,330,222,328,220,333,216" href="http://s407924219.onlinehome.fr/puy-de-dome-63/" alt="puy de dome - 63">
<area shape="poly" coords="224,273,231,275,243,277,247,281,248,285,241,292,239,298,232,294,226,288,220,283,219,278" href="http://s407924219.onlinehome.fr/pyrenees-atlantiques-64/" alt="64">
<area shape="poly" coords="256,283,259,288,263,289,260,292,262,298,257,306,248,306,245,302,247,297,254,291" href="http://s407924219.onlinehome.fr/hautes-pyrenees-65/" alt="65">
<area shape="poly" coords="292,319,296,317,302,316,305,313,311,315,314,314,319,317,318,326,307,323,297,322" href="http://s407924219.onlinehome.fr/pyrenees-orientales-66/" alt="66">
<area shape="poly" coords="453,127,458,127,458,132,446,151,440,147,439,141,444,137,440,134,442,130,448,133,451,130" href="http://s407924219.onlinehome.fr/bas-rhin-67/" alt="67">
<area shape="poly" coords="444,149,449,149,449,154,445,172,437,176,434,166,435,163,437,157,440,155,439,155,442,152" href="http://s407924219.onlinehome.fr/haut-rhin-68/" alt="68">

    <area shape="poly" coords="368,218,372,209,379,212,377,218,378,223,384,229,379,234,374,236,371,233,369,233,369,231" href="http://s407924219.onlinehome.fr/rhones-69/" alt="Rhône-69">
        <area shape="poly" coords="400,177,402,169,413,160,428,167,423,173,410,178,405,178" href="http://s407924219.onlinehome.fr/haute-saone-70/" alt="Haute Saône-70">

<area shape="poly" coords="370,180,367,183,367,190,358,193,363,201,360,208,369,213,370,209,378,211,383,205,387,203,393,206,394,192,380,190,374,184" href="http://s407924219.onlinehome.fr/saone-et-loire-71/" alt="Saône et Loire-71">
<area shape="poly" coords="295,121,295,126,305,135,305,140,295,148,287,148,277,139,289,121" href="http://s407924219.onlinehome.fr/sarthe-72/" alt="Sarthe-72">
<area shape="poly" coords="401,236,404,233,411,238,416,233,419,238,424,233,426,245,422,255,414,251,411,253,407,250,408,242,402,241" href="http://s407924219.onlinehome.fr/savoie-73/" alt="73">
<area shape="poly" coords="406,220,414,217,419,212,424,213,425,225,421,232,416,227,412,231,409,229,406,227" href="http://s407924219.onlinehome.fr/haute-savoie-74" alt="74">
<area shape="poly" coords="330,103,340,105,348,108,358,113,364,122,365,131,358,136,349,142,341,140,333,134,331,128,329,122,326,116,325,111" href="http://s407924219.onlinehome.fr/ile-de-france"alt="ile de france">
<area shape="poly" coords="330,70,329,70,335,83,333,94,324,92,314,95,302,85,308,79" href="http://s407924219.onlinehome.fr/seine-maritime-76" alt="Seine Maritime-76">
<area shape="poly" coords="262,161,263,166,263,182,261,187,270,194,276,193,275,188,276,175,278,163,270,160,266,164" href="http://s407924219.onlinehome.fr/deux-sevres-79" alt="Deux Sèvres-79">

       <area shape="poly" coords="337,65,350,75,365,82,361,92,352,94,338,87,330,70,329,68" href="http://s407924219.onlinehome.fr/somme-80/" alt="Somme-80">
<area shape="poly" coords="292,274,295,279,294,283,298,290,309,291,311,294,315,287,321,285,316,284,314,275,309,268,297,268" href="http://s407924219.onlinehome.fr/tarn-81" alt="Tarn-81">
    <area shape="poly" coords="283,258,290,261,301,261,300,266,294,267,290,273,279,276,274,267,277,262" href="http://s407924219.onlinehome.fr/tarn-et-garonne-82" alt="Tarn et Garonne-82">
            <area shape="poly" coords="388,300,397,299,402,297,403,302,406,300,410,305,410,308,413,313,401,317,384,314,385,310" href="http://s407924219.onlinehome.fr/var/" alt="83">
        <area shape="poly" coords="365,274,371,276,375,276,383,282,384,291,389,298,381,296,372,290,365,286" href="http://s407924219.onlinehome.fr/vaucluse-84" alt="Vaucluse-84">

<area shape="poly" coords="233,150,243,161,252,157,259,161,262,167,262,182,253,180,247,181,233,166" href="http://s407924219.onlinehome.fr/vendee-85" alt="Vendée-85">
<area shape="poly" coords="280,163,286,170,291,170,297,179,295,182,301,190,291,196,286,195,281,197,278,193,277,186,277,175" href="http://s407924219.onlinehome.fr/vienne-86/" alt="Vienne-86">
<area shape="poly" coords="288,210,295,220,310,216,305,212,303,199,304,195,299,192,293,196,292,201" href="http://s407924219.onlinehome.fr/haute-vienne-87" alt="Haute Vienne-87">
<area shape="poly" coords="438,147,439,152,432,166,416,158,413,158,410,155,411,152,409,145,413,144,417,149,420,148" href="http://s407924219.onlinehome.fr/vosges-88" alt="Vosges-88">
<area shape="poly" coords="358,139,361,140,361,146,367,155,377,156,376,161,369,172,357,166,347,160,345,155,352,148,351,143,352,141" href="http://s407924219.onlinehome.fr/yonne-89/" alt="Yonne-89">

                <area shape="poly" coords="466,338,466,346,469,352,464,367,460,371,457,381,449,372,447,365,448,349,457,343,462,343" href="http://s407924219.onlinehome.fr/corse/" alt="corse">

<area shape="poly" coords="450,170,453,149,461,124,439,112,433,104,431,88,431,85,433,79,430,72,434,49,434,41,437,31,452,28,447,27,456,16,456,5,462,0,471,0,479,9,484,-1,490,-5,487,-16,490,-21,488,-29,501,-28,502,-19,518,-13,514,-5,527,-6,544,-14,550,-13,527,3,524,2,529,15,524,27,526,35,527,38,526,41,526,44,529,53,522,45,525,42,520,57,522,48,523,56,517,65,523,87,524,96,521,96,521,128,520,151,543,164,533,163,534,171,518,176,512,182,495,176,486,175,473,169" href="http://s407924219.onlinehome.fr/allemagne" alt="allemagne">

<area shape="poly" coords="361,40,381,34,391,37,407,37,418,43,418,58,419,63,429,65,427,76,417,83,418,99,407,93,400,76,392,80,392,76,388,66,370,51" href="http://s407924219.onlinehome.fr/belgique"alt="belgique">

<area shape="poly" coords="23,275,44,273,49,283,69,284,84,305,68,313,61,330,56,339,53,353,41,353,37,351,37,360,38,369,30,395,18,394,13,402,4,404,-17,397,-9,385,0,361,-7,358,-10,351,-6,341,13,323,26,296" href="http://s407924219.onlinehome.fr/portugal" alt="portugal">   

<area shape="poly" coords="393,34,411,33,419,38,422,42,423,51,426,56,429,46,431,27,438,27,449,17,442,11,451,0,451,-11,439,-13,434,-13,429,-5,428,4,428,10,425,16,420,15,418,11,421,2,420,-1,403,23,408,27,412,29,405,32" href="http://s407924219.onlinehome.fr/pays-bas"alt="pays-bas">

    <area shape="poly" coords="409,218,418,208,428,209,428,222,430,230,452,224,463,217,474,231,486,219,502,219,513,205,495,198,495,179,478,174,454,174,447,174,435,177,419,198" href="http://s407924219.onlinehome.fr/suisse" alt="suisse">

<area shape="poly" coords="35,402,39,380,41,357,53,355,58,344,59,336,63,331,70,314,87,305,79,287,67,282,52,282,46,271,29,272,32,246,33,228,52,229,61,219,166,259,211,277,227,295,248,308,286,322,325,333,321,350,262,367,236,392,182,391,158,397,142,391,121,394,55,413" href="http://s407924219.onlinehome.fr/espagne" alt="espagne">

    <area shape="poly" coords="424,82,419,84,421,102,429,103,431,85,427,82" href="http://s407924219.onlinehome.fr/luxembourg" alt="luxembourg">

</map>
</div>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
<div class="spacer"></div>
<?php endwhile; endif; ?>
<div class="blog-footer"></div>
</div>
<?php get_sidebar(); ?>

<?php get_footer(); ?>

Aucune réponse