
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Les Chalets du Littoral &#187; DEMANDE DE CONTACT</title>
	<atom:link href="http://www.leschaletsdulittoral.com/?cat=5&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.leschaletsdulittoral.com</link>
	<description>Location vente de chalets pliables, attractions foraines, manèges, acrobranche, trampoline</description>
	<lastBuildDate>Wed, 26 Feb 2025 19:04:31 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>DEMANDE DE CONTACT</title>
		<link>http://www.leschaletsdulittoral.com/?p=16</link>
		<comments>http://www.leschaletsdulittoral.com/?p=16#comments</comments>
		<pubDate>Tue, 16 Feb 2010 23:03:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DEMANDE DE CONTACT]]></category>

		<guid isPermaLink="false">http://ns3362174.ovh.net/~leschale/?p=16</guid>
		<description><![CDATA[LES CHALETS DU LITTORAL Les Chalets du Littoral Chemin de Provence 06510 GATTIERES Tél :09 54  56  67 06 port:  06 30 69 62 72 Fax : 09 59 56 67 06 &#160; Vous souhaitez obtenir des renseignements sur une ou plusieurs prestations ? Remplissez simplement le formulaire ci-dessous : Remplissez simplement le formulaire ci-dessous [...]]]></description>
				<content:encoded><![CDATA[<p><strong>LES CHALETS DU LITTORAL</strong></p>
<p>Les Chalets du Littoral</p>
<p><span>Chemin de Provence</span></p>
<p>06510 <span>GATTIERES</span></p>
<p><strong>Tél :09 54  56  67 06 port:  06 30 69 62 72</strong></p>
<p>Fax : 09 59 56 67 06</p>
<p>&nbsp;</p>
<p>Vous souhaitez obtenir des renseignements sur une ou plusieurs prestations ?</p>
<p>Remplissez simplement le formulaire ci-dessous :</p>
<p>Remplissez simplement le formulaire ci-dessous : (si vous ne le voyez pas, <a href="https://form.jotform.com/202523967387364" onclick="javascript:pageTracker._trackPageview('/outbound/article/form.jotform.com');" target="_blank">merci de cliquer ici</a>)<br />
Nous vous contacterons dans les meilleurs délais.</p>
<p><iframe id="JotFormIFrame-202523967387364" style="min-width: 100%; height: 1200px; border: none;" title="Demande de renseignements" src="https://form.jotform.com/202523967387364" height="1200" width="320" allowfullscreen="true" frameborder="0" scrolling="no"></iframe><br />
<script type="text/javascript">// <![CDATA[
      var ifr = document.getElementById("JotFormIFrame-202523967387364");
      if (ifr) {
        var src = ifr.src;
        var iframeParams = [];
        if (window.location.href &#038;&#038; window.location.href.indexOf("?") > -1) {
          iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf("?") + 1).split('&#038;'));
        }
        if (src &#038;&#038; src.indexOf("?") > -1) {
          iframeParams = iframeParams.concat(src.substr(src.indexOf("?") + 1).split("&#038;"));
          src = src.substr(0, src.indexOf("?"))
        }
        iframeParams.push("isIframeEmbed=1");
        ifr.src = src + "?" + iframeParams.join('&#038;');
      }
      window.handleIFrameMessage = function(e) {
        if (typeof e.data === 'object') { return; }
        var args = e.data.split(":");
        if (args.length > 2) { iframe = document.getElementById("JotFormIFrame-" + args[(args.length - 1)]); } else { iframe = document.getElementById("JotFormIFrame"); }
        if (!iframe) { return; }
        switch (args[0]) {
          case "scrollIntoView":
            iframe.scrollIntoView();
            break;
          case "setHeight":
            iframe.style.height = args[1] + "px";
            break;
          case "collapseErrorPage":
            if (iframe.clientHeight > window.innerHeight) {
              iframe.style.height = window.innerHeight + "px";
            }
            break;
          case "reloadPage":
            window.location.reload();
            break;
          case "loadScript":
            if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }
            var src = args[1];
            if (args.length > 3) {
                src = args[1] + ':' + args[2];
            }
            var script = document.createElement('script');
            script.src = src;
            script.type = 'text/javascript';
            document.body.appendChild(script);
            break;
          case "exitFullscreen":
            if      (window.document.exitFullscreen)        window.document.exitFullscreen();
            else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();
            else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();
            else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();
            else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();
            break;
        }
        var isJotForm = (e.origin.indexOf("jotform") > -1) ? true : false;
        if(isJotForm &#038;&#038; "contentWindow" in iframe &#038;&#038; "postMessage" in iframe.contentWindow) {
          var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)};
          iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*");
        }
      };
      window.isPermitted = function(originUrl, whitelisted_domains) {
        var url = document.createElement('a');
        url.href = originUrl;
        var hostname = url.hostname;
        var result = false;
        if( typeof hostname !== 'undefined' ) {
          whitelisted_domains.forEach(function(element) {
              if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {
                  result = true;
              }
          });
          return result;
        }
      }
      if (window.addEventListener) {
        window.addEventListener("message", handleIFrameMessage, false);
      } else if (window.attachEvent) {
        window.attachEvent("onmessage", handleIFrameMessage);
      }</p>
<p>// ]]&gt;</script></p>
<p>Vous disposez d’un droit d’accès, de modification, de rectification et de suppression des données qui vous concernent (art. 34 de la loi « Informatique et Libertés »). Pour exercer ce droit, adressez-vous à :</p>
<p>Les Chalets du Littoral</p>
<p>Gino Ventrice</p>
<p><span>Chemin de Provence</span></p>
<p>06510 <span>GATTIERES</span></p>
<p>ou par téléphone au<strong> </strong><span>Tél :09 54  56  67 06 port:  06 30 69 62 72</span></p>
<p>Fax : 09 59 56 67 06</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leschaletsdulittoral.com/?feed=rss2&#038;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
