Label Tourism and Handicap : Tourisme office


<!–

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

–>

jQuery(‘head’).append( »);

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

Français English Italian Dutch

<!– Ancienne présentation du Header

MODULE:CENTRE_DIAPORAMA
BOXE_LIBRE:header logo
MODULE:DRAPEAUX
BOXE_LIBRE:header slogan
MODULE:SCRIPTPROJET3

–>

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

Quick search

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

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éonSamedi 5 avril21h30

VISITE GUIDEE:La cathédrale et son trésorVacances de PâquesLes mercredis 16 et 23 avril à 10hLe Vendredi 9 mai à 10h

Visite Virtuelle de la cathédrale

Expositions

See all the news

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

–>

»

»

» Label Tourism and Handicap

All products in the same category
 

Label Tourism and Handicap


link_module_css(‘template/modules/FICHE_ARTICLE/loupe/loupe.css’);

Label Tourism and Handicap
See larger image

/*
* FancyBox – jQuery Plugin
* Simple and fancy lightbox alternative
*
* Examples and documentation at: http://fancybox.net
*
* Copyright (c) 2008 – 2010 Janis Skarnelis
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
*
* Version: 1.3.4 (11/11/2010)
* Requires: jQuery v1.3+
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/

#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}

#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’);
}

#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}

#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}

#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}

#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}

#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}

#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’) -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
}

#fancybox-error {
color: #444;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}

#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}

#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}

#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/blank.gif’);
z-index: 1102;
display: none;
}

#fancybox-left {
left: 0px;
}

#fancybox-right {
right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}

#fancybox-left-ico {
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’);
background-position: -40px -30px;
}

#fancybox-right-ico {
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’);
background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
left: 20px;
}

#fancybox-right:hover span {
left: auto;
right: 20px;
}

.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
}

#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox-x.png’);
}

#fancybox-bg-ne {
top: -20px;
right: -20px;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’);
background-position: -40px -162px;
}

#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox-y.png’);
background-position: -20px 0px;
}

#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’);
background-position: -40px -182px;
}

#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox-x.png’);
background-position: 0px -20px;
}

#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’);
background-position: -40px -142px;
}

#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox-y.png’);
}

#fancybox-bg-nw {
top: -20px;
left: -20px;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’);
background-position: -40px -122px;
}

#fancybox-title {
font-family: Helvetica;
font-size: 12px;
z-index: 1102;
}

.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}

.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}

.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #FFF;
text-align: left;
}

#fancybox-title-over {
padding: 10px;
background-image: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancy_title_over.png’);
display: block;
}

.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}

#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}

#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}

#fancybox-title-float-left {
padding: 0 0 0 15px;
background: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’) -40px -90px no-repeat;
}

#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
background: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox-x.png’) 0px -40px;
}

#fancybox-title-float-right {
padding: 0 0 0 15px;
background: url(‘/web/20161220054346im_/http://www.tourisme-embrun.com/template/modules/FICHE_ARTICLE/images_v12/fancybox.png’) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_close.png’, sizingMethod=’scale’); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_nav_left.png’, sizingMethod=’scale’); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_nav_right.png’, sizingMethod=’scale’); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_title_over.png’, sizingMethod=’scale’); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_title_left.png’, sizingMethod=’scale’); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_title_main.png’, sizingMethod=’scale’); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_title_right.png’, sizingMethod=’scale’); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + ‘px’);
}

#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + ‘px’);
}

#fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_loading.png’, sizingMethod=’scale’); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_shadow_n.png’, sizingMethod=’scale’); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_shadow_ne.png’, sizingMethod=’scale’); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_shadow_e.png’, sizingMethod=’scale’); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_shadow_se.png’, sizingMethod=’scale’); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_shadow_s.png’, sizingMethod=’scale’); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_shadow_sw.png’, sizingMethod=’scale’); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_shadow_w.png’, sizingMethod=’scale’); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’modules/FICHE_ARTICLE/images_v12/fancy_shadow_nw.png’, sizingMethod=’scale’); }

All the views of the product:

Label Tourism and Handicap

<!–

–>

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


description

Notice

 

Label Tourisme et Handicap

 

Nos services restent à votre écoute, n’hésitez pas à nous contacter directement:

Office de Tourisme d’Embrun

Tél.: +33 (0)4 92 43 72 72

E-mail: [email protected]

 

L’Office de Tourisme d’Embrun est fier d’avoir obtenu en février 2014 le label Tourisme et Handicap pour les 4 handicaps (auditif, mental, visuel et moteur).

 

L’Office de tourisme s’engage à apporter un accueil adapté aux personnes en
situation de handicap :

  • Les visiteurs disposent plusieurs places de parking réservées handicapés à moins de 60m.
  • L’agencement de l’office est pensé pour faciliter l’accès des personnes handicapées au tourisme et aux loisirs. Ses présentoirs sont dotés d’une signalétique avec pictogrammes.
  • La visite guidée de ville conduite par notre guide conférencière est adaptée en fonction du handicap (moteur, mental, visuel).

L’office dispose:
– D’un amplificateur de boucle magnétique,

– Guide pratique en gros caractère
– D’un kit pour déficients visuels : brochures touristiques en gros caractères, en braille ou en audio pour découvrir les peintures murales de l’ancien couvent des Cordeliers ou la cathédrale Notre-Dame du Réal. Les KITS sont mis à disposition gratuitement.

– Mise à disposition d’un lecteur-enregistreur
 

acces handicapes

Sur tous nos supports de communication, retrouvez ce pictogramme clairement indentifiable. Il  vous permet de découvrir les lieux accessibles aux personnes à mobilité réduite.

 

A téléchargez

 

CHOISIR VOTRE HERBERGEMENT

Nos bureaux vous procurent des informations au sujet des possibiltés d’hébergement pour les personnes en situation de handicap et leur famille.

=> Depuis la rubrique SE LOGER de notre site internet, vous pouvez consulter les offres d’hébergement.

 

VOUS RESTAURER

=> Depuis notre site internet dans la rubrique SORTIR,consulter la liste des restaurants.

 

LES ACTIVITES HANDISPORT

Il est souhaitable de prendre contact avec le comité départemental handisport 05 qui vous apportera les réponses à vos questions et notamment au sujet du prêt ou de la location du matériel handi.

 

Contactez Boris Mallein, l’Agent de développement et d’animation handisport:

COMITE DEPARTEMENTAL HANDISPORT 05

Tél.: +33 (0)6 49 09 06 90

Site: www.handisport05.edicomnet.fr

Courriel: [email protected]

 

Guide pratique handisports à Télécharger, ici.

 

Les prestataires d’activités procurent des formations aux personnes handicapées pour acquérir l’autonomie avec le matériel, dispensent des formations aux familles ou bien vous accompagnent.

– Club Nautique Alpin Serre-Ponçon (voile), cliquez ici.

– Horizons tout terrain (VTT), cliquez ici.

– Jennif’Air (parapente), cliquez ici

– Rando tous terriens, cliquez ici

 

 

Le matériel handisport

(prêt ou location – en autonomie ou avec les prestataires)

 

* Dans l’eau et l’air : Tiralo, Hippocame, Siège de transfert (en piscine), Mini-J, Axess et Fauteuils de sport.

 

* Montagne: Joëlette, Fauteuil tout terrain, Hand-bike, Chariots de vol, Fauteuils de sport, Luge, Pulkas et divers fauteuils.

 

* Plages publiques accessibles aux personnes handicapées:

– Le plan d’eau d’Embrun

– La Piscine municipal d’Embrun (fauteuil de transfert)

– La plage de Savines le Lac

– La baie St Michel

– La plage de Port St Pierre

 

 

* 8 randonnées repertoriées recommandées en Joëlette:

– Embrun: les balcons du Mont Guillaume (pistes forestieres)

– Embrun: promenade sous le roc, chemin de la digue et tour du plan d’eau

– Crots: le cirque du Morgon

– Crévoux: la balade de la cascade de Razis

– Réallon: la cabane de Chargès

– Chorges: le col de la Gardette

– Le Sauze du Lac: le sentier des Demoiselles Coiffées

– Saint André d’Embrun: le lac de Siguret

Scannez le code pour accéder à cet article sur votre mobile

$(‘qrCode585’).observe(‘mouseover’, function(event){
$(‘qrCode585′).setStyle({width:’200px’,height:’200px’,top:’-150′,left:’-150′});
});
$(‘qrCode585Container’).observe(‘mouseout’, function(event){
$(‘qrCode585′).setStyle({width:’50px’,height:’50px’,top:’0′,left:’0′});
});

window.fbAsyncInit = function() {
FB.Event.subscribe(‘edge.create’, function(href, widget) {
new Ajax.Request(
« reseaux_sociaux.php »,
{
method: ‘get’,
parameters: {snId: « facebooklike »,referer:href,state:’on’}
}
);
});
FB.Event.subscribe(‘edge.remove’, function(href, widget) {
new Ajax.Request(
« reseaux_sociaux.php »,
{
method: ‘get’,
parameters: {snId: « facebooklike »,referer:href,state:’off’}
}
);
});
};

(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = « //web.archive.org/web/20161220054346/http://connect.facebook.net/fr_FR/all.js#xfbml=1 »;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));

googlePlusOneId388Callback = function(elt)
{
new Ajax.Request(
« reseaux_sociaux.php »,
{
method: ‘get’,
parameters: {snId: « googleplusone »,referer:elt.href,state:elt.state}
}
);
}

jQuery(document).ready(function($) {
var $onglets = $(‘#cart_quantity td.oda-onglet’);
$onglets.on(‘click’,function()
{
var $this = $(this),
$container = $(‘#onglets_content’);

$onglets.removeClass(‘oda-onglet-hover’);
$this.addClass(‘oda-onglet-hover’);
$container.html(‘‘);
$.get(‘ajax.php’,{page:’fa’,action:’load_onglet_’+$this.data(‘which’),pid:3475}, function(data)
{
$container.html(data);
});
});
});

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

Label Tourisme et Handicap

jQuery(document).ready(function($) {
var mytable3 = document.getElementById(‘pccatwalktable3’);
var imgLeft3 = document.getElementById(‘pccatwalkleft3’);
var imgRight3 = document.getElementById(‘pccatwalkright3’);

if (parseInt(mytable3.offsetLeft)>=0 && (parseInt(mytable3.offsetLeft)<=(487-mytable3.offsetWidth)))
{
imgLeft3.style.display = "none";
imgRight3.style.display = "none";
}
});

 




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

var countd = resultat;
(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 = "left " + days + " days, " + hours + " h : " + mins + " m : " + secs + "s";
to = setTimeout('displayTZCountDown(' + (countdown – 1) + ',\'' + tzcd + '\');', 999);
} else {
displayTZCountDownOver(tzcd);
location.reload();
}
}


/* 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’);

jQuery(document).ready(function ($) {
// Initialisation de fancybox pour toutes les images qui utilisaient lightbox (prototype)
// Changement de rel car fancybox ne supporte pas les crochets
$(‘a[rel= »lightbox[products] »]’).attr(‘rel’, ‘lightboxproducts’).fancybox({
‘titlePosition’: ‘over’,
‘padding’: 0,
‘transitionIn’: ‘none’,
‘transitionOut’: ‘none’,
‘type’: ‘image’,
‘changeFade’: 0
});
});

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

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

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

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-2016-xml-257_316_569-833.html" data-description="

Groups & Scholar tours 2016 Groups & Scholar tours 2016
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 2016
Groups & Scholar tours 2016

<a href="http://www.tourisme-embrun.com/en/pays-serreponcon-ubaye-durance-xml-257_316_569-3266.html" data-description="

Pays Serre-Ponçon Ubaye Durance Pays Serre-Ponçon Ubaye Durance
In June 2011, the Pays Serre-Ponçon Ubaye Durance won the Country of Art and History, issued by the Ministry of Culture and Communication
D’Embrun to Barcelonnette. The country Serre-Ponçon Ubaye Durance, light mountains.

Download the Programme Pays S.U.D.

Tel: +33 (0) 4 92 44 15 11

« >Pays Serre-Ponçon Ubaye Durance
Pays Serre-Ponçon Ubaye Durance

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

KIT for blind and partially sighted persons 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
KIT for blind and partially sighted persons

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


–>

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=’

–>

Retour en haut