Abbaye de Boscodon

<br /> Abbaye de Boscodon<br />

@import url(« template/styles.php »);
@import url(« template/modules/locations/locations.css »);

catwalk_speed=0;catwalk_shift_interval=0;catwalk_speed_limit=7;function catwalk_over(event,idTable){catwalk_shift_interval=setInterval(« catwalk_shift(‘ »+idTable+ »‘) »,10);}
function catwalk_move(event,idContainer,idLeft,idRight,idTable){var el=event.srcElement;if(!el){el=event.target;}
var offsetCount=0;while(el.id!=idContainer){offsetCount+=el.offsetLeft;el=el.parentNode;}
var mouseX=event.offsetX+offsetCount;if(typeof event.offsetX== »undefined »){if(event.target.id.match(idLeft)){mouseX=event.layerX;}else{if(event.target.id.match(idRight)){mouseX=event.layerX;}else{mouseX=event.layerX+parseInt(document.getElementById(idTable).offsetLeft)+40;}}}
catwalk_speed=(mouseX-(487/2))/(487/2)*10;if(catwalk_speed>catwalk_speed_limit)catwalk_speed=catwalk_speed_limit;}
function catwalk_out(){clearInterval(catwalk_shift_interval);}
function catwalk_shift(idTable){var actual_speed=Math.abs(catwalk_speed)-2;if(actual_speed<0)actual_speed=0;if(catwalk_speed=0&&actual_speed<0){return;}
if(parseInt(mytable.offsetLeft)0){return;}
mytable.style.left=(parseInt(mytable.offsetLeft)-actual_speed)+ »px »;}}
catwalk_shift_interval_consultes=0;
function catwalk_over_consultes(event,idTable)
{
catwalk_shift_interval_consultes=setInterval(« catwalk_shift(‘ »+idTable+ »‘) »,10);
}
function catwalk_out_consultes(){clearInterval(catwalk_shift_interval_consultes);}

function check_options_required()
{
var valid = true;
$$(‘input.required’,’textarea.required’).each(function(obj)
{
if(obj.value.length <= 0)
{
valid = false;
new Effect.Pulsate(obj);
}
});
return valid;
}

function add_to_cart()
{
var valid = check_options_required();
if(valid)
{
new Ajax.Updater(
"mb_panier",
"ajax.php?page=fiche_article",
{
method: 'post',
evalScripts: true,
parameters: {action:'ajout_panier',data:$('cart_quantity').serialize()},
onComplete: function(result)
{
Modalbox.show($('mb_panier'), {slideDownDuration:0, slideUpDuration:0, resizeDuration:0, autoFocusing:false});
window.scrollTo(0,0);
// Mise à jour de l'affichage du module panier
new Ajax.Updater(
"nb_articles_panier",
"ajax.php?page=fiche_article",
{
method: 'get',
parameters: {action:'maj_nb_articles_panier'}
}
);
// Mise à jour de l'affichage du module total panier
new Ajax.Updater(
"total_panier",
"ajax.php?page=fiche_article",
{
method: 'get',
parameters: {action:'maj_total_panier'}
}
);
// Mise à jour de l'affichage du module panier complet
new Ajax.Updater(
"panier-complet",
"ajax.php?page=fiche_article",
{
method: 'get',
parameters: {action:'maj_panier-complet'}
}
);
}
}
);
}
}

// Clic sur le bouton échanger
function loadPrime(pid,prime)
{
new Ajax.Request(
"ajax.php?page=fa",
{
method: 'get',
parameters: {action:'loadPrime',pid:pid,prime:prime},
onSuccess: function()
{
$('cart_quantity').submit();
}
}
);
}

// Mise à jour du prix à la sélection d'une option
function updateFaPrice()
{
if($('fa_price') != null)
{
new Ajax.Updater(
"fa_price",
"ajax.php?page=fa",
{
method: 'post',
parameters: {action:'updatePrice',data:$('cart_quantity').serialize(),pecotax:'0.0000',plocation:'0'}
}
);
}
}

// Mise à jour du stock
function updateFaStock()
{
if($('fa_stock') != null)
{
new Ajax.Updater(
"fa_stock",
"ajax.php?page=fa",
{
method: 'post',
parameters: {action:'updateStock',data:$('cart_quantity').serialize(),plocation:'0'}
}
);
}
}

Abbaye de Boscodon



Visites guidées des villages de l’Embrunais, Le Barrage de Serre-Ponçon, Abbaye de Boscodon, Le château de Picomtal


// 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=39999dd5ff83a336b1791126d338ad1a&'+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’);

La ville d'Embrun

Fresques des Cordeliers

L'orgue de  la Cathédrale

Le Morgon depuis le plan d'eau d'Embrun

Plages du plan d'eau

La Tour Brune

Piste de luge en coeur de ville

La patinoire

Illuminations

Clovis Hugues

les vitraux de la Cathedrale Notre-Dame

Noël à Embrun

La Patinoire à Embrun

Le plan d'eau

Cathédrale Notre-Dame du Réal

Spectacles

Statue

les saveurs

Nuit illuminée

Vitrines Maitrepierre

Les fresques du Couvent des Cordeliers

Visites nocturnes à Embrun

Vitrines à Embrun

Montagnes de l'Embrunais

Façade de la Maison des Gouverneurs à Embrun

Paysages de l'embrunais en hiver

Sommets des pistes des Orres

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 », « 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%3A11%3A%22256_262_453%22%3Bs%3A11%3A%22products_id%22%3Bs%3A4%3A%221705%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’);


Samedi 8 janvier à 17h30: Voeux de Madame le maire et du conseil municipal


Patinoire à Embrun: jusqu’au 14 mars.


Jusqu’au 25 avril: Navettes skieurs Embrun-Les Orres, et Embrun-Crévoux 2010/2011


Du 15/12 au 08/01/2011: Exposition à la Maison des Chanonges.


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

»

DECOUVRIR

»

Culture & Patrimoine

»

Les incontournables

»



Abbaye de Boscodon




Abbaye de Boscodon




Abbaye de Boscodon




Abbaye de Boscodon



Abbaye de Boscodon


Envoyer à un ami


Localité
Crots




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



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 = -50992;
(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 - tarifs groupe

Visites guidées – tarifs groupe



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

181 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://ssl. » : « 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://ssl. » : « 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