 <html> <head>   <title>Bienvenue sur le portail CampLive</title>   <meta name="description" content="Camplive classe les campings et permet d'en voir la vie en direct.">   <meta name="keywords" content="service, services, ligne, services en ligne, resa, doc, demande, reservation, documentation, Portail, portail, portal, Moteur de recherche, moteur de recherche, search engine, Camping, camping, Camplive, camplive, Live, live, Direct, direct, Webcam, WebCam, webcam, Plein-Air, plein-air, Plein Air, plein air, Hotellerie, hotellerie, France, france, franais.">   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">   <META http-equiv="expires" content="0">   <META http-equiv="Pragma" CONTENT="no-cache"> <style> <!-- .centre {color:#8989A0;text-decoration: none;} a {color:#0000FF;text-decoration: underline;} a:hover {color:#F65801;text-decoration: underline;} a.onglet {color:#ffffcc;text-decoration: none;font-size: 12;} a.onglet:hover {color:#ffff66;text-decoration: underline;} input {color:#595980;text-decoration: none;font-size: 12;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight:bold;} input.DeplacON {color:#434343;cursor: 'hand'} input.DeplacOFF {color:#A3A3A3}  table {color:#595980;text-decoration: none;font-size: 12;font-family: Verdana, Arial, Helvetica, sans-serif;}  BODY {        scrollbar-face-color: #EEEEEE;         scrollbar-shadow-color: #EFEFEF;         scrollbar-highlight-color: #FFFFFF;         scrollbar-3dlight-color: #EFEFEF;        scrollbar-darkshadow-color: #FFFFFF;         scrollbar-track-color: #FFFFFF;         scrollbar-arrow-color: #477dcf;        font-family: Verdana, Arial, Helvetica, sans-serif;         text-decoration: none;        font-size: 9px      }  // --> </style> </head> <script LANGUAGE="JavaScript" SRC="js/zoom.js"></script> <script LANGUAGE="JavaScript1.2" SRC="js/haut.js"></script> <script LANGUAGE="JavaScript"> <!--  if (document.all) { window.onscroll=MovMenu; }   function MovMenu()  {   var MTop = parseInt(LeMenu.style.top);   var h2=parseInt(document.body.scrollTop)+1; //  var Pas = 1;   var Pas = (Math.abs(h2-MTop)/50)+1;   if (h2 > MTop)     { LeMenu.style.top = MTop + Pas; }   if (h2 < MTop)     { LeMenu.style.top = MTop - Pas; }   MTop = parseInt(LeMenu.style.top);    if (h2 != MTop)     { TimerMov = setTimeout("MovMenu();", 0.05*1000); }  }  var WindowLiens;  function Liens()  {  }   var WindowRecherche;  function Recherche()  {   if (parseInt(navigator.appVersion) >3)    { StPage     = 'filtre.php3';     StSearch   = self.location.search;    if (StSearch == '')      StSearch = '?SID=ede67216a18ab69b431edc95c4864e0d';      if ((typeof(WindowRecherche) == "undefined") || (WindowRecherche.closed == true))      {        StLocation = StPage;        if (StSearch != '')          StLocation += StSearch;        StMode     = 'toolbar=no,width=550,height=190,directories=no,status=no,location=no,scrollbars=no,resizable=yes,menuebar=no,copyhistory=no';        WindowRecherche = window.open(StLocation, "Recherche", StMode);      }     else      {        WindowRecherche.focus();        if (StSearch != '')          WindowRecherche.location.search = StSearch;      }    }   else    {     alert('Recherche accessible  partir des versions 4 et plus des navigateurs !');    }  }  var WindowAjout;  function Ajout()  {   if (parseInt(navigator.appVersion) >3)    { StPage     = 'login.php3';     StSearch   = self.location.search;      if ((typeof(WindowAjout) == "undefined") || (WindowAjout.closed == true))      {        StLocation = StPage;        if (StSearch != '')          StLocation += StSearch;        StMode     = 'toolbar=no,width=600,height=575,directories=no,status=no,location=no,scrollbars=no,resizable=yes,menuebar=no,copyhistory=no';         WindowAjout = window.open(StLocation, "Ajout", StMode);        WindowAjout.moveTo(0,0);      }     else      {        WindowAjout.focus();        if (StSearch != '')          WindowAjout.location.search = StSearch;      }    }   else    {     alert('Recherche accessible  partir des versions 4 et plus des navigateurs !');    }  }  function CloseAjout()  {   if (parseInt(navigator.appVersion) >3)    {     if (!((typeof(WindowAjout) == "undefined") || (WindowAjout.closed == true)))       {         WindowAjout.close();       }    }    }    function CloseRecherche()  {   if (parseInt(navigator.appVersion) >3)    {     if (!((typeof(WindowRecherche) == "undefined") || (WindowRecherche.closed == true)))       {         WindowRecherche.close();       }    }    }  //window.onunload=CloseTout;     function CloseTout()  {   CloseRecherche();   CloseAjout();  }    var cpt = 0; //  var cptMax=4;  function Site() { 	 this.Adress = null; 	 this.Logo = null; 	 this.Titre = null; 	 this.Hight = 0; }    ban = new Array();   ban[0] = new Site();   ban[0].Adress = 'http://www.restaulive.com';   ban[0].Logo = 'images/ban/RestauLive100.gif';   ban[0].Titre = 'Les RESTAURANTS en LIVE'; 	ban[0].Height = 50; 	ban[0].Width = 110; //  ban[1] = new Site(); //  ban[1].Adress = 'http://www.microcompact.com'; //  ban[1].Logo = 'images/ban/logomc.gif'; //  ban[1].Titre = '1er LOGICIEL FRANCAIS de GESTION en LIBRE'; //	ban[1].Height = 142;    function Rotation()    {     if (cptMax > 0)       {       St='Image'+cpt+'.src';       rotate.src=eval(St);       cpt=cpt+1;       if (cpt >= cptMax)        { cpt=0; }      }     timeoutIDRotation = window.setTimeout('Rotation()', 2 * 1000);    }     var cptban = 0;      function RotationBan()    {     St = 'ban[' + cptban + '].Logo';     ban_i.src = eval(St);     ban_i.height = ban[cptban].Height;     ban_i.width = ban[cptban].Width;     ban_a.href = ban[cptban].Adress;     cptban=cptban + 1;     if (cptban >= ban.length)      { cptban=0; }     timeoutIDRotationBan = window.setTimeout('RotationBan()', 10 * 1000);    }    function NewPosId(Id)   {    if (Id >= 0)     {      MenuBar.PosId.value = Id;      StSearch = SupprSearch(location.search, 'PosId');      if ((StSearch == '') || (StSearch == '?'))        {StSearch = '?';}      else        {StSearch += '&';}      StSearch += 'PosId=' + Id;      location.search = StSearch;     }   }     function SupprSearch(StSearch, StVar)   {     StNewSearch = StSearch;     if ((StSearch.length > 0) && (StSearch.indexOf('?') == 0))       {        if (StSearch.length > 0)          {StNewSearch = StSearch.substring(1, StSearch.length);}        else          {StNewSearch ='';}       }          if (StNewSearch.length > 0)       {         tableau = new Array()         tableau = StNewSearch.split("&");         StNewSearch = '';         for(i=0;i<tableau.length;i++)          { 	        if (tableau[i].indexOf(StVar+'=') < 0)             StNewSearch += tableau[i] + '&';          }         StNewSearch = StNewSearch.substring(0, StNewSearch.length-1);         StNewSearch = '?' + StNewSearch;        }     return StNewSearch;   } window.defaultStatus = "Bienvenue sur le portail CampLive"; //--> </script> <body marginwidth="0" leftmargin="0" bgcolor="#C0FFC0" link="#F65801" vlink="#F65801" alink="#F65801" onload="Rotation();RotationBan()" onunload="CloseTout();"> <CENTER> <BR> <table width="95%" border="0" cellspacing="0" cellpadding="0" align="center">  <tr>   <td align="center" valign="center" WIDTH="300">     <table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">       <TR><TD align="center">         <img src="images/CampLive100.gif" width="219" height="100" alt="Les CAMPINGS en LIVE">       </TD></TR> <TR><TD align="center"> <a href="video.asf" TITLE="Les News en Video" onmouseover="window.status='Cliquer pour visualiser Les News en Video';return 1;"><font size="4" style="font-size: 20;"><font face="Verdana,Helvetica" color="#0000FF" style="font-family:Verdana,Helvetica;"><b>VIDEO</b></font><img src="images/tv2_anm.gif" width="50" height="50" border="0" align="absmiddle"><font face="comic sans ms,Verdana,Helvetica" color="#FF0000" style="font-family:comic sans ms,Verdana,Helvetica;"><b><i>News</i></b></font></font></a> </TD></TR> <!--       <TR><TD align="center">         <a href="mailto:mcompact@camplive.com"><IMG SRC="images/arobase.gif" BORDER=0 WIDTH="25" HEIGHT="25" ALT="Contact"></a>       </TD></TR> -->     </table>   </td>   <td align="center" valign="center">     <table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='7' width='228'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='164' width='14'></td>   <td><img SRC="images/video.jpg" height='164' width='200' alt="" style="cursor: 'hand'" NAME="rotate" onclick="Zoom(rotate.src,328,448)"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='164' width='14'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='7' width='228'></td>  </tr> </table>   </td>   <td align="center" valign="center" WIDTH="300">    <a href="" target="_ban" name="ban_a"><img src="images/spacer.gif" name="ban_i" border="0" width="219" height="100" alt=""></a>   </td>  </tr> </table> <DIV id="LeMenu" style="position:absolute;top:1;left:0;width:100%"> <FORM NAME="MenuBar" METHOD=GET ACTION="index.php3"> <table width="95%" border="0" cellspacing="0" cellpadding="2" align="center">  <tr bgcolor="#05286C">   <td align="left" valign="center" WIDTH="400">    <FONT COLOR="#ffffcc"><B>   <A HREF="javascript:Recherche();" CLASS="onglet" BORDER='0' TITLE="Recherche par critres" onmouseover="window.status='Recherche par critres';return 1;"> Recherche </A>   |   <A HREF="javascript:Liens();" CLASS="onglet" BORDER='0' TITLE="Nos Liens" onmouseover="window.status='Nos Liens';return 1;"> Liens </A>   |   <A HREF="javascript:Ajout();" CLASS="onglet" BORDER='0' TITLE="Inscription/Modification d'un camping Reserv au gestionnaire du camping" onmouseover="window.status='Inscription/Modification d\'un camping - Reserv au gestionnaire du camping';return 1;"> Inscription camping </A>   |     <a href="mailto:mcompact@camplive.com" onmouseover="window.status='Contact EMail'; return 1;"><IMG SRC="images/arobase.gif" ALIGN="absmiddle" BORDER=0 HEIGHT="20" ALT="Contact"></a>     </B></FONT>   </td> <td align="right" valign="center"> <font face="Verdana, Arial, Helvetica, sans-serif" color="#FFFF00" size="4" style="font-family: Verdana, Arial, Helvetica, sans-serif;font-style: italic"> <SMALL style="font-size:60%">(de&nbsp;1&nbsp;&agrave;&nbsp;10&nbsp;sur&nbsp;91) </SMALL></font>   <INPUT TYPE=BUTTON CLASS="DeplacOFF" VALUE="|<<" TITLE="Dbut" onclick="NewPosId(-1);">   <INPUT TYPE=BUTTON CLASS="DeplacOFF" VALUE="<<" TITLE="Retour rapide" onclick="NewPosId(-1);">   <INPUT TYPE=BUTTON CLASS="DeplacOFF" VALUE="<" TITLE="Retour" onclick="NewPosId(-1);">   <INPUT TYPE=BUTTON CLASS="DeplacON" VALUE=">" TITLE="Avance" onclick="NewPosId(10);" onmouseover="this.style.color='#0000FF';" onmouseout="this.style.color='#434343';">   <INPUT TYPE=BUTTON CLASS="DeplacON" VALUE=">>" TITLE="Avance rapide" onclick="NewPosId(50)" onmouseover="this.style.color='#0000FF';" onmouseout="this.style.color='#434343';">   <INPUT TYPE=BUTTON CLASS="DeplacON" VALUE=">>|" TITLE="Fin" onclick="NewPosId(90);" onmouseover="this.style.color='#0000FF';" onmouseout="this.style.color='#434343';">   <INPUT TYPE=HIDDEN NAME="PosId" VALUE="0">   </td>  </tr> </table> </FORM> </DIV> <table border="0" cellpadding="2" cellspacing="2"> <tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:1) Domaine de Plein Air"><A HREF="redir.php3?Link=1" target="_SITE" onmouseover="window.status='Domaine de Plein Air';return 1;"><b>Domaine de Plein Air</b></A><FONT COLOR="#FF0000"> ****</FONT><BR><small><style> <!-- .LiensPA {text-decoration: none;font-weight:bold;} a.LiensPA {color:#009900;} a.LiensPA:hover {color:#00ff00;text-decoration: none;} // --> </style> <DIV Class="LiensPA1">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=1" TARGET="_COORD1" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=1" TARGET="_INSCR1" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=1" TARGET="_TARIFS1" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/pland.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=1" TARGET="_PLAN1" TITLE="Recherche/Vente de sjours libres sur plan Recherche/Vente of free stays on plan Forschung/Verkauf freier Aufenthalte zu Plan" onmouseover="status='Plan';return 'true';">Plan</A></TD>   </TR>  </TABLE> </DIV> Avenue de la Plage<br><br>85300 CHALLANS<br>Vende - Pays de la Loire<br>FRANCE<br>Tl  : 02 51 93 67 67<br>Tl  : 02 51 49 13 13<br>Fax  : 02 51 35 67 67<br>EMail  : <A HREF="mailto:camping@pleinair.net" TITLE="Email : camping@pleinair.net" onmouseover="window.status='Email : camping@pleinair.net'; return 1;">camping@pleinair.net</A><br>Visites  : 227<br><b>Camping de dmonstration</b><br></small></font></td><td><table border="0"> <tr> <td><A HREF="pa/pland.php?CLId=1" TARGET="_PLAN1" onmouseover="window.status='Accs au Plan'; return 1;"><IMG SRC="pa/plan_img.php3?CLId=1&LaDateDebut=23/04/2003&LaDateFin=24/04/2003" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></A></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="photos/photo1.jpg" height='149' width='182' alt="" style="cursor: 'hand'" NAME="Image0" onclick="Zoom(Image0.src,328,448)"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr><tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:0) HolidaysLive"><A HREF="redir.php3?Link=0" target="_SITE" onmouseover="window.status='HolidaysLive';return 1;"><b>HolidaysLive</b></A><FONT COLOR="#FF0000"> ****</FONT><BR><small><DIV Class="LiensPA0">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=0" TARGET="_COORD0" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=0" TARGET="_INSCR0" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=0" TARGET="_TARIFS0" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/pland.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=0" TARGET="_PLAN0" TITLE="Recherche/Vente de sjours libres sur plan Recherche/Vente of free stays on plan Forschung/Verkauf freier Aufenthalte zu Plan" onmouseover="status='Plan';return 'true';">Plan</A></TD>   </TR>  </TABLE> </DIV> Avenue de la Plage<br><br>85300 CHALLANS<br>Vende - Pays de la Loire<br>FRANCE<br>Tl  : 02 51 93 67 67<br>Tl  : 02 51 49 13 13<br>Fax  : 02 51 35 67 67<br>EMail  : <A HREF="mailto:holidayslive@free.fr" TITLE="Email : holidayslive@free.fr" onmouseover="window.status='Email : holidayslive@free.fr'; return 1;">holidayslive@free.fr</A><br>Visites  : 176<br><b>Camping de dmonstration</b><br></small></font></td><td><table border="0"> <tr> <td><A HREF="pa/pland.php?CLId=0" TARGET="_PLAN0" onmouseover="window.status='Accs au Plan'; return 1;"><IMG SRC="pa/plan_img.php3?CLId=0&LaDateDebut=23/04/2003&LaDateFin=24/04/2003" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></A></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="photos/photo0.jpg" height='149' width='182' alt="" style="cursor: 'hand'" NAME="Image1" onclick="Zoom(Image1.src,328,448)"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr><tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:42) Camping L'Hippocampe"><A HREF="redir.php3?Link=42" target="_SITE" onmouseover="window.status='Camping L\'Hippocampe';return 1;"><b>Camping L'Hippocampe</b></A><FONT COLOR="#FF0000"> ****</FONT><BR><small><DIV Class="LiensPA42">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=42" TARGET="_COORD42" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=42" TARGET="_INSCR42" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=42" TARGET="_TARIFS42" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>   </TR>  </TABLE> </DIV> Route Napolon<br><br>04290 VOLONNE<br>Alpes de Hautes Provence - Provence Alpes Cte d'Azur<br>FRANCE<br>Tl  : 04 92 33 50 00<br>Fax  : 04 92 33 50 49<br>EMail  : <A HREF="mailto:info@l-hippocampe.com" TITLE="Email : info@l-hippocampe.com" onmouseover="window.status='Email : info@l-hippocampe.com'; return 1;">info@l-hippocampe.com</A><br>Visites  : 70<br><b></b><br></small></font></td><td><table border="0"> <tr> <td><IMG SRC="images/NoPlan.gif" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="images/video.jpg" height='149' width='182' alt="" style="cursor: 'hand'"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr><tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:87) Camping Municipal de Sion"><A HREF="redir.php3?Link=87" target="_SITE" onmouseover="window.status='Camping Municipal de Sion';return 1;"><b>Camping Municipal de Sion</b></A><FONT COLOR="#FF0000"> ***</FONT><BR><small><DIV Class="LiensPA87">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=87" TARGET="_COORD87" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=87" TARGET="_INSCR87" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=87" TARGET="_TARIFS87" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/pland.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=87" TARGET="_PLAN87" TITLE="Recherche/Vente de sjours libres sur plan Recherche/Vente of free stays on plan Forschung/Verkauf freier Aufenthalte zu Plan" onmouseover="status='Plan';return 'true';">Plan</A></TD>   </TR>  </TABLE> </DIV> Avenue de la fort<br><br>85270 ST HILAIRE DE RIEZ<br>Vende - Pays de la Loire<br>FRANCE<br>Tl  : 02 51 54 34 23<br>Fax  : 02 51 60 07 84<br>EMail  : <A HREF="mailto:sion85@free.fr" TITLE="Email : sion85@free.fr" onmouseover="window.status='Email : sion85@free.fr'; return 1;">sion85@free.fr</A><br>Visites  : 9<br><b></b><br></small></font></td><td><table border="0"> <tr> <td><A HREF="pa/pland.php?CLId=87" TARGET="_PLAN87" onmouseover="window.status='Accs au Plan'; return 1;"><IMG SRC="pa/plan_img.php3?CLId=87&LaDateDebut=23/04/2003&LaDateFin=24/04/2003" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></A></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="photos/photo87.jpg" height='149' width='182' alt="" style="cursor: 'hand'" NAME="Image2" onclick="Zoom(Image2.src,328,448)"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr><tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:21) Camping La Tabardiere"><A HREF="redir.php3?Link=21" target="_SITE" onmouseover="window.status='Camping La Tabardiere';return 1;"><b>Camping La Tabardiere</b></A><FONT COLOR="#FF0000"> ***</FONT><BR><small><DIV Class="LiensPA21">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=21" TARGET="_COORD21" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=21" TARGET="_INSCR21" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=21" TARGET="_TARIFS21" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/pland.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=21" TARGET="_PLAN21" TITLE="Recherche/Vente de sjours libres sur plan Recherche/Vente of free stays on plan Forschung/Verkauf freier Aufenthalte zu Plan" onmouseover="status='Plan';return 'true';">Plan</A></TD>   </TR>  </TABLE> </DIV> <br><br>44770 LA PLAINE SUR MER<br>Loire Atlantique - Pays de la Loire<br>FRANCE<br>Tl  : 02 40 21 58 83<br>Fax  : 02 40 21 02 68<br>EMail  : <A HREF="mailto:info@camping-la-tabardiere.com" TITLE="Email : info@camping-la-tabardiere.com" onmouseover="window.status='Email : info@camping-la-tabardiere.com'; return 1;">info@camping-la-tabardiere.com</A><br>Visites  : 63<br><b></b><br></small></font></td><td><table border="0"> <tr> <td><A HREF="pa/pland.php?CLId=21" TARGET="_PLAN21" onmouseover="window.status='Accs au Plan'; return 1;"><IMG SRC="pa/plan_img.php3?CLId=21&LaDateDebut=23/04/2003&LaDateFin=24/04/2003" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></A></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="images/video.jpg" height='149' width='182' alt="" style="cursor: 'hand'"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr><tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:26) Camping Le Fort Espagnol"><A HREF="redir.php3?Link=26" target="_SITE" onmouseover="window.status='Camping Le Fort Espagnol';return 1;"><b>Camping Le Fort Espagnol</b></A><FONT COLOR="#FF0000"> ***</FONT><BR><small><DIV Class="LiensPA26">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=26" TARGET="_COORD26" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=26" TARGET="_INSCR26" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=26" TARGET="_TARIFS26" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/pland.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=26" TARGET="_PLAN26" TITLE="Recherche/Vente de sjours libres sur plan Recherche/Vente of free stays on plan Forschung/Verkauf freier Aufenthalte zu Plan" onmouseover="status='Plan';return 'true';">Plan</A></TD>   </TR>  </TABLE> </DIV> <br><br>56950 CRACH<br>Morbihan - Bretagne<br>FRANCE<br>Tl  : 02 97 55 14 88<br>Fax  : 02 97 30 01 04<br>EMail  : <A HREF="mailto:fort-espagnol@wanadoo.fr" TITLE="Email : fort-espagnol@wanadoo.fr" onmouseover="window.status='Email : fort-espagnol@wanadoo.fr'; return 1;">fort-espagnol@wanadoo.fr</A><br>Visites  : 23<br><b></b><br></small></font></td><td><table border="0"> <tr> <td><A HREF="pa/pland.php?CLId=26" TARGET="_PLAN26" onmouseover="window.status='Accs au Plan'; return 1;"><IMG SRC="pa/plan_img.php3?CLId=26&LaDateDebut=23/04/2003&LaDateFin=24/04/2003" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></A></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="images/video.jpg" height='149' width='182' alt="" style="cursor: 'hand'"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr><tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:31) Camping Le Ranch"><A HREF="redir.php3?Link=31" target="_SITE" onmouseover="window.status='Camping Le Ranch';return 1;"><b>Camping Le Ranch</b></A><FONT COLOR="#FF0000"> ***</FONT><BR><small><DIV Class="LiensPA31">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=31" TARGET="_COORD31" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=31" TARGET="_INSCR31" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=31" TARGET="_TARIFS31" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/pland.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=31" TARGET="_PLAN31" TITLE="Recherche/Vente de sjours libres sur plan Recherche/Vente of free stays on plan Forschung/Verkauf freier Aufenthalte zu Plan" onmouseover="status='Plan';return 'true';">Plan</A></TD>   </TR>  </TABLE> </DIV> Le Cormier<br><br>44770 LA PLAINE SUR MER<br>Loire Atlantique - Pays de la Loire<br>FRANCE<br>Tl  : 02 40 21 52 62<br>Fax  : 02 51 74 81 31<br>EMail  : <A HREF="mailto:ranch@free.fr" TITLE="Email : ranch@free.fr" onmouseover="window.status='Email : ranch@free.fr'; return 1;">ranch@free.fr</A><br>Visites  : 70<br><b></b><br></small></font></td><td><table border="0"> <tr> <td><A HREF="pa/pland.php?CLId=31" TARGET="_PLAN31" onmouseover="window.status='Accs au Plan'; return 1;"><IMG SRC="pa/plan_img.php3?CLId=31&LaDateDebut=23/04/2003&LaDateFin=24/04/2003" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></A></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="photos/photo31.jpg" height='149' width='182' alt="" style="cursor: 'hand'" NAME="Image3" onclick="Zoom(Image3.src,328,448)"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr><tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:81) Camping Ker Ys"><A HREF="redir.php3?Link=81" target="_SITE" onmouseover="window.status='Camping Ker Ys';return 1;"><b>Camping Ker Ys</b></A><FONT COLOR="#FF0000"> ***</FONT><BR><small><DIV Class="LiensPA81">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=81" TARGET="_COORD81" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=81" TARGET="_INSCR81" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=81" TARGET="_TARIFS81" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>   </TR>  </TABLE> </DIV> Pentrez Plage<br><br>29550 SAINT NIC<br>Finistere - Bretagne<br>FRANCE<br>Tl  : 02 98 26 53 95<br>Fax  : 02 98 26 52 48<br>EMail  : <A HREF="mailto:camping@ker-ys.com" TITLE="Email : camping@ker-ys.com" onmouseover="window.status='Email : camping@ker-ys.com'; return 1;">camping@ker-ys.com</A><br>Visites  : 24<br><b></b><br></small></font></td><td><table border="0"> <tr> <td><IMG SRC="images/NoPlan.gif" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="photos/photo81.jpg" height='149' width='182' alt="" style="cursor: 'hand'" NAME="Image4" onclick="Zoom(Image4.src,328,448)"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr><tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:11) Camping De L'Ocan"><A HREF="redir.php3?Link=11" target="_SITE" onmouseover="window.status='Camping De L\'Ocan';return 1;"><b>Camping De L'Ocan</b></A><FONT COLOR="#FF0000"> ***</FONT><BR><small><DIV Class="LiensPA11">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=11" TARGET="_COORD11" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=11" TARGET="_INSCR11" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=11" TARGET="_TARIFS11" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/pland.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=11" TARGET="_PLAN11" TITLE="Recherche/Vente de sjours libres sur plan Recherche/Vente of free stays on plan Forschung/Verkauf freier Aufenthalte zu Plan" onmouseover="status='Plan';return 'true';">Plan</A></TD>   </TR>  </TABLE> </DIV> Route de la Maison Rouge<br><br>44490 LE CROISIC<br>Loire Atlantique - Pays de la Loire<br>FRANCE<br>Tl  : 02 40 23 07 69<br>Fax  : 02 40 15 70 63<br>EMail  : <A HREF="mailto:camping-ocean@wanadoo.fr" TITLE="Email : camping-ocean@wanadoo.fr" onmouseover="window.status='Email : camping-ocean@wanadoo.fr'; return 1;">camping-ocean@wanadoo.fr</A><br>Visites  : 79<br><b></b><br></small></font></td><td><table border="0"> <tr> <td><A HREF="pa/pland.php?CLId=11" TARGET="_PLAN11" onmouseover="window.status='Accs au Plan'; return 1;"><IMG SRC="pa/plan_img.php3?CLId=11&LaDateDebut=23/04/2003&LaDateFin=24/04/2003" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></A></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="photos/photo11.jpg" height='149' width='182' alt="" style="cursor: 'hand'" NAME="Image5" onclick="Zoom(Image5.src,328,448)"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr><tr><td><font face="Verdana, Arial, Helvetica, sans-serif" color="#595980" TITLE="(Id:25) Camping Le Fief"><A HREF="redir.php3?Link=25" target="_SITE" onmouseover="window.status='Camping Le Fief';return 1;"><b>Camping Le Fief</b></A><FONT COLOR="#FF0000"> ****</FONT><BR><small><DIV Class="LiensPA25">  <TABLE BORDER=1 CELLSPACING=0 Class="LiensPA">   <TR ALIGN='CENTER'>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/coord.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=25" TARGET="_COORD25" TITLE="Demande de Documentation/Renseignements Ask Documentation/Renseignements Antrag von Dokumentation/Ausknfte" onmouseover="status='Doc';return 'true';">Contact</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/resa.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=25" TARGET="_INSCR25" TITLE="Demande de Rservation Ask Reservation Reservierungsantrag" onmouseover="status='Resa';return 'true';">Resa</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/tarifs.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=25" TARGET="_TARIFS25" TITLE="Tarifs Prices Preise" onmouseover="status='Tarifs';return 'true';">Tarifs</A></TD>    <TD BGCOLOR="#FFFF66"><A Class="LiensPA" HREF="http://www.camplive.com/pa/pland.php?SID=ede67216a18ab69b431edc95c4864e0d&CLId=25" TARGET="_PLAN25" TITLE="Recherche/Vente de sjours libres sur plan Recherche/Vente of free stays on plan Forschung/Verkauf freier Aufenthalte zu Plan" onmouseover="status='Plan';return 'true';">Plan</A></TD>   </TR>  </TABLE> </DIV> 57, chemin du Fief<br><br>44250 ST BREVIN LES PINS<br>Loire Atlantique - Pays de la Loire<br>FRANCE<br>Tl  : 02 40 27 23 86<br>Fax  : 02 40 64 46 19<br>EMail  : <A HREF="mailto:camping@lefief.com" TITLE="Email : camping@lefief.com" onmouseover="window.status='Email : camping@lefief.com'; return 1;">camping@lefief.com</A><br>Visites  : 46<br><b></b><br></small></font></td><td><table border="0"> <tr> <td><A HREF="pa/pland.php?CLId=25" TARGET="_PLAN25" onmouseover="window.status='Accs au Plan'; return 1;"><IMG SRC="pa/plan_img.php3?CLId=25&LaDateDebut=23/04/2003&LaDateFin=24/04/2003" BORDER='1' WIDTH='182' ALIGN=ABSMIDDLE></A></td> <td><table BORDER=0 CELLSPACING=0 CELLPADDING=0 >  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-h.gif" height='6' width='208'></td>  </tr>  <tr>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>   <td><img SRC="photos/photo25.jpg" height='149' width='182' alt="" style="cursor: 'hand'" NAME="Image6" onclick="Zoom(Image6.src,328,448)"></td>   <td><img SRC="http://www.camplive.com/images/pellicule/vert-c.gif" height='149' width='13'></td>  </tr>  <tr>   <td colspan=3><img SRC="http://www.camplive.com/images/pellicule/vert-b.gif" height='6' width='208'></td>  </tr> </table> </td> </tr> </table> </td></tr><tr><td colspan="2" bgcolor="#05286C" align="center" height="3"> </td></tr></table> <script LANGUAGE="JavaScript"> var cptMax=7; </script> <BR> <table width="100%" border="0" cellpadding="0" cellspacing="0">  <tr>   <td align="center"><font face="Verdana, Helvetica" size="-2"><a href="http://www.microcompact.com" TARGET="_blank"><img src="http://www.camplive.com/images/mctr.gif" width="23" height="25" align="absmiddle" border="0" alt="Micro Compact"></a><BR>&copy; 1998-2001<BR>Tous&nbsp;droits&nbsp;r&eacute;serv&eacute;s<BR>Reproduction&nbsp;interdite</font></td>  </tr> </table> </CENTER> </body> </html> 
