CINXE.COM

Bibliotheque municipale Pierre Goy : Permanences et ouvertures exceptionnelles a Annemasse

<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" > <title>Bibliotheque municipale Pierre Goy : Permanences et ouvertures exceptionnelles a Annemasse</title> <link href="https://cdn-files.prsmedia.fr" rel="preconnect" crossorigin> <link href="https://cdn-ext.prsmedia.fr" rel="preconnect" crossorigin> <link href="https://www.googletagmanager.com" rel="preconnect" crossorigin> <link href="https://sdk.privacy-center.org/" rel="preconnect" crossorigin> <link rel='stylesheet' type='text/css' href='https://cdn-files.prsmedia.fr/files/REDAC/min/css/print.9D1A9889BBEB7FAADC45640B2F6036FC.min.css' media='print' /> <link type='text/css' rel='stylesheet' href='https://cdn-files.prsmedia.fr/files/REDAC/min/css/sassconcat/style_white.8D7D027F276216198A8558FEFF81EFBB.min.css' /> <script type="text/javascript">window.gdprAppliesGlobally=true;(function(){function a(e){if(!window.frames[e]){if(document.body&&document.body.firstChild){var t=document.body;var n=document.createElement("iframe");n.style.display="none";n.name=e;n.title=e;t.insertBefore(n,t.firstChild)} else{setTimeout(function(){a(e)},5)}}}function e(n,r,o,c,s){function e(e,t,n,a){if(typeof n!=="function"){return}if(!window[r]){window[r]=[]}var i=false;if(s){i=s(e,t,n)}if(!i){window[r].push({command:e,parameter:t,callback:n,version:a})}}e.stub=true;function t(a){if(!window[n]||window[n].stub!==true){return}if(!a.data){return} var i=typeof a.data==="string";var e;try{e=i?JSON.parse(a.data):a.data}catch(t){return}if(e[o]){var r=e[o];window[n](r.command,r.parameter,function(e,t){var n={};n[c]={returnValue:e,success:t,callId:r.callId};a.source.postMessage(i?JSON.stringify(n):n,"*")},r.version)}} if(typeof window[n]!=="function"){window[n]=e;if(window.addEventListener){window.addEventListener("message",t,false)}else{window.attachEvent("onmessage",t)}}}e("__tcfapi","__tcfapiBuffer","__tcfapiCall","__tcfapiReturn");a("__tcfapiLocator");(function(e){ var t=document.createElement("script");t.id="spcloader";t.type="text/javascript";t.async=true;t.src="https://sdk.privacy-center.org/"+e+"/loader.js?target="+document.location.hostname;t.charset="utf-8";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n)})("ca08d6ad-65e3-410b-943d-97d9e2081851")})();</script> <script> function debounce(func, time = 300){ var timer; return function(event){ if(timer) clearTimeout(timer); timer = setTimeout(func, time, event); }; } var bufferScript=[],head={};head.ready=function(f){bufferScript.push(f)};var bufferLoad=[];head.load=function(f){bufferLoad.push(f)}; // Pour Digiteka, global.js, editionHead, redacBlock, list, ... var viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; var needRecalculationOfViewport = false; </script> <script> window.ORDONNANCEUR = { familiesOrder: ["core", "firstparty", "business", "tracking", "advertising", "taboola", "outbrain", "others"], nameOrder: [], purposes: { // Gestion global /*"advert": 'ads', "business": "business-xyxyxyx", "analytics": "analytics-xyxyxyx"*/ }, vendors: { // Gestion global // 'tracking' : 'microsoft-analytics' }, queue: [], delay : 100, withLog : 0 , backoffWaitingTime : 20000 , }; </script> <script> dataLayer = [{ 'dimension10' : 'Non', 'dimension11' : 'Non', 'dimension15' : 'Infos-Services', 'dimension33' : navigator.userAgent }]; </script> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-588M3M4'); </script> <script> /* Recherche de l'茅dition de l'utilisateur */ var selectedEdition = null; var nationalEdition = { code: "W" + 'LDL' + "00", label: 'Edition nationale', url: "/" }; var userDemand = 0; /* V茅rification de la pr茅sence du cookie d'茅dition */ try { selectedEdition = JSON.parse(getCookieEdition("Edition")); } catch (e) { } if (selectedEdition == null) { selectedEdition = nationalEdition; /* Demande de g茅olocalisation si r茅solution smartphone */ if (navigator.geolocation && viewPortWidth < 1000) { navigator.geolocation.getCurrentPosition(getEdition, getEdition); } else { getEdition(); } } else { setEdition(selectedEdition); } function getEdition(position) { var latitude = null; var longitude = null; if (position != null && position.coords != null) { latitude = position.coords.latitude; longitude = position.coords.longitude; } if (dataLayer[0].dimension10 == 'Non' && latitude == null && longitude == null) { setEdition(nationalEdition); } else { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { var edition = null; if (this.readyState == 4) { if(this.status == 200) { try { edition = JSON.parse(this.responseText); setEdition(edition != null ? edition : nationalEdition); } catch (e) { setEdition(nationalEdition); } } else { setEdition(nationalEdition); } } }; xhttp.open("GET", '/services/grdc/package/getuseredition?latitude=' + latitude + '&longitude=' + longitude, true); xhttp.send(); } } function setEdition(edition) { if (!redirect(edition)) { setCookie('Edition', JSON.stringify(edition), 30); selectedEdition = edition; dataLayer[0]["dimension44"] = edition.label; dataLayer[0]["selectedEditionCode"] = edition.code; } } function redirect(edition) { var redirect = false; /* Redirection vers la une de l'茅dition si la une actuelle est diff茅rente */ if ((dataLayer[0].Component == "Homepage" ||dataLayer[0].Component == "Portal") && (dataLayer[0].EditionCode != "" && dataLayer[0].EditionCode != edition.code) || (dataLayer[0].EditionCode == "" && edition.code != nationalEdition.code)) { /* For莽age vers la Une nationale si l'url de l'茅dition est la m锚me que la page actuelle (pour 茅viter les redirections en boucle) */ if (window.location.pathname == edition.url) { setCookie('Edition', JSON.stringify(nationalEdition), 30); } else { if (userDemand == 1) { alert('Vous ne vous situez pas dans la zone d\'une de nos 茅ditions.'); } } redirect = true; window.location.replace(edition.url); } else { if (userDemand == 1) { alert('Vous ne vous situez pas dans la zone d\'une de nos 茅ditions.'); } } return redirect; } function getCookieEdition(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function errorGEBG() { alert('La g茅olocalisation n\'est pas possible sur ce navigateur'); } function getEditionByGeoloc() { if (typeof navigator.geolocation != 'undefined') { userDemand = 1; navigator.geolocation.getCurrentPosition(getEdition, errorGEBG); } else { errorGEBG(); } } function setCookie(name, value, days) { if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); } else { var expires = "; expires="; } // On r茅cup猫re le domaine var hostname = window.location.hostname; var domainName = hostname.substring(hostname.indexOf(".")); var domain = "; domain=" + domainName; document.cookie = name + "=" + encodeURIComponent(value) + expires + domain + "; secure; path=/"; } function deleteCookie(name) { document.cookie = name + '=;Path=/;expires=Thu, 01 Jan 1970 00:00:01 GMT;'; }; </script> <script>var consentModuleEnabled = true;</script> <script>var consentModuleFreeHtmlEnabled = true;</script> <script>var galleryDivId = 'pub-dfp-g1';</script> <script>var inread1DivId = 'pub-dfp-i1';</script> <script>var inread1WrapperId = 'wrapper_pub-dfp-i1';</script> <script> var swgAutoInit = false; var productId = "ledauphine.com:basic"; </script> <script> var firstidCurrentUrlParams = new URL(window.location).searchParams; var firstidConsoleLog = (firstidCurrentUrlParams.get("debug")!=null); function GetCookie4FirstId(t){for(var n=t+"=",r=document.cookie.split(";"),e=0;e<r.length;e++){for(var i=r[e];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(n))return i.substring(n.length,i.length)}return null} function SetCookie4FirstId(t,v){document.cookie = t+"="+v+"; domain=ledauphine.com";} function DeleteCookie4FirstId(t){document.cookie = t+"=; domain=ledauphine.com; expires=Thu, 01 Jan 1970 00:00:00 UTC";} function Log4Firstid(t){if (firstidConsoleLog)console.log(t); } function DeleteFirstIdInDataLayer() { Log4Firstid('delete firstId info in datalayer'); if (dataLayer[0].firstid) delete dataLayer[0].firstid; } function SetFirstIdInDataLayer() { var firstId = GetCookie4FirstId("firstid"); var consentTrackingPub = GetCookie4FirstId("consentTrackingPub"); if (firstId !=null) { if (firstId!="DOWN" && firstId!="NO_TRACKING") { dataLayer[0]["firstid"]=firstId; dataLayer[0]["firstidStatus"]="UP"; } else { if (firstId=="DOWN") { dataLayer[0]["firstidStatus"]="DOWN"; } else { dataLayer[0]["firstidStatus"]="NO_TRACKING"; } } } else { if (consentTrackingPub !=null) { dataLayer[0]["firstidStatus"]="NEW"; } else { dataLayer[0]["firstidStatus"]="OFF"; } } } function SetCookieConsentPub4FirstId() { CheckCMPOnInit(); CheckCMPOnEvent(); } function CheckCMPOnEvent() { window.didomiEventListeners = window.didomiEventListeners || []; window.didomiEventListeners.push({ event: 'consent.changed', listener: function (context) { Log4Firstid('before firstId check CMP event'); CheckCMPOnInit(); Log4Firstid('after firstId check CMP event'); } }); } function CheckCMPOnInit() { window.didomiOnReady = window.didomiOnReady || []; window.didomiOnReady.push(function (Didomi) { Log4Firstid('before firstId check CMP init'); if (Didomi.getUserConsentStatusForPurpose(Didomi.Purposes.SelectPersonalizedAds)) { Log4Firstid('Didomi.Purposes.SelectPersonalizedAds = true'); SetCookie4FirstId("consentTrackingPub","1"); } else { DeleteCookie4FirstId("consentTrackingPub"); DeleteCookie4FirstId("firstid"); DeleteFirstIdInDataLayer(); } SetFirstIdInDataLayer(); Log4Firstid('Didomi objet :'); Log4Firstid(Didomi); Log4Firstid('after firstId check CMP init'); }); } function FirstIdLogic() { Log4Firstid('start firstId script'); var firstId = GetCookie4FirstId("firstid"); var consentTrackingPub = GetCookie4FirstId("consentTrackingPub"); Log4Firstid('firstId = ' + firstId); Log4Firstid('consentTrackingPub = ' + consentTrackingPub); if (firstId == null && consentTrackingPub!= null) window.location.replace("/firstid/"); Log4Firstid('end firstId script'); } FirstIdLogic(); </script> <script> function getCookie(t){for(var n=t+"=",r=document.cookie.split(";"),e=0;e<r.length;e++){for(var i=r[e];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(n))return i.substring(n.length,i.length)}return null} function getCookieXCONNECT(){var e=getCookie(".XCONNECT");if(e==null)return getCookie("IdSes");else return e;} function getCookieXCONNECTForEnv(t){var i=getCookieXCONNECT();if(null!==i){var r,e=i.split("&");for(r=0;r<e.length;r+=1)if(e[r].split("=")[0]===t)return e[r].split("=")[1]}return""} function IsConnected(n){return""!==getCookieXCONNECTForEnv(n)} function IsAnomymousConnected(){return null!==getCookie(".PRF")} function RedirectDomain(e,c,i){window.location.replace(e.replace(c,i))} function SwitchAuthDomain(n,i,o){(IsConnected(o)||IsAnomymousConnected())&&RedirectDomain(window.location.href,n,i)} SwitchAuthDomain('www.ledauphine.com', 'c.ledauphine.com', '2'); </script> <meta name="language" content="FR-fr" > <meta name="twitter:dnt" content="on"> <meta name="Description" content="En savoir plus sur Biblioth猫que municipale Pierre-Goy 脿 Annemasse : toutes les informations et dates avec Le Dauphin茅 Lib茅r茅" > <meta property="og:title" content="Biblioth猫que municipale Pierre-Goy : Permanences et ouvertures exceptionnelles 脿 Annemasse" > <meta property="og:type" content="website" > <meta property="og:url" content="https://www.ledauphine.com/infos-services/detail?infoKey=9c1f7eda-6029-42c8-907a-e68b462a758e" > <meta property="og:image" content="https://cdn-files.prsmedia.fr/files/fr/GEVT/images/logoFacebookIS.png" > <meta property="og:image:width" content="369" > <meta property="og:image:height" content="369" > <meta property="og:description" content="En savoir plus sur Biblioth猫que municipale Pierre-Goy 脿 Annemasse : toutes les informations et dates avec Le Dauphin茅 Lib茅r茅" > <meta name="twitter:title" content="Bibliotheque municipale Pierre Goy : Permanences et ouvertures exceptionnelles a Annemasse" > <meta name="twitter:description" content="En savoir plus sur Biblioth猫que municipale Pierre-Goy 脿 Annemasse : toutes les informations et dates avec Le Dauphin茅 Lib茅r茅" > <meta name="twitter:site" content="@ledauphine" > <meta name="twitter:card" content="summary_large_image" > <meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" > <meta name="apple-itunes-app" content="app-id=464737810" > <meta name="google-play-app" content="app-id=com.e_i.presse" > <meta name="msApplication-ID" content="App" /> <meta name="msApplication-PackageFamilyName" content="1546f925-a3a4-477c-811f-de0d37758572" > <link rel="canonical" href="https://www.ledauphine.com/infos-services/detail" /> <link rel="icon" type="image/png" sizes="144x144" href="https://cdn-files.prsmedia.fr/files/REDAC/images/favicons/2022/favicon_LDL-V2.png" > <link rel="apple-touch-icon" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_LDL-V2.png" > <link rel="apple-touch-icon-precomposed" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_LDL-V2.png" > </head> <body data-color="skin_white" data-site="LDL" class="V2022 UX2023 EventDetailsComponent LDL skin_white layout_default " > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-588M3M4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id='pub-dfp-interstitiel' ></div> <div id="loader"> <div class="out"><div></div><div></div><div></div></div> <div class="in"><div></div><div></div><div></div></div> </div> <div class="GXCO_content modal" style="height: auto!important; width: auto; text-align: center; padding: 5rem 10rem;"> <div aria-modal="true" role="dialog" aria-labelledby="msg-connexionn" aria-describedby="msg-connexion" class="GXCO_Identification modalContent"> <span class="modalClose icon_close after" title="Fermer"></span> <div class="normal-connect-container" id="msg-connexion"> <p class="title">Connectez-vous ou cr茅ez un compte</p> <p style="margin-top:1rem;">Pour pouvoir enregistrer un article, un compte est n茅cessaire.</p> <a href="/e-services/login?_cm_url=%2finfos-services%2fdetail" class="bt_default">Se connecter ou cr茅er un compte</a> </div> </div> </div><header id="header" role="banner"> <div class="choiceEdition"> <div class="title"> <div class="constrain">D茅finir votre page d'accueil</div> <span class="icon_close after" id="closedChoiceEdition"></span> </div> <div class="constrain"> <div class="GPDC_listEdition"> <ul class="nav_model05 nav_niv1 noprint"> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL74D">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL07B">Annonay / Nord Ard猫che</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL07A">Aubenas / Privas / Vall茅e du Rh么ne</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38C">Bourgoin-Jallieu / Nord-Dauphin茅</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL73A">Chamb茅ry / Aix-les-Bains</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL84A">Edition Proven莽ale</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL74A">Grand Gen猫ve / Chablais / Ain</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38H">Grenoble / Agglom茅ration</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38F">Gr茅sivaudan / Oisans</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL05A">Hautes-Alpes / Alpes de Haute-Provence</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38L">La Tour-du-Pin / Nord-Dauphin茅</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL74B">Mont-Blanc / Arve</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL26A">Mont茅limar / Dr么me Proven莽ale</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL26D">Romans / Nord Dr么me</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL73B">Tarentaise / Maurienne</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL26C">Valence / Rh么ne Crussol / Vall茅e de la Dr么me</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38B">Vienne / Roussillon</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38D">Voiron / Saint-Marcellin</a> </li> </ul> </div> </div> </div> <div class="nielsenBar"> <div class="constrain"> <!-- Nielsen Bar --> <ul class="nav_model07 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/videos" class="titleSection "> Vid茅os </a> </li> <li class="itemLevel1 "> <a href="/meteo/previsions-detaillees" target="_blank" class="titleSection "> M茅t茅o <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="/newsletters/subscribe" class="titleSection "> Newsletters </a> </li> <li class="itemLevel1 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="titleSection "> Libra Memoria </a> </li> <li class="itemLevel1 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="titleSection "> Boutique <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 NielsenBar-text-transform-none"> <a href="/leclub" target="_blank" class="titleSection "> LeCLUB <i class="icon_redac" data-icon="external"></i> </a> </li> </ul> </div> </div> <div class="wrapperHeader"> <!-- Nielsen Bar --> <div class="mod GJNU_PDFWidget" id="gjnuMod"> <div class="title">L'茅dition du jour</div> <div class="modContent"> <div class="item"> <div class="book"> <a href="/liseuse/editions-numeriques#38H" title="Grenoble et son agglom茅ration" class="UA-trackEvent" data-UAval1="clic-entree-tunnel" data-UAval2="clic-module-offres-pdf" data-UAval3="clic-vignette-pdf"> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/71255873-c549-4ee0-b848-f94434668eb8/JNU_01/grenoble-et-son-agglomeration-1732502444.jpg" alt="Grenoble et son agglom茅ration" /> </a> </div> <div class="labelWrapper"> <p class="label">Grenoble et son agglom茅ration</p> <p class="date">lun. 25/11/2024</p> <a href="/liseuse/editions-numeriques " title="Lire le journal" class="UA-trackEvent bt_special linkAll" data-uaval1="clic-entree-tunnel" data-uaval2="clic-module-offres-pdf" data-uaval3="clic-lien-vers-page-offres-pdf"> <i class="icon_redac" data-icon="keyboard_arrow_right"></i> Lire le journal </a> </div> </div> </div> </div> <span id="showBurger" class="noDesktop noPrint"> <i class="icon_redac" data-icon="menu_mobile"></i> </span> <div class="headerTopMiddle"> <figure class="logo"> <a href="/" title="Le Dauphin茅 Lib茅r茅"></a> <figcaption hidden>Le Dauphin茅 Lib茅r茅</figcaption> </figure> </div> <div class="headerTopRight noPrint"> <a href="/nos-offres-abonnements" class="bt_special">S'abonner</a> <a class="nav_account newClientArea" href="/e-services/Login"> <span class="icon_redac" data-icon="account_connect"></span> <span class="userLabel">Se connecter</span> </a> <div class="GPRF_NextWeb modal" > <div class="modalContent"> <span class="modalClose icon_close after" title="Fermer"></span> <div class="title"> Cr茅ation de compte </div> <noscript> <div class="alert--info"><ul><li>Activer JavaScript dans votre navigateur pour acc茅der 脿 l'inscription sur notre site</li></ul></div> </noscript> <form method="post" enctype="multipart/form-data" id="submitCreateProfile"> <input id="PooolFlag" type="hidden" name="PooolFlag" value="" /> <fieldset id="infoAdress"> <div class="field civilite"> <label class="oblig labelCheckbox">Civilit茅</label> <div class="checkboxDiv"> <input type="radio" name="radioCivil" id="radioMme" value="Mme" /> <label for="radioMme">Madame</label> <input type="radio" name="radioCivil" id="radioM" value="M" /> <label for="radioM">Monsieur</label> <input type="radio" name="radioCivil" id="radioSte" value="Ste" /> <label for="radioSte">Soci茅t茅</label> </div> </div> <div class="field" id="siretRow" style='display: none'> <label for="ctl00_txtLegalEntity_Siret" class="labelField">Siret</label> <input type="text" id="ctl00_txtLegalEntity_Siret" name="ctl00_txtLegalEntity_Siret" value="" class="inputField" /> </div> <div class="field"> <label id="LastNameLabel" for="ctl00_txtNom" class="labelField oblig"><span id="SpanLastNameLabel">Nom</span></label> <input type="text" id="ctl00_txtNom" name="ctl00_txtNom" value="" class="inputField" /> </div> <div class="field"> <label id="FirstNameLabel" for="ctl00_txtPrenom" class="labelField oblig"><span id="SpanFirstNameLabel">Pr茅nom</span></label> <input type="text" id="ctl00_txtPrenom" name="ctl00_txtPrenom" value="" class="inputField" /> </div> <div > <div class="field"> <label id="txtId" for="login" class="labelField oblig">Adresse e-mail</label> <input type="text" id="ctl00_txtEmailCreate" name="ctl00_txtEmail" value="" class="inputField" /> </div> <div class="field mdp"> <label id="txtMdp" for="password" class="labelField oblig">Mot de passe</label> <input type="password" id="ctl00_txtMdpCreate" name="ctl00_txtMdp" value="" class="inputField" /> <span id="showPassword" class="icon before icon_eye" title="afficher le mot-de-passe"></span> <div id="divPasswordMessages" class="no-min-height"></div> </div> </div> <div class="formActions"> <div class="checkboxContainer"> <input type="checkbox" value="true" class="checkbox" id="chkOS" name="ctl00_chkOS" /> <label for="chkOS"> Je souhaite recevoir les communications et les exclusivit茅s du Groupe <span classtabindex="0" class="tooltip-v2" >EBRA</span> </label> </div> <div class="checkboxContainer"> <input type="checkbox" value="true" class="checkbox" id="chkOSP" name="ctl00_chkOSP" /> <label for="chkOSP"> Je souhaite recevoir les communications des partenaires du Groupe <span class="tooltip-v2" tabindex="0" >EBRA</span> </label> </label> </div> <div class="checkboxContainer"> <input type="Checkbox" name="ctl00_chkCGU" class="checkbox" id="ctl00_chkCGU" /> <label for="ctl00_chkCGU"> J'ai lu et accept茅 les <a href="javascript:void(0);" class="displayCGU">Conditions g茅n茅rales d'utilisation</a> </label> </div> </div> <p class="hpUser"> Si vous voyez ce champ, ne le remplissez pas <input type="text" name="hpUsername" id="hpUsername" value="" /> </p> <div class="blocButtons"> <!--<input type="submit" class="g-recaptcha btModel01" data-sitekey="6LfO6ZcUAAAAAHzMmeZNCN9kUb4vg9REuzMMxCqG" data-callback="onSubmit">Submito</button>--> <input type= "text" name="SendMail" id="SendMailsubmitCreateProfile" value="" style="display: none;"/> <script> if (typeof RecaptchaPluginIsImplemented === 'undefined') { var RecaptchaInitAsBeenFired = false;// Permet d'茅viter la dupplication d'init render var RecaptchaPluginIsImplemented = false; } var AllInputFromForm0 = document.querySelectorAll("form[id=submitCreateProfile] input"); function RecaptchaOnFocus0() { if (!RecaptchaPluginIsImplemented) { var head = document.head || document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://www.recaptcha.net/recaptcha/api.js?onload=OnloadCallbackReCaptcha&render=explicit'; head.appendChild(script); } }; (AllInputFromForm0).forEach(function(element) { element.addEventListener('focus', RecaptchaOnFocus0, false); // Peut-锚tre rempalacer par fill si autocompl茅tation du formulaire (Detecting Browser Autofill) }); </script> <div id="GFWKCAPTCHACheckDIVsubmitCreateProfile"></div> <input id="GFWKCAPTCHACheckINPUTsubmitCreateProfile" type="submit" value="Je m'inscris" class=" SubmitButton bt_neutral large" name="submitAccount"/> <input type="hidden" value="Je m'inscris" name="submitAccount"/> <script type="text/javascript"> var widgetId0; var OnloadCallbackReCaptcha = function() { widgetId0 = grecaptcha.render('GFWKCAPTCHACheckDIVsubmitCreateProfile', { 'sitekey' : '6LfO6ZcUAAAAAHzMmeZNCN9kUb4vg9REuzMMxCqG', 'badge' : ' bottomright ', 'size' : 'invisible', 'callback' : onSubmitReCaptcha0 }); RecaptchaPluginIsImplemented = true; }; function onload(){ var element = document.getElementById('GFWKCAPTCHACheckINPUTsubmitCreateProfile'); element.onclick = validate; } onload(); function validate(event) { event.preventDefault(); $("#submitCreateProfile").validate(); var isFormValid = $("#submitCreateProfile").valid(); if (isFormValid) { RecaptchaOnFocus0(); if(RecaptchaInitAsBeenFired === false && RecaptchaPluginIsImplemented === false){ var interval = setInterval(function(){ if(RecaptchaPluginIsImplemented === true && RecaptchaInitAsBeenFired === false){ RecaptchaInitAsBeenFired = true; grecaptcha.execute(widgetId0); clearInterval(interval); } }, 100); } else if (RecaptchaPluginIsImplemented === true && RecaptchaInitAsBeenFired === false) { grecaptcha.execute(widgetId0); } } } var onSubmitReCaptcha0 = function(token) { $('#submitCreateProfile').submit(); grecaptcha.reset(widgetId0); }; </script> <style type="text/css"> .noteReCaptcha { line-height: 3rem; font-size: 1.1rem; color: gray; } </style> </div> </fieldset> </form> <div class="mentions-legales-abo"> <p>Le Dauphin茅 Lib茅r茅, en tant que responsable de traitement, recueille dans ce formulaire des informations qui sont enregistr茅es dans un fichier informatis茅 par son Service Relations Clients, la finalit茅 茅tant d鈥檃ssurer la cr茅ation et la gestion de votre compte, ainsi que des abonnements et autres services souscrits. Si vous y avez consenti, ces donn茅es peuvent 茅galement 锚tre utilis茅es pour l鈥檈nvoi de newsletters et/ou d鈥檕ffres promotionnelles par Le Dauphin茅 Lib茅r茅, les soci茅t茅s qui lui sont affili茅es et/ou ses partenaires commerciaux. Vous pouvez exercer en permanence vos droits d鈥檃cc猫s, rectification, effacement, limitation, opposition, retirer votre consentement et/ou pour toute question relative au traitement de vos donn茅es 脿 caract猫re personnel en contactant <a href="mailto:LDLABOWEB@ledauphine.com">LDLABOWEB@ledauphine.com</a> ou consulter les liens suivants : <a href="/protection-des-donnees">Protection des donn茅es</a>, <a href="/espace-client/cgu">CGU du site</a> et <a href="/contact">Contact</a>. Le D茅l茅gu茅 脿 la Protection des Donn茅es personnelles (<a href="mailto:dpo@ebra.fr">dpo@ebra.fr</a>) est en copie de toute demande relative 脿 vos informations personnelles.</p> </div> <a class="link_connect icon_arrowMenu right after clear" title="Connectez-vous">Vous 锚tes d茅j脿 inscrit ? Connectez-vous</a> </div> </div> <div id="g_id_onload" data-client_id="904156311214-cvuuvj81di7lkum5hs2c409t1pjtl8ge.apps.googleusercontent.com" data-context="signin" data-ux_mode="redirect" data-cancel_on_tap_outside="false" data-login_uri="https://www.ledauphine.com/e-services/oAuthRedirect?state=OG"> </div> </div> </div> <div class="headerBottom noMobile noPrint"> <figure class="logo noMobile"> <a href="/" title="Le Dauphin茅 Lib茅r茅"></a> <figcaption hidden>Le Dauphin茅 Lib茅r茅</figcaption> </figure> <nav id="navHorizontal" role="navigation"> <div class="menuWrapper"> <ul class="nav_model01 typed nav_niv1 "> <li class="itemLevel1 hasChilds depts_list with_cols edition_home" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild1')" > <span class="titleSection icon_arrowMenu "> Actualit茅 <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols with_numbs subDepts" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild2')" > <span class="titleSection icon_arrowMenu "> D茅partements <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild3')" > <span class="titleSection icon_arrowMenu "> Sports <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild4')" > <span class="titleSection icon_arrowMenu "> Sorties et loisirs <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild5')" > <span class="titleSection icon_arrowMenu "> Magazine <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild6')" > <a href="#" class="titleSection icon_arrowMenu after bottom"> Mon s茅jour en montagne</a> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild7')" > <span class="titleSection icon_arrowMenu "> Services <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li id="boxSearch"> <span class="icon_redac" data-icon="search_white" id="showBoxSearch"></span> </li> </ul> <div id="menuHtypedChild1" class="nav_niv2 typed depts_list with_cols edition_home" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/" class="linkLevel2"> 脌 la une </a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2"> Politique </a> </li> <li class="itemLevel2 edition_link"> <a href="/faits-divers-justice" class="linkLevel2"> Faits divers </a> </li> <li class="itemLevel2 "> <a href="/environnement" class="linkLevel2"> Environnement </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/environnement/ici-on-agit" class="linkLevel3">聽聽聽聽聽Ici on agit</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/societe/oiseaux-de-bonheur" target="_blank" class="linkLevel3">聽聽聽聽聽Oiseaux de bonheur</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/france-monde" class="linkLevel2"> France - Monde </a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2"> Montagne </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/societe/montagne/l-appel-des-sommets-du-dauphine-libere" target="_blank" class="linkLevel3">聽聽聽聽聽L'appel des sommets</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2"> 脡conomie </a> </li> <li class="itemLevel2 "> <a href="/economie/direct-entreprises" target="_blank" class="linkLevel2"> DL Entreprises </a> </li> <li class="itemLevel2 "> <a href="/societe/desinfox" class="linkLevel2"> D茅sinfox </a> </li> <li class="itemLevel2 "> <a href="/education" class="linkLevel2"> 脡ducation </a> </li> <li class="itemLevel2 "> <a href="/insolite" class="linkLevel2"> Insolite </a> </li> <li class="itemLevel2 "> <a href="/fil-info" class="linkLevel2"> Fil info </a> </li> <li class="itemLevel2 "> <a href="/format/data/data-formats-interactifs" class="linkLevel2"> Data, formats interactifs </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-billet" target="_blank" class="linkLevel2"> Le billet </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-point-de-vue" target="_blank" class="linkLevel2"> Le point de vue </a> </li> </ul> </div> </div> <div id="menuHtypedChild2" class="nav_niv2 typed depts_list with_cols with_numbs subDepts" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 hasNum"> <a href="/isere" class="linkLevel2"> <span>38</span> Is猫re </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grenoble-agglomeration" class="linkLevel3">Grenoble / Agglom茅ration</a> </li> <li class="itemLevel3 "> <a href="/edition-gresivaudan-oisans" class="linkLevel3">Gr茅sivaudan / Oisans</a> </li> <li class="itemLevel3 "> <a href="/edition-voiron-saint-marcellin" class="linkLevel3">Voiron / Saint-Marcellin</a> </li> <li class="itemLevel3 "> <a href="/edition-la-tour-du-pin-nord-dauphine" class="linkLevel3">La Tour-du-Pin / Nord-Dauphin茅</a> </li> <li class="itemLevel3 "> <a href="/edition-bourgoin-jallieu-nord-dauphine" class="linkLevel3">Bourgoin-Jallieu / Nord-Dauphin茅</a> </li> <li class="itemLevel3 "> <a href="/edition-vienne-roussillon" class="linkLevel3">Vienne / Roussillon</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-savoie" class="linkLevel2"> <span>74</span> Haute-Savoie </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-annecy-rumilly-les-aravis" class="linkLevel3">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel3 "> <a href="/edition-mont-blanc-arve" class="linkLevel3">Mont-Blanc / Arve</a> </li> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain" class="linkLevel3">Grand Gen猫ve / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/savoie" class="linkLevel2"> <span>73</span> Savoie </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-chambery-aix-les-bains" class="linkLevel3">Chamb茅ry / Aix-les-Bains</a> </li> <li class="itemLevel3 "> <a href="/edition-tarentaise-maurienne" class="linkLevel3">Tarentaise / Maurienne</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/drome" class="linkLevel2"> <span>26</span> Dr么me </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale" class="linkLevel3">Mont茅limar / Dr么me Proven莽ale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" class="linkLevel3">Valence / Rh么ne Crussol / Vall茅e de la Dr么me</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome" class="linkLevel3">Romans / Nord Dr么me</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/ardeche" class="linkLevel2"> <span>07</span> Ard猫che </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone" class="linkLevel3">Aubenas / Privas / Vall茅e du Rh么ne</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche" class="linkLevel3">Annonay / Nord Ard猫che</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/vaucluse" class="linkLevel2"> <span>84</span> Vaucluse </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/hautes-alpes" class="linkLevel2"> <span>05</span> Hautes-Alpes </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-provence" class="linkLevel2"> <span>04</span> Alpes-de-Haute-Provence </a> </li> <li class="itemLevel2 hasNum"> <a href="/ain" class="linkLevel2"> <span>01</span> Ain </a> </li> <li class="itemLevel2 hasNum"> <a href="/rhone" class="linkLevel2"> <span>69</span> Rh么ne </a> </li> <li class="itemLevel2 annul-marge hasNum"> <a href="/haute-savoie/frontaliers" class="linkLevel2"> CH Grand Gen猫ve et Suisse voisine </a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon 茅dition favorite </a> </div> </div> </div> <div id="menuHtypedChild3" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 edition_link"> <a href="/sport" class="linkLevel2"> Toute l'actualit茅 sportive </a> </li> <li class="itemLevel2 "> <a href="/sport/calendrier-resultats/football/national-ligue-1" class="linkLevel2"> R茅sultats et classements </a> </li> <li class="itemLevel2 "> <a href="/sport/football" class="linkLevel2"> Football </a> </li> <li class="itemLevel2 "> <a href="/sport/rugby" class="linkLevel2"> Rugby </a> </li> <li class="itemLevel2 "> <a href="/sport/handball" class="linkLevel2"> Handball </a> </li> <li class="itemLevel2 "> <a href="/sport/cyclisme" class="linkLevel2"> Cyclisme </a> </li> <li class="itemLevel2 "> <a href="/skichrono" class="linkLevel2"> Ski Chrono </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/skichrono/ski-alpin" class="linkLevel3">Ski alpin</a> </li> <li class="itemLevel3 "> <a href="/skichrono/biathlon" class="linkLevel3">Biathlon</a> </li> <li class="itemLevel3 "> <a href="/skichrono/freestyle" class="linkLevel3">Freestyle</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/sport/hockey-sur-glace" class="linkLevel2"> Hockey sur glace </a> </li> <li class="itemLevel2 "> <span class="linkLevel2">Dans les d茅partements</span> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+isere" class="linkLevel3">En Is猫re</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+haute-savoie" class="linkLevel3">En Haute-Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+savoie" class="linkLevel3">En Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+drome" class="linkLevel3">Dans la Dr么me</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+ardeche" class="linkLevel3">En Ard猫che</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+hautes-alpes" class="linkLevel3">Dans les Alpes du Sud</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+vaucluse" class="linkLevel3">Dans le Vaucluse</a> </li> </ul> </li> </ul> </div> </div> <div id="menuHtypedChild4" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/culture-loisirs" class="linkLevel2"> Toute l'actualit茅 culturelle </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/culture-loisirs/livres-notre-selection" target="_blank" class="linkLevel2"> Livres : notre s茅lection </a> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2"> Cin茅ma </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/culture-loisirs/cinema" class="linkLevel3">聽聽聽聽聽L'actu du cin茅ma</a> </li> <li class="itemLevel3 "> <a href="https://cinema.ledauphine-presse.fr/" class="linkLevel3">聽聽聽聽聽Programme des cin茅mas</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/musique" class="linkLevel2"> Musique </a> </li> <li class="itemLevel2 "> <a href="/societe/television-medias" class="linkLevel2"> T茅l茅vision - s茅ries - streaming </a> </li> <li class="itemLevel2 "> <a href="https://www.diverto.tv" target="_blank" class="linkLevel2"> Diverto TV </a> <ul class="nav_niv3"> <li class="itemLevel3 external-icon"> <a href="https://www.diverto.tv/programme-tv" target="_blank" class="linkLevel3">聽聽聽聽聽Programme TV</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/pour-sortir" class="linkLevel2"> Pour Sortir, l'agenda des sorties </a> </li> </ul> </div> </div> <div id="menuHtypedChild5" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/magazine" class="linkLevel2"> Tous nos magazines </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/magazine-sante" class="linkLevel3">Sant茅</a> </li> <li class="itemLevel3 "> <a href="/magazine-lifestyle" class="linkLevel3">Lifestyle</a> </li> <li class="itemLevel3 "> <a href="/magazine-immobilier" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="/magazine-automobile" class="linkLevel3">Automobile</a> </li> <li class="itemLevel3 "> <a href="/magazine-education-jeunesse" class="linkLevel3">Education et jeunesse</a> </li> <li class="itemLevel3 "> <a href="/magazine-cuisine-et-vins" class="linkLevel3">Cuisine et vins</a> </li> <li class="itemLevel3 "> <a href="/magazine-tourisme-et-patrimoine" class="linkLevel3">Tourisme et patrimoine</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/skichrono/liseuse" class="linkLevel2"> Ski Chrono </a> </li> </ul> </div> </div> <div id="menuHtypedChild6" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2"> Pr茅parer vos vacances </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel3">R茅server votre s茅jour</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/toutes-les-stations/" target="_blank" class="linkLevel3">Toutes les stations</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2"> Nos inspirations </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/en-famille/" target="_blank" class="linkLevel3">En famille</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/insolite/" target="_blank" class="linkLevel3">Insolite</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/tendance/" target="_blank" class="linkLevel3">Tendance</a> </li> </ul> </li> </ul> </div> </div> <div id="menuHtypedChild7" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/contact" target="_blank" class="linkLevel2"> Nous contacter </a> </li> <li class="itemLevel2 "> <a href="https://boutique.ledauphine.com/" class="linkLevel2"> Boutique </a> </li> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2"> Location appart ski </a> </li> <li class="itemLevel2 "> <a href="/nos-evenements/fiche-evenementielle" class="linkLevel2"> Nos 茅v茅nements </a> </li> <li class="itemLevel2 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel2"> Libra M茅moria </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel3">Tous les avis de d茅c猫s</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/comparateur-telecom" class="linkLevel2"> Nos comparateurs </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-box-internet" class="linkLevel3">Box Internet</a> </li> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-forfait-mobile" class="linkLevel3">Forfaits mobile</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2"> Petites annonces </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/immobilier" target="_blank" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=ldl" target="_blank" class="linkLevel3">Automobiles</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/annonces/recherche" target="_blank" class="linkLevel2"> Annonces judiciaires et l茅gales </a> </li> <li class="itemLevel2 "> <a href="https://al-ledauphine.viedessocietes-eurolegales.com/" target="_blank" class="linkLevel2"> Vie des soci茅t茅s </a> </li> <li class="itemLevel2 "> <a href="https://ledauphine.marchespublics-eurolegales.com/" target="_blank" class="linkLevel2"> March茅s publics </a> </li> <li class="itemLevel2 "> <a href="https://www.francemarches.com/" target="_blank" class="linkLevel2"> France March茅, portail d'appels d'offres </a> </li> <li class="itemLevel2 h25"> <a href="#" class="linkLevel2"> Paroles de partenaires </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/articles-partenaires" class="linkLevel3">Articles partenaires</a> </li> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/dossiers-partenaires" class="linkLevel3">Dossiers partenaires</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2"> Le groupe EBRA </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.ebra.fr/le-groupe" target="_blank" class="linkLevel3">Pr茅sentation du groupe</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-medias" target="_blank" class="linkLevel3">EBRA M茅dias</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-events" target="_blank" class="linkLevel3">EBRA Events</a> </li> </ul> </li> </ul> </div> </div> <div class="gradient"></div><style> .external-icon > a:after { content: ""; margin-left: 5px; background-image: url(https://cdn-ext.prsmedia.fr/LDL/Technique/external-link-v2.png); width: 12px; height: 12px; background-size: contain; display: inline-block; position: relative; top: 1px; } </style> <style> .GRDC_List_Model5 .carnetCarousel .showMore a { font-size: 1.1rem; } .GRDC_List_Model5 .carnetCarousel > *:not(h3, .contentList, .showMore) { font-size: 0; } </style> </div> </nav> <div class="boxSearch"> <div class="constrain"> <div class="title">Rechercher <span class="icon_close after"></span></div> <div class="content"> <ul class="tabSearch"> <li class="searchInContent"><span class="selected">Dans un article</span></li> <li class="searchInTown"><span>Dans ma ville</span></li> </ul> <div class="box" id="searchInContent"> <form action="/recherche" method="get" id="formSearchDesktop" > <div class="btSearchExalead"> <input type="text" name="q" value="" class="text" placeholder="Rechercher" /> <input type="image" value="Ok" class="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1Y2E3NTUwNy1jN2MzLWQ0NGQtOWUxZC03OGFiNDU2ODI3NjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI2MUUzNzQyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI2MUUzNzMyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWNhNzU1MDctYzdjMy1kNDRkLTllMWQtNzhhYjQ1NjgyNzY5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVjYTc1NTA3LWM3YzMtZDQ0ZC05ZTFkLTc4YWI0NTY4Mjc2OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PurtPLwAAAFQSURBVHja1JU7S0NBEIVzxcbCJCh2imARKx8oUQQx3L+T/KCQoMYiSCC2lrGzE9ROsVKSRlIFfHSbM3LEKczuTvAWDnzscGdmz97HzE2cc7ksbSaXsc1G5JRACpaB3O4AXIGnKAV5RB6OQAv03Y+JfwoOA7Vf+IJtF7b2tAI3apMG72SBiF9X8TurwAULP8G+p1hib8ztxgrsqZNtRzzjLZVfDgmsgQ6TT2JeIGmxphMSqIJXJu8aBHZYM/wtrhttBSzRfzD00iPXRVDwdXIywbeY8wn0wVB1b6ytc5XakU/gEvToVw0CNa69mFFRVp/d5l9/pt90WfABDjybS+yduU3rqLhVJ5PiVI2KlNe0XYOCddidRwy7Y3CvpmzRIiBUwBl4Vpu+sHsrzJlT43wANiwCmjyYnxArcnPHYTmVQIhVzrC8vp78+59+5gJjAQYAy9tVJuznaUkAAAAASUVORK5CYII=" /> </div> <input type="hidden" value="1" name="x" /> <input type="hidden" value="1" name="y" /> </form> </div> <div class="box" id="searchInTown"> <div class="btSearchTown"> <input type="text" name="" value="" class="text searchCommune" placeholder="Code postal, Commune" /> <input type="image" value="Ok" class="icon_search after" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1Y2E3NTUwNy1jN2MzLWQ0NGQtOWUxZC03OGFiNDU2ODI3NjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI2MUUzNzQyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI2MUUzNzMyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWNhNzU1MDctYzdjMy1kNDRkLTllMWQtNzhhYjQ1NjgyNzY5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVjYTc1NTA3LWM3YzMtZDQ0ZC05ZTFkLTc4YWI0NTY4Mjc2OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PurtPLwAAAFQSURBVHja1JU7S0NBEIVzxcbCJCh2imARKx8oUQQx3L+T/KCQoMYiSCC2lrGzE9ROsVKSRlIFfHSbM3LEKczuTvAWDnzscGdmz97HzE2cc7ksbSaXsc1G5JRACpaB3O4AXIGnKAV5RB6OQAv03Y+JfwoOA7Vf+IJtF7b2tAI3apMG72SBiF9X8TurwAULP8G+p1hib8ztxgrsqZNtRzzjLZVfDgmsgQ6TT2JeIGmxphMSqIJXJu8aBHZYM/wtrhttBSzRfzD00iPXRVDwdXIywbeY8wn0wVB1b6ytc5XakU/gEvToVw0CNa69mFFRVp/d5l9/pt90WfABDjybS+yduU3rqLhVJ5PiVI2KlNe0XYOCddidRwy7Y3CvpmzRIiBUwBl4Vpu+sHsrzJlT43wANiwCmjyYnxArcnPHYTmVQIhVzrC8vp78+59+5gJjAQYAy9tVJuznaUkAAAAASUVORK5CYII="/> </div> <ul class="listTown"> <li><a href="/edition-annecy-rumilly-les-aravis/annecy">Annecy</a></li> <li><a href="/edition-vaucluse/avignon">Avignon</a></li> <li><a href="/edition-chambery-aix-les-bains/chambery">Chamb茅ry</a></li> <li><a href="/edition-gap-alpes-du-sud/gap">Gap</a></li> <li><a href="/edition-grenoble-vercors/grenoble">Grenoble</a></li> <li><a href="/edition-drome-ardeche-nord-privas/privas">Privas</a></li> <li><a href="/edition-de-valence-au-diois/valence">Valence</a></li> </ul> </div> </div> </div> </div> <style> .GRDC_List_Model5 .typeCarnet { position: relative; } </style> </div> </header> <nav id="navBurger" role="navigation" class="noPrint"> <div class="burgerOverlay"></div> <div class="navBurgerWrapper"> <div class="icon_close_wrapper"> <span class="icon_close after"></span> </div> <p class="phrasesAleatoires"> <span>L'茅dition du soir en num茅rique d猫s 21h30</span> <span>Le journal en num茅rique d猫s 5h</span> <span>Acc茅dez 脿 tous les contenus en illimit茅</span> </p> <a href="/nos-offres-abonnements" class="bt_special">S'abonner</a> <div class="burgerList"> <ul class="nav_model02 nav_niv1 noPrint "> <li class="itemLevel1 hasChilds depts_list with_cols edition_home" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild1')" > <span class="titleSection icon_arrowMenu "> Actualit茅 <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols with_numbs subDepts" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild2')" > <span class="titleSection icon_arrowMenu "> D茅partements <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild3')" > <span class="titleSection icon_arrowMenu "> Sports <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild4')" > <span class="titleSection icon_arrowMenu "> Sorties et loisirs <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild5')" > <span class="titleSection icon_arrowMenu "> Magazine <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild6')" > <a href="#" class="titleSection icon_arrowMenu after bottom"> Mon s茅jour en montagne</a> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild7')" > <span class="titleSection icon_arrowMenu "> Services <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> </ul> <div id="menuVtypedChild1" class="nav_niv2 typed depts_list with_cols edition_home" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/" class="linkLevel2">脌 la une</a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2">Politique</a> </li> <li class="itemLevel2 edition_link"> <a href="/faits-divers-justice" class="linkLevel2">Faits divers</a> </li> <li class="itemLevel2 "> <a href="/environnement" class="linkLevel2">Environnement</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/environnement/ici-on-agit" class="linkLevel3">聽聽聽聽聽Ici on agit</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/societe/oiseaux-de-bonheur" target="_blank" class="linkLevel3">聽聽聽聽聽Oiseaux de bonheur</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/france-monde" class="linkLevel2">France - Monde</a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2">Montagne</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/societe/montagne/l-appel-des-sommets-du-dauphine-libere" target="_blank" class="linkLevel3">聽聽聽聽聽L'appel des sommets</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2">脡conomie</a> </li> <li class="itemLevel2 "> <a href="/economie/direct-entreprises" target="_blank" class="linkLevel2">DL Entreprises</a> </li> <li class="itemLevel2 "> <a href="/societe/desinfox" class="linkLevel2">D茅sinfox</a> </li> <li class="itemLevel2 "> <a href="/education" class="linkLevel2">脡ducation</a> </li> <li class="itemLevel2 "> <a href="/insolite" class="linkLevel2">Insolite</a> </li> <li class="itemLevel2 "> <a href="/fil-info" class="linkLevel2">Fil info</a> </li> <li class="itemLevel2 "> <a href="/format/data/data-formats-interactifs" class="linkLevel2">Data, formats interactifs</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-billet" target="_blank" class="linkLevel2">Le billet</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-point-de-vue" target="_blank" class="linkLevel2">Le point de vue</a> </li> </ul> </div> </div> <div id="menuVtypedChild2" class="nav_niv2 typed depts_list with_cols with_numbs subDepts" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 hasNum"> <a href="/isere" class="linkLevel2">38 Is猫re</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grenoble-agglomeration" class="linkLevel3">Grenoble / Agglom茅ration</a> </li> <li class="itemLevel3 "> <a href="/edition-gresivaudan-oisans" class="linkLevel3">Gr茅sivaudan / Oisans</a> </li> <li class="itemLevel3 "> <a href="/edition-voiron-saint-marcellin" class="linkLevel3">Voiron / Saint-Marcellin</a> </li> <li class="itemLevel3 "> <a href="/edition-la-tour-du-pin-nord-dauphine" class="linkLevel3">La Tour-du-Pin / Nord-Dauphin茅</a> </li> <li class="itemLevel3 "> <a href="/edition-bourgoin-jallieu-nord-dauphine" class="linkLevel3">Bourgoin-Jallieu / Nord-Dauphin茅</a> </li> <li class="itemLevel3 "> <a href="/edition-vienne-roussillon" class="linkLevel3">Vienne / Roussillon</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-savoie" class="linkLevel2">74 Haute-Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-annecy-rumilly-les-aravis" class="linkLevel3">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel3 "> <a href="/edition-mont-blanc-arve" class="linkLevel3">Mont-Blanc / Arve</a> </li> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain" class="linkLevel3">Grand Gen猫ve / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/savoie" class="linkLevel2">73 Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-chambery-aix-les-bains" class="linkLevel3">Chamb茅ry / Aix-les-Bains</a> </li> <li class="itemLevel3 "> <a href="/edition-tarentaise-maurienne" class="linkLevel3">Tarentaise / Maurienne</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/drome" class="linkLevel2">26 Dr么me</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale" class="linkLevel3">Mont茅limar / Dr么me Proven莽ale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" class="linkLevel3">Valence / Rh么ne Crussol / Vall茅e de la Dr么me</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome" class="linkLevel3">Romans / Nord Dr么me</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/ardeche" class="linkLevel2">07 Ard猫che</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone" class="linkLevel3">Aubenas / Privas / Vall茅e du Rh么ne</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche" class="linkLevel3">Annonay / Nord Ard猫che</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/vaucluse" class="linkLevel2">84 Vaucluse</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/hautes-alpes" class="linkLevel2">05 Hautes-Alpes</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-provence" class="linkLevel2">04 Alpes-de-Haute-Provence</a> </li> <li class="itemLevel2 hasNum"> <a href="/ain" class="linkLevel2">01 Ain</a> </li> <li class="itemLevel2 hasNum"> <a href="/rhone" class="linkLevel2">69 Rh么ne</a> </li> <li class="itemLevel2 annul-marge hasNum"> <a href="/haute-savoie/frontaliers" class="linkLevel2">CH Grand Gen猫ve et Suisse voisine </a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon 锟絛ition favorite </a> </div> </div> </div> <div id="menuVtypedChild3" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 edition_link"> <a href="/sport" class="linkLevel2">Toute l'actualit茅 sportive</a> </li> <li class="itemLevel2 "> <a href="/sport/calendrier-resultats/football/national-ligue-1" class="linkLevel2">R茅sultats et classements</a> </li> <li class="itemLevel2 "> <a href="/sport/football" class="linkLevel2">Football</a> </li> <li class="itemLevel2 "> <a href="/sport/rugby" class="linkLevel2">Rugby</a> </li> <li class="itemLevel2 "> <a href="/sport/handball" class="linkLevel2">Handball</a> </li> <li class="itemLevel2 "> <a href="/sport/cyclisme" class="linkLevel2">Cyclisme</a> </li> <li class="itemLevel2 "> <a href="/skichrono" class="linkLevel2">Ski Chrono</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/skichrono/ski-alpin" class="linkLevel3">Ski alpin</a> </li> <li class="itemLevel3 "> <a href="/skichrono/biathlon" class="linkLevel3">Biathlon</a> </li> <li class="itemLevel3 "> <a href="/skichrono/freestyle" class="linkLevel3">Freestyle</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/sport/hockey-sur-glace" class="linkLevel2">Hockey sur glace</a> </li> <li class="itemLevel2 "> Dans les d茅partements <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+isere" class="linkLevel3">En Is猫re</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+haute-savoie" class="linkLevel3">En Haute-Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+savoie" class="linkLevel3">En Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+drome" class="linkLevel3">Dans la Dr么me</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+ardeche" class="linkLevel3">En Ard猫che</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+hautes-alpes" class="linkLevel3">Dans les Alpes du Sud</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+vaucluse" class="linkLevel3">Dans le Vaucluse</a> </li> </ul> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon 锟絛ition favorite </a> </div> </div> </div> <div id="menuVtypedChild4" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/culture-loisirs" class="linkLevel2">Toute l'actualit茅 culturelle</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/culture-loisirs/livres-notre-selection" target="_blank" class="linkLevel2">Livres : notre s茅lection</a> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2">Cin茅ma</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/culture-loisirs/cinema" class="linkLevel3">聽聽聽聽聽L'actu du cin茅ma</a> </li> <li class="itemLevel3 "> <a href="https://cinema.ledauphine-presse.fr/" class="linkLevel3">聽聽聽聽聽Programme des cin茅mas</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/musique" class="linkLevel2">Musique</a> </li> <li class="itemLevel2 "> <a href="/societe/television-medias" class="linkLevel2">T茅l茅vision - s茅ries - streaming </a> </li> <li class="itemLevel2 "> <a href="https://www.diverto.tv" target="_blank" class="linkLevel2">Diverto TV</a> <ul class="nav_niv3"> <li class="itemLevel3 external-icon"> <a href="https://www.diverto.tv/programme-tv" target="_blank" class="linkLevel3">聽聽聽聽聽Programme TV</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/pour-sortir" class="linkLevel2">Pour Sortir, l'agenda des sorties</a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon 锟絛ition favorite </a> </div> </div> </div> <div id="menuVtypedChild5" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/magazine" class="linkLevel2">Tous nos magazines</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/magazine-sante" class="linkLevel3">Sant茅</a> </li> <li class="itemLevel3 "> <a href="/magazine-lifestyle" class="linkLevel3">Lifestyle</a> </li> <li class="itemLevel3 "> <a href="/magazine-immobilier" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="/magazine-automobile" class="linkLevel3">Automobile</a> </li> <li class="itemLevel3 "> <a href="/magazine-education-jeunesse" class="linkLevel3">Education et jeunesse</a> </li> <li class="itemLevel3 "> <a href="/magazine-cuisine-et-vins" class="linkLevel3">Cuisine et vins</a> </li> <li class="itemLevel3 "> <a href="/magazine-tourisme-et-patrimoine" class="linkLevel3">Tourisme et patrimoine</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/skichrono/liseuse" class="linkLevel2">Ski Chrono</a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon 锟絛ition favorite </a> </div> </div> </div> <div id="menuVtypedChild6" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2">Pr茅parer vos vacances</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel3">R茅server votre s茅jour</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/toutes-les-stations/" target="_blank" class="linkLevel3">Toutes les stations</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2">Nos inspirations</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/en-famille/" target="_blank" class="linkLevel3">En famille</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/insolite/" target="_blank" class="linkLevel3">Insolite</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/tendance/" target="_blank" class="linkLevel3">Tendance</a> </li> </ul> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon 锟絛ition favorite </a> </div> </div> </div> <div id="menuVtypedChild7" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/contact" target="_blank" class="linkLevel2">Nous contacter</a> </li> <li class="itemLevel2 "> <a href="https://boutique.ledauphine.com/" class="linkLevel2">Boutique</a> </li> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2">Location appart ski</a> </li> <li class="itemLevel2 "> <a href="/nos-evenements/fiche-evenementielle" class="linkLevel2">Nos 茅v茅nements</a> </li> <li class="itemLevel2 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel2">Libra M茅moria</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel3">Tous les avis de d茅c猫s</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/comparateur-telecom" class="linkLevel2">Nos comparateurs </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-box-internet" class="linkLevel3">Box Internet</a> </li> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-forfait-mobile" class="linkLevel3">Forfaits mobile</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2">Petites annonces</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/immobilier" target="_blank" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=ldl" target="_blank" class="linkLevel3">Automobiles</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/annonces/recherche" target="_blank" class="linkLevel2">Annonces judiciaires et l茅gales</a> </li> <li class="itemLevel2 "> <a href="https://al-ledauphine.viedessocietes-eurolegales.com/" target="_blank" class="linkLevel2">Vie des soci茅t茅s</a> </li> <li class="itemLevel2 "> <a href="https://ledauphine.marchespublics-eurolegales.com/" target="_blank" class="linkLevel2">March茅s publics</a> </li> <li class="itemLevel2 "> <a href="https://www.francemarches.com/" target="_blank" class="linkLevel2">France March茅, portail d'appels d'offres</a> </li> <li class="itemLevel2 h25"> <a href="#" class="linkLevel2"> Paroles de partenaires</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/articles-partenaires" class="linkLevel3">Articles partenaires</a> </li> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/dossiers-partenaires" class="linkLevel3">Dossiers partenaires</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2">Le groupe EBRA</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.ebra.fr/le-groupe" target="_blank" class="linkLevel3">Pr茅sentation du groupe</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-medias" target="_blank" class="linkLevel3">EBRA M茅dias</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-events" target="_blank" class="linkLevel3">EBRA Events</a> </li> </ul> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon 锟絛ition favorite </a> </div> </div> </div> <!-- Nielsen Bar --> <div class="mod GJNU_PDFWidget" id="gjnuModBurger"> <div class="title">L'茅dition du jour</div> <div class="modContent"> <div class="item"> <div class="book"> <a href="/liseuse/editions-numeriques#38H" title="Grenoble et son agglom茅ration" class="UA-trackEvent" data-UAval1="clic-entree-tunnel" data-UAval2="clic-module-offres-pdf" data-UAval3="clic-vignette-pdf"> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/71255873-c549-4ee0-b848-f94434668eb8/JNU_01/grenoble-et-son-agglomeration-1732502444.jpg" alt="Grenoble et son agglom茅ration" /> </a> </div> <div class="labelWrapper"> <p class="label">Grenoble et son agglom茅ration</p> <p class="date">lun. 25/11/2024</p> <a href="/liseuse/editions-numeriques " title="Lire le journal" class="UA-trackEvent bt_special linkAll" data-uaval1="clic-entree-tunnel" data-uaval2="clic-module-offres-pdf" data-uaval3="clic-lien-vers-page-offres-pdf"> <i class="icon_redac" data-icon="keyboard_arrow_right"></i> Lire le journal </a> </div> </div> </div> </div> <!-- Nielsen Bar --> <ul class="nav_model07 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/videos" class="titleSection "> Vid茅os </a> </li> <li class="itemLevel1 "> <a href="/meteo/previsions-detaillees" target="_blank" class="titleSection "> M茅t茅o <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="/newsletters/subscribe" class="titleSection "> Newsletters </a> </li> <li class="itemLevel1 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="titleSection "> Libra Memoria </a> </li> <li class="itemLevel1 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="titleSection "> Boutique <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 NielsenBar-text-transform-none"> <a href="/leclub" target="_blank" class="titleSection "> LeCLUB <i class="icon_redac" data-icon="external"></i> </a> </li> </ul> <a class="pushApp" href=""> <div class="appIcon"><img src="" alt="Icone de l'application mobile" /></div> <p>Retrouvez tous nos contenus et notre journal en num茅rique<br><span>T茅l茅chargez l'application</span></p> </a><div class="nav_model06"> <span class="menuTitle">Suivez-nous</span> <ul class="nav_niv1 noPrint"> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=FB" target="_blank" class="icon_facebook before"><span>Facebook</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=TT" target="_blank" class="icon_twitter before"><span>Twitter</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=IG" target="_blank" class="icon_instagram before"><span>Instagram</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=LI" target="_blank" class="icon_linkedin before"><span>Linkedin</span></a> </li> <li class="itemLevel1 "> <a href="/rss" target="_blank" class="icon_rss before"><span>Rss</span></a> </li> </ul> </div><!-- Nielsen Bar --> <ul class="nav_model04 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/contact" class="titleSection">Contact</a> </li> <li class="itemLevel1 "> <a href="/faq" class="titleSection">FAQ</a> </li> <li class="itemLevel1 "> <a href="/espace-client/cgau" class="titleSection">CGAU du site</a> </li> <li class="itemLevel1 "> <a href="/espace-client/mentions-legales" class="titleSection">Informations l茅gales</a> </li> <li class="itemLevel1 "> <a href="/protection-des-donnees" class="titleSection">Protection des donn茅es</a> </li> </ul> </div> </div> </nav><div id="ad_portal" class="main"> <div class="ad_portal_overlay"></div> <div id="wrapper" role="main" class="layout_1c Infos-Services"> <section class="section S_top"><div class="constrain"><div class="GEVT infosServicesSearchForm"> <div class="infosServicesHeader"> <div class="infosServicesLogo"> <a href="/infos-services"> <div class="imgInfosServices" alt="Infos Services"></div> </a> </div> <ul class="typeInfosServices"> <li><a href="/infos-services/bloc-notes">Bloc-notes</a></li> <li><a href="/infos-services/services-de-garde">Services de garde</a></li> <li><a href="/infos-services/annuaire">Annuaire</a></li> </ul> </div> <form method="POST" action="/infos-services/"> <fieldset> <input type="text" name="GEVT_Infos_Service_TbxWhere_dnfta" value="O脵" class="formElement SearchInput"/> <input type="text" name="GEVT_Infos_Service_TbxWhen_Start" value="" class="formElement SearchInput dateElement datepicker"/> <input type="text" name="GEVT_Infos_Service_TbxWhen_End" value="" class="formElement SearchInput dateElement datepicker"/> <input type="text" name="GEVT_Infos_Service_TbxFreeText_dnfta" value="MOTS-CL脡S" class="formElement SearchInput"/> <div class="divBtn"> <input type="submit" class="formElement btn" name="GEVT_Infos_Service_BtnSearch" value="Rechercher" /> <a href="/infos-services/creation-info-service-1" class="formElement btn">Ajouter une info</a> <!--<input type="submit" class="formElement btn" name="GEVT_Infos_Service_Create" value="Ajouter une info"/>--> </div> <input type="hidden" name="GEVT_Infos_Service_HfSearchMode" value=""/> <input type="hidden" name="GEVT_Infos_Service_HfLocalizarionKey" value=""/> <input type="hidden" name="GEVT_Infos_Service_HfLocalizarionType" value=""/> </fieldset> </form> </div> <style> .divBtn > a {display:none;} </style> <style> /*.infosServicesDetail .slides_container { width:100% !important; height:inherit !important; }*/ </style></div></section> <section class="section"> <div class="constrain"> <div class="col_main"> <div class="infosServicesTop"> <a href="javascript:history.back();" class="backToSearch" rel="nofollow">Retour 脿 la liste des r茅sultats</a> <ul class="breadcrumb"> <li class="first"><a href="/infos-services">Accueil</a></li> <li><a href="/infos-services/rhone-alpes" rel="nofollow" >Rh么ne-Alpes</a></li> <li><a href="/infos-services/rhone-alpes/haute-savoie" >Haute-Savoie</a></li> <li><a href="/infos-services/rhone-alpes/haute-savoie/annemasse" >Annemasse</a></li> </ul> </div> <div class="GEVT infosServicesDetail "> <h2><span>Bloc-notes</span></h2> <h1>Biblioth猫que municipale Pierre-Goy</h1> <div class="teaserContent"> <div class="media-body"> <div class="bloc mainInfo"> <div class="icodiv icoInfo"> <div class="icoContent"> <p>La biblioth猫que est ferm茅 le jeudi et pour le samedi -saufs les samedis de juillet et ao没te de 10h 脿 13h.</p> </div> </div> </div> <div class="bloc dateInfo"> <h3>Quand, o霉 ? </h3> <div class="icodiv icoCalendar"> <div class="icoContent"> <div class="infoContent"> <p>Tous les jours sauf le jeudi et le dimanche. Les lundis et mardis de 14h00 脿 18h15, les mercredis de 10h00 脿 12h00 et de 14h00 脿 18h15 et les vendredis et samedis de 10h00 脿 18h00</p> </div> <div class="infoAction"> <a href="https://www.ledauphine.com/infos-services/detail?infoKey=9c1f7eda-6029-42c8-907a-e68b462a758e?addEvent=true" rel="nofollow">Me rappeler cet 茅v茅nement</a> </div> </div> </div> <div class="icodiv icoLocation"> <div class="icoContent"> <div class="infoContent"> <p> Annemasse </p> </div> <div class="infoAction"> <p><a id="showDirectionsButton" href="#">Voir le plan d'acc猫s</a></p> </div> </div> </div> </div> <div class="bloc organizerInfo"> <h3>Contact</h3> <div class="icodiv icoMail"> <div class="icoContent"> <p>Biblioth猫que (<a href="mailto:bibasse@annemasse.fr">bibasse@annemasse.fr</a>) </div> </div> <div class="icodiv icoPhone"> <div class="icoContent"> <p>04.50.95.89.09</p> </div> </div> </div> <div class="bloc socialNetworks"> <div class="icodiv icoShare"> <div id="GEVT-ISShare"> <a href="javascript:goFacebook();void(0);" class="icon_facebook" data-count="horizontal" data-lang="fr" title="Partager avec Facebook"></a> <a href="javascript:goTwitter();void(0);" class="icon_twitter" data-count="horizontal" data-lang="fr" title="Partager avec Tweeter"></a> <g:plusone size="small" href="https://www.ledauphine.com/infos-services/detail?infoKey=9c1f7eda-6029-42c8-907a-e68b462a758e"></g:plusone> </div> </div> </div> </div> <div class="media-img"> <div class="slides_container noImage" style="background-image: url('https://cdn-files.prsmedia.fr/files/fr/GEVT/images/infosServices-calendar.png')"> <span class="status">Annul茅</span> </div> </div> <input type="hidden" id="GEVT_Agenda_GoogleMap_Data_Detail" name="GEVT_Agenda_GoogleMap_Data_Detail" value="46.19325300#6.23415800#Biblioth猫que municipale Pierre-Goy#01"/> <div style="display:none"> <div id="map"> <div id="directions" class="formrow"> <div class="formrow"> <label for="visitorAddress">Lieu de d茅part : </label> <input type="text" id="visitorAddress" /> <button id="shareLocationButton">Ma position</button> <button id="validateAddress">Itin茅raire</button> </div> <div class="formrow"> <label>Mode de transport :</label> <select id="travelMode"> <option value="DRIVING">En voiture</option> <option value="WALKING">A pied</option> <option value="BICYCLING">A v茅lo</option> </select> </div> </div> <div id="directionsMapCanvas" style="width: 500px; height: 500px;"></div> <div id="directionsResult" style="display: none"></div> <div id="directionsSummary"></div> <a id="showOnGMaps" href="#" target="_blank" style="display:none" >Voir le d茅tail de l'itin茅raire sur Google Maps</a> </div> </div> </div> </div> </div> <div class="col_sticky"><div class="GEVT mod infosServices" onMouseOver="SIM_Init();"> <div class="imgInfosServices" alt="Infos Services"></div> <p class="entete"></p> <ul class="typeInfosServices"> <li><a class="current">Bloc-notes</a></li> <li><a href="javascript:Search(1);">Services de garde</a></li> <li><a href="javascript:Search(2);">Annuaire</a> </li> </ul> <div class="modContent blocNotes" id="DivPinnedItems" style="display:none;"> <div class="is-results"></div> </div> <div class="modContent blocNotes"> <p class="date-is">Aujourd'hui</p> <div class="is-results" id="Items"> <ul> <li> <a href="/infos-services/detail?infoKey=9c1f7eda-6029-42c8-907a-e68b462a758e"> <span class="commune-is">Annemasse</span> <span class="type-is"> Biblioth猫que municipale Pierre-Goy</span> </a> </li> <li> <a href="/infos-services/detail?infoKey=ba1efb15-53db-4428-bd47-bdb9779a63c4"> <span class="commune-is">Annemasse</span> <span class="type-is"> Mairie</span> <span class="place-is">H么tel-de-ville</span> </a> </li> <li> <a href="/infos-services/detail?infoKey=9f16aba5-b084-4347-b829-d0d8bbb93d47"> <span class="commune-is">Annemasse</span> <span class="type-is"> Unafam</span> </a> </li> <li> <a href="/infos-services/detail?infoKey=82c04c85-7730-4cbc-9009-a025662538cb"> <span class="commune-is">Annemasse</span> <span class="type-is"> Vivre sans tabac en Haute-Savoie</span> </a> </li> <li> <a href="/infos-services/detail?infoKey=7ccb875e-9661-464a-bb31-80cbe1a55e0d"> <span class="commune-is">Annemasse</span> <span class="type-is"> Maison Nelson Mandela</span> <span class="place-is">Maison Nelson Mandela</span> </a> </li> </ul> <p class="date-is">Demain</p> <ul> <li> <a href="/infos-services/detail?infoKey=6bf62e74-e889-4bef-b0c9-1e4122328a3d"> <span class="commune-is">Annemasse</span> <span class="type-is"> Biblioth猫que jeunesse de Romagny</span> <span class="place-is">18 rue du 18-Aout</span> </a> </li> <li> <a href="/infos-services/detail?infoKey=fa96cdf7-8e58-45d9-9bca-91ce0a3fb469"> <span class="commune-is">Annemasse</span> <span class="type-is"> Point information jeunesse</span> </a> </li> </ul> <p class="date-is">Apr猫s-demain</p> <ul> <li> <a href="/infos-services/detail?infoKey=65937078-59c4-4934-92e2-38767004f2f0"> <span class="commune-is">Annemasse</span> <span class="type-is"> Permanences des 茅lus</span> <span class="place-is">Miaison de sant茅 du Perrier et H么tel-de-ville</span> </a> </li> </ul> <p class="date-is">Le 28/11/2024</p> <ul> <li> <a href="/infos-services/detail?infoKey=1ebe1149-2496-4ed3-ac0d-e3495414d4bb"> <span class="commune-is">Annemasse</span> <span class="type-is"> UFC Que choisir de Haute-Savoie</span> <span class="place-is">2, rue du Dr Baud</span> </a> </li> </ul> <p class="date-is">Le 29/11/2024</p> <ul> <li> <a href="/infos-services/detail?infoKey=1014d6ff-7d04-4ff3-8946-c7bb2274af14"> <span class="commune-is">Annemasse</span> <span class="type-is"> Ateliers informatiques </span> <span class="place-is">biblioth猫que Pierre Goy</span> </a> </li> </ul> <p class="date-is">Le 03/12/2024</p> <ul> <li> <a href="/infos-services/detail?infoKey=7bfcee05-d57f-432f-bb98-b1a97029ef5c"> <span class="commune-is">Annemasse</span> <span class="type-is"> Don du sang</span> <span class="place-is">Complexe MLK</span> </a> </li> </ul> <p class="date-is">Le 05/12/2024</p> <ul> <li> <a href="/infos-services/detail?infoKey=ddbd7aee-cf92-438c-adb0-d813356de479"> <span class="commune-is">Annemasse</span> <span class="type-is"> Permanences UFC Que choisir</span> <span class="place-is">Complexe MLK</span> </a> </li> </ul> </div> <a class="goToLink isGoToLink" href="/infos-services/bloc-notes">Voir tout le bloc-notes <span></span></a> <p class="bottomInfo">Vous souhaitez annoncer gratuitement vos infos services ?<br /><a href="/loisirs/organisateurs">Cr茅ez votre compte</a></p> </div> </div> <input type="hidden" id="HfAjaxUrl" value="&lt;config&gt;&lt;param name=&quot;url&quot; value=&quot;/pour-sortir/ajax&quot;/&gt;&lt;param name=&quot;name&quot; value=&quot;gsi&quot;/&gt;&lt;param name=&quot;sm_0&quot; value=&quot;BlocNote&quot;/&gt;&lt;param name=&quot;sm_1&quot; value=&quot;Urgences&quot;/&gt;&lt;param name=&quot;sm_2&quot; value=&quot;Annuaire&quot;/&gt;&lt;param name=&quot;ck_0&quot; value=&quot;LDL_PSO_SIM_/infos-services/detail_BlocNote_4a6bb3c2-2387-4fe0-a030-d23269247f0f&quot;/&gt;&lt;param name=&quot;ck_1&quot; value=&quot;LDL_PSO_SIM_/infos-services/detail_Urgences_4a6bb3c2-2387-4fe0-a030-d23269247f0f&quot;/&gt;&lt;param name=&quot;ck_2&quot; value=&quot;LDL_PSO_SIM_/infos-services/detail_Annuaire_4a6bb3c2-2387-4fe0-a030-d23269247f0f&quot;/&gt;&lt;param name=&quot;ck_PROX_0&quot; value=&quot;LDL_PSO_SIM_/infos-services/detail_PROXIMITY_SEARCH_BlocNote_4a6bb3c2-2387-4fe0-a030-d23269247f0f&quot;/&gt;&lt;param name=&quot;ck_PROX_1&quot; value=&quot;LDL_PSO_SIM_/infos-services/detail_PROXIMITY_SEARCH_Urgences_4a6bb3c2-2387-4fe0-a030-d23269247f0f&quot;/&gt;&lt;param name=&quot;ck_PROX_2&quot; value=&quot;LDL_PSO_SIM_/infos-services/detail_PROXIMITY_SEARCH_Annuaire_4a6bb3c2-2387-4fe0-a030-d23269247f0f&quot;/&gt;&lt;param name=&quot;ck_PIN_1&quot; value=&quot;LDL_PSO_SIM_/infos-services/detail_PINNED_ITEMS_Urgences_4a6bb3c2-2387-4fe0-a030-d23269247f0f&quot;/&gt;&lt;param name=&quot;ck_PIN_2&quot; value=&quot;LDL_PSO_SIM_/infos-services/detail_PINNED_ITEMS_Annuaire_4a6bb3c2-2387-4fe0-a030-d23269247f0f&quot;/&gt;&lt;param name=&quot;cd&quot; value=&quot;30&quot;/&gt;&lt;param name=&quot;qs&quot; value=&quot;&quot;/&gt;&lt;param name=&quot;lk&quot; value=&quot;4a6bb3c2-2387-4fe0-a030-d23269247f0f&quot;/&gt;&lt;param name=&quot;rn&quot; value=&quot;50&quot;/&gt;&lt;param name=&quot;co&quot; value=&quot;False&quot;/&gt;&lt;/config&gt;"/> <style type="text/css"> .infosServices { margin-top:50px; } </style></div> </div> </section> <section class="section S_bottom"><div class="constrain"><script type="text/javascript">const urlParams=new URLSearchParams(window.location.search),hasTargetApp=urlParams.has("target")&&"app"===urlParams.get("target");if(hasTargetApp){let e=new Date,t=new Date(e.setMinutes(e.getMinutes()+15)),a="targetapp=1;expires="+t.toUTCString()+"; path=/;";document.cookie=a}if(-1!==document.cookie.indexOf("targetapp=1")){let r=document.querySelectorAll('a[href*="/nos-offres-abonnements"]');r.forEach(e=>{e.setAttribute("href",e.getAttribute("href").replace(/\/nos-offres-abonnements/,"/nos-offres-abonnements-app"))})}</script></div></section> </div> </div> <footer id="footer" role="contentinfo" class="noPrint site-footer -default"> <div class="constrain"> <div class="footerTop"><ul class="nav_model03 nav_niv1 noPrint "> <li class="itemLevel1 "> <span class="titleSection">Les sites du groupe EBRA</span> <ul class="nav_niv2"> <li class="itemLevel2 "> <a href="https://www.lalsace.fr" target="_blank" class="linkLevel2">L'Alsace</a> </li> <li class="itemLevel2 "> <a href="https://www.dna.fr" target="_blank" class="linkLevel2">Les Derni猫res Nouvelles d'Alsace</a> </li> <li class="itemLevel2 "> <a href="https://www.republicain-lorrain.fr" target="_blank" class="linkLevel2">Le R茅publicain Lorrain</a> </li> <li class="itemLevel2 "> <a href="https://www.estrepublicain.fr" target="_blank" class="linkLevel2">L'Est R茅publicain</a> </li> <li class="itemLevel2 "> <a href="https://www.leprogres.fr" target="_blank" class="linkLevel2">Le Progr猫s</a> </li> <li class="itemLevel2 "> <a href="https://www.bienpublic.com/" target="_blank" class="linkLevel2">Le Bien Public</a> </li> <li class="itemLevel2 "> <a href="https://www.lejsl.com" target="_blank" class="linkLevel2">Le Journal de Sa么ne et Loire</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com" target="_blank" class="linkLevel2">Le Dauphin茅 Lib茅r茅</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="https://www.vosgesmatin.fr" target="_blank" class="linkLevel2">Vosges Matin</a> </li> <li class="itemLevel2 "> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2">Le groupe EBRA</a> </li> </ul> </li> <li class="itemLevel1 "> <span class="titleSection">Nos th茅matiques</span> <ul class="nav_niv2"> <li class="itemLevel2 newsLink"> <a href="/" class="linkLevel2">脌 la une</a> </li> <li class="itemLevel2 "> <a href="/sport" class="linkLevel2">Sports</a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2">Montagne</a> </li> <li class="itemLevel2 "> <a href="/france-monde" class="linkLevel2">France - Monde</a> </li> <li class="itemLevel2 "> <a href="/faits-divers-justice" class="linkLevel2">Faits divers</a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2">Politique</a> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2">脡conomie</a> </li> <li class="itemLevel2 "> <a href="/environnement" class="linkLevel2">Environnement</a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs" class="linkLevel2">Culture - Loisirs</a> </li> <li class="itemLevel2 "> <a href="/elections" target="_blank" class="linkLevel2">Elections</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/elections/elections-municipales" target="_blank" class="linkLevel2">Elections municipales</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="https://www.ledauphine.com/elections/elections-americaines" target="_blank" class="linkLevel2">Elections am茅ricaines</a> </li> <li class="itemLevel2 "> <a href="/societe/nos-chartes-editoriales" class="linkLevel2">Nos chartes 茅ditoriales</a> </li> </ul> </li> <li class="itemLevel1 "> <span class="titleSection">Services</span> <ul class="nav_niv2"> <li class="itemLevel2 "> <a href="/elections/communes" class="linkLevel2">R茅sultats des 茅lections par commune</a> </li> <li class="itemLevel2 "> <a href="https://www.diverto.tv/programme-tv" target="_blank" class="linkLevel2">Diverto.TV</a> </li> <li class="itemLevel2 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="linkLevel2">Boutique</a> </li> <li class="itemLevel2 "> <a href="/guide-d-achat" class="linkLevel2">Guide d'achat</a> </li> <li class="itemLevel2 "> <a href="/meteo/previsions-detaillees" class="linkLevel2">Pr茅visions m茅t茅o</a> </li> <li class="itemLevel2 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel2">Avis de d茅c猫s</a> </li> <li class="itemLevel2 "> <a href="/pour-sortir" class="linkLevel2">Pour sortir</a> </li> <li class="itemLevel2 "> <a href="/immobilier" class="linkLevel2">Annonces immobili猫res</a> </li> <li class="itemLevel2 "> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=ldl" target="_blank" class="linkLevel2">Annonces automobile</a> </li> <li class="itemLevel2 "> <a href="/brand-content" class="linkLevel2">Nos partenaires</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/skichrono" class="linkLevel2">Ski Chrono</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/archives" class="linkLevel2">Archives</a> </li> <li class="itemLevel2 "> <a href="/applications-mobiles" class="linkLevel2">Applications mobiles</a> </li> <li class="itemLevel2 "> <a href="/devenir-correspondant-local-de-presse" target="_blank" class="linkLevel2">Devenir correspondant</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/offre-emploi/postuler_colporteurs" target="_blank" class="linkLevel2">Devenir porteur de journaux</a> </li> <li class="itemLevel2 "> <a href="/contact-publicite-agences" class="linkLevel2">Publicit茅聽:聽Communiquez sur nos supports</a> </li> <li class="itemLevel2 "> <a href="https://www.ebra-medias.fr/ " target="_blank" class="linkLevel2">Publicit茅聽:聽Votre espace client</a> </li> </ul> </li> </ul><div class="nav_model06"> <span class="menuTitle">Suivez-nous</span> <ul class="nav_niv1 noPrint"> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=FB" target="_blank" class="icon_facebook before"><span>Facebook</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=TT" target="_blank" class="icon_twitter before"><span>Twitter</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=IG" target="_blank" class="icon_instagram before"><span>Instagram</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=LI" target="_blank" class="icon_linkedin before"><span>Linkedin</span></a> </li> <li class="itemLevel1 "> <a href="/rss" target="_blank" class="icon_rss before"><span>Rss</span></a> </li> </ul> </div></div> </div> <div class="HRonTop"> <div class="constrain"> <div class="footerBottom"> <!-- Nielsen Bar --> <ul class="nav_model04 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/contact" class="titleSection">Contact</a> </li> <li class="itemLevel1 "> <a href="/faq" class="titleSection">FAQ</a> </li> <li class="itemLevel1 "> <a href="/espace-client/cgau" class="titleSection">CGAU du site</a> </li> <li class="itemLevel1 "> <a href="/espace-client/mentions-legales" class="titleSection">Informations l茅gales</a> </li> <li class="itemLevel1 "> <a href="/protection-des-donnees" class="titleSection">Protection des donn茅es</a> </li> </ul> <div class="trustLogos"> <img loading="lazy" decoding="async" width="57" height="58" src="https://cdn-files.prsmedia.fr/files/REDAC/min/images/logo_ojd.png" alt="OJD" /> <img loading="lazy" decoding="async" width="52" height="58" src="https://cdn-files.prsmedia.fr/files/REDAC/min/images/logo_adtrust.png" alt="Digital Ad Trust Display" /> <img loading="lazy" decoding="async" width="85" height="58" src="https://cdn-files.prsmedia.fr/files/REDAC/min/images/logo_jti.jpg" alt="JTI" /> </div> </div> </div> </div> </footer> <nav id="navTabBar" role="navigation" class="noPrint noDesktop"> <!-- Tab Bar --> <ul class="nav_model08 nav_niv1 noPrint "> <li class="itemLevel1 icon_home w20" > <i class="icon_redac"></i> <a href="/" class="titleSection">A la une</a> </li> <li class="itemLevel1 icon_filinfo w20" > <i class="icon_redac"></i> <a href="/fil-info" class="titleSection">Fil Info</a> </li> <li class="itemLevel1 icon_favedition w20" onmouseup="toggleTmenuChilds(this, '#menuTtypedChild3')"> <i class="icon_redac"></i> <span class="titleSection">D茅partements</span> </li> <li class="itemLevel1 icon_play w20" > <i class="icon_redac"></i> <a href="/format/video" class="titleSection">Vid茅o</a> </li> <li class="itemLevel1 icon_search w20" > <i class="icon_redac"></i> <a href="/recherche" class="titleSection">Rechercher</a> </li> </ul> <div id="menuTtypedChild3" class="nav_niv2 typed icon_favedition w20" > <div class="titleSection">D茅partements</div> <span class="icon_close after"></span> <div class="constrain"> <ul> <li class="itemLevel2"> <a href="/isere" class="linkLevel2">38 Is猫re</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grenoble-agglomeration/infos-locales" class="linkLevel3">Grenoble et agglo</a> </li> <li class="itemLevel3 "> <a href="/edition-gresivaudan-oisans/infos-locales" class="linkLevel3">Gr茅sivaudan / Oisans</a> </li> <li class="itemLevel3 "> <a href="/edition-voiron-saint-marcellin/infos-locales" class="linkLevel3">Voiron / Saint-Marcellin</a> </li> <li class="itemLevel3 "> <a href="/edition-la-tour-du-pin-nord-dauphine/infos-locales" class="linkLevel3">La Tour-du-Pin / Nord-Dauphin茅</a> </li> <li class="itemLevel3 "> <a href="/edition-bourgoin-jallieu-nord-dauphine/infos-locales" class="linkLevel3">Bourgoin-Jallieu / Nord-Dauphin茅</a> </li> <li class="itemLevel3 "> <a href="/edition-vienne-roussillon/infos-locales" class="linkLevel3">Vienne / Roussillon</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/haute-savoie" class="linkLevel2">74 Haute-Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-annecy-rumilly-les-aravis/infos-locales" class="linkLevel3">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel3 "> <a href="/edition-mont-blanc-arve/infos-locales" class="linkLevel3">Mont-Blanc / Arve</a> </li> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain/infos-locales" class="linkLevel3">Grand Gen猫ve / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/savoie" class="linkLevel2">73 Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-chambery-aix-les-bains/infos-locales" class="linkLevel3">Chamb茅ry / Aix-les-Bains</a> </li> <li class="itemLevel3 "> <a href="/edition-tarentaise-maurienne/infos-locales" class="linkLevel3">Tarentaise / Maurienne</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/drome" class="linkLevel2">26 Dr么me</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale/infos-locales" class="linkLevel3">Mont茅limar / Dr么me Proven莽ale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome/infos-locales" class="linkLevel3">Valence / Rh么ne Crussol / Vall茅e de la Dr么me</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome/infos-locales" class="linkLevel3">Romans / Nord Dr么me</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/ardeche" class="linkLevel2">07 Ard猫che</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone/infos-locales" class="linkLevel3">Aubenas / Privas / Vall茅e du Rh么ne</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche/infos-locales" class="linkLevel3">Annonay / Nord Ard猫che</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome/infos-locales" class="linkLevel3">Valence / Rh么ne Crussol / Vall茅e de la Dr么me</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/vaucluse" class="linkLevel2">84 Vaucluse</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale/infos-locales" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/hautes-alpes" class="linkLevel2">05 Hautes-Alpes</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence/infos-locales" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/haute-provence" class="linkLevel2">04 Alpes-de-Haute-Provence</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence/infos-locales" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/ain" class="linkLevel2">01 Ain</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain/infos-locales" class="linkLevel3">Grand Gen猫ve / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/rhone" class="linkLevel2">69 Rh么ne</a> <ul class="nav_niv3"> </ul> </li> <li class="itemLevel2"> <a href="/haute-savoie/frontaliers" class="linkLevel2">CH Grand Gen猫ve et Suisse voisine</a> <ul class="nav_niv3"> </ul> </li> </ul> </div> </div> </nav> <script>var CommonFilesBaseUrl = 'https://cdn-files.prsmedia.fr/files'; var trigramme = 'LDL'; var cookieDomain = 'ledauphine.com'; var googletag = googletag || {};googletag.cmd = googletag.cmd || []; </script><script src='https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-vendor-JQuery3.7.1.EE893CA920EE1763931FBB00408491E6.min.js'></script><script src='https://cdn-files.prsmedia.fr/files/min/fr/javascript/lib/ordonnanceur.6EF3017F3614F53FEE015DBBA213C530.min.js' async></script> <script src='https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/GEVT.024873E7AF24F5EDD6129C1C444FD95D.min.js' ></script> <script> window.ORDONNANCEUR.queue.push( { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-global.272AF743F652E2C1B26D99D5BBE240C8.min.js', family: 'core', name: 'bundle-global', async: true, defer: true}, { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/subwithgoogle.D42B5EFC8C212F1D0FAE68E0E6A67308.min.js', family: 'business', name: 'subwithgoogle', async: true, defer: true}, { src: 'https://news.google.com/swg/js/v1/swg.js', family: 'business', name: 'swg', async: true, defer: true, vendors: ['c:subscribe-ZmwUeUCP',], attributes: {'subscriptions-control':'manual'}}, { src: 'https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/gtrf.0E55DE94B4531E1B0FCEE1BECFE7B266.min.js', family: 'advertising', name: 'gtrf', async: true, defer: true, conditionLoad: (job)=>window.pbjs}, { src: 'https://boot.pbstck.com/v1/tag/262b3202-884a-436e-95d1-f75b5e0a8ed2', family: 'advertising', name: 'pubstack', async: true, defer: true}, { src: 'https://accounts.google.com/gsi/client', family: 'others', name: 'google_gsi_client', async: true, defer: true}, { family: 'advertising', name: 'Head2JS', fn() {gtrf.configuration.debug = false; gtrf.configuration.singlerequest = true; gtrf.configuration.disableSendAllBids = false; gtrf.configuration.priceGranularity = true; gtrf.configuration.currency = "EUR";gtrf.configuration.useBidCache = true; gtrf.configuration.ias.active = true; gtrf.configuration.ias.pubId = '931580'; gtrf.configuration.ias.delay = 500; gtrf.configuration.weborama.active = true; gtrf.configuration.weborama.token = '263GgpvUT8WDTRhPqPTz'; gtrf.configuration.weborama.delay = 500; gtrf.configuration.sirdata.active = true; gtrf.configuration.sirdata.partnerId = 43532; gtrf.configuration.sirdata.key = 191; gtrf.configuration.sirdata.delay = 500; gtrf.configuration.timeout = 2500; gtrf.configuration.failsafeTimeout = 3500; gtrf.configuration.userSync.auctionDelay = 50;gtrf.configuration.pubstack = true; gtrf.configuration.safeFrame.force = null; gtrf.configuration.safeFrame.sandbox = null; gtrf.configuration.safeFrame.allowOverlayExpansion = null; gtrf.configuration.safeFrame.allowPushExpansion = null; gtrf.configuration.loadAmazon = false; gtrf.configuration.gpt = 'auto'; gtrf.configuration.firstId.PPID = true; gtrf.configuration.firstId.secureSignal = true; gtrf.configuration.firstId.pubProvidedId.push('366_rubicon'); gtrf.configuration.firstId.pubProvidedId.push('rubicon'); gtrf.configuration.firstId.pubProvidedId.push('366_smartadserver'); gtrf.configuration.firstId.pubProvidedId.push('smartadserver'); gtrf.configuration.firstId.pubProvidedId.push('366_appnexus'); gtrf.configuration.firstId.pubProvidedId.push('appnexus'); gtrf.configuration.firstId.pubProvidedId.push('criteo'); gtrf.targeting["cp"] = ["eventdetailscomponent"]; gtrf.targeting["lc"] = ["annemasse"]; gtrf.targeting["ld"] = ["74"]; gtrf.targeting["lr"] = ["rhone-alpes"]; gtrf.targeting["lp"] = ["france"]; gtrf.targeting["ec"] = ["edition-grand-geneve-chablais-ain"]; gtrf.targeting["th"] = ["permanences-et-ouvertures-exceptionnelles"]; gtrf.targeting["env"] = ["p"]; gtrf.targeting["vm"] = "w"; gtrf.configuration.floors.desktop['0|*|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-g1|*|*']=0.40; gtrf.configuration.floors.desktop['0|pub-dfp-i1|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i1|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i1|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i2|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i2|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i2|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i3|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i3|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i3|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i4|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i4|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i4|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i5|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i5|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i5|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|*']=0.15; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|1000x300']=0.25; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|1x1']=0.95; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|970x250']=0.25; gtrf.configuration.floors.desktop['0|pub-dfp-p2|*|*']=0.20; gtrf.configuration.floors.desktop['0|pub-dfp-p2|*|300x600']=0.30; gtrf.configuration.floors.desktop['0|pub-dfp-p3|*|*']=0.20; gtrf.configuration.floors.desktop['0|pub-dfp-p3bis|*|*']=0.20; gtrf.configuration.floors.desktop['0|pub-dfp-p4|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p5|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p6|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p7|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p8|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p9|*|*']=0.10; gtrf.configuration.floors.desktop['1|*|*|*']=0.10; gtrf.configuration.floors.mobile['0|*|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-g1|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i1|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i1|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i1|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i2|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i2|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i2|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i3|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i3|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i3|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i4|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i4|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i4|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i5|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i5|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i5|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-p1|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p1|*|300x250']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-p2|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p2|*|300x600']=0.30; gtrf.configuration.floors.mobile['0|pub-dfp-p3|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p3bis|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p4|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p4|*|300x600']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p5|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p5|*|300x600']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p6|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p7|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p8|*|*']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p8|*|320x480']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p9|*|*']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p9|*|320x480']=0.20; gtrf.configuration.floors.mobile['1|*|*|*']=0.10; gtrf.positions.push({ id:"pub-dfp-interstitiel" ,position:"p-1" ,mode:"Mobile" ,limit:1000 ,outofpage:true ,interstitial:true ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:false ,adunit:"/8695/ldl/infos-services/p-1" ,desktop:null ,mobile:{ sizes:null ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.run(); } , conditionLoad: (job)=>window.pbjs && window.gtrf}, ); </script> <script>$(window).on('load',function(){$.each(bufferLoad,function(){$.ajax({url:this,dataType:'script',cache:true});});}); $(document).ready(function() {GSOC_Init('765DF2F6-7651-4945-8432-BCC1C4BE098A', '/fr/communaute/'); SetCookieConsentPub4FirstId(); window.pbjs = window.pbjs || {} $(document).ready(function () { var paginationStatus = false; var navigationStatus = true; var responsiveStatus = true; if (1 <= 3) { paginationStatus = true; navigationStatus = false; } if (1 >= 2) { $("#gjnuMod").hide(); $("#gjnuMod .modContent").lightSlider({ controls: navigationStatus, /*gallery: paginationStatus,*/ gallery: "nextweb", thumbItem: 6, slideMargin: 0, item: 1, keyPress: true, slideMargin: 16 }); } }); CheckPassword = { KeyUpDelay : 1000, LastCheck : Date.now(), CheckDirect : function(password,type){ if (type == "validate") { if ((Date.now() - CheckPassword.LastCheck) < CheckPassword.KeyUpDelay) return; } var result = null; $ .ajax({ type: "POST", url: "/webservices/CDM.GXCO.Web/CDM.GXCO.Web.Service.UsersService.asmx/PasswordIsValidWithReason2", cache: "false", dataType: "json", async: false, contentType: "application/json; charset=utf-8", data: JSON.stringify({password: password}), success: function (data) { result = data.d; } }); //rules = result.rules; rules = result; CheckPassword.UpdateList(rules,type); } , Check : function(password,type){ if (type == "validate") { CheckPassword.LastCheck = Date.now(); setTimeout(function(){ CheckPassword.CheckDirect(password,type);}, CheckPassword.KeyUpDelay); } else CheckPassword.CheckDirect(password,type); } , UpdateList : function(rules,type) { $("#divPasswordMessages").parent().addClass("containerInputError").removeClass("containerInputAllValid"); $("#divPasswordMessages").empty(); var allValid = ""; if(rules.isvalid) { allValid = "class='allValid'"; $("#divPasswordMessages").parent().removeClass("containerInputError").addClass("containerInputAllValid"); if(type == "blur") { $("#divPasswordMessages").parent().removeClass("containerInputAllValid"); } } else { $("#divPasswordMessages").parent().removeClass("containerInputAllValid"); } var ul = $("<ul " + allValid + ">"); ul.prop("id","lPasswordMessages"); for(i in rules.rules) { var li = $("<li>"); li.text(rules.rules[i].Label); if (rules.rules[i].IsValidate == true) { if (type == "focus" || type == "validate") { li.addClass("rulesOK"); ul.append(li); } } else { li.addClass("rulesKO"); ul.append(li); } } if (ul.children("li").length > 0) $("#divPasswordMessages").append(ul); } }; $('#CreateAccountForm').validate({ errorElement: "span", rules: { ctl00_txtEmail: { required: true }, ctl00_txtMdp: { required: true } }, messages: { ctl00_txtEmail: { required: "Ce champ est obligatoire", }, ctl00_txtMdp: { required: "Ce champ est obligatoire", } } }); $("#ctl00_txtMdpCreate").on("focus",function(event) { CheckPassword.Check($(event.target).val(),"focus"); }); $("#ctl00_txtMdpCreate").blur(function(event) { CheckPassword.Check($(event.target).val(),"blur"); }); $("#ctl00_txtMdpCreate").keyup(function(event) { CheckPassword.Check($(event.target).val(),"validate"); }); $("#showPassword").on('click', function(){ $(this).toggleClass('show'); var input = $(this).prev(); if (input.attr("type") == "password") { input.attr("type", "text"); } else { input.attr("type", "password"); } }); CheckCreation = { Init : function(){ CheckCreation.AttachEv.All(); //Erreur serveur if ( $("body:not(.AuthenticationComponent):not(.ChangePasswordByLinkComponent)").find(".messageBox.error").length > 0 ) { $("body").addClass("hasModal"); $("body").prepend('<div class="overlay"></div>'); $('.GPRF_NextWeb').show(); } }, AttachEv: { All: function(){ CheckCreation.AttachEv.Modal.Open(); CheckCreation.AttachEv.Modal.Close(); }, Modal : { Open: function(){ $(".link_createAccount").unbind('click').bind('click', function(){ $("div.GPRF_NextWeb").find("ul.alert--danger").remove(); $("body").addClass("hasModal"); if($('.overlay').length == 0) { $("body").prepend('<div class="overlay"></div>'); } $('.modal').hide(); $('.GPRF_NextWeb').show(); $('#navBurger .navBurgerWrapper').animate({ marginLeft: '-100%' }, 150); $('#navBurger .burgerOverlay').fadeOut(150); $('#navBurger').delay(150).hide(0).removeClass('visible'); }); }, Close: function(){ $(".modal .modalClose, .overlay").unbind('click').bind('click', function(event){ if( $(event.target).is(".modal .modalClose, .overlay") ){ $("body").removeClass("hasModal"); if($('.overlay').length == 0) { $("body").remove('.overlay'); } $('.modal').hide(); } }); }, }, } }; //CheckCreation.Init(); $(document).ready(function () { var paginationStatus = false; var navigationStatus = true; var responsiveStatus = true; if (1 <= 3) { paginationStatus = true; navigationStatus = false; } if (1 >= 2) { $("#gjnuModBurger").hide(); $("#gjnuModBurger .modContent").lightSlider({ controls: navigationStatus, /*gallery: paginationStatus,*/ gallery: "nextweb", thumbItem: 6, slideMargin: 0, item: 1, keyPress: true, slideMargin: 16 }); } }); $(function(){ $(function() { $(".datepicker ").datepicker({ showMonthAfterYear: false, dateFormat: 'dd/mm/yy', monthNames: ['Janvier', 'F茅vrier', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Ao没t', 'Septembre', 'Octobre', 'Novembre', 'D茅cembre'], monthNamesShort: ['Jan', 'F茅v', 'Mar', 'Avr', 'Mai', 'Jun', 'Jul', 'Ao没', 'Sep', 'Oct', 'Nov', 'D茅c'], dayNames: ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'], dayNamesShort: ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'], dayNamesMin: ['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'], onSelect: function () { }, numberOfMonths: 1, minDate: 0 }); $("#ui-datepicker-div").wrap("<div id='GEVT_datepicker' />"); }); }); window.___gcfg = {lang: 'fr'};(function () {var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;po.src = 'https://apis.google.com/js/plusone.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);})(); // Largeur de la legende var imageWidth = $(".slides_container > a > img").outerWidth(); $('#media #credits').css({ width: imageWidth }); // Revealing Module Pattern + Singleton var eventMapModule = (function ($) { var _debug = false; var console = window.console || null; if (console == undefined || console == null) _debug = false; if (_debug) console.log("eventMapModule: Inside eventMapModule"); // R茅f茅rence au singleton var _instance; // R茅cup茅ration de l'instance du singleton si elle existe, cr茅ation d'une instance dans le cas contraire function getInstance() { if (_debug) console.log("eventMapModule: getInstance()"); if (!_instance) { _instance = initInstance(); } return _instance; } // Cr茅ation d'une instance d'eventMapModule function initInstance() { if (_debug) console.log("eventMapModule: initInstance()"); // ****************************************************************** // Param茅trage UI // ****************************************************************** var _mapData = $("#GEVT_Agenda_GoogleMap_Data_Detail"); var _mapContainer = document.getElementById('directionsMapCanvas'); var _eventData = _getEventData(); // ****************************************************************** // Param猫tres carte et marker // ****************************************************************** var _latlng = new google.maps.LatLng(_eventData.latitude, _eventData.longitude); var _zoom = 16; var _mapOptions = { center: _latlng, zoom: _zoom, mapTypeControl: true, mapTypeId: google.maps.MapTypeId.ROADMAP, minZoom: 2 }; var _directionsRendererOptions = { draggable: true, suppressMarkers: true }; var _markerOptions = { animation: google.maps.Animation.DROP, position: _latlng, title: _eventData.title, icon: _eventData.imgMarker }; var _map, _marker, _directionsService, _directionsRenderer; // ****************************************************************** // M茅thodes priv茅es // ****************************************************************** function _getEventData() { if (_debug) console.log("eventMapModule: _getEventData()"); var data = _mapData.val(); if (data == null || data == '') return null; var splited = data.split('#'); return { latitude: splited[0], longitude: splited[1], title: splited[2], imgMarker: 'https://cdn-files.prsmedia.fr/files/fr/GEVT/images/marker' + splited[3] + '.png' }; } function _panTo(latLng) { if (_debug) console.log("eventMapModule: panTo"); var newLatLng = _latlng; // Position par d茅faut = position du marker if (latLng) newLatLng = latLng // Si un latlng est pass茅 en param猫tre, utilisation de ce dernier _map.panTo(newLatLng); } function _setZoom(zoom) { if (_debug) console.log("eventMapModule: setZoom"); var newZoom = _zoom; if (zoom) newZoom = zoom // Si un latlng est pass茅 en param猫tre, utilisation de ce dernier _map.setZoom(newZoom); } // @brief : Affichage de l'itin茅raire sur la carte // @params : origin : google.maps.LatLng|string function _showDirections(origin) { if (_debug) console.log("eventMapModule: showDirections"); var selectedMode = document.getElementById('travelMode').value; _directionsRenderer.setMap(null); //Clean previous drawn directions _directionsRenderer.setMap(_map); var request = { origin: origin, destination: _latlng, travelMode: selectedMode } _directionsService.route(request, function (response, status) { if (status == google.maps.DirectionsStatus.OK) { _directionsRenderer.setDirections(response); //Draws directions on the map // Mise 脿 jour du lien vers le d茅tail de l'itin茅raire var dirFlag = ""; if (selectedMode == "WALKING") dirFlag = "&dirflg=w"; if (selectedMode == "BICYCLING") dirFlag = "&dirflg=b"; $("#showOnGMaps").attr("href", "https://google.com/maps?saddr=" + origin + "&daddr=" + _latlng + dirFlag); $("#showOnGMaps").show(); } }); } if (navigator.geolocation) { function _geoSuccess(position) { var origin = new google.maps.LatLng(position.coords.latitude, position.coords.longitude); $("#visitorAddress").val(position.coords.latitude + ',' + position.coords.longitude); } function _geoError() { alert("Nous n'avons pas pu vous d茅terminer votre localisation."); } var _geoOptions = { enableHighAccuracy: true, maximumAge: 30000, timeout: 27000 }; $('#shareLocationButton').on("click",function () { navigator.geolocation.getCurrentPosition(_geoSuccess, _geoError, _geoOptions); }); } else { $('#geolocationPart').hide(); //hide the geolocation part, if geolocation API is not supported ! } // ****************************************************************** // M茅thodes publiques // ****************************************************************** function setDefaultPosition() { if (_debug) console.log("eventMapModule: setDefaultPosition"); _panTo(); _setZoom(); } // Si la r茅cup茅ration des donn茅es de l'茅v茅nements 脿 茅chou茅 === fin du traitement if (!_eventData) return false; // ****************************************************************** // Cr茅ation des cartes + services // ****************************************************************** _map = new google.maps.Map(_mapContainer, _mapOptions); //<HACK IE> //Prevent to click on the overlay while dragging the map. var _currentDragging = false; google.maps.event.addListener(_map, 'dragstart', function () { _currentDragging = true; }); google.maps.event.addListener(_map, 'dragend', function (e) { setTimeout(function () { _currentDragging = false; }, 100); }); //</HACK IE> // Cr茅ation du marker et ajout 脿 la carte _marker = new google.maps.Marker({ animation: google.maps.Animation.DROP, position: _latlng, title: _eventData.title, icon: _eventData.imgMarker }); _marker.setMap(_map); _directionsService = new google.maps.DirectionsService(); _directionsRenderer = new google.maps.DirectionsRenderer(_directionsRendererOptions); $('#validateAddress').on("click",function () { var origin = $('#visitorAddress').val(); if (origin != '') { _showDirections(origin); } }); // ****************************************************************** // M茅thodes et propri茅t茅s publiques // ****************************************************************** return { // API publique du module eventMapModule setDefaultPosition: setDefaultPosition, currentDragging: function () { return _currentDragging; } } }; //function initInstance() return { getInstance: getInstance }; })(jQuery); var eventMapModuleInstance; var gmapUrl = "https://maps.google.com/maps/api/js?v=3.8&sensor=false&language=fr&client=gme-euroinformationsas&channel=PRESSE"; var gmapLoaded = false; var LoadGmap = function(clb) { if (!gmapLoaded) { window.gMapClb = function() { window.gMapClb = null; gmapLoaded = true; clb(); }; jQuery.ajax({url: gmapUrl+'&callback=gMapClb', dataType: 'script'}); } else { clb(); } }; jQuery(function ($) { $("#map").dialog({ resizable: false, autoOpen : false, height: "auto", width: 540, modal: true, buttons: { Fermer: function() { //<HACK IE> //Prevent to click on the overlay while dragging the map. if (eventMapModuleInstance.currentDragging()) return false; //</HACK IE> $(document).off("bind", 'keypress.map'); } } }); $('#showDirectionsButton').on("click", function(){ $("#map").dialog("open"); LoadGmap(DisplayMap); }); }); function DisplayMap() { eventMapModuleInstance = eventMapModule.getInstance(); eventMapModuleInstance.setDefaultPosition(); //On bind l'appui de la touche enter sur le bouton itin茅raire $(document).on("bind", 'keypress.map', function (e) { if ((e.which && e.which == 13) || (e.keyCode && e.keyCode == 13)) { //S'il s'agit de la touche "Entr茅e" $("#validateAddress").trigger("click"); e.preventDefault(); } }); } EventDetail = { Actions: { AdditionalDescription: { Toggle: function(){ $("p.AdditionalDescription").slideToggle(); $("a.showMore").toggle(); $("a.hideMore").toggle(); }, }, }, }; var initialDate = ""; var initialProximityDate = ""; var inited = false; function SIM_Init() { if(!inited) { initialDate = $(".infosServices .date-is").first().html(); InitDateDisplay(); inited = true; } } window.SIM_Init = SIM_Init; function Search(index) { UpdateDisplay(index); $(".infosServices #Items").html(""); $(".infosServices .date-is").html("Recherche en cours..."); $(".infosServices #ProximityDiv").hide(); $(".infosServices #DivPinnedItems").hide(); var params = GetParams(index); jQuery.post(params.Url, params.Params, function(results){ DisplayResults(results, params.Params.sm); }); } window.Search = Search; function UpdateDisplay(index) { $(".infosServices .typeInfosServices .current").removeClass("current"); var lis = $(".infosServices .typeInfosServices li"); for(var i = 0 ; i < lis.length ; i++) { if(index == i) { $(lis[i]).find("a").addClass("current"); $(lis[i]).find("a").removeAttr("href"); } else { $(lis[i]).find("a").removeClass("current"); $(lis[i]).find("a").attr("href", "javascript:Search(" + i + ");"); } } switch(index) { case 0: $(".infosServices .isGoToLink").html("Voir tout le bloc-notes <span></span>"); $(".infosServices .isGoToLink").attr("href", "/infos-services/bloc-notes"); break; case 1: $(".infosServices .isGoToLink").html("Voir tous les services de garde <span></span>"); $(".infosServices .isGoToLink").attr("href", "/infos-services/services-de-garde"); break; case 2: $(".infosServices .isGoToLink").html("Voir tout l'annuaire <span></span>"); $(".infosServices .isGoToLink").attr("href", "/infos-services/annuaire"); break; } } function DisplayResults(results, searchMode) { //results var resultListByDate = $(results).find("date"); if(resultListByDate.length > 0) { $(".infosServices .date-is").html($(resultListByDate[0]).attr("value")); initialDate = $(resultListByDate[0]).attr("value"); var html = ""; $(resultListByDate).each(function(){ if($(this).attr("value") != initialDate) html += "<p class=\"date-is\">" + $(this).attr("value") + "</p>"; html += "<ul>"; $(this).find("result").each(function(){ html += "<li>"; html += "<a href=\"/infos-services/detail" + $(this).find("url").text() + "\">"; html += "<span class=\"commune-is\">" + $(this).find("locality").text() + "</span>"; html += "<span class=\"type-is\"> " + $(this).find("title").text() + "</span>"; html += "<span class=\"place-is\">" + $(this).find("place").text() + "</span>"; html += "</a>"; html += "</li>"; }); html += "</ul>"; }); $(".infosServices #Items").html(html); } else $(".infosServices .date-is").html("Aucun r茅sultat"); //proximity results var proximityResultListByDate = $(results).find("proximityDate"); if(proximityResultListByDate.length > 0) { var html = "<p class='ISproximity'>A proximit茅</p>"; $(proximityResultListByDate).each(function(){ html += "<p class=\"date-is\">" + $(this).attr("value") + "</p>"; html += "<ul>"; $(this).find("proximityResult").each(function(){ html += "<li style=\"padding-bottom:15px;\">"; html += "<a href=\"/infos-services/detail" + $(this).find("url").text() + "\">"; html += "<span class=\"commune-is\">" + $(this).find("locality").text() + "</span>"; html += "<span class=\"type-is\"> " + $(this).find("title").text() + "</span>"; html += "<span class=\"place-is\">" + $(this).find("place").text() + "</span>"; html += "</a>"; html += "</li>"; }); html += "</ul>"; }); $(html).appendTo($(".infosServices #Items")); } //pinned items $(".infosServices #DivPinnedItems > div").html(""); if(searchMode == "Annuaire" || searchMode == "Urgences") { var pinnedItems = $(results).find("pinnedResults > pinnedResult"); if(pinnedItems.length > 0) { var html = "<ul>"; $(pinnedItems).each(function(){ html += "<li>"; html += "<a href=\"/infos-services/detail" + $(this).find("url").text() + "\">"; html += "<span class=\"commune-is\">" + $(this).find("locality").text() + "</span>"; html += "<span class=\"type-is\"> " + $(this).find("title").text() + "</span>"; html += "<span class=\"place-is\">" + $(this).find("place").text() + "</span>"; html += "</a>"; html += "</li>"; }); html += "</ul>"; $(".infosServices #DivPinnedItems > div").html(html); $(".infosServices #DivPinnedItems").show(); } } } function InitDateDisplay() //toupdate { $(".infosServices .is-results").scroll(function(){ var firstDateTop = $(".infosServices .date-is").first().offset().top; var ps = $(".infosServices .date-is").not($(".date-is").first()); var dateToDisplay = initialDate; $(ps).each(function(){ if($(this).offset().top < firstDateTop + 20) dateToDisplay = $(this).html(); }); $(".infosServices .date-is").first().html(dateToDisplay); }); } function GetParams(index) { return output = { Url : $($("#HfAjaxUrl").val()).find("param[name='url']").attr("value"), Params : { op : $($("#HfAjaxUrl").val()).find("param[name='name']").attr("value"), sm : $($("#HfAjaxUrl").val()).find("param[name='sm_" + index + "']").attr("value"), ck : $($("#HfAjaxUrl").val()).find("param[name='ck_" + index + "']").attr("value"), proxck : $($("#HfAjaxUrl").val()).find("param[name='ck_PROX_" + index + "']").attr("value"), pinck : $($("#HfAjaxUrl").val()).find("param[name='ck_PIN_" + index + "']").attr("value"), cd : $($("#HfAjaxUrl").val()).find("param[name='cd']").attr("value"), qs : $($("#HfAjaxUrl").val()).find("param[name='qs']").attr("value"), lk : $($("#HfAjaxUrl").val()).find("param[name='lk']").attr("value"), rn : $($("#HfAjaxUrl").val()).find("param[name='rn']").attr("value"), co : $($("#HfAjaxUrl").val()).find("param[name='co']").attr("value") } }; } $.each(bufferScript,function(){this()});}); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10