Embrun – Camping de la Tour ***












CAMPING LA TOUR
Route de la Madeleine – 05200 EMBRUN
Tél. : 04 92 43 17 66
Tél. : 06 79 41 07 29
localisation: maps.google.fr/maps
Ouverture : mi-juin à début septembre
Camping familial, ombragé, avec jeux pour enfants, espace bébés. Proche des commerces, du lac et des randonnées. En bordure de Durance avec la base d’eau vive Arn’eau dans le camping. Location mobil-home, emplacements caravane.
Capacité 85 emplacements
Tarifs 2010
Les prix s’entendent à la semaine, avec toutes les prestations du camping.
La taxe de séjour est en supplément.
Mobil Home 4 personnes (Terrasse avec table et chaise)
De juin au 10 juillet : 200 € (2 personnes) et 250 € (3/4 personnes),
du 10 juillet au 17 juillet : 250 € (2 personnes) et 300 € (3/4 personnes),
du 17 juillet au 21 août : 330 € (2 personnes) et 370 € (3/4 personnes),
du 21 août à fin septembre: 220 € (2 personnes) et 270 € (3/4 personnes).
Caravane 3/4 personnes (frigo, gaz, table et chaises sous auvent)
De juin au 10 juillet : 170 € (2 personnes) et 200 € (3/4 personnes),
du 17 juillet au 21 août : 240 € (2 personnes) et 270 € (3/4 personnes),
du 21 août à fin septembre : 180 € (2 personnes) et 200 € (3/4 personnes).
Le contrat de location est envoyé sur demande. La location à la quizaine est possible du 10 juillet au 21 aout 2010. 30% d’arrhes sont à demander à la réservation.

CAMPING LA TOUR
Route de la Madeleine – 05200 EMBRUN
Tél. : 04 92 43 17 66
Tél. : 06 79 41 07 29
localisation: maps.google.fr/maps
Ouverture : mi-juin à début septembre
Camping familial, ombragé, avec jeux pour enfants, espace bébés. Proche des commerces, du lac et des randonnées. En bordure de Durance avec la base d’eau vive Arn’eau dans le camping. Location mobil-home, emplacements caravane.
Capacité 85 emplacements
Tarifs 2010
Les prix s’entendent à la semaine, avec toutes les prestations du camping.
La taxe de séjour est en supplément.
Mobil Home 4 personnes (Terrasse avec table et chaise)
De juin au 10 juillet : 200 € (2 personnes) et 250 € (3/4 personnes),
du 10 juillet au 17 juillet : 250 € (2 personnes) et 300 € (3/4 personnes),
du 17 juillet au 21 août : 330 € (2 personnes) et 370 € (3/4 personnes),
du 21 août à fin septembre: 220 € (2 personnes) et 270 € (3/4 personnes).
Caravane 3/4 personnes (frigo, gaz, table et chaises sous auvent)
De juin au 10 juillet : 170 € (2 personnes) et 200 € (3/4 personnes),
du 17 juillet au 21 août : 240 € (2 personnes) et 270 € (3/4 personnes),
du 21 août à fin septembre : 180 € (2 personnes) et 200 € (3/4 personnes).
Le contrat de location est envoyé sur demande. La location à la quizaine est possible du 10 juillet au 21 aout 2010. 30% d’arrhes sont à demander à la réservation.
Baratier – Les Airelles ***, Embrun – Club Nautique Alpin Serre-Ponçon **, Embrun – Camping Municipal la Clapière ****, Embrun – Camping de la Tour ***, Embrun – Camping La Madeleine **, Embrun – Camping les Esparons ***, Embrun – Camping – Caravaning les Grillons **, Baratier – Le Petit Liou **, Crots – L’Alizé, Le Sauze du Lac – La Palatrière ***, Baratier – Les Deux Bois ***, Chateauroux les Alpes – Les Cariamas ***, Baratier – Le Verger ***, Embrun – Les Tourelles ***, Saint André d’Embrun – Camping le Mont Orel
function link_module_css(path)
{var css=Builder.node(« link »,{type:’text/css’,href:path,rel:’stylesheet’});$$(‘head’)[0].appendChild(css);}
function addLoadListener(func){if(window.addEventListener){window.addEventListener(« load »,func,false);}else if(document.addEventListener){document.addEventListener(« load »,func,false);}else if(window.attachEvent){window.attachEvent(« onload »,func);}}
function ChangeUrl(formulaire)
{if(formulaire.ListeUrl.selectedIndex!=0)
{location.href=formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;}
else
{alert(‘Veuillez choisir une rubrique.’);}}
function fck_formulaire_dynamique_check()// utilisé pour formulaires fck
{var formu=document.getElementById(‘fck_formulaire_dynamique’);var error=false;for(i=0;i<formu.length;i++)
{if(formu[i].getAttribute('required')=='required')
{try
{formu[i].onfocus=function(){this.style.backgroundColor="#fff";};}catch(e)
{formu[i].setAttribute('onfocus','style.backgroundColor="#fff"');}
if(formu[i].type=='text'||formu[i].type=='textarea')
{if(formu[i].value.length<=0)
{formu[i].style.backgroundColor='#FFCFCF';error=true;}}else if(formu[i].type=='checkbox'||formu[i].type=='radio')
{if(!formu[i].checked)
{formu[i].style.backgroundColor='#FFCFCF';error=true;}}}}
if(error)
{alert('Veuillez renseigner tous les champs obligatoires.');return false;}else
{return true;}}
function formulaire_dynamique_check_captcha(formu)// utilisé par les enquetes publiques avec captcha = 1
{
var error=false;
// on vérifie d'abord le captcha
new Ajax.Request(
"ajax.php",
{
method: 'get',
parameters: {page:'verifCaptcha',captcha:formu.getInputs('text', 'captcha')[0].value},
onSuccess: function(result){
if(result.responseText=='nok')
{
error = true;
var nb = Math.round(Math.random(0)*1000)+1;
$$('img.cryptogram').each(function(elt)
{
elt.src = '/cryptographp.php?cfg=0&session=5a6c70bea9e41047394674e4d312b41b&'+nb;
});
try
{
formu.getInputs('text', 'captcha')[0].onfocus=function(){this.style.backgroundColor="#fff";};
}catch(e)
{
formu.getInputs('text', 'captcha')[0].setAttribute('onfocus','style.backgroundColor="#fff"');
}
formu.getInputs('text', 'captcha')[0].style.backgroundColor='#FFCFCF';
}
// Champs obligatoires
for(i=0;i<formu.length;i++)
{
if(formu[i].getAttribute('required')=='required')
{
try
{
formu[i].onfocus=function(){this.style.backgroundColor="#fff";};
}catch(e)
{
formu[i].setAttribute('onfocus','style.backgroundColor="#fff"');
}
if(formu[i].type=='text'||formu[i].type=='textarea'||formu[i].type=='file')
{
if(formu[i].value.length<=0)
{
formu[i].style.backgroundColor='#FFCFCF';error=true;
}
}else if(formu[i].type=='checkbox')
{
var onechecked = false;
$$('input.'+formu[i].className).each(
function(elt)
{
if(elt.checked)
{
onechecked = true;
}
});
if(!onechecked)
{
error=true;
}
}
}
}
if(error)
{alert('Veuillez renseigner tous les champs obligatoires.');return false;}else
{formu.submit();}
}
}
);
return false;
}
function formulaire_dynamique_check(formu)// utilisé par les enquetes publiques avec captcha = 0
{
var error=false;
// Champs obligatoires
for(i=0;i<formu.length;i++)
{
if(formu[i].getAttribute('required')=='required')
{
try
{
formu[i].onfocus=function(){this.style.backgroundColor="#fff";};
}catch(e)
{
formu[i].setAttribute('onfocus','style.backgroundColor="#fff"');
}
if(formu[i].type=='text'||formu[i].type=='textarea'||formu[i].type=='file')
{
if(formu[i].value.length<=0)
{
formu[i].style.backgroundColor='#FFCFCF';error=true;
}
}else if(formu[i].type=='checkbox')
{
var onechecked = false;
$$('input.'+formu[i].className).each(
function(elt)
{
if(elt.checked)
{
onechecked = true;
}
});
if(!onechecked)
{
error=true;
}
}
}
}
if(error)
{alert('Veuillez renseigner tous les champs obligatoires.');return false;}else
{formu.submit();}
}
function ejs_nodroit()
{
alert(‘Clique droit désactivé’);
return(false);
}
document.oncontextmenu = ejs_nodroit;
var lng = ‘fr’;
switch(lng)
{
case ‘fr’: lng = 1; break;
case ‘en’: lng = 2; break;
case ‘it’: lng = 3; break;
case ‘nl’: lng = 4; break;
default : lng = 1;
}
var flashvars = {};
flashvars.NbSlides = 32; // Nombre de diapos
flashvars.Langue = lng; // Français 1, Anglais 2, Italien 3, Néerlandais 4
var params = {‘wmode’:’transparent’};
var attributes = {};
swfobject.embedSWF(« Embrun-Menu.swf », « myContent », « 1000 », « 564 », « 9.0.0 », false, flashvars, params, attributes);
|
Accueil – Conditions générales – Contactez-nous – function createXMLHttpRequest() { try { return new ActiveXObject(« Msxml2.XMLHTTP »); } catch (e) {} try { return new ActiveXObject(« Microsoft.XMLHTTP »); } catch (e) {} try { return new XMLHttpRequest(); } catch(e) {} alert(« XMLHttpRequest not supported, please update your browser. »); return null; } var http = createXMLHttpRequest();
|
|
LightboxOptions=Object.extend({fileLoadingImage:’images/loading.gif’,fileBottomNavCloseImage:’images/closelabel.gif’,overlayOpacity:0.8,animate:true,resizeSpeed:7,borderSize:10,labelImage: »Image »,labelOf: »of »},window.LightboxOptions||{});var Lightbox=Class.create();Lightbox.prototype={imageArray:[],activeImage:undefined,initialize:function(){this.updateImageList();this.keyboardAction=this.keyboardAction.bindAsEventListener(this);if(LightboxOptions.resizeSpeed>10)LightboxOptions.resizeSpeed=10;if(LightboxOptions.resizeSpeed<1)LightboxOptions.resizeSpeed=1;this.resizeDuration=LightboxOptions.animate?((11-LightboxOptions.resizeSpeed)*0.15):0;this.overlayDuration=LightboxOptions.animate?0.2:0;var size=(LightboxOptions.animate?250:1)+'px';var objBody=$$('body')[0];objBody.appendChild(Builder.node('div',{id:'overlay'}));objBody.appendChild(Builder.node('div',{id:'lightbox'},[Builder.node('div',{id:'outerImageContainer'},Builder.node('div',{id:'imageContainer'},[Builder.node('img',{id:'lightboxImage'}),Builder.node('div',{id:'hoverNav'},[Builder.node('a',{id:'prevLink',href:'#'}),Builder.node('a',{id:'nextLink',href:'#'})]),Builder.node('div',{id:'loading'},Builder.node('a',{id:'loadingLink',href:'#'},Builder.node('img',{src:LightboxOptions.fileLoadingImage})))])),Builder.node('div',{id:'imageDataContainer'},Builder.node('div',{id:'imageData'},[Builder.node('div',{id:'imageDetails'},[Builder.node('span',{id:'caption'}),Builder.node('span',{id:'numberDisplay'})]),Builder.node('div',{id:'bottomNav'},Builder.node('a',{id:'bottomNavClose',href:'#'},Builder.node('img',{src:LightboxOptions.fileBottomNavCloseImage})))]))]));$('overlay').hide().observe('click',(function(){this.end();}).bind(this));$('lightbox').hide().observe('click',(function(event){if(event.element().id=='lightbox')this.end();}).bind(this));$('outerImageContainer').setStyle({width:size,height:size});$('prevLink').observe('click',(function(event){event.stop();this.changeImage(this.activeImage-1);}).bindAsEventListener(this));$('nextLink').observe('click',(function(event){event.stop();this.changeImage(this.activeImage+1);}).bindAsEventListener(this));$('loadingLink').observe('click',(function(event){event.stop();this.end();}).bind(this));$('bottomNavClose').observe('click',(function(event){event.stop();this.end();}).bind(this));var th=this;(function(){var ids='overlay lightbox outerImageContainer imageContainer lightboxImage hoverNav prevLink nextLink loading loadingLink '+'imageDataContainer imageData imageDetails caption numberDisplay bottomNav bottomNavClose';$w(ids).each(function(id){th[id]=$(id);});}).defer();},updateImageList:function(){this.updateImageList=Prototype.emptyFunction;document.observe('click',(function(event){var target=event.findElement('a[rel^=lightbox]')||event.findElement('area[rel^=lightbox]');if(target){event.stop();this.start(target);}}).bind(this));},start:function(imageLink){$$('select','object','embed').each(function(node){node.style.visibility='hidden'});var arrayPageSize=this.getPageSize();$('overlay').setStyle({width:arrayPageSize[0]+'px',height:arrayPageSize[1]+'px'});new Effect.Appear(this.overlay,{duration:this.overlayDuration,from:0.0,to:LightboxOptions.overlayOpacity});this.imageArray=[];var imageNum=0;if((imageLink.rel=='lightbox')){this.imageArray.push([imageLink.href,imageLink.title]);}else{this.imageArray=$$(imageLink.tagName+'[href][rel="'+imageLink.rel+'"]').collect(function(anchor){return[anchor.href,anchor.title];}).uniq();while(this.imageArray[imageNum][0]!=imageLink.href){imageNum++;}} ‘;},onComplete:function(transport){$(‘div_data_loader’).innerHTML= »;initLightbox();MagicZoom_findZooms();}});}
/* div : détails affichés au survol */ bullename = ‘defilante-picto-bulle’;
new Ajax.Updater(
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|
Office de Tourisme – Place du Général DOSSE – 05200 EMBRUN | Tél. : 04 92 43 72 72 | | Conditions |
var gaJsHost = ((« https: » == document.location.protocol) ? « https://web.archive.org/web/20100614013129/https://ssl. » : « https://web.archive.org/web/20100614013129/http://www. »);
document.write(unescape(« %3Cscript src=' » + gaJsHost + « google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E »));
try {
var pageTracker = _gat._getTracker(« UA-5635448-13 »);
pageTracker._trackPageview();
} catch(err) {}
var gaJsHost = ((« https: » == document.location.protocol) ? « https://web.archive.org/web/20100614013129/https://ssl. » : « https://web.archive.org/web/20100614013129/http://www. »);
document.write(unescape(« %3Cscript src=' » + gaJsHost + « google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E »));
try {
var pageTracker = _gat._getTracker(« UA-110059-2 »);
pageTracker._trackPageview();
} catch(err) {}












