<HTML> <HEAD> <TITLE>Camping Club Mer et Soleil au Cap d'Agde (Languedoc, H&eacute;rault, France)</TITLE> 		<meta name="keywords" content="camping, mediterranee, Agde, cap d'agde, campings agde, camping-car, campsite, campgrounds, mediterranean, campingplatz, mittelmeer, middellandse zee, camping france, campsite france, camping frankrijk, Campingplatz Frankreich, M&eacute;diterran&eacute;e, Herault, location, vacances, tente, vias, canal du midi, vermietung, verhuur, hiring, mobil-home, sta caravan, mobil heim, piscine, swimming-pool, zwembad, schwimmbad, Languedoc"> 		<meta name="description" content="Camping en Mediterranee a Agde, espace aquatique, location mobil-homes, soirees et activites pour tous. Campsite on Agde, swimming-pools, hiring mobile homes, activities and evenings for alls."> 		<meta name="classification" content="campings, agde, cap d'agde, hebergement, tourisme, Mediterranee, herault"> 		<meta name="ROBOTS" content="INDEX,FOLLOW,ALL"> 		<meta name="revisit-after" content="160 days"> 		<meta name="author" content="design@fusioline.com"> 		<meta http-equiv="Reply-to" content="contact@camping-mer-soleil.com"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="styl_mersol.css" type="text/css"> <script language="JavaScript"> <!--	 if (screen.availWidth >= 900) {     cg=100;     ch=50; larg=800; haut=600; } else {     cg=0;     ch=0;     larg=screen.availWidth;     haut=screen.availHeight; } self.moveTo(cg,ch); self.resizeTo(larg,haut); // --> 		  </script> <script language="JavaScript"> <!-- <!-- function MM_reloadPage(init) {  //reloads the window if Nav4 resized   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // -->  function MM_timelinePlay(tmLnName, myID) { //v1.2   //Copyright 1997 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID   if (myID == tmLn.ID) { //if Im newest     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);     fNew = ++tmLn.curFrame;     for (i=0; i<tmLn.length; i++) {       sprite = tmLn[i];       if (sprite.charAt(0) == 's') {         if (sprite.obj) {           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range             keyFrm=1;             for (j=0; j<sprite.values.length; j++) {               props = sprite.values[j];                if (numKeyFr != props.length) {                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];               } else {                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];         } } } } }       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);       if (fNew > tmLn.lastFrame) tmLn.ID = 0;   } } }  function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0   //Copyright 1997 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (numGotos != null)     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}   jmpFwd = (fNew > tmLn.curFrame);   for (i = 0; i < tmLn.length; i++) {     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back     if (sprite.charAt(0) == "s") {       numKeyFr = sprite.keyFrames.length;       firstKeyFr = sprite.keyFrames[0];       lastKeyFr = sprite.keyFrames[numKeyFr - 1];       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);       for (j=0; j<sprite.values.length; j++) {         props = sprite.values[j];         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range         if (sprite.obj != null) {           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];           else        sprite.obj[props.prop2][props.prop] = props[propNum];       } }     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);   }   tmLn.curFrame = fNew;   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)'); }  function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }  function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }  function MM_findObj(n, d) { //v4.0   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && document.getElementById) x=document.getElementById(n); return x; }  function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }  function MM_openBrWindow(theURL,winName,features) { //v2.0   window.open(theURL,winName,features); } function MM_initTimelines() { //v4.0     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.     var ns = navigator.appName == "Netscape";     var ns4 = (ns && parseInt(navigator.appVersion) == 4);     var ns5 = (ns && parseInt(navigator.appVersion) > 4);     document.MM_Time = new Array(1);     document.MM_Time[0] = new Array(3);     document.MM_Time["scene"] = document.MM_Time[0];     document.MM_Time[0].MM_Name = "scene";     document.MM_Time[0].fps = 15;     document.MM_Time[0][0] = new String("sprite");     document.MM_Time[0][0].slot = 1;     if (ns4)         document.MM_Time[0][0].obj = document["Layer1"];     else if (ns5)         document.MM_Time[0][0].obj = document.getElementById("Layer1");     else         document.MM_Time[0][0].obj = document.all ? document.all["Layer1"] : null;     document.MM_Time[0][0].keyFrames = new Array(1, 70, 144);     document.MM_Time[0][0].values = new Array(3);     if (ns5)         document.MM_Time[0][0].values[0] = new Array("-100px", "-94px", "-88px", "-81px", "-75px", "-69px", "-63px", "-57px", "-50px", "-44px", "-38px", "-32px", "-26px", "-19px", "-13px", "-7px", "-1px", "5px", "12px", "18px", "24px", "30px", "36px", "42px", "49px", "55px", "61px", "67px", "73px", "80px", "86px", "92px", "98px", "104px", "111px", "117px", "123px", "129px", "136px", "142px", "148px", "154px", "161px", "167px", "173px", "180px", "186px", "192px", "199px", "205px", "211px", "218px", "224px", "230px", "237px", "243px", "250px", "256px", "263px", "269px", "275px", "282px", "288px", "295px", "301px", "308px", "314px", "321px", "327px", "334px", "340px", "346px", "353px", "359px", "365px", "371px", "378px", "384px", "390px", "396px", "403px", "409px", "415px", "421px", "428px", "434px", "440px", "446px", "453px", "459px", "465px", "472px", "478px", "484px", "490px", "497px", "503px", "509px", "516px", "522px", "528px", "535px", "541px", "547px", "554px", "560px", "566px", "573px", "579px", "585px", "592px", "598px", "604px", "611px", "617px", "623px", "630px", "636px", "642px", "648px", "655px", "661px", "667px", "674px", "680px", "686px", "693px", "699px", "705px", "712px", "718px", "724px", "730px", "737px", "743px", "749px", "756px", "762px", "768px", "775px", "781px", "787px", "794px", "800px");     else         document.MM_Time[0][0].values[0] = new Array(-100,-94,-88,-81,-75,-69,-63,-57,-50,-44,-38,-32,-26,-19,-13,-7,-1,5,12,18,24,30,36,42,49,55,61,67,73,80,86,92,98,104,111,117,123,129,136,142,148,154,161,167,173,180,186,192,199,205,211,218,224,230,237,243,250,256,263,269,275,282,288,295,301,308,314,321,327,334,340,346,353,359,365,371,378,384,390,396,403,409,415,421,428,434,440,446,453,459,465,472,478,484,490,497,503,509,516,522,528,535,541,547,554,560,566,573,579,585,592,598,604,611,617,623,630,636,642,648,655,661,667,674,680,686,693,699,705,712,718,724,730,737,743,749,756,762,768,775,781,787,794,800);     document.MM_Time[0][0].values[0].prop = "left";     if (ns5)         document.MM_Time[0][0].values[1] = new Array("60px", "59px", "58px", "57px", "57px", "56px", "55px", "54px", "52px", "51px", "50px", "49px", "48px", "47px", "46px", "45px", "44px", "43px", "42px", "41px", "40px", "39px", "38px", "37px", "36px", "35px", "34px", "33px", "32px", "31px", "30px", "29px", "28px", "27px", "26px", "25px", "24px", "23px", "23px", "22px", "21px", "20px", "19px", "19px", "18px", "17px", "16px", "16px", "15px", "15px", "14px", "13px", "13px", "12px", "12px", "12px", "11px", "11px", "10px", "10px", "10px", "10px", "10px", "9px", "9px", "9px", "9px", "10px", "10px", "10px", "10px", "11px", "11px", "12px", "12px", "13px", "13px", "14px", "15px", "15px", "16px", "17px", "18px", "19px", "20px", "21px", "22px", "23px", "24px", "25px", "26px", "27px", "28px", "29px", "30px", "32px", "33px", "34px", "35px", "36px", "38px", "39px", "40px", "42px", "43px", "44px", "46px", "47px", "48px", "50px", "51px", "53px", "54px", "56px", "57px", "59px", "60px", "61px", "63px", "64px", "66px", "67px", "69px", "70px", "72px", "73px", "75px", "77px", "78px", "80px", "81px", "83px", "84px", "86px", "87px", "89px", "90px", "92px", "93px", "95px", "96px", "97px", "99px", "100px");     else         document.MM_Time[0][0].values[1] = new Array(60,59,58,57,57,56,55,54,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,23,22,21,20,19,19,18,17,16,16,15,15,14,13,13,12,12,12,11,11,10,10,10,10,10,9,9,9,9,10,10,10,10,11,11,12,12,13,13,14,15,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,33,34,35,36,38,39,40,42,43,44,46,47,48,50,51,53,54,56,57,59,60,61,63,64,66,67,69,70,72,73,75,77,78,80,81,83,84,86,87,89,90,92,93,95,96,97,99,100);     document.MM_Time[0][0].values[1].prop = "top";     if (!ns4) {         document.MM_Time[0][0].values[0].prop2 = "style";         document.MM_Time[0][0].values[1].prop2 = "style";     }     document.MM_Time[0][0].values[2] = new Array("visible","visible","visible");     document.MM_Time[0][0].values[2].prop = "visibility";     if (!ns4)         document.MM_Time[0][0].values[2].prop2 = "style";     document.MM_Time[0][1] = new String("sprite");     document.MM_Time[0][1].slot = 1;     if (ns4)         document.MM_Time[0][1].obj = document["Layer1"];     else if (ns5)         document.MM_Time[0][1].obj = document.getElementById("Layer1");     else         document.MM_Time[0][1].obj = document.all ? document.all["Layer1"] : null;     document.MM_Time[0][1].keyFrames = new Array(145, 214);     document.MM_Time[0][1].values = new Array(3);     document.MM_Time[0][1].values[0] = new Array("hidden","hidden");     document.MM_Time[0][1].values[0].prop = "visibility";     if (!ns4)         document.MM_Time[0][1].values[0].prop2 = "style";     if (ns5)         document.MM_Time[0][1].values[1] = new Array("-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px", "-100px");     else         document.MM_Time[0][1].values[1] = new Array(-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100,-100);     document.MM_Time[0][1].values[1].prop = "left";     if (ns5)         document.MM_Time[0][1].values[2] = new Array("10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px", "10px");     else         document.MM_Time[0][1].values[2] = new Array(10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10);     document.MM_Time[0][1].values[2].prop = "top";     if (!ns4) {         document.MM_Time[0][1].values[1].prop2 = "style";         document.MM_Time[0][1].values[2].prop2 = "style";     }     document.MM_Time[0][2] = new String("behavior");     document.MM_Time[0][2].frame = 214;     document.MM_Time[0][2].value = "MM_timelineGoto('scene','1')";     document.MM_Time[0].lastFrame = 214;     for (i=0; i<document.MM_Time.length; i++) {         document.MM_Time[i].ID = null;         document.MM_Time[i].curFrame = 0;         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;     } } //--> </script> </HEAD> <BODY BGCOLOR=#FFFFFF leftmargin="0" topmargin="0" onLoad="MM_timelinePlay('scene');MM_preloadImages('images/flag-france_over.jpg','images/flag-de_over.jpg','images/flag-gb_over.jpg','images/flag-nl_over.jpg')" link="#666666" vlink="#666666"> <TABLE WIDTH=760 BORDER=0 CELLPADDING=0 CELLSPACING=0> 	<TR> 		     <TD ROWSPAN=2> <IMG SRC="images/haut.jpg" WIDTH=99 HEIGHT=125 alt="Ciel bleu de M&eacute;diterran&eacute;e (plage du Cap d'Agde)" name="azur"></TD> 		     <TD> <IMG SRC="images/mer-et-soleil.jpg" WIDTH=521 HEIGHT=79 alt="Camping, H&ocirc;tel de plein air, Locations, MER ET SOLEIL, Cap d'Agde, Languedoc M&eacute;diterran&eacute;e H&eacute;rault." name="camping"></TD> 		     <TD> <a href="#"><IMG SRC="images/click-france.jpg" WIDTH=140 HEIGHT=79 alt="France, Languedoc, M&eacute;diterran&eacute;e, H&eacute;rault, Cap d'Agde : Location de mobil-home, camping" name="france" border="0" onClick="MM_openBrWindow('pop_acces.html','pop','resizable=yes')"></a></TD> 	</TR> 	<TR> 		     <TD> <IMG SRC="images/arc-haut.jpg" WIDTH=521 HEIGHT=46 alt="Camping, Location mobilhome, MER ET SOLEIL, Cap d'Agde, M&eacute;diterran&eacute;e Languedoc H&eacute;rault." name="herault"></TD> 		     <TD> <a href="#"><IMG SRC="images/click-france-05.jpg" WIDTH=140 HEIGHT=46 alt="Languedoc, M&eacute;diterran&eacute;e, H&eacute;rault, Cap d'Agde : camping, location de mobilhome" name="languedoc" border="0" onClick="MM_openBrWindow('pop_acces.html','pop','resizable=yes')"></a></TD> 	</TR> 	<TR> 		     <TD> <IMG SRC="images/flag-france.jpg" WIDTH=99 HEIGHT=65 usemap="#Map" border="0" alt="Bienvenue au Cap d'Agde, en Languedoc en Bordure de la mer M&eacute;diterran&eacute;e" name="France"></TD> 		     <TD ROWSPAN=3> <IMG SRC="images/piscine.jpg" WIDTH=521 HEIGHT=205 alt="Parc aquatique du camping Mer et Soleil au Cap d'Agde (H&eacute;rault, Languedoc)" name="piscine"></TD> 		     <TD> <a href="#"><IMG SRC="images/click-france-08.jpg" WIDTH=140 HEIGHT=65 alt="Cap d'Agde, Languedoc, M&eacute;diterran&eacute;e, H&eacute;rault : aire de camping-car, camping" name="mediterranee" border="0" onClick="MM_openBrWindow('pop_acces.html','pop','resizable=yes')"></a></TD> 	</TR> 	<TR> 		     <TD> <IMG SRC="images/flag-de.jpg" WIDTH=99 HEIGHT=73 name="DE" usemap="#DEMap" border="0" alt="Wilkommen im Cap d'Agde, Campingplatz Mer et Soleil, S&uuml;d Frankreich, Languedoc"></TD> 		     <TD> <IMG SRC="images/arc-droit.jpg" WIDTH=140 HEIGHT=73 alt="Plage de M&eacute;diterran&eacute;e, au Cap d'Agde" name="plage"></TD> 	</TR> 	<TR> 		     <TD> <IMG SRC="images/flag-gb.jpg" WIDTH=99 HEIGHT=67 name="GB" border="0" usemap="#GBMap" alt="Welcome to campsite Mer et Soleil, in Languedoc, Cap d'Agde"></TD> 		     <TD> <IMG SRC="images/etoiles.jpg" WIDTH=140 HEIGHT=67 alt="Plage de Rochelongue au Cap d'Agde (H&eacute;rault, Languedoc) en M&eacute;diterran&eacute;e" name="etoiles"></TD> 	</TR> 	<TR> 		     <TD> <IMG SRC="images/flag-nl.jpg" WIDTH=99 HEIGHT=80 alt="Plage &agrave; deux pas du Camping-club, au Cap d'Agde en Languedoc" name="mer" usemap="#merMap" border="0"></TD> 		     <TD> <IMG SRC="images/arc-bas.jpg" WIDTH=521 HEIGHT=80 alt="Piscine du camping-club Mer et Soleil, en M&eacute;diterran&eacute;e, Languedoc, au Cap d'Agde" name="agde"></TD> 		     <TD> <IMG SRC="images/bas-droit.jpg" WIDTH=140 HEIGHT=80 alt="Plage &agrave; deux pas du Camping, la M&eacute;diterran&eacute;e au Cap d'Agde" name="sable"></TD> 	</TR> </TABLE> <map name="Map">    <area shape="circle" coords="72,24,21" href="fr/index.html" target="_top" alt="Bienvenue au camping Mer &amp; Soleil" title="Bienvenue au camping Mer &amp; Soleil" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('France','','images/flag-france_over.jpg',1)"> </map> <table width="760" border="0" cellspacing="0">   <tr>      <td colspan="3">        <div align="center" class="texte">         <hr>         Camping-Club *** &quot;MER et SOLEIL&quot; - Route de Rochelongue - F34300          AGDE - T&eacute;l.: 33(0)4 67 94 21 14 - Fax :33(0)4 67 94 81 94<br>         <a href="mailto:contact@camping-mer-soleil.com?subject=Message_Site_Mer-et-Soleil">contact@camping-mer-soleil.com</a></div>     </td>   </tr>   <tr>      <td colspan="3">       <hr>     </td>   </tr>   <tr>      <td>       <p><font color="#666666"><span class="texte">Cr&eacute;ation : <a href="http://www.fusioline.com/" target="_blank">FUSIOLINE</a></span></font><span class="texte"><font color="#666666"><br>         Cr&eacute;dits Photos : <a href="http://www.groupe-koro.com/" target="_blank"><br>         Mikael CORAUD</a>, <a href="http://www.newphoxstudio.com/" target="_blank"><br>         Didier CAVAILHES</a>, <a href="http://www.fusioline.com/" target="_top"><br>         Olivier THIEULE</a>, <br>         Corbis&reg; </font></span></p>       </td>     <td valign="top">        <div align="center"><a href="http://www.aquaticamp.com/" target="_blank"><img src="images/aquaticamp.gif" width="121" height="50" border="0" alt="Membre Aquaticamp"></a></div>     </td>     <td>        <div align="right"><span class="texte"><font color="#666666">&copy; <a href="http://www.groupe-koro.com/" target="_blank">Groupe          KORO</a> 2002 </font></span></div>     </td>   </tr> </table> <div id="Layer1" style="position:absolute; width:117px; height:96px; z-index:1; left: -100px; top: 60; visibility: visible"><img src="images/mouette.gif"></div> <div id="Layer2" style="position:absolute; width:172px; height:89px; z-index:2; left: 10; top: 20" class="texte">    <div align="center"><font color="#FFFFFF"><b>Camping-Club ***<br>     &quot;MER et SOLEIL&quot; <br>     Route de Rochelongue <br>     34300 AGDE - FRANCE <br>     T&eacute;l.: 33(0)4 67 94 21 14 <br>     Fax :33(0)4 67 94 81 94</b></font><br>     <a href="mailto:contact@camping-mer-soleil.com?subject=Message_Site_Mer-et-Soleil">contact@camping-mer-soleil.com</a></div> </div> <p>   <map name="DEMap">      <area shape="circle" coords="37,36,21" href="de/index.html" target="_top" alt="Wilkommen im Cap d'Agde, Campingplatz Mer et Soleil, S&uuml;d Frankreich, Languedoc" title="Wilkommen im Cap d'Agde, Campingplatz Mer et Soleil, S&uuml;d Frankreich, Languedoc" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('DE','','images/flag-de_over.jpg',1)">   </map>   <span class="texte"> </span>    <map name="GBMap">      <area shape="circle" coords="73,40,22" href="us/index.html" target="_top" alt="Welcome to campsite Mer et Soleil, in Languedoc, Cap d'Agde" title="Welcome to campsite Mer et Soleil, in Languedoc, Cap d'Agde" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('GB','','images/flag-gb_over.jpg',1)">   </map> </p> <map name="merMap">    <area shape="circle" coords="36,37,21" href="nl/index.html" target="_blank" alt="Welkom camping &quot;Mer et Soleil&quot;, in Languedoc, Cap d'Agde" title="Welkom camping &quot;Mer et Soleil&quot;, in Languedoc, Cap d'Agde" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('mer','','images/flag-nl_over.jpg',1)"> </map> </BODY> </HTML> 
