Hotels, Embrun – Hôtel-Restaurant – Le Lac ***, Embrun – Hôtel-Restaurant – La Robéyère ***, Baratier – Hôtel-Restaurant – Les Peupliers ***, Crots – Hôtel-Restaurant – Les Bartavelles ***, Embrun – Hôtel-Restaurant – La Mairie **

function link_module_css(path) {
if(document.createStyleSheet){
document.createStyleSheet(path);
}else{
$j(‘head’).append( »);
}
}
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('Please fill all required fields');return false;}else
{return true;}}
function formulaire_dynamique_check_captcha(formu)// utilisé par les enquetes publiques avec captcha = 1
{
var error=false,
captchaField = "";
for(i=0;i<formu.length;i++)
{
if(formu[i].type=='text' && formu[i].name=='captcha')
{
captchaField = formu[i];
}
}
// on vérifie d'abord le captcha
new Ajax.Request(
"ajax.php",
{
method: 'get',
parameters: {page:'verifCaptcha',captcha:captchaField.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=1a723f408c3217b92744806285460228&'+nb;
});

try
{
captchaField.onfocus=function(){this.style.backgroundColor="#fff";};
}catch(e)
{
captchaField.setAttribute('onfocus','style.backgroundColor="#fff"');
}
captchaField.style.backgroundColor='#FFCFCF';
}
var checkboxes = new Array();
// 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=2)
{
error = true;
}
}
if(error)
{
alert(‘Please fill all required fields’);
return false;
} else
{
document.getElementsByClassName(‘enquete-envoyer’)[0].update(‘

Your request is being processed. Please wait while the form is sent.

‘);
formu.submit();
}
}
}
);
return false;
}
function formulaire_dynamique_check(formu)// utilisé par les enquetes publiques avec captcha = 0
{
var error=false;
// Champs obligatoires
var checkboxes = new Array();
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=2)
{
error = true;
}

if(error)
{alert(‘Please fill all required fields’);return false;}else
{
document.getElementsByClassName(‘enquete-envoyer’)[0].update(‘

Your request is being processed. Please wait while the form is sent.

‘);
formu.submit();
}
}
function check_options_required()
{
return check_element_options_required(false);
}
function check_element_options_required($element)
{
var valid = true;
if($element!==false)
{
var $searchIn = $element.find(‘input.required, textarea.required’);
} else
{
var $searchIn = $j(‘input.required, textarea.required’);
}
$searchIn.each(function()
{
if(this.type==’checkbox’ && !this.checked)
{
valid = false;
$j(this).fadeOut().fadeIn().fadeOut().fadeIn();
}
if(this.value.length <= 0)
{
valid = false;
$j(this).fadeOut().fadeIn().fadeOut().fadeIn();
}

var val = $j(this).val();
var temp = val.split('.');
var ext = '.'+temp[temp.length-1];
if(this.type=='file' && !in_array(ext,['.bmp','.BMP','.jpg','.JPG','.jpeg','.JPEG','.png','.PNG','.gif','.GIF','.zip','.ZIP','.pdf','.PDF','.doc','.DOC','.xls','.XLS']))
{
valid = false;
alert(" This file is not allowed ");
$j(this).fadeOut().fadeIn().fadeOut().fadeIn();
}
}
);
return valid;
}
function add_to_cart(pid)
{
// Si des requêtes sont tjs en cours d'exécution suite à un changement de quantité on temporise avant de lancer la mise à jour du panier sinon ça peut le corrompre
if(!$j('#mb_panier').data('priceLock') && !$j('#mb_panier').data('stockLock'))
{
if($j.browser.msie) // sous ie la fenêtre ne se positionne pas toute seule
{
var options = {overlayClose:true, autoPosition: true,onShow: function (d) {
d.container.css({position:'absolute',textAlign:'center'});
this.setPosition();
}};
} else
{
var options = {overlayClose:true};
}

$j('#mb_panier').html('

‘);

if(!pid)
{
// Ajout au panier de l’article de la fiche
var valid = check_options_required();
if(valid)
{
$j(‘#mb_panier’).modal(options);
$j.post(« ajax.php?page=fiche_article »,{action:’ajout_panier’,data:$j(‘#cart_quantity’).serialize()},function(data)
{
add_to_cart_complete(data);
});
}
} else
{
// Ajout au panier d’un article complémentaire (depuis les modules aussi achetés…)
$j(‘#mb_panier’).modal(options);
$j.post(« ajax.php?page=fiche_article »,{action:’ajout_panier’,pid:pid},function(data)
{
add_to_cart_complete(data);
});
}
} else
{
setTimeout(« add_to_cart(« +pid+ ») »,500);
}
}

function add_to_cart_complete(html)
{
// Mise à jour des boxes panier en parallèle
var requests = 0;
var urls = [
{elt: »#nb_articles_panier, .nb_articles_panier »,url: »ajax.php?page=fiche_article&action=maj_nb_articles_panier »},
{elt: »#total_panier »,url: »ajax.php?page=fiche_article&action=maj_total_panier »},
{elt: »#panier-complet »,url: »ajax.php?page=fiche_article&action=maj_panier-complet »},
{elt: »#cart-tooltip-container »,url: »ajax.php?page=fiche_article&action=maj_panier-bulle-v14″}
];

$j.each(urls, function()
{
var elt = this.elt;
$j.get(this.url).success(function(data)
{
$j(elt).html(data);
}).complete(function()
{
++requests;
if (requests == 3)
{
$j(‘#mb_panier’).html(html); // Remplacement du loader
}
});
});
}

//Smooth Scroll marquee
jQuery(document).ready(function($)
{
if ($(‘marquee.defilante-smooth’).length > 0)
{
$(‘marquee.defilante-smooth’).load()
{
$(‘marquee.defilante-smooth’).marquee().mouseover(function ()
{
$(this).trigger(‘stop’);
})
.mouseout(function ()
{
$(this).trigger(‘start’);
})
.mousemove(function (event)
{
if ($(this).data(‘drag’) == true)
{
this.scrollLeft = $(this)
.data(‘scrollX’) + ($(this)
.data(‘x’) – event.clientX);
}
})
.mousedown(function (event)
{
$(this).data(‘drag’, true).data(‘x’, event.clientX).data(‘scrollX’, this.scrollLeft);
})
.mouseup(function ()
{
$(this).data(‘drag’, false);
});
}
}
});

#simplemodal-overlay {background-color:#000;}
link_module_css(‘template/modules/PANIER/fenetre-ajout/fenetre-ajout.css’);


<!–

function ejs_nodroit(){
alert(‘Clic droit désactivé’);
return(false);
}
document.oncontextmenu = ejs_nodroit;

–>

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

Spectacles

Les Cordeliers

Visite théâtralisée

Vitraux de la Cathédrale

L'orgue de la Cathédrale

Embrun illuminé sur le Roc

Détail du Trésor

Détail du Trésor

Arcatures lombardes du clocher de la Cathédrale

La Maison des Chanonges

Détail d'architecture

La Tour Brune, ancien donjon des archevêques

Anges

Les Capucins, centre d'art contemporain

Concerts à Embrun

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)
}
})

office de tourisme d'embrun, location meublés, hébergement, animations, découvrir l'embrunais

L’Eau

 

     La Montagne

 

        Le Patrimoine

 

 

 

Français English Italian Dutch
jQuery(document).ready(function($) {
$(‘img.changeLanguage_trigger’).on(‘click’,function()
{
var $this = $(this);
$.get(‘ajax.php’,{
page:’language’,
language:$this.data(‘id’),
url:$this.data(‘url’),
params:$this.data(‘params’)
}, function(data)
{
window.location.replace(data);
});
});
});

Centrale de réservation en ligne office de tourisme embrun

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);


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

Quick search

jQuery(document).ready(function ($) {
$(‘#ac_keywords’).on(‘focus’, function () {
if (this.value == ‘Search :’) {
this.value =  »;
}
});
});

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

Guide « Sortir »

launchMini(« 875/4049/17723 », « true », « 0x002e6e », « 204 », « 108 », « fr »);

contact, adresse office de tourisme d'Embrun

<!–Suivez-nous sur
–>
<!– <<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> //–>

Météo

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

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(« You have not entered an email address. »);
form.sendto.focus();
passed = false;
}
// **** CHECK FOR THE @ SIGN?
else if (intAtSign == -1)
{

alert(« Your email address is missing the @. »);
form.sendto.focus();
passed = false;

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

else if (intComma != -1)
{
alert(« Email address cannot contain a comma. »);
form.sendto.focus();
passed = false;
}

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

else if (intSpace != -1)
{
alert(« Email address cannot contain spaces. »);
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)


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

Multicriteria search

function loadCriteria()
{
$j(‘#criteria_div’).load(« ajax.php?page=recherche-multicriteres&f_criteria= »+$j(‘#f_criteria’).serialize());
}
function loadAllCriteria()
{
$j(‘#criteria_div’).load(« ajax.php?page=recherche-multicriteres&f_criteria= » »);
}

Votre Hébergement

—–

Nombre de personnes

—–

Confort

—–
1 star
2 stars
3 stars
4 stars
5 stars

Localité

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

—–

—–

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

Se déplacer

se deplacer au départ d'embrun

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

News
link_module_css(‘template/modules/defilante-news/defilante-news.css’);

Festival d’accordéon
Samedi 5 avril
21h30

VISITE GUIDEE:
La cathédrale et son trésor
Vacances de Pâques
Les mercredis 16 et 23 avril à 10h
Le Vendredi 9 mai à 10h

Visite Virtuelle de la cathédrale

Expositions

See all the news

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

–>

»

» Hotels


Page(s) :  1 
Embrun - Hôtel-Restaurant - Le Lac ***
Embrun – Hôtel-Restaurant – Le Lac ***
Tél.: +33 (0)4 92 43 11 08 – [email protected]

Opened the entire year (closed from 3/01 to 22/01/2016).
36 rooms. Double rooms from 78 €to 98 €.

Peaceful, spacious setting, located at 1500 m form the water stretch. Warm, pleasant atmosphere. Traditional and regional cuisine. Free for our clients: access to the heated, covered pool during the year and to the wellness area: spa, jacuzzi, hammam (new 2013, by reservation).



Embrun - Hôtel-Restaurant - Le Lac ***
Embrun - Hôtel-Restaurant - La Robéyère ***
Embrun – Hôtel-Restaurant – La Robéyère ***
Tél.: +33 (0)4 92 51 90 78 – [email protected]

Hotel-Restaurant.
25 rooms and suites. Opened the entire year.
Rooms and suites from 74 € to 149 €.

Hotel-Restaurant in course of being classified.
Half-board supplement 28 € /pers.

The Castle, splendid classified constructuion of the XVIIth century, greets you in resting and charming sorrounding. Its restaurant offers a traditional and seasonal cuisine, refined by local market products.



Embrun - Hôtel-Restaurant - La Robéyère ***
Baratier - Hôtel-Restaurant - Les Peupliers ***
Baratier – Hôtel-Restaurant – Les Peupliers ***
Tél.: +33 (0)4 92 43 03 47 – [email protected]

25 rooms. Opened until 12th april, from 30th april to 17th october and from 6th november 2015.
Double room from 80 € to 96 €.
Half-board prices per person: 78 € to 86 € .

Located in pleasant, calm nature sorrounding. Delicious, inventive cuisine.
Heated pool, from mid-May to September. Wellness area with spa, sauna, hammam, massage. Electrical powered bicycles rental. Wellness and « gourmandise » stays.



Baratier - Hôtel-Restaurant - Les Peupliers ***
Crots - Hôtel-Restaurant - Les Bartavelles ***
Crots – Hôtel-Restaurant – Les Bartavelles ***
Tél.: +33 (0)4 92 43 20 69 – [email protected]

43 rooms. Opened the entire year except from January 3rd to 17th 2016.
Double room price: 68 € to 121 € . Half-board per person: 70 € to 96 € .

The Hotel-restaurant Les Bartavelles rooms have been entirely redecorated in wood, warm textures and soft materials. Heated pool, shady terrace, one of the most beautiful spa in the region, beauty care by Esthederm.
The restaurant La Table de Paul will charm you with local, fresh meals. Every day a different menu.



Crots - Hôtel-Restaurant - Les Bartavelles ***
Embrun - Hôtel-Restaurant - La Mairie **
Embrun – Hôtel-Restaurant – La Mairie **
Tél.: +33 (0)4 92 43 20 65 – [email protected]

28 rooms. Opened the entire year, every day.
Double room prices: 64 € to 99 €.
Half-board price: 60,50 € to 78 €.

Located in the old city center, the hotel will delight you with its authentic style. All comfort rooms placed on 3 floors. The restaurant, opened every day, is distinguished by the traditional cuisine, refined with local market products.



Embrun - Hôtel-Restaurant - La Mairie **
Savines-le-Lac - Hôtel-Restaurant - Eden Lac **
Savines-le-Lac – Hôtel-Restaurant – Eden Lac **
Tél.: +33 (0)4 92 44 20 53 – [email protected]

27 rooms. Opened from 6th february to 15th december.
Double room prices: 55 € to 80 €.
Half-board price per person: 58,50 € to 72 €.

Located in Savines-le-Lac, two steps away from the lake of Serre-Ponçon: the hotel Eden Lac welcomes you all year long in a great place with vue on the lake in its moutain surroundings; for a delightful moment.
Outdoor swimming pool (heated from may to october).



Savines-le-Lac - Hôtel-Restaurant - Eden Lac **
Savines-le-lac - Hôtel-Restaurant - Les Flots Bleus **
Savines-le-lac – Hôtel-Restaurant – Les Flots Bleus **
Tél.: +33 (0)4 92 44 20 89 – [email protected]

19 rooms. Opening time: March 15th to November 15th.
Double bedrooms: 49 € to 69 € . Family rooms: 75 € to 89 €.

The hotel is located on the Serre-Ponçon lakefronts wtih panoramic vue on lake and the mountains.
The garden opens out onto lakefronts. Heated, covered pool; spa (jacuzzi).



Savines-le-lac - Hôtel-Restaurant - Les Flots Bleus **
Réallon - Hôtel-Restaurant Les 4 Saisons **
Réallon – Hôtel-Restaurant Les 4 Saisons **
Tél.: +33 (0)4 92 44 26 00
[email protected]

37 rooms.

During summer opened in July and August, in winter mid December to March.
price season 2014/2015 in a double room from 60€ to 110€.

Located near Réallon ski resort, in a nature sorrounding. Pleasant atmosphere. Located at 10 minutes from Savines-le-Lac. 2 restaurant rooms and terrace.



Réallon - Hôtel-Restaurant Les 4 Saisons **
Hôtel-Restaurant - Le Tourisme *
Hôtel-Restaurant – Le Tourisme *
Tél.: +33 (0)4 92 43 20 17
[email protected]

Warm, pleasant, peaceful hotel, just near the historical center. Traditional local food served on the hotel’s terrace. Raclettes, Savoyard and Bourgignon fondues on demand. Party organisation service.



Hôtel-Restaurant - Le Tourisme *
Embrun - Hôtel-Restaurant - Le Chalvet
Embrun – Hôtel-Restaurant – Le Chalvet
Tél.: +33 (0)4 92 43 03 63 – [email protected]

The hotel Le Chalvet greets you in the country-side. Local cuisine, house specialities, wood oven baked pizza, raclette, tartiflette..

Capacity 40 persons: 15 rooms (inc. 1 family suite).
Opened during the entire year, except November.
Double bedroom price: 55 € à 65 €. Half-board per person 58 € à 68 €. The hotel offers meals (traditional cuisine), on booking, during the entire year.



Embrun - Hôtel-Restaurant - Le Chalvet
Crévoux - Hôtel-Restaurant - Le Parpaillon
Crévoux – Hôtel-Restaurant – Le Parpaillon
Tél.: +33 (0)4 92 43 18 08 – [email protected]

21 rooms. Opened the entire year.
Double bedrooms: 58 € to 75 € .
Supp. half-board: 27 €.

Located in a typical village: agricultural and pastoral activities and paradise for skiers. Warm, pleasant atmosphere. Rewoned table. Family, groups, seminar reception. Theme stays, meals.



Crévoux - Hôtel-Restaurant - Le Parpaillon
Saint Véran - Hôtel & Spa Alta Peyra ****
Saint Véran – Hôtel & Spa Alta Peyra ****
Tél : +33 (0)4.92.22.24.00 – [email protected]

Ouvert du 15 décembre au 29 mars et du 06 juin au 29 septembre. 59 chambres. Tarifs basses saison : de 110 € à 250 € la nuit – Tarifs hautes saison : de 300 à 650 € la nuit

Hôtel-restaurant de standing à 2040 m d’altitude, à 1h d’Embrun. Spa Nuxe avec sauna, hammam et soins.



Saint Véran - Hôtel & Spa Alta Peyra ****
Page(s) :  1 


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

visites patrimoine avec une guide conférencière

Groupes et Scolaires

 

Pays sud

Pays Serre-Ponçon-Ubaye-Durance
« Montagne de Lumières »

Tourisme et handicap

Label Tourisme & Handicap


<!–

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

Quick search

jQuery(document).ready(function ($) {
$(‘#ac_keywords’).on(‘focus’, function () {
if (this.value == ‘Search :’) {
this.value =  »;
}
});
});

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

Guide « Sortir »

launchMini(« 875/4049/17723 », « true », « 0x002e6e », « 204 », « 108 », « fr »);

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

Opening times

September to October & April to June

Monday to Saturday

9.00 to 12.00 and 14.00 to 18.00

Closed on thursdays PM
outside French holidays’ periods.

 

November to March

Monday to Saturday
9.00 to 12.00 and 14.00 to 18.00

Closed on thursdays
outside French holidays’ periods.

 

July and August (summer)

Monday to Saturday
9.00 – 19.00
Sundays
10h – 12h30 & 16h – 19h




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

Most popular

link_module_css(‘template/modules/defilante-selection/defilante-selection.css’);

<a href="http://www.tourisme-embrun.com/en/groups-scholar-tours-xml-258_273-833.html" data-description="

Groups & Scholar tours
Guided tours all year round. Minimum 20 persons. English, German, Italian and Spanish.

Tél : +33 (0)4 92 43 72 71
E-mail : [email protected]

« >
Groups & Scholar tours

<a href="http://www.tourisme-embrun.com/en/the-label-pays-et-ville-dart-et-dhistoire-xml-258_273-3266.html" data-description="

The label Pays et Ville d’Art et d’Histoire
In June 2011, the Pays Serre-Ponçon Ubaye Durance received the label Pays d’Art et d’Histoire given by the Culture and Communication Ministry.

« >
The label Pays et Ville d’Art et d’Histoire

<a href="http://www.tourisme-embrun.com/en/kit-for-blind-and-partially-sighted-persons-xml-258_273-943.html" data-description="

KIT for blind and partially sighted persons
This KIT is composed of a text in big print, a Braille and an audio version.

« >
KIT for blind and partially sighted persons

jQuery(document).ready(function($)
{

var $defilanteSelectionBulle = $(‘#defilante-selection-bulle’);
var $defilanteSelectionLink = $(‘#defilante-selection a’);

$defilanteSelectionBulle.css({‘visibility’:’visible’});
$defilanteSelectionBulle.hide();

$defilanteSelectionLink.on(‘mouseenter’,function()
{
$defilanteSelectionBulle.html($(this).data(‘description’));
$defilanteSelectionBulle.stop(true,true).fadeIn();
})
.on(‘mouseleave’,function()
{
$defilanteSelectionBulle.hide();
})
.on(‘mousemove’,function(e)
{
var relX = e.pageX+20;
var relY = e.pageY+20;

if((relX+$defilanteSelectionBulle.width()) > $(window).width())
{
relX = e.pageX – $defilanteSelectionBulle.width() -20 ;
}

$defilanteSelectionBulle.css({‘top’:relY,’left’:relX});
});
});

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



Office de Tourisme – Place du Général DOSSE – 05200 EMBRUN | Tél. +33 (0)4 92 43 72 72 | | Terms and conditions | Sitemap | | |© Copyright Photo Oliver 0965190598

Ce site est réalisé par CAP communication




gi_Cappture_Domain_Id = ‘ezBDOUE4NzU3LUI1QTctNDZCRi04OEFFLTcwNzAyOEUwMjlERH1fe0M5RTdFOTZELTc3MDItNDJBQy1CMkI3LTEzOTcyRThCRjdDOX0=’

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