Carte Rando : Office de tourisme Embrun

Carte Rando

Télécharger la carte rando 2010:

cliquez ici

 

Plan de ville, Patrimoine, Guide sortir, Carte Rando, Hébergements


// favicon
var css=Builder.node(« link »,{href: »template/images/favicon.ico »,rel:’SHORTCUT ICON’});$$(‘head’)[0].appendChild(css);

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=1be22e2e30f8b0cc9fd8bf299c5e84da&'+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;

link_module_css(‘template/modules/diaporama/diaporama.css’);

Le Morgon depuis le plan d'eau d'Embrun

Visites nocturnes à Embrun

Statue de Clovis Hugues

 

La Cathédrale Notre-Dame du Réal

Les fresques du Couvent des Cordeliers

Vitrines à Embrun

Vitrail de la Cathédrale Notre-Dame du réal à Embrun

Noël à Embrun

Paysages de l'embrunais en hiver

Sommets des pistes des Orres

Façade de la Maison des Gouverneurs à Embrun

Boule lumineuse de Noël

featuredcontentslider.init({
id: « diaporama », //id of main slider DIV
contentsource: [« inline », «  »], //Valid values: [« inline », «  »] or [« ajax », « path_to_file »]
toc: « markup », //Valid values: « #increment », « markup », [« label1 », « label2 », etc]
nextprev: [«  », «  »], //labels for « prev » and « next » links. Set to «  » to hide.
revealtype: « click », //Behavior of pagination links to reveal the slides: « click » or « mouseover »
enablefade: [true, 0.1], //[true/false, fadedegree]
autorotate: [true, 5000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})

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();
function changeLanguage(id,url,params)
{
http.open(« GET », « https://web.archive.org/web/20101020154555/http://www.tourisme-embrun.com/ajax.php?page=language&language= »+id+ »&url= »+url+ »&params= »+params);
http.onreadystatechange = changeLanguageHandler;
http.send(null);
}
function changeLanguageHandler()
{
if (http.readyState==4 && http.status == 200){
var resultat = http.responseText;
window.location.replace(resultat);
}
}

Français English Italian Dutch

Voir le diaporama en plein écran

sfHover = function() {
var sfEls = document.getElementById(« nav »).getElementsByTagName(« LI »);
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

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++;}}
var arrayPageScroll=document.viewport.getScrollOffsets();var lightboxTop=arrayPageScroll[1]+40;var lightboxLeft=arrayPageScroll[0];this.lightbox.setStyle({top:lightboxTop+'px',left:lightboxLeft+'px'}).show();this.changeImage(imageNum);},changeImage:function(imageNum){this.activeImage=imageNum;if(LightboxOptions.animate)this.loading.show();this.lightboxImage.hide();this.hoverNav.hide();this.prevLink.hide();this.nextLink.hide();this.imageDataContainer.setStyle({opacity:.0001});this.numberDisplay.hide();var imgPreloader=new Image();imgPreloader.onload=(function(){this.lightboxImage.src=this.imageArray[this.activeImage][0];if(imgPreloader.height<250){imgPreloader.height=250;}if(imgPreloader.width1){this.numberDisplay.update((this.activeImage+1)+’ / ‘+this.imageArray.length).show();}
new Effect.Parallel([new Effect.SlideDown(this.imageDataContainer,{sync:true,duration:this.resizeDuration,from:0.0,to:1.0}),new Effect.Appear(this.imageDataContainer,{sync:true,duration:this.resizeDuration})],{duration:this.resizeDuration,afterFinish:(function(){var arrayPageSize=this.getPageSize();this.overlay.setStyle({height:arrayPageSize[1]+’px’});this.updateNav();}).bind(this)});},updateNav:function(){this.hoverNav.show();if(this.activeImage>0)this.prevLink.show();if(this.activeImagethis.activeImage+1){preloadNextImage=new Image();preloadNextImage.src=this.imageArray[this.activeImage+1][0];}
if(this.activeImage>0){preloadPrevImage=new Image();preloadPrevImage.src=this.imageArray[this.activeImage-1][0];}},end:function(){this.disableKeyboardNav();this.lightbox.hide();new Effect.Fade(this.overlay,{duration:this.overlayDuration});$$(‘select’,’object’,’embed’).each(function(node){node.style.visibility=’visible’});},getPageSize:function(){var xScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=window.innerWidth+window.scrollMaxX;yScroll=window.innerHeight+window.scrollMaxY;}else if(document.body.scrollHeight>document.body.offsetHeight){xScroll=document.body.scrollWidth;yScroll=document.body.scrollHeight;}else{xScroll=document.body.offsetWidth;yScroll=document.body.offsetHeight;}
var windowWidth,windowHeight;if(self.innerHeight){if(document.documentElement.clientWidth){windowWidth=document.documentElement.clientWidth;}else{windowWidth=self.innerWidth;}
windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowWidth=document.documentElement.clientWidth;windowHeight=document.documentElement.clientHeight;}else if(document.body){windowWidth=document.body.clientWidth;windowHeight=document.body.clientHeight;}
if(yScroll<windowHeight){pageHeight=windowHeight;}else{pageHeight=yScroll;}
if(xScrollmaxlimit){field.value=field.value.substring(0,maxlimit);}else{var percentage=parseInt(100-((maxlimit-charcnt)*100)/maxlimit);document.getElementById(counter).style.width=parseInt((fieldWidth*percentage)/100)+ »px »;document.getElementById(counter).innerHTML= »Limit: « +percentage+ »% »
setcolor(document.getElementById(counter),percentage, »background-color »);}}
function setcolor(obj,percentage,prop){obj.style[prop]= »rgb(80%, »+(100-percentage)+ »%, »+(100-percentage)+ »%) »;}
function change_image(id_select){MagicZoom_stopZooms();var id=$(‘id[‘+id_select+’]’).options[$(‘id[‘+id_select+’]’).selectedIndex].value;var src=$(« p| »+id).name;var src_img=$F(« p| »+id);if(src!=’noimg’){$(‘div_photo’).update(« 


Zoom

« );}initLightbox();MagicZoom_findZooms();}
var globaleval=function(script){if(window.execScript){return window.execScript(script);}else if(navigator.userAgent.indexOf(‘KHTML’)!=-1){var s=document.createElement(‘script’);s.type=’text/javascript’;s.innerHTML=script;document.getElementsByTagName(‘head’)[0].appendChild(s);}else{return window.eval(script);}}
function changeData(page,id,cPath)
{product_id=id;if(page==’02’)
{var url= »fiche_article_02_ajax.php?cPath= »+cPath+ »&products_id= »+id;}else if(page==’personnalisee’)
{var url= »fiche_article_personnalisee_ajax.php?cPath= »+cPath+ »&products_id= »+id+ »&args=a%3A2%3A%7Bs%3A5%3A%22cPath%22%3Bs%3A7%3A%22258_305%22%3Bs%3A11%3A%22products_id%22%3Bs%3A4%3A%222662%22%3B%7D »;}
MagicZoom_stopZooms();new Ajax.Updater(‘div_data’,url,{method:’get’,parameters:{products_id:id},evalScripts:true,asynchronous:false,onLoading:function(){$(‘div_data_loader’).innerHTML=’

‘;},onComplete:function(transport){$(‘div_data_loader’).innerHTML= »;initLightbox();MagicZoom_findZooms();}});}
function placeBid()
{
if($(‘bid_agree’).checked)
{
new Ajax.Request(
‘ajax.php?page=fa&action=placeBid’,
{
method: ‘post’,
parameters: { page:’fa’, action:’placeBid’,products_id:$F(‘products_id’),bid_price:$F(‘bid_price’),auction_id:$F(‘auction_id’) },
onSuccess: function(elt)
{
if(elt.responseText== »ok »)
{
window.location.reload();
} else
{
alert(elt.responseText);
}
}
}
);
} else
{alert(unescape(‘Veuillez lire les conditions d\’utilisation et les accepter. Sinon votre offre ne sera pas prise en compte.’));}
}
function check_agree(TheForm){if(TheForm.agree.checked){return true;}else{alert(unescape(‘Veuillez lire les conditions d\’utilisation et les accepter. Sinon votre offre ne sera pas prise en compte.’));return false;}}
var win=null;function NewWindow(mypage,myname,w,h,scroll){LeftPosition=(screen.width)?(screen.width-w)/2:0;TopPosition=(screen.height)?(screen.height-h)/2:0;settings=’height=’+h+’,width=’+w+’,top=’+TopPosition+’,left=’+LeftPosition+’,scrollbars=’+scroll+’,resizable’;win=window.open(mypage,myname,settings);}
function load_calendar(year,month,products_id,type)
{new Ajax.Updater(‘locations_calendar’,’ajax.php’,{method:’get’,parameters:{page:’fiche_article_locations’,action:’load_locations_calendar’,type:type,month:month,year:year,products_id:products_id,calendar:’start’},onLoading:function(){$(‘locations_calendar_loader’).show();},onSuccess:function(){$(‘locations_calendar_loader’).hide();}});if(type==2)
{new Ajax.Updater(‘locations_calendar2′,’ajax.php’,{method:’get’,parameters:{page:’fiche_article_locations’,action:’load_locations_calendar’,type:type,month:month,year:year,products_id:products_id,calendar:’end’},onLoading:function(){$(‘locations_calendar_loader’).show();},onSuccess:function(){$(‘locations_calendar_loader’).hide();}});}}
function select_day(day,products_id,td)
{new Effect.Pulsate(td,{pulses:2,duration:1});new Ajax.Updater(‘locations_timeslots’,’ajax.php’,{method:’get’,parameters:{page:’fiche_article_locations’,action:’load_locations_timeslots’,datetime:day,products_id:products_id},onLoading:function(){$(‘locations_calendar_loader’).show();},onSuccess:function(){$(‘locations_calendar_loader’).hide();}});}
function check_disponibility(products_id)
{new Ajax.Updater(‘locations_availability’,’ajax.php’,{method:’get’,parameters:{page:’fiche_article_locations’,action:’load_locations_availability’,start:$(‘datetime_start’).value,end:$(‘datetime_end’).value,products_id:products_id},onLoading:function(){$(‘locations_calendar_loader’).show();},onSuccess:function(){$(‘locations_calendar_loader’).hide();}});}


<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Recherche multicritères

function loadCriteria()
{
new Ajax.Updater(
‘criteria_div’,
‘ajax.php’,
{
method: ‘get’,
parameters: {page: « recherche-multicriteres », f_criteria: $(‘f_criteria’).serialize()}
}
);
}
function loadAllCriteria()
{
new Ajax.Updater(
‘criteria_div’,
‘ajax.php’,
{
method: ‘get’,
parameters: {page: « recherche-multicriteres », f_criteria: «  »}
}
);
}

Votre Hébergement

—–
Hôtels
Gîtes
Chambres d’hôtes
Meublés/Agences Immobilières
Centre de vacances
Campings

Nombre de personnes

—–
2 personnes
3 personnes
4 personnes
5 personnes
6 personnes
7 personnes
8 personnes
9 personnes
10 personnes et +

Confort

—–
1 étoile
2 étoiles
3 étoiles
4 étoiles

Localité

—–
Baratier
Chateauroux les Alpes
Crévoux
Crots
Embrun
Les Orres
Prunières
Puy Saint Eusèbe
Puy Sanières
Réallon
Savines le Lac
St André d’Embrun
St Sauveur

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Actualités
link_module_css(‘template/modules/defilante-news/defilante-news.css’);

8ème Forum de l’Emploi Embrunais-Savinois

Génération Dance Floor

Du 2 au 23 octobre: Mois du bois à l’abbaye de Boscodon.

Du 22/09 au 11/12: Exposition à la Maison des Chanonges.

Visite guidée du Château de Picomtal: dimanches 3, 17 et 31 octobre à 11h.

Du 2 au 16 octobre: Exposition de Natacha Rautenberg à l’Office de Tourisme d’Embrun.

Voir toutes les dépêches

var boxeDefilanteNews = new BoxeDefilante(‘defilante-news-bulle’);

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Newsletter

function verify(form)
{
var passed = false;
var blnRetval, intAtSign, intDot, intComma, intSpace, intLastDot, intDomain, intStrLen;
if (form.sendto){
intAtSign=form.sendto.value.indexOf(« @ »);
intDot=form.sendto.value.indexOf(« . »,intAtSign);
intComma=form.sendto.value.indexOf(« , »);
intSpace=form.sendto.value.indexOf( » « );
intLastDot=form.sendto.value.lastIndexOf(« . »);
intDomain=intDot-intAtSign;
intStrLen=form.sendto.value.length;
// *** CHECK FOR BLANK sendto VALUE
if (form.sendto.value == «  » )
{
alert(« Vous n’avez pas entré d’adresse email. »);
form.sendto.focus();
passed = false;
}
// **** CHECK FOR THE @ SIGN?
else if (intAtSign == -1)
{

alert(« Votre adresse email ne comporte pas de \ »@\ ». »);
form.sendto.focus();
passed = false;

}
// **** Check for commas ****

else if (intComma != -1)
{
alert(« Votre adresse email ne peut contenir de virgule. »);
form.sendto.focus();
passed = false;
}

// **** Check for a space ****

else if (intSpace != -1)
{
alert(« Votre adresse email ne peut contenir d’espaces. »);
form.sendto.focus();
passed = false;
}

// **** Check for char between the @ and dot, chars between dots, and at least 1 char after the last dot ****

else if ((intDot <= 2) || (intDomain <= 1) || (intStrLen-(intLastDot+1)

Votre Email

Votre nom
 






Accueil » EMBRUN PRATIQUE » Guides pratiques à télécharger »
 


Carte Rando

Envoyer à un ami
Exporter en pdf  Exporter en pdf
  


link_module_css(‘template/modules/packs-promo/packspromo.css’);

Télécharger la carte rando 2010:

cliquez ici

 

   

function initAuctionsHandler()
{
if (http.readyState==4 && http.status == 200)
{
var resultat = http.responseText;

var countd = resultat;
(countd < 0)
? displayTZCountDownOver(lab)
: displayTZCountDown(countd,lab);
}
}

// load the original script
var tz = 0; // Offset for your timezone in hours from UTC
var lab = 'countdown_date'; // The id of the page entry where the timezone countdown is to show

function initAuctions()
{
var countd = -63954;
(countd = 0)
{
var secs = countdown % 60;
if (secs < 10) secs = '0'+secs;
var countdown1 = (countdown – secs) / 60;
var mins = countdown1 % 60;
if (mins < 10) mins = '0'+mins;
countdown1 = (countdown1 – mins) / 60;
var hours = countdown1 % 24;
var days = (countdown1 – hours) / 24;
if(document.getElementById(tzcd) != null)document.getElementById(tzcd).innerHTML = "plus que " + days + " jours, "+hours+ " h : " +mins+ " m : "+secs+"s";
to = setTimeout('displayTZCountDown('+(countdown-1)+',\''+tzcd+'\');',999);
} else
{
displayTZCountDownOver(tzcd);
location.reload();
}
}


<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Recherche rapide

new Ajax.Autocompleter(
« ac_keywords »,
« quicksearch »,
« ajax.php?page=recherche_resultats »,
{
indicator: ‘indicator1’
}
);
document.getElementById(‘quicksearch’).style.zIndex = 50; // Pour passer au-dessus de la galerie dans la fiche article
document.getElementById(‘ac_keywords’).autocomplete = « off »; // Pour passer au-dessus de la galerie dans la fiche article

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Horaires d’ouverture

Nous vous accueillons
du Lundi au Samedi
de 8h30 à 12h00
et
de 14h00 à 18h30

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Météo

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Notre sélection
link_module_css(‘template/modules/defilante-selection/defilante-selection.css’);

Contactez nous - demande de documentation
Contactez nous – demande de documentation

Visites guidées
Visites guidées

Groupes
Groupes

Marché hebdomadaire à Embrun: Mercredi matin et Samedi matin
Marché hebdomadaire à Embrun: Mercredi matin et Samedi matin











var boxeDefilanteSelection = new BoxeDefilante(‘defilante-selection-bulle’);

<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Comment avez-vous connu notre destination ?
Une recherche sur internet
Un article de presse
Des amis
Un précédent séjour
137 Votes [ Voir les résultats ]

/* div : détails affichés au survol */
#defilante-picto-bulle
{
position: absolute;
top:0px;
left:0px;
visibility: hidden;
font-size:12px;
cursor:pointer;
width:350px;
z-index:100;
border:1px solid #c2c1c1;
padding: 7px;
color:#000000;
text-align:left;
background-color:#eee;
opacity: 0.9;
-moz-opacity: 0.9;
filter: alpha(opacity=90);
}

bullename = ‘defilante-picto-bulle’;
var boxeDefilantePicto = new BoxeDefilante(‘defilante-picto-bulle’);


function load_onglet(onglet,pid)
{
var tt = $$(‘td.oda-onglet’);
tt.each( function(c) { c.className = ‘oda-onglet’; });
$(‘oda-‘+onglet).className = ‘oda-onglet oda-onglet-hover’;

new Ajax.Updater(
« onglets_content »,
« ajax.php?page=fa »,
{
method: ‘get’,
evalScripts: true,
asynchronous: false,
parameters: {action:’load_onglet_’+onglet,pid:pid},
onLoading: function(){
$(‘onglets_content’).innerHTML = ‘‘;
}
}
);
}

Office de Tourisme – Place du Général DOSSE – 05200 EMBRUN | Tél. : 04 92 43 72 72 | | Conditions
| Plan du site
| | |© Copyright Photo Oliver 0965190598

Ce site est réalisé par CAP communication



var gaJsHost = ((« https: » == document.location.protocol) ? « https://web.archive.org/web/20101020154555/https://ssl. » : « https://web.archive.org/web/20101020154555/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/20101020154555/https://ssl. » : « https://web.archive.org/web/20101020154555/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) {}

Retour en haut