CINXE.COM

Edition Aubenas / Privas / Vallée du Rhône

<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" > <title>Edition Aubenas / Privas / Vallée du Rhône</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.2C8046CD519911C344074EE61828DA9E.min.css' /> <script type="text/javascript">(function(){function i(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(){i(e)},5)}}}function e(n,o,r,f,s){function e(e,t,n,i){if(typeof n!=="function"){return}if(!window[o]){window[o]=[]}var a=false;if(s){a=s(e,i,n)}if(!a){window[o].push({command:e,version:t,callback:n,parameter:i})}}e.stub=true;e.stubVersion=2;function t(i){if(!window[n]||window[n].stub!==true){return}if(!i.data){return}var a=typeof i.data==="string";var e;try{e=a?JSON.parse(i.data):i.data}catch(t){return}if(e[r]){var o=e[r];window[n](o.command,o.version,function(e,t){var n={};n[f]={returnValue:e,success:t,callId:o.callId};if(i.source){i.source.postMessage(a?JSON.stringify(n):n,"*")}},o.parameter)}}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");i("__tcfapiLocator")})();</script><script type="text/javascript">(function(){(function(e){var n=document.createElement("script");n.id="spcloader";n.type="text/javascript";n["async"]=true;n.charset="utf-8";n.fetchPriority="high";var o="https://sdk.privacy-center.org/"+e+"/loader.js?target="+document.location.hostname;if(window.didomiConfig&&window.didomiConfig.user){var i=window.didomiConfig.user;var a=i.country;var c=i.region;if(a){o=o+"&country="+a;if(c){o=o+"&region="+c}}}n.src=o;var d=document.getElementsByTagName("script")[0];d.parentNode.insertBefore(n,d)})("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' : 'Edition Aubenas / Privas / Vallée du Rhône', 'dimension17' : '\"Edition Aubenas / Privas / Vallée du Rhône\"', 'dimension24' : 'Portal', 'dimension26' : 'Redac : Portail 2', 'dimension43' : 'Aubenas / Privas / Vallée du Rhône', 'content_keywords' : ['edition-aubenas-privas-vallee-du-rhone'], 'content_sections' : [], 'EditionCode' : 'WLDL07A', '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="Keywords" content="Edition Aubenas / Privas / Vallée du Rhône" > <meta name="description" content="Actualités Edition Aubenas / Privas / Vallée du Rhône : en direct, photos et vidéos. Restez informés avec Le Dauphiné Libéré" > <meta property="og:title" content="Edition Aubenas / Privas / Vallée du Rhône" > <meta name="twitter:title" content="Edition Aubenas / Privas / Vallée du Rhône" > <meta property="og:description" content="Actualités Edition Aubenas / Privas / Vallée du Rhône : en direct, photos et vidéos. Restez informés avec Le Dauphiné Libéré" > <meta name="twitter:description" content="Actualités Edition Aubenas / Privas / Vallée du Rhône : en direct, photos et vidéos. Restez informés avec Le Dauphiné Libéré" > <meta property="og:url" content="https://www.ledauphine.com/edition-aubenas-privas-vallee-du-rhone" > <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/edition-aubenas-privas-vallee-du-rhone" /> <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 Portal2Component LDL skin_white layout_default layout_unes" > <!-- 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 class="mod GWEB_cmp_alternative fadeInDown" id="CMP_alternative"> <div class="container"> <div class="col_g"> <div class="cmp_headline"> <div class="cmp_title"><p>Pour soutenir votre journalisme local, <span style="white-space:nowrap;">abonnez-vous !</span></p></div> <div class="cmp_subtitle" id="cmp_toggle"> <p>Pourquoi voyez-vous ce message ?</p> <span class="icon_arrowMenu top before"></span> </div> </div> <div class="cmp_text"><p>Vous avez choisi de refuser le dépôt de cookies, vous pouvez à tout moment <a id="cmp_changeConsent" href="javascript:Didomi.notice.show()">modifier votre choix, ici</a>.</p> <p>Le contenu de ce site est le fruit du travail de journalistes qui vous apportent chaque jour une information locale de qualité, fiable, complète, et des services en ligne innovants. Ce travail s’appuie sur les revenus complémentaires de la publicité et de l’abonnement.</p></div> </div> <div class="col_d"> <a class="cmp_subscribe btn" href="/nos-offres-abonnements" title="Je m'abonne">Je m'abonne</a> <div id="bloc_connect"> <p>D&eacute;j&agrave; abonn&eacute; ?</p> <a href="/e-services/Login" class="cmp_login" title="Connectez-vous">Connectez-vous</a> </div> </div> </div> </div><style> @media screen and (max-width: 999px) { .btd_feed-open { bottom: 56px !important; } } /* Correction détails à supprimer après MEP de Janvier Voir avec Myra */ .infosServicesList li.mea h3.infosServicesDesc{ color: #fff; } .collapse header, .collapse #header { z-index: unset; } .collapse header, .collapse #header { z-index: unset; } .collapse header .headerBottom, .collapse #header .headerBottom { z-index: 101 !important; } .collapse header .headerTopRight, .collapse #header .headerTopRight { z-index: 110; } /* Correction détails à supprimer après MEP de décembre Voir avec Jonhathan*/ body.CartFunnelComponent, body.IdentificationFunnelComponent, body.ContactFunnelComponent, body.PaymentFunnelComponent { padding-top: 0px; } .PaymentFunnelComponent #header { position: relative; } .layout_unes .EventMode .selection_abo .corps h3 a{ color: var(--invariant_white) !important; } .layout_unes .selection_abo .corps .headTitle { position: absolute; width: 100%; left: 0; top: 0; transform: translateY(-100%); aspect-ratio: unset; } .layout_unes .EventMode .selection_abo .corps .title{ position: initial; transform: none; } .MainArticleVideo .videoContent{ width:100%; } .MainArticleVideo .videoContent:has(> .consentModule.moduleHidden), .MainArticleVideo .videoContent:has(.digitekaContent) { min-height: revert; } </style><style> body[class*='Portal']:not(.layout_portail) .anthroponymblock { position: relative; padding: 2.4rem 10rem 4.8rem; border-bottom: 1px solid var(--main_discreet); } @media screen and (max-width: 1199px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock { padding: 4.8rem 2.4rem; } } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock { padding: 2.4rem 1.6rem 3.2rem; } body[class*='Portal']:not(.layout_portail) .anthroponymblock .sectionTitle { text-align: center; margin-bottom: 1.6rem; padding-bottom: 0; } body[class*='Portal']:not(.layout_portail) .anthroponymblock .sectionTitle::before { display: none; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock-background img { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: auto; height: auto; object-fit: contain; } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock-background img { display: none; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .carousel { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 0 2.6rem; z-index: 2; } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .carousel { padding: 0; gap: 8px; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people { display: grid; place-items: center; flex: 1 1 0; background: var(--main_light); border-radius: 4px; padding: 2.4rem 1.6rem; text-align: center; } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .people { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; flex-grow: initial; flex: 1 1 auto; width: 100%; padding: 1.2rem .8rem 1.2rem 1.6rem; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure { display: flex; align-items: center; justify-content: center; width: 8rem; min-width: auto; height: 8rem; margin-bottom: .4rem; border-radius: 4rem; border: 2px solid var(--main); background-color: var(--background); background-image: none; color: #FFF; overflow: hidden; } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure.has-initials { border-color: var(--main); } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure { flex-grow: 1; max-width: 8rem; height: 8rem; } } @media screen and (max-width: 360px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure { max-width: 6.4rem; height: 6.4rem; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people figure img { width: 100%; height: 100%; object-fit: cover; border-radius: 4rem; border: 1px solid var(--light_event_fond_de_page); } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people-initials { font-size: 2.8rem; font-weight: 300; line-height: 1.8rem; color: var(--color_text); } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people-name { text-align: center; } @media screen and (max-width: 999px) { body[class*='Portal']:not(.layout_portail) .anthroponymblock .people-name { flex-grow: 1; text-align: left; } } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people h3 { font-family: "Merriweather Sans Variable", "Merriweather Sans", "Lucida Grande", "Century Gothic", Arial, sans-serif; font-size: 1.6rem; font-weight: 700; line-height: 2.4rem; color: var(--light_event_text); } body[class*='Portal']:not(.layout_portail) .anthroponymblock .people .subtitle { margin-bottom: 0; font-family: "Merriweather Sans Variable", "Merriweather Sans", "Lucida Grande", "Century Gothic", Arial, sans-serif; font-size: 1.2rem; line-height: 1.8rem; color: var(--light_event_text_medium); } body[class*='Portal']:not(.layout_portail) .anthroponymblock .btn { justify-self: center; } body[class*="Portal"]:not(.layout_portail) .anthroponymblock .btn span { display: none; } </style> <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=https%3a%2f%2fwww.ledauphine.com%2fedition-aubenas-privas-vallee-du-rhone" 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> <li class="itemLevel1 "> <a href="https://www.mon-sejour-en-montagne.com/" class="titleSection "> Mon Séjour en montagne </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#SUP" title="Edition du Soir Isère" 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/c1157d1c-e18a-4375-afb6-de24fc276c77/JNU_01/edition-du-soir-isere-1739821778.jpg" alt="Edition du Soir Isère" /> </a> </div> <div class="labelWrapper"> <p class="label">Edition du Soir Isère</p> <p class="date">mar. 18/02/2025</p> <a href="/liseuse/editions-numeriques#SUP" 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> </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’assurer 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’envoi de newsletters et/ou d’offres 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’accè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 selected 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 "> Montagne <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 "> 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, '#menuHtypedChild6')" > <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, '#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="/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="https://ledauphine.com/format/data" target="_blank" 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 selected "> <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="https://c.ledauphine.com/societe/montagne" class="linkLevel2"> Toute l'actualité de la montagne </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/skichrono" class="linkLevel2"> Ski Chrono </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/skichrono/ski-alpin" class="linkLevel3">Ski alpin</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/skichrono/biathlon" class="linkLevel3">Biathlon</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/skichrono/ski-de-fond" class="linkLevel3">Ski de fond</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/jeux-olympiques/jo-hiver" class="linkLevel2"> Jeux olympiques d'hiver </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport/sport/la-candidature-francaise-aux-jeux-olympiques-d-hiver-de-2030" class="linkLevel3">Alpes françaises 2030</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/jeux-olympiques/cap-2030" class="linkLevel2"> Cap 2030, la montagne en transition </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/montagne/outlines" class="linkLevel2"> Outlines, la montagne versant outdoor </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/montagne/selection-mon-sejour-en-montagne" target="_blank" class="linkLevel2"> Mon Séjour en montagne </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/bons-plans/" target="_blank" class="linkLevel3">Bons plans</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/idees-sejours/" target="_blank" class="linkLevel3">Idées séjours</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/tutos/" target="_blank" class="linkLevel3">Tutos</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/montagne+format/galerie-photo+zone/france-monde" class="linkLevel2"> La montagne en photos </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/videos/playlist/montagne-ql53lf" class="linkLevel2"> La montagne en vidéos </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/montagne/histoires-d-en-haut" class="linkLevel2"> La montagne en podcasts </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="/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="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="/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="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> </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 selected 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 "> Montagne <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 "> 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, '#menuVtypedChild6')" > <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, '#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="/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="https://ledauphine.com/format/data" target="_blank" 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 selected "> <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 �dition 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 �dition 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="https://c.ledauphine.com/societe/montagne" class="linkLevel2">Toute l'actualité de la montagne</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/skichrono" class="linkLevel2">Ski Chrono</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/skichrono/ski-alpin" class="linkLevel3">Ski alpin</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/skichrono/biathlon" class="linkLevel3">Biathlon</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/skichrono/ski-de-fond" class="linkLevel3">Ski de fond</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/jeux-olympiques/jo-hiver" class="linkLevel2">Jeux olympiques d'hiver</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport/sport/la-candidature-francaise-aux-jeux-olympiques-d-hiver-de-2030" class="linkLevel3">Alpes françaises 2030</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/jeux-olympiques/cap-2030" class="linkLevel2">Cap 2030, la montagne en transition</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/montagne/outlines" class="linkLevel2">Outlines, la montagne versant outdoor</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/montagne/selection-mon-sejour-en-montagne" target="_blank" class="linkLevel2">Mon Séjour en montagne</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/bons-plans/" target="_blank" class="linkLevel3">Bons plans</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/idees-sejours/" target="_blank" class="linkLevel3">Idées séjours</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/tutos/" target="_blank" class="linkLevel3">Tutos</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/montagne+format/galerie-photo+zone/france-monde" class="linkLevel2">La montagne en photos</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/videos/playlist/montagne-ql53lf" class="linkLevel2">La montagne en vidéos </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/montagne/histoires-d-en-haut" class="linkLevel2">La montagne en podcasts</a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �dition 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="/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 �dition 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="/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 �dition 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 �dition 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#SUP" title="Edition du Soir Isère" 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/c1157d1c-e18a-4375-afb6-de24fc276c77/JNU_01/edition-du-soir-isere-1739821778.jpg" alt="Edition du Soir Isère" /> </a> </div> <div class="labelWrapper"> <p class="label">Edition du Soir Isère</p> <p class="date">mar. 18/02/2025</p> <a href="/liseuse/editions-numeriques#SUP" 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> <li class="itemLevel1 "> <a href="https://www.mon-sejour-en-montagne.com/" class="titleSection "> Mon Séjour en montagne </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"> <section class="section S_top"><div class="constrain"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p1d { min-height:250px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p1d { display:none; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p1d'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p1d' class='stickyPub'></div> </div> <div class="msg info redirectMessage" style="display:none"> <img data-src="https://cdn-files.prsmedia.fr/files/REDAC/images/article-introuvable.png" src="" loading="lazy" decoding="async"/> <div> <p class="title">Vous avez été redirigé</p> <p>Vous pouvez consulter ci-dessous des articles sur le même thème.</p> </div> </div></div></section> <section class="section headerPage constrain"> <h1>Edition Aubenas / Privas / Vallée du Rhône</h1> </section> <section class="section portailList2 sectionUnes sectionUnesCategory"> <section class="redacblock List_Top constrain blockUne" > <div class="GRDC_linkTags linkTags" data-position="0" data-name="Edition Aubenas / Privas / Vallée du Rhône"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://www.ledauphine.com/commune" title="Ma commune"> Ma commune </a> </li> <li ><a href="https://www.ledauphine.com/edition-drome-ardeche-sud/aubenas" title="Aubenas"> Aubenas </a> </li> <li ><a href="https://www.ledauphine.com/edition-drome-ardeche-nord-privas/privas" title="Privas"> Privas </a> </li> <li ><a href="https://www.ledauphine.com/drome/drome/des-idees-pour-vos-loisirs-en-drome-ardeche" title="Des idées pour vos loisirs"> Des idées pour vos loisirs </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <section class="List_2-1" id="ListUneMain"> <div class="col-2-1-main"> <div class="mainContentUneCat"> <article class="article article_dossier "> <div class="wrapperClickArticle"> <a href="/education/2025/02/17/college-de-jastres-fermee-deux-jours-par-semaine-la-classe-ulis-sacrifiee" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Aubenas.</span> <span>Collège de Jastres : fermée deux jours par semaine, la classe Ulis « sacrifiée »</span> <span class="flagPaid"></span></h3> </a> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> <figure> <picture> <source media="(max-width: 768px)" srcset="https://cdn-s-www.ledauphine.com/images/86F38F4B-DAE6-4FC6-A454-BE0985964F6B/REDAC_A_M/college-de-jastres-fermee-deux-jours-par-semaine-la-classe-ulis-sacrifiee-1739813429.jpg" /> <img src="https://cdn-s-www.ledauphine.com/images/86F38F4B-DAE6-4FC6-A454-BE0985964F6B/REDAC_A/college-de-jastres-fermee-deux-jours-par-semaine-la-classe-ulis-sacrifiee-1739813429.jpg" alt="" fecthpriority="high" decoding="async" width="514" height="289"/> </picture> </figure> <div class="text">Depuis le retour des vacances de Noël, la classe Ulis du collège de Jastres est fermée les lundis et vendredis car leur référente a été appelée ...</div> </div> </article> </div> <section class="pubblock constrain pub-dfp-m"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p1m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p1m { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p1m'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p1m' class='stickyPub'></div> </div> </section> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/A0C44A76-9AA3-493F-919D-A7EA06D24264/REDAC_B/salon-de-l-agriculture-ils-ont-preselectionnes-les-vins-pour-le-concours-general-agricole-1739823708.jpg" alt="Salon de l'agriculture : ils ont préselectionnés les vins pour le Concours général agricole" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/economie/2025/02/17/concours-general-agricole-les-vins-en-lice-degustes-et-preselectionnes" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Ardèche.</span> <span>Salon de l'agriculture : ils ont préselectionnés les vins pour le Concours général agricole</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/10C6D1E2-9937-4A87-BA62-BEE2FDDD9FC6/REDAC_B/c-est-de-la-folie-les-stations-de-ski-prises-d-assaut-ce-week-end-1739814771.jpg" alt="« C’est de la folie ! » : les stations de ski prises d’assaut ce week-end" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/sport/2025/02/17/borne-et-astet-les-stations-de-ski-prises-d-assaut-ce-week-end" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Montagne ardéchoise.</span> <span>« C’est de la folie ! » : les stations de ski prises d’assaut ce week-end</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div class="pub-dfp-d"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p3d { min-height:156px; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p3d { display:none; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p3d'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p3d' class='stickyPub'></div> </div> </div> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/C632C512-664D-4C9C-9D57-C7165C18BA9C/REDAC_B/desamiantage-et-curage-sur-le-site-de-la-future-cite-des-aines-1739813452.jpg" alt="Désamiantage et curage sur le site de la future Cité des aînés" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/societe/2025/02/17/desamiantage-et-curage-sur-le-site-de-la-future-cite-des-aines" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Privas.</span> <span>Désamiantage et curage sur le site de la future Cité des aînés</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <section class="pubblock constrain pub-dfp-m"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p2m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p2m { min-height:250px; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p2m'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p2m' class='stickyPub'></div> </div> </section> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/B9FC5B54-1086-488E-B80E-59D36D774A55/REDAC_B/les-travaux-de-la-place-du-jeu-de-ballon-se-poursuivent-un-chantier-a-580-000-1739813534.jpg" alt="Les travaux de la place du Jeu de Ballon se poursuivent : un chantier à 580 000 €" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/societe/2025/02/17/les-travaux-de-la-place-du-jeu-de-ballon-se-poursuivent" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Privas.</span> <span>Les travaux de la place du Jeu de Ballon se poursuivent : un chantier à 580 000 €</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div id='pub-outbrain-1d'> </div> <style> @media screen and (min-width:1000px) { #wrapper_pub-outbrain-1m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-outbrain-1m { min-height:141px; }} </style> <div id='wrapper_pub-outbrain-1m'> <div id='pub-outbrain-1m'> </div> </div> <div id="selectionAboMobile"> <div id="selectionAbo" class=""> </div> </div> <link type='text/css' rel='stylesheet' href='https://cdn-files.prsmedia.fr/files/min/fr/GJNU/css/style.338B338E637E6185B6D9E0B9AC029C53.min.css' media='screen' /><div class="mod GJNU_LiseuseDual" id="LiseuseDual"> <p class="modTitle"><span class="icon_redac" data-icon="book_kiosque"></span> Le kiosque</p> <div class="modContent"> <div class="firstProduct"> <div class="firstProductImg"><img src="https://cdn-s-www.ledauphine.com/images/c1157d1c-e18a-4375-afb6-de24fc276c77/JNU_01/edition-du-soir-isere-1739821778.jpg" loading="lazy" decoding="async"/></div> <div class="productInfos"> <p class="title">L'édition du soir du mardi 18 février 2025</p> <p class="subtitle">Edition du Soir Isère <span class="flagPaid"></span> </p> <a href="/liseuse/editions-numeriques" title="Lire le journal" class="btn">Lire le journal <span class="icon_redac" data-icon="keyboard_arrow_right"></span></a> </div> </div> <div class="secondProduct"> <div class="secondaryProductImg"><img src="https://cdn-s-www.ledauphine.com/images/0cf69143-41a3-4e22-85e0-07f32dfdc094/JNU_01/diverto-1739435651.jpg" loading="lazy" decoding="async"/></div> <a href="/liseuse/editions-numeriques#SUP" title="Voir toutes les éditions et les suppléments" class="btn">Voir toutes les éditions et les suppléments <span class="icon_redac" data-icon="keyboard_arrow_right"></span></a> </div> </div> </div> </div> <div class="col-2-1-right" id="ColUneRight"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p2d { min-height:600px; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p2d { display:none; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p2d'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p2d' class='stickyPub'></div> </div> </div> </section> <section class="List_1-2 " id="ListUneSecondary"> <div class="mod GRDC_webPoll"> <div class="voteContent"> <div class="question"><span>Votez.</span>Face aux crises extérieures, l'Europe doit :</div> <form class="pollComponent"> <div id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choices"> <div class="alert--info" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_ZoneMsg2" style="display:none;"> <span id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Msg2"></span> </div> <ul> <li> <input type="radio" value="0" name="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice_0" class="radio" /> <label for="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice_0">Trouver de nouvelles alliances</label> </li> <li> <input type="radio" value="1" name="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice_1" class="radio" /> <label for="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice_1">Compter sur l'aide des États-Unis</label> </li> <li> <input type="radio" value="2" name="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice_2" class="radio" /> <label for="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice_2">Créer une armée européenne</label> </li> <li> <input type="radio" value="3" name="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice_3" class="radio" /> <label for="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Choice_3">Se concentrer sur ses propres problèmes </label> </li> </ul> </div> <div id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Results" style="display:none;"> <div class="listOption"> <div class="option "> <div class="resconteneur"> <div style="width: 6%; height: 6%;" class="result res0" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Avc_0"></div> </div> <div class="reponse">Trouver de nouvelles alliances</div> <div class="percent" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Pct_0">6 % </div> </div> <div class="option "> <div class="resconteneur"> <div style="width: 5%; height: 5%;" class="result res1" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Avc_1"></div> </div> <div class="reponse">Compter sur l'aide des États-Unis</div> <div class="percent" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Pct_1">5 % </div> </div> <div class="option bestResult"> <div class="resconteneur"> <div style="width: 45%; height: 45%;" class="result res2" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Avc_2"></div> </div> <div class="reponse">Créer une armée européenne</div> <div class="percent" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Pct_2">45 % </div> </div> <div class="option "> <div class="resconteneur"> <div style="width: 44%; height: 44%;" class="result res3" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Avc_3"></div> </div> <div class="reponse">Se concentrer sur ses propres problèmes </div> <div class="percent" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Pct_3">44 % </div> </div> </div> </div> <div id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Compact"> <div class="blocButtons"> <a href="/politique/2025/02/17/face-aux-crises-exterieures-l-europe-doit-elle" class="btn btn-arrow"><span class="msg"> Donner mon avis</span><span class="icon_redac" data-icon="keyboard_arrow_right"></span></a> </div> </div> <div class="pollFooter"> <div id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_TotalDiv" class="total"><span id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Total">2396</span> votants</div> <div class="poll_result" style="display:none;" id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_ZoneMsg"> <span id="poll_21ca55d4b-877b-44ce-b8e2-e4757357d2c1_Msg"></span> </div> </div> </form> </div> </div> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="https://www.ledauphine.com/videos/basket-une-ambiance-nba-sur-nos-parquets-xm35zzr" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Vidéo.</span> <span>Basket : ils mettent une ambiance NBA sur les parquets de Drôme-Ardèche</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/9F6CC171-939A-43A8-BBB5-D3C034431EC4/REDAC_B/basket-ils-mettent-une-ambiance-nba-sur-les-parquets-de-drome-ardeche-1739733376.jpg" alt="Basket : ils mettent une ambiance NBA sur les parquets de Drôme-Ardèche" width="118" height="88" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div id='pub-outbrain-2d'> </div> <style> @media screen and (min-width:1000px) { #wrapper_pub-outbrain-2m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-outbrain-2m { min-height:141px; }} </style> <div id='wrapper_pub-outbrain-2m'> <div id='pub-outbrain-2m'> </div> </div> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/sport/2025/02/16/aubenas-vals-prend-un-grand-bol-d-air-frais" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Nationale 2.</span> <span>Comment le RCAV s'est offert un bol d'air face à Mâcon</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/2D6F885E-5730-4C48-87BA-92E3498DC1D1/REDAC_B/comment-le-rcav-s-est-offert-un-bol-d-air-face-a-macon-1739789120.jpg" alt="Comment le RCAV s'est offert un bol d'air face à Mâcon" width="118" height="88" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <section class="pubblock constrain pub-dfp-m"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p3m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p3m { min-height:140px; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p3m'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p3m' class='stickyPub'></div> </div> </section> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/economie/2025/02/16/pom-pom-girls-mascotte-sketchs-ils-amenent-le-show-a-l-americaine-dans-les-clubs-de-basket-locaux" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Ardèche.</span> <span>Pom-pom girls, mascotte, sketchs... Ils amènent le show à l’américaine dans les ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/F1A91EC3-9A87-4571-992F-D44AB6FFD27C/REDAC_B/pom-pom-girls-mascotte-sketchs-ils-amenent-le-show-a-l-americaine-dans-les-clubs-de-basket-locaux-1739797674.jpg" alt="Pom-pom girls, mascotte, sketchs... Ils amènent le show à l’américaine dans les clubs de basket locaux" width="118" height="88" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/economie/2025/02/16/ce-qui-compte-a-edf-c-est-la-qualification-la-filiere-nucleaire-veut-recruter-des-femmes" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Ardèche.</span> <span>« Ce qui compte à EDF, c’est la qualification » : la filière nucléaire veut ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/E7990D98-3932-4AA5-A0BF-E75B081C30FF/REDAC_B/ce-qui-compte-a-edf-c-est-la-qualification-la-filiere-nucleaire-veut-recruter-des-femmes-1739728529.jpg" alt="« Ce qui compte à EDF, c’est la qualification » : la filière nucléaire veut recruter des femmes" width="118" height="88" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div id='pub-outbrain-3d'> </div> </section> <script type="text/javascript"> /* ========================================================================== Selection abonnés des Une ========================================================================== */ function selectionAboResponsive() { if(needRecalculationOfViewport){ viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; needRecalculationOfViewport = false; } if (viewPortWidth < 1000) { var selectionAbo = document.getElementById('selectionAbo'); var selectionAboMobile = document.getElementById('selectionAboMobile'); if (selectionAbo && selectionAboMobile && selectionAboMobile.childElementCount === 0) { selectionAboMobile.appendChild(selectionAbo); } } else if (viewPortWidth > 999) { var selectionAbo = document.getElementById('selectionAbo'); var selectionAboDesktop = document.getElementById('selectionAboDesktop'); if (selectionAbo && selectionAboDesktop && selectionAboDesktop.childElementCount === 0) { selectionAboDesktop.appendChild(selectionAbo); } } } selectionAboResponsive(); window.addEventListener("resize", debounce(async function (e) { needRecalculationOfViewport = true; selectionAboResponsive(); }, 500)); /* ========================================================================== Colonne Une Right Responsive ========================================================================== */ let alreadyInMobileColUne = false; let alreadyInDesktopColUne = false; function colUneRightResponsive() { if(needRecalculationOfViewport){ viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; needRecalculationOfViewport = false; } if (alreadyInMobileColUne == false && viewPortWidth < 1000) { alreadyInMobileColUne = true; alreadyInDesktopColUne = false; var colUneRight = document.getElementById('ColUneRight'); var listUneSecondary = document.getElementById('ListUneSecondary'); if (colUneRight && ListUneSecondary) { listUneSecondary.appendChild(colUneRight); } } else if (alreadyInDesktopColUne == false && viewPortWidth > 999) { alreadyInMobileColUne = false; alreadyInDesktopColUne = true; var colUneRight = document.getElementById('ColUneRight'); var listUneMain = document.getElementById('ListUneMain'); if (listUneMain && colUneRight) { listUneMain.appendChild(colUneRight); } } } colUneRightResponsive(); window.addEventListener("resize", debounce(async function(e){ needRecalculationOfViewport = true; colUneRightResponsive(); }, 500)); </script> <a href="/edition-aubenas-privas-vallee-du-rhone?page=2" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="cmsblock List_1 constrain blockUne" data-column="1" > <link type='text/css' rel='stylesheet' href='https://cdn-files.prsmedia.fr/files/min/fr/GSPT/css/style.8517BE94E5389FED34C0F09770DC135D.min.css' /> <div id="Ligue 2 - classement" class="mod GSPT_calendarRankResult football"> <p class="entete">Football - Ligue 2</p> <div class="modContent"> <ul> <li class="btnCalendarPlugin UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-resultats">Résultats</li> <li class="btnRankingPlugin selected UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-classement">Classement</li> </ul> <div class="panelGSPT calendarPlugin "> <div class="currentDay"> Journée 23 </div> <div class="calendarResult"> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">vendredi 14 février 2025</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a> </td> <td class="scoreData"> 3 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/laval">Laval</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/amiens">Amiens</a> </td> <td class="scoreData"> 1 - 4 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/grenoble">Grenoble</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/clermont">Clermont</a> </td> <td class="scoreData"> 1 - 1 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/pau">Pau</a> </td> <td class="scoreData"> 0 - 5 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/rodez">Rodez</a> </td> </tr> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/red-star">Red Star</a> </td> <td class="scoreData"> 1 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/martigues">Martigues</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/troyes">Troyes</a> </td> <td class="scoreData"> 0 - 1 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/lorient">Lorient</a> </td> </tr> </tbody> </table> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">samedi 15 février 2025</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/dunkerque">Dunkerque</a> </td> <td class="scoreData"> 1 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/paris-fc">Paris FC</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/guingamp">Guingamp</a> </td> <td class="scoreData"> 0 - 3 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/fc-metz">FC Metz</a> </td> </tr> </tbody> </table> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">lundi 17 février 2025</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/annecy">Annecy</a> </td> <td class="scoreData"> 1 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/caen">Caen</a> </td> </tr> </tbody> </table> </div> <div class="viewFullCalendar"> <a href="/sport/calendrier-resultats/football/national-ligue-2" class=" UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-tous-les-resultats">Tous les résultats</a> </div> </div> <div class="panelGSPT rankingPlugin selected"> <div id="rankTable"> <table cellpadding="0" cellspacing="0" style="table-layout:auto;"> <thead> <tr> <th class="tc" colspan="5">Général</th> </tr> <tr> <th class="tc" colspan="2">Classement</th> <th class="tc" title="Nombre de points">Pts.</th> <th class="tc" title="Nombre de matchs joués">J</th> <th class="tc" title="Différence de buts (buts marqués - but encaissés)">Diff.</th> </tr> </thead> <tbody> <tr> <td class="tr" style="width:10%;"><b>1.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/lorient">Lorient</a></td> <td>49</td> <td>23</td> <td>19</td> </tr> <tr> <td class="tr" style="width:10%;"><b>2.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/fc-metz">FC Metz</a></td> <td>44</td> <td>23</td> <td>21</td> </tr> <tr> <td class="tr" style="width:10%;"><b>3.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/paris-fc">Paris FC</a></td> <td>43</td> <td>23</td> <td>14</td> </tr> <tr> <td class="tr" style="width:10%;"><b>4.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/dunkerque">Dunkerque</a></td> <td>42</td> <td>23</td> <td>8</td> </tr> <tr> <td class="tr" style="width:10%;"><b>5.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/annecy">Annecy</a></td> <td>39</td> <td>23</td> <td>3</td> </tr> <tr> <td class="tr" style="width:10%;"><b>6.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/guingamp">Guingamp</a></td> <td>38</td> <td>23</td> <td>10</td> </tr> <tr> <td class="tr" style="width:10%;"><b>7.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/laval">Laval</a></td> <td>34</td> <td>23</td> <td>7</td> </tr> <tr> <td class="tr" style="width:10%;"><b>8.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/grenoble">Grenoble</a></td> <td>34</td> <td>23</td> <td>2</td> </tr> <tr> <td class="tr" style="width:10%;"><b>9.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a></td> <td>31</td> <td>23</td> <td>6</td> </tr> <tr> <td class="tr" style="width:10%;"><b>10.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/pau">Pau</a></td> <td>29</td> <td>23</td> <td>-6</td> </tr> <tr> <td class="tr" style="width:10%;"><b>11.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/amiens">Amiens</a></td> <td>29</td> <td>23</td> <td>-11</td> </tr> <tr> <td class="tr" style="width:10%;"><b>12.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/troyes">Troyes</a></td> <td>27</td> <td>23</td> <td>-1</td> </tr> <tr> <td class="tr" style="width:10%;"><b>13.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a></td> <td>27</td> <td>23</td> <td>-9</td> </tr> <tr> <td class="tr" style="width:10%;"><b>14.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/rodez">Rodez</a></td> <td>26</td> <td>23</td> <td>0</td> </tr> <tr> <td class="tr" style="width:10%;"><b>15.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/red-star">Red Star</a></td> <td>26</td> <td>23</td> <td>-15</td> </tr> <tr> <td class="tr" style="width:10%;"><b>16.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/clermont">Clermont</a></td> <td>25</td> <td>23</td> <td>-7</td> </tr> <tr> <td class="tr" style="width:10%;"><b>17.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/martigues">Martigues</a></td> <td>18</td> <td>23</td> <td>-25</td> </tr> <tr> <td class="tr" style="width:10%;"><b>18.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/caen">Caen</a></td> <td>15</td> <td>23</td> <td>-16</td> </tr> </tbody> </table> </div> <div class="viewFullRanking"> <a href="/sport/classement/football/national-ligue-2" class="UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-tout-le-classement">Tout le classement</a> </div> </div> </div> </div> <div id="Ligue 2 calendrier" class="mod GSPT_calendarRankResult football"> <p class="entete">Football - Ligue 2</p> <div class="modContent"> <ul> <li class="btnCalendarPlugin selected UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-resultats">Résultats</li> <li class="btnRankingPlugin UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-classement">Classement</li> </ul> <div class="panelGSPT calendarPlugin selected"> <div class="currentDay"> Journée 23 </div> <div class="calendarResult"> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">vendredi 14 février 2025</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a> </td> <td class="scoreData"> 3 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/laval">Laval</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/amiens">Amiens</a> </td> <td class="scoreData"> 1 - 4 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/grenoble">Grenoble</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/clermont">Clermont</a> </td> <td class="scoreData"> 1 - 1 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/pau">Pau</a> </td> <td class="scoreData"> 0 - 5 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/rodez">Rodez</a> </td> </tr> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/red-star">Red Star</a> </td> <td class="scoreData"> 1 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/martigues">Martigues</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/troyes">Troyes</a> </td> <td class="scoreData"> 0 - 1 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/lorient">Lorient</a> </td> </tr> </tbody> </table> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">samedi 15 février 2025</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/dunkerque">Dunkerque</a> </td> <td class="scoreData"> 1 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/paris-fc">Paris FC</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/guingamp">Guingamp</a> </td> <td class="scoreData"> 0 - 3 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/fc-metz">FC Metz</a> </td> </tr> </tbody> </table> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">lundi 17 février 2025</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/annecy">Annecy</a> </td> <td class="scoreData"> 1 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/caen">Caen</a> </td> </tr> </tbody> </table> </div> <div class="viewFullCalendar"> <a href="/sport/calendrier-resultats/football/national-ligue-2" class=" UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-tous-les-resultats">Tous les résultats</a> </div> </div> <div class="panelGSPT rankingPlugin "> <div id="rankTable"> <table cellpadding="0" cellspacing="0" style="table-layout:auto;"> <thead> <tr> <th class="tc" colspan="5">Général</th> </tr> <tr> <th class="tc" colspan="2">Classement</th> <th class="tc" title="Nombre de points">Pts.</th> <th class="tc" title="Nombre de matchs joués">J</th> <th class="tc" title="Différence de buts (buts marqués - but encaissés)">Diff.</th> </tr> </thead> <tbody> <tr> <td class="tr" style="width:10%;"><b>1.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/lorient">Lorient</a></td> <td>49</td> <td>23</td> <td>19</td> </tr> <tr> <td class="tr" style="width:10%;"><b>2.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/fc-metz">FC Metz</a></td> <td>44</td> <td>23</td> <td>21</td> </tr> <tr> <td class="tr" style="width:10%;"><b>3.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/paris-fc">Paris FC</a></td> <td>43</td> <td>23</td> <td>14</td> </tr> <tr> <td class="tr" style="width:10%;"><b>4.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/dunkerque">Dunkerque</a></td> <td>42</td> <td>23</td> <td>8</td> </tr> <tr> <td class="tr" style="width:10%;"><b>5.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/annecy">Annecy</a></td> <td>39</td> <td>23</td> <td>3</td> </tr> <tr> <td class="tr" style="width:10%;"><b>6.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/guingamp">Guingamp</a></td> <td>38</td> <td>23</td> <td>10</td> </tr> <tr> <td class="tr" style="width:10%;"><b>7.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/laval">Laval</a></td> <td>34</td> <td>23</td> <td>7</td> </tr> <tr> <td class="tr" style="width:10%;"><b>8.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/grenoble">Grenoble</a></td> <td>34</td> <td>23</td> <td>2</td> </tr> <tr> <td class="tr" style="width:10%;"><b>9.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a></td> <td>31</td> <td>23</td> <td>6</td> </tr> <tr> <td class="tr" style="width:10%;"><b>10.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/pau">Pau</a></td> <td>29</td> <td>23</td> <td>-6</td> </tr> <tr> <td class="tr" style="width:10%;"><b>11.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/amiens">Amiens</a></td> <td>29</td> <td>23</td> <td>-11</td> </tr> <tr> <td class="tr" style="width:10%;"><b>12.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/troyes">Troyes</a></td> <td>27</td> <td>23</td> <td>-1</td> </tr> <tr> <td class="tr" style="width:10%;"><b>13.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a></td> <td>27</td> <td>23</td> <td>-9</td> </tr> <tr> <td class="tr" style="width:10%;"><b>14.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/rodez">Rodez</a></td> <td>26</td> <td>23</td> <td>0</td> </tr> <tr> <td class="tr" style="width:10%;"><b>15.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/red-star">Red Star</a></td> <td>26</td> <td>23</td> <td>-15</td> </tr> <tr> <td class="tr" style="width:10%;"><b>16.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/clermont">Clermont</a></td> <td>25</td> <td>23</td> <td>-7</td> </tr> <tr> <td class="tr" style="width:10%;"><b>17.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/martigues">Martigues</a></td> <td>18</td> <td>23</td> <td>-25</td> </tr> <tr> <td class="tr" style="width:10%;"><b>18.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/caen">Caen</a></td> <td>15</td> <td>23</td> <td>-16</td> </tr> </tbody> </table> </div> <div class="viewFullRanking"> <a href="/sport/classement/football/national-ligue-2" class="UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-tout-le-classement">Tout le classement</a> </div> </div> </div> </div> </section> <section class="newsletterblock List_1 constrain blockUne" > <div class="mod GRDC_newsletters"> <form method="post" id="1subscriptionForm" action="/newsletters/subscribe"> <div class="nwl-illustration simple"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/41639D4C-B61E-49E4-AFCD-7E0DC2A98094/NEWL_ModelPicture/nwl-matinale-avignon-1668437874.jpg" alt="NWL Matinale Avignon" /> </figure> </div> <div class="nl_infos"> <p class="nwl-title"> <span>Newsletter. </span> La matinale | Avignon et Vaucluse, Drôme et Ardèche, France et monde </p> <div class="nwl-description"> <span class="nwl-frequency">Tous les matins. </span> <p>L'essentiel&nbsp;de l'info dans la Dr&ocirc;me, en Ard&egrave;che, le Vaucluse, en France et dans le monde</p></div> <div class="email_wrapper"> <div class="field email nonConnecte"> <input class="inputField" type="email" id="1nwl-login" name="email" placeholder="Saisissez votre e-mail" /> </div> <div id="1nwl-button" class="modalBlocButtons"> <input id="1nwl-modelkey" type="hidden" name="modelkey" value="c539f3a7-31f4-4a6d-af8e-d3d6765f7c72" /> <input type="submit" id="GFWKCAPTCHACheckINPUT1subscriptionForm" class="btn subscribe_btn" value="S'inscrire" name="c539f3a7-31f4-4a6d-af8e-d3d6765f7c72"/> <style type="text/css"> .noteReCaptcha { line-height: 3rem; font-size: 1.1rem; color: gray; } </style> <style type="text/css"> 1subscriptionForm > .grecaptcha-badge { visibility: hidden; } </style> <a class="btn" id="1aNewsLetterAlert" href="/espace-personnel/gerer-mes-newsletters" style="display: none;">Voir mes newsletters</a> <div id="1nwl-completionnotice" class="alert--success" style="display:none">Ca y est ! Vous êtes inscrit</div> </div> </div> <div class="protection_infos"> Peut contenir des publicités. <a href="/protection-des-donnees">Protection des données</a> </div> </div> </form> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="blockMedia"> <div class="List-heading"> <h2 class="sectionTitle"> <span>Sélection de la rédaction</span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="3" data-name="Sélection de la rédaction"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="/format/galerie-photo" title=" 📸 Diaporamas"> 📸 Diaporamas </a> </li> <li ><a href="https://www.ledauphine.com/videos" title="🎥 Vidéos"> 🎥 Vidéos </a> </li> <li ><a href="https://c.ledauphine.com/format/podcast" title="🎤 Podcasts"> 🎤 Podcasts </a> </li> <li ><a href="https://c.ledauphine.com/format/long-format" title="📜 Longs formats"> 📜 Longs formats </a> </li> <li ><a href="https://c.ledauphine.com/format/data" title="📈 Data"> 📈 Data </a> </li> <li ><a href="https://www.ledauphine.com/actualite/le-web-remonte-le-temps" title="🎞️ Nos archives photos"> 🎞️ Nos archives photos </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <div class="list_media"> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/2B2BBCB4-69D8-40D9-B24A-F907B6CB8046/REDAC_S/cette-piste-cyclable-est-indispensable-pour-nous-tous-apres-la-crue-du-17-octobre-2024-la-via-fluvia-retrouve-son-eclat-1739818705.jpg" alt="« Cette piste cyclable est indispensable pour nous tous » : après la crue du 17 octobre 2024, la Via Fluvia retrouve son éclat" width="216" height="164"/> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_dossier"></span><span class="nom_format">Dossier</span></p> <a href="/environnement/2025/02/17/cette-piste-cyclable-est-indispensable-pour-nous-tous-apres-la-crue-du-17-octobre-2024-la-via-fluvia-retrouve-son-eclat" class="mainLink"><h3 class="titleArticle">« Cette piste cyclable est indispensable pour nous tous » : après la crue du 17 octobre 2024, la Via Fluvia retrouve son éclat <span class="flagPaid"></span></h3></a> <div class="article_info">"Intempéries du 17 octobre 2024 en Ardèche : &quot;du jamais vu&quot;"</div> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/C1074B4D-2F0C-42A0-A2CB-6B008F1F40EC/REDAC_S/une-ambiance-digne-de-la-nba-sur-le-parquet-d-aubenas-1739797674.jpg" alt="Une ambiance digne de la NBA sur le parquet d’Aubenas" width="216" height="164"/> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_galerie"></span><span class="nom_format">En images</span></p> <a href="/sport/2025/02/16/basket-une-ambiance-digne-de-la-nba-sur-le-parquet-d-aubenas" class="mainLink"><h3 class="titleArticle">Une ambiance digne de la NBA sur le parquet d’Aubenas </h3></a> <p class="article_info">16 photos</p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/E0641583-B92F-4FFB-9B9C-F8D639A4917C/REDAC_S/on-voit-le-mont-blanc-la-foule-sur-le-mont-mezenc-apres-les-chutes-de-neige-abondantes-1739632276.jpg" alt="« On voit le mont Blanc ! » : la foule sur le mont Mézenc après les chutes de neige abondantes" width="216" height="164"/> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_galerie"></span><span class="nom_format">En images</span></p> <a href="/environnement/2025/02/16/on-voit-le-mont-blanc-la-foule-sur-le-mont-mezenc-apres-les-chutes-de-neige-abondantes" class="mainLink"><h3 class="titleArticle">« On voit le mont Blanc ! » : la foule sur le mont Mézenc après les chutes de neige abondantes </h3></a> <p class="article_info">51 photos</p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/5E815F3B-760F-4586-AECE-A3EA94B0DD7D/REDAC_S/igloos-raquettes-course-et-concerts-le-foyer-de-ski-de-sainte-eulalie-celebre-son-50e-hiver-1739645135.jpg" alt="Igloos, raquettes, course et concerts : le foyer de ski de Sainte-Eulalie célèbre son 50e hiver" width="216" height="164"/> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_galerie"></span><span class="nom_format">En images</span></p> <a href="/societe/2025/02/15/igloos-raquettes-course-et-concerts-le-foyer-de-ski-de-sainte-eulalie-celebre-son-50e-hiver" class="mainLink"><h3 class="titleArticle">Igloos, raquettes, course et concerts : le foyer de ski de Sainte-Eulalie célèbre son 50e hiver </h3></a> <p class="article_info">14 photos</p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/format/selection-de-la-redaction-07" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </div> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p4 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p4 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p4'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p4' class='stickyPub'></div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/sport+ardeche" class="">Le sport en Ardèche</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="5" data-name="Le sport en Ardèche"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://www.ledauphine.com/sport/calendrier-resultats/football/national-ligue-1" title="Résultats et classements"> Résultats et classements </a> </li> <li ><a href="https://www.ledauphine.com/sport/football" title="Football"> Football </a> </li> <li ><a href="https://www.ledauphine.com/sport/cyclisme" title="Cyclisme"> Cyclisme </a> </li> <li ><a href="https://www.ledauphine.com/sport/rugby" title="Rugby"> Rugby </a> </li> <li ><a href="https://www.ledauphine.com/sport/hockey-sur-glace" title="Hockey sur glace"> Hockey sur glace </a> </li> <li ><a href="https://c.ledauphine.com/sport/piste-noire-le-podcast-des-recits-meconnus-des-sports-d-hiver" title="🎧 &quot;Piste Noire&quot;"> 🎧 &quot;Piste Noire&quot; </a> </li> <li ><a href="https://www.ledauphine.com/skichrono" title="SkiChrono"> SkiChrono </a> </li> <li ><a href="https://www.ledauphine.com/sport/handball" title="Handball"> Handball </a> </li> </ul> <div class="nextLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_right"></i></div> </div> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/C393F93B-93CF-4A02-896C-2022205DCEE1/REDAC_S/sept-essais-46-points-d-ecart-une-premiere-ligne-dominante-annonay-etrille-agde-1739744670.jpg" alt="Sept essais, 46 points d'écart, une première ligne dominante... Annonay étrille Agde" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/sport/2025/02/16/annonay-largement-superieur" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Rugby - Fédérale 1.</span> <span>Sept essais, 46 points d'écart, une première ligne dominante... Annonay étrille Agde</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2025/02/16/revivez-en-images-la-victoire-de-l-olympique-de-valence-a-rhone-vallees" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">En images.</span> <span>Football : revivez la victoire de l’Olympique de Valence face à Rhône-Vallées en ...</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <style> #wrapper_pub-dfp-p3bis { min-height:140px; } </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p3bis'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p3bis' class='stickyPub'></div> </div> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2025/02/15/pourtant-seduisant-aubenas-reste-un-peu-court-contre-beaujolais-basket" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Basket-ball - Trophée Coupe de ...</span> <span>« On n’a pas à rougir » : Aubenas sort la tête haute face au Beaujolais Basket</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2025/02/15/la-passe-de-deux-pour-le-rcav" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Nationale 2.</span> <span>Le RCAV a-t-il les moyens de réaliser la passe de deux face à Mâcon ?</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/sport+ardeche" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p5 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p5 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p5'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p5' class='stickyPub'></div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/culture-loisirs+ardeche" class="">Les sorties et loisirs en Ardèche</a> </span> </h2> </div> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/7AA44324-9272-4D63-9A1C-278B712C4490/REDAC_S/decouvrez-le-palmares-de-la-42e-edition-du-festival-du-premier-film-1739735977.jpg" alt="Découvrez le palmarès de la 42e édition du Festival du premier film" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/culture-loisirs/2025/02/16/decouvrez-le-palmares-de-la-42e-edition-du-festival-du-premier-film" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Ardèche.</span> <span>Découvrez le palmarès de la 42e édition du Festival du premier film</span> </h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/culture-loisirs/2025/02/16/nos-idees-de-sortie-de-la-semaine" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Tournon-sur-Rhône.</span> <span>Théâtre, concert, Salon des vins,... nos idées de sortie de la semaine</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/D1EB4986-529B-4A32-9038-7B21B3DC96DC/REDAC_B/theatre-concert-salon-des-vins-nos-idees-de-sortie-de-la-semaine-1739728707.jpg" alt="Théâtre, concert, Salon des vins,... nos idées de sortie de la semaine" width="118" height="88" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/culture-loisirs/2025/02/16/je-ne-me-decourage-pas-je-sais-qu-il-faudra-du-temps-yvonne-leclere-se-bat-pour-sauver-le-patrimoine-en-peril" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Viviers.</span> <span>« Je ne me décourage pas, je sais qu’il faudra du temps », Yvonne Leclère se bat ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/9BA25EB1-0CCA-41D5-910E-EA3A59A5DE9D/REDAC_B/je-ne-me-decourage-pas-je-sais-qu-il-faudra-du-temps-yvonne-leclere-se-bat-pour-sauver-le-patrimoine-en-peril-1739730602.jpg" alt="« Je ne me décourage pas, je sais qu’il faudra du temps », Yvonne Leclère se bat pour sauver le patrimoine en péril" width="118" height="88" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/culture-loisirs/2025/02/15/sahra-halgan-a-la-presqu-ile-le-21-fevrier" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Annonay.</span> <span>Sahra Halgan à la Presqu’île, le 21 février</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/magazine-cuisine-et-vins/2025/02/13/au-four-a-bois-et-aux-fourneaux-avec-l-auberge-de-boffres" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Ardèche.</span> <span>À l’Auberge de Boffres, l'art de la cuisson au feu de bois : « Ça donne une ...</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/culture-loisirs+ardeche" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="cmsblock List_1 constrain blockUne" data-column="3" > <style type="style/css"> .mod .title, .aroundTown .title, .aroundTown input[type=text] { margin: 0 !important;} </style> <div class="mod aroundTown"> <div class="title">Trouver l'info de ma ville, ma commune...</div> <div class="btSearchTown"><input class="text searchCommune2" type="text" /> <input 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=" type="image" value="Ok" /></div> <!---- div class="GRDC_linkTags"> <div class="prevLinkTags"><em class="icon_redac"> </em></div> <ul class="linkTagsList"> <li><a title="Grenoble" href="/edition-grenoble-agglomeration/grenoble">Grenoble</a></li> <li><a title="Annecy" href="/edition-annecy-rumilly-les-aravis/annecy">Annecy</a></li> <li><a title="Chambéry" href="../edition-chambery-aix-les-bains/chambery">Chambéry</a></li> <li><a title="Avignon" href="/edition-provencale/avignon">Avignon</a></li> <li><a title="Valence" href="/edition-valence-rhone-crussol-vallee-de-la-drome/valence">Valence</a></li> <li><a title="Roman-sur-Isère" href="/edition-romans-nord-drome/romans-sur-isere">Roman-sur-Isère</a></li> <li><a title="Vienne" href="/edition-vienne-roussillon/vienne">Vienne</a></li> <li><a title="Anemasse" href="/edition-grand-geneve-chablais-ain/annemasse">Annemasse</a></li> <li><a title="Bourgoin" href="/edition-bourgoin-jallieu-nord-dauphine/bourgoin-jallieu">Bourgoin-Jallieu</a></li> <li><a title="Echirolles" href="/edition-grenoble-agglomeration/echirolles">Echirolles</a></li> <li><a title="Voiron" href="/edition-voiron-saint-marcellin/voiron">Voiron</a></li> <li><a title="Privas" href="/edition-aubenas-privas-vallee-du-rhone/privas">Privas</a></li> <li><a title="Gap" href="/edition-hautes-alpes-alpes-de-haute-provence/gap">Gap</a></li> <li><a title="Briançon" href="/edition-hautes-alpes-alpes-de-haute-provence/briancon">Briançon</a></li> </ul ----> <div class="nextLinkTags"><em class="icon_redac"> </em></div> </div> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p6 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p6 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p6'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p6' class='stickyPub'></div> </div> </section> <section class="carnetblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span>Carnet du jour</span> </h2> </div> <div class="List_home List_carnet"> <h3 class="typeCarnetTitle" data-col="col1">Naissance</h3> <article class="article article-row" data-col="col1"> <div class="wrapperClickArticle"> <a href="/societe/2025/02/07/etat-civil-giry" class="article_content" > <h3 class="titleArticle"><span>État civil</span> <span class="flagPaid"></span></h3> <div class="headline"></div> <div class="infoContent"><span class="publish">12 février 2025</span></div> </a> </div> </article> <article class="article article-row" data-col="col1"> <div class="wrapperClickArticle"> <a href="/societe/2025/02/02/charly" class="article_content" > <h3 class="titleArticle"><span>Charly</span> </h3> <div class="headline">Aizac</div> <div class="infoContent"><span class="publish">03 février 2025</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/66B1632B-CB92-4951-ABE7-7410A4C98E95/REDAC_B/charly-1738615514.jpg" alt="Charly" /> </figure> </div> </article> <article class="article article-row" data-col="col1"> <div class="wrapperClickArticle"> <a href="/societe/2025/02/03/mathis" class="article_content" > <h3 class="titleArticle"><span>Mathis</span> <span class="flagPaid"></span></h3> <div class="headline">Chazeaux</div> <div class="infoContent"><span class="publish">03 février 2025</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/D3AA5940-087D-4D15-BA6C-3F4ABD634524/REDAC_B/mathis-1738612994.jpg" alt="Mathis" /> </figure> </div> </article> <a href="/carnet-du-jour/naissance+edition-aubenas-privas-vallee-du-rhone" class="btn btn-arrow" title='Voir toutes les naissances' data-col="col1"> Voir toutes les naissances<i class="icon_redac" data-icon="keyboard_arrow_right"></i> </a> <h3 class="typeCarnetTitle" data-col="col2">Mariage</h3> <article class="article article-row" data-col="col2"> <div class="wrapperClickArticle"> <a href="/societe/2025/02/09/vive-les-maries-retrouvez-les-premiers-mariages-de-2025-en-drome-ardeche" class="article_content" > <h3 class="titleArticle"><span>Vive les mariés ! Retrouvez les premiers mariages de 2025 en Drôme-Ardèche</span> </h3> <div class="headline">En images</div> <div class="infoContent"><span class="publish">09 février 2025</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/589A5FC5-E90D-4916-925B-C1832433F465/REDAC_B/vive-les-maries-retrouvez-les-premiers-mariages-de-2025-en-drome-ardeche-1737580822.jpg" alt="Vive les mariés ! Retrouvez les premiers mariages de 2025 en Drôme-Ardèche" /> </figure> </div> </article> <article class="article article-row" data-col="col2"> <div class="wrapperClickArticle"> <a href="/societe/2025/01/25/eva-et-laurent" class="article_content" > <h3 class="titleArticle"><span>Eva et Laurent</span> </h3> <div class="headline">Saint-Germain</div> <div class="infoContent"><span class="publish">25 janvier 2025</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/537EA9B2-AA17-4A0D-9A8C-630FF144B628/REDAC_B/eva-et-laurent-1737838863.jpg" alt="Eva et Laurent" /> </figure> </div> </article> <article class="article article-row" data-col="col2"> <div class="wrapperClickArticle"> <a href="/societe/2025/01/25/karine-et-ronald" class="article_content" > <h3 class="titleArticle"><span>Karine et Ronald</span> <span class="flagPaid"></span></h3> <div class="headline">Montréal</div> <div class="infoContent"><span class="publish">25 janvier 2025</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/E5FA67DF-BA85-4DEA-B918-641CE380C2D8/REDAC_B/karine-et-ronald-1737838864.jpg" alt="Karine et Ronald" /> </figure> </div> </article> <a href="/carnet-du-jour/mariage+edition-aubenas-privas-vallee-du-rhone" class="btn btn-arrow" title='Voir tous les mariages' data-col="col2"> Voir tous les mariages<i class="icon_redac" data-icon="keyboard_arrow_right"></i> </a> <h3 class="typeCarnetTitle" data-col="col3">Nécrologie</h3> <article class="article article-row" data-col="col3"> <div class="wrapperClickArticle"> <a href="/societe/2025/02/17/claude-bertrand" class="article_content" > <h3 class="titleArticle"><span>Claude Bertrand</span> <span class="flagPaid"></span></h3> <div class="headline">LABASTIDE DE VIRAC</div> <div class="infoContent"><span class="publish">17 février 2025</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/350B1F6B-A756-47C3-92C4-699AB01317CF/REDAC_B/claude-bertrand-1739814684.jpg" alt="Claude Bertrand" /> </figure> </div> </article> <article class="article article-row" data-col="col3"> <div class="wrapperClickArticle"> <a href="/culture-loisirs/2025/02/16/bernard-pangon" class="article_content" > <h3 class="titleArticle"><span>Bernard Pangon</span> </h3> <div class="headline">Bourg-Saint-Andéol</div> <div class="infoContent"><span class="publish">16 février 2025</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/90F23DC2-10BC-4D02-A802-DE6082320459/REDAC_B/bernard-pangon-1739732657.jpg" alt="Bernard Pangon" /> </figure> </div> </article> <article class="article article-row" data-col="col3"> <div class="wrapperClickArticle"> <a href="/societe/2025/02/13/roland-vignal" class="article_content" > <h3 class="titleArticle"><span>Roland Vignal</span> </h3> <div class="headline">Gluiras</div> <div class="infoContent"><span class="publish">13 février 2025</span></div> </a> </div> </article> <a href="/carnet-du-jour/necrologie+edition-aubenas-privas-vallee-du-rhone" class="btn btn-arrow" title='Voir toutes les nécrologies' data-col="col3"> Voir toutes les nécrologies<i class="icon_redac" data-icon="keyboard_arrow_right"></i> </a> </div> </section> <section class="cmsblock List_1 constrain blockUne" data-column="2" > </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p7 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p7 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p7'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p7' class='stickyPub'></div> </div> </section> <div class="pager"> <div class="main_pager"> <a class="selected">1</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=2">2</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=3">3</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=4">4</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=5">5</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=6">6</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=7">7</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=8">8</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=9">9</a> <a title="Page suivante" href="/edition-aubenas-privas-vallee-du-rhone?page=2" rel="next" class="icon_arrowBig right after"></a> <!--a title="Dernière page" href="/edition-aubenas-privas-vallee-du-rhone?page=100" class="icon_arrow after"></a --> </div> <div class = "secondary_pager"> <a href="/edition-aubenas-privas-vallee-du-rhone?page=10">10</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=20">20</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=30">30</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=40">40</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=50">50</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=60">60</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=70">70</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=80">80</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=90">90</a> <a href="/edition-aubenas-privas-vallee-du-rhone?page=100">100</a> </div> </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.69DAB13D19CFEBB239FEB6F3EEA4D899.min.js'></script><script src='https://cdn-files.prsmedia.fr/files/min/fr/javascript/lib/ordonnanceur.B6FAE5758541B1F603D2E4B6ECCF927B.min.js' async></script> <script> window.ORDONNANCEUR.queue.push( { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-global.5695A18FD3FBC35C1178841A5C7975C1.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/javascript/prebid9.18.0.js', family: 'advertising', name: 'prebid', async: true, defer: true}, { src: 'https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/gtrf.F533DF1E59E1755BCD5AEC8295FFCCE3.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}, { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/pollPortal.2B8EF22BE8A3832BC08E2EBF6E1D8378.min.js', family: 'firstparty', name: 'pollPortail', 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.adagio.active = true; gtrf.configuration.adagio.organizationId = '1169'; gtrf.configuration.adagio.site = 'ledauphine'; gtrf.configuration.adagio.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 = true; 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"] = ["portal2component"]; gtrf.targeting["s"] = ["edition-aubenas-privas-vallee-du-rhone"]; gtrf.targeting["k"] = ["edition-aubenas-privas-vallee-du-rhone"]; gtrf.targeting["ec"] = ["edition-aubenas-privas-vallee-du-rhone"]; gtrf.targeting["ld"] = ["07"]; gtrf.targeting["cnx"] = ["0"]; 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-p4" ,position:"p4" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p4" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481134' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'79839' , tagId:'sas_79839' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88609' , tagId:'sas_88609' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598486' } } , { bidder:'appnexus' ,params:{ placementId:'17860600' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p4' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'KqnoG4uu30' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-599086056BE1' , adUnitId:'wd-hb-stdb-ledaup-ebra-hyabjntyf3cb2' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481132' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'79839' , tagId:'sas_79839' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88610' , tagId:'sas_88610' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598436' } } , { bidder:'appnexus' ,params:{ placementId:'17860600' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p4' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'ic9v4qKJk1' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p8" ,position:"p8" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p8" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131508' , tagId:'sas_131508' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131424' , tagId:'sas_131424' } } , { bidder:'appnexus' ,params:{ placementId:'32779967' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p8' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'ddSWgSjfDR' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131508' , tagId:'sas_131508' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131425' , tagId:'sas_131425' } } , { bidder:'appnexus' ,params:{ placementId:'32779967' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p8' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'aRmzJxvKtb' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p3d" ,position:"p3" ,pubstackId:"pub-dfp-p3" ,mode:"Desktop" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p3" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:null }); gtrf.positions.push({ id:"pub-dfp-p2m" ,position:"p2" ,pubstackId:"pub-dfp-p2" ,mode:"Mobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p2" ,desktop:null ,mobile:{ sizes:[[320,100],[300,250],[300,100],[300,50]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481122' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88604' , tagId:'sas_88604' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598435' } } , { bidder:'appnexus' ,params:{ placementId:'17860545' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p2' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'Dh0HQqYVVL' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p7" ,position:"p7" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p7" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475720' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61477' , tagId:'sas_61477' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88607' , tagId:'sas_88607' } } , { bidder:'366_appnexus' ,params:{ placementId:'16053870' } } , { bidder:'appnexus' ,params:{ placementId:'17860609' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p7' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'izfFgh3xrx' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475724' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61477' , tagId:'sas_61477' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88608' , tagId:'sas_88608' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598439' } } , { bidder:'appnexus' ,params:{ placementId:'17860609' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p7' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'xw5LIDV95l' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p3bis" ,position:"p3bis" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p3bis" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'112571' , tagId:'sas_112571' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_300x250_M_p3_bis_prebid' } } , { bidder:'appnexus' ,params:{ placementId:'25165373' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p3bis' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ledauphine.com_hb_display_2' } } , { bidder:'richaudience' ,params:{ pid:'1N7OpgzfMb' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); 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/edition-aubenas-privas-vallee-du-rhone/p-1" ,desktop:null ,mobile:{ sizes:null ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-p3m" ,position:"p3" ,pubstackId:"pub-dfp-p3" ,mode:"Mobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p3" ,desktop:null ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'112570' , tagId:'sas_112570' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_300x250_M_p3_prebid' } } , { bidder:'appnexus' ,params:{ placementId:'25165372' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p3' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ledauphine.com_hb_display_1' } } , { bidder:'richaudience' ,params:{ pid:'dkNvv5ukbQ' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p5" ,position:"p5" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p5" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481140' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88611' , tagId:'sas_88611' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'16053844' } } , { bidder:'appnexus' ,params:{ placementId:'17860604' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p5' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'wkNKcLUfA2' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481138' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88612' , tagId:'sas_88612' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598437' } } , { bidder:'appnexus' ,params:{ placementId:'17860604' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p5' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'qQw8cd6LoU' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p2d" ,position:"p2" ,pubstackId:"pub-dfp-p2" ,mode:"Desktop" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p2" ,desktop:{ sizes:[[300,600],[300,250],[300,100]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481124' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88603' , tagId:'sas_88603' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'15930526' } } , { bidder:'appnexus' ,params:{ placementId:'17860545' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p2' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'uWV3utIFC7' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-599086056BE1' , adUnitId:'wd-hb-stdb-ledaup-ebra-fekxgjxb7uywd' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:null }); gtrf.positions.push({ id:"pub-dfp-p1d" ,position:"p1" ,pubstackId:"pub-dfp-p1" ,mode:"Desktop" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p1" ,desktop:{ sizes:[[1,1],[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475728' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61474' , tagId:'sas_61474' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88601' , tagId:'sas_88601' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_Billboard' } } , { bidder:'366_appnexus' ,params:{ placementId:'16053869' } } , { bidder:'appnexus' ,params:{ placementId:'17860606' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p1' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:['lXxhTq8Xf5','kNeakMzytz'] , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-599086056BE1' , adUnitId:'wd-hb-stdb-ledaup-ebra-tjdcow5z7l7bi' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:null }); gtrf.positions.push({ id:"pub-dfp-p1m" ,position:"p1" ,pubstackId:"pub-dfp-p1" ,mode:"Mobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p1" ,desktop:null ,mobile:{ sizes:['fluid',[1,1],[300,250],[320,100],[320,50],[300,100],[300,50]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475730' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61474' , tagId:'sas_61474' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88602' , tagId:'sas_88602' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_HDX' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598434' } } , { bidder:'appnexus' ,params:{ placementId:'17860606' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p1' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'2yZb9tUHO5' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-599086056BE1' , adUnitId:'9524e66b-b55d-4636-bf81-16f83c68b592' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-n1" ,position:"n1" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/n1" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-n2" ,position:"n2" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/n2" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-n3" ,position:"n3" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/n3" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-p6" ,position:"p6" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p6" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481146' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'85958' , tagId:'sas_85958' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88605' , tagId:'sas_88605' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598487' } } , { bidder:'appnexus' ,params:{ placementId:'17860607' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p6' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'asnPzhV1S8' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481144' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'85958' , tagId:'sas_85958' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88606' , tagId:'sas_88606' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598440' } } , { bidder:'appnexus' ,params:{ placementId:'17860607' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p6' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'KUeZkoQRWk' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p9" ,position:"p9" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-aubenas-privas-vallee-du-rhone/p9" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131509' , tagId:'sas_131509' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131426' , tagId:'sas_131426' } } , { bidder:'appnexus' ,params:{ placementId:'32779968' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p9' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'apGn9mIpdy' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131509' , tagId:'sas_131509' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131427' , tagId:'sas_131427' } } , { bidder:'appnexus' ,params:{ placementId:'32779968' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p9' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'BdJiQBdD4d' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'100776' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.run(); } , conditionLoad: (job)=>window.pbjs && window.gtrf}, { family: 'outbrain', name: 'outbrain', fn() {$ .getScript({url:'https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/outbrain.A4E344BE98F65AF8DA60C71C232FCE13.min.js', cache: true}, function() { outbrain.configuration.debug = false; outbrain.configuration.checkConsent = false; outbrain.configuration.firstId = false; outbrain.url = 'https://www.ledauphine.com/edition-aubenas-privas-vallee-du-rhone'; outbrain.positions.push({id:'pub-outbrain-1d',mode:'Desktop',limit:1000,desktop:'SF_1',mobile:'SF_1'}); outbrain.positions.push({id:'pub-outbrain-2m',mode:'Mobile',limit:1000,desktop:'SF_2',mobile:'SF_2'}); outbrain.positions.push({id:'pub-outbrain-2d',mode:'Desktop',limit:1000,desktop:'SF_2',mobile:'SF_2'}); outbrain.positions.push({id:'pub-outbrain-3d',mode:'Desktop',limit:1000,desktop:'SF_3',mobile:'SF_3'}); outbrain.positions.push({id:'pub-outbrain-1m',mode:'Mobile',limit:1000,desktop:'SF_1',mobile:'SF_1'}); outbrain.run(); }); } }, { family: 'firstparty', name: 'pollPortailJSInline', fn() {CallPoll2('2','1ca55d4b-877b-44ce-b8e2-e4757357d2c1'); } , conditionLoad: (job)=>window.CallPoll}, ); </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(); $(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 }); } }); $(document).ready(function () { $("#Ligue 2 - classement .btnCalendarPlugin").click(function () { if ($(this).hasClass("selected")) { return; } else { $("#Ligue 2 - classement ul li").removeClass("selected"); $(this).addClass("selected"); $("#Ligue 2 - classement .panelGSPT").removeClass("selected").hide(); $("#Ligue 2 - classement .calendarPlugin").addClass("selected").show(); } }); $("#Ligue 2 - classement .btnRankingPlugin").click(function () { if ($(this).hasClass("selected")) { return; } else { $("#Ligue 2 - classement ul li").removeClass("selected"); $(this).addClass("selected"); $("#Ligue 2 - classement .panelGSPT").removeClass("selected").hide(); $("#Ligue 2 - classement .rankingPlugin").addClass("selected").show(); } }); }); $('#refreshDay').change(function () {location.href = $('#refreshDay').val();}); $(document).ready(function () { $("#Ligue 2 calendrier .btnCalendarPlugin").click(function () { if ($(this).hasClass("selected")) { return; } else { $("#Ligue 2 calendrier ul li").removeClass("selected"); $(this).addClass("selected"); $("#Ligue 2 calendrier .panelGSPT").removeClass("selected").hide(); $("#Ligue 2 calendrier .calendarPlugin").addClass("selected").show(); } }); $("#Ligue 2 calendrier .btnRankingPlugin").click(function () { if ($(this).hasClass("selected")) { return; } else { $("#Ligue 2 calendrier ul li").removeClass("selected"); $(this).addClass("selected"); $("#Ligue 2 calendrier .panelGSPT").removeClass("selected").hide(); $("#Ligue 2 calendrier .rankingPlugin").addClass("selected").show(); } }); }); $('#refreshDay').change(function () {location.href = $('#refreshDay').val();}); $.each(bufferScript,function(){this()});}); </script> </body> </html>

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