CINXE.COM

Drôme : toute l'info locale

<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" > <title>Drôme : toute l'info locale</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' : 'Drôme', 'dimension17' : '\"Drôme\"', 'dimension24' : 'Portal', 'dimension26' : 'Redac : Portail 3', 'content_keywords' : ['drome'], 'content_sections' : [], 'RegionCode' : 'RVALLEE', '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="Drôme" > <meta name="description" content="Retrouvez les dernières actualités à Drôme et ses alentours. Restez informés avec Le Dauphiné Libéré : infos en direct, photos, vidéos." > <meta property="og:title" content="Drôme : toute l&#39;info locale" > <meta name="twitter:title" content="Drôme : toute l&#39;info locale" > <meta property="og:description" content="Retrouvez les dernières actualités à Drôme et ses alentours. Restez informés avec Le Dauphiné Libéré : infos en direct, photos, vidéos." > <meta name="twitter:description" content="Retrouvez les dernières actualités à Drôme et ses alentours. Restez informés avec Le Dauphiné Libéré : infos en direct, photos, vidéos." > <meta property="og:url" content="https://www.ledauphine.com/drome" > <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/drome" /> <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 Portal3Component 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%2fdrome" 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-1739846244.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 selected hasNum"> <a href="/drome" class="linkLevel2"> <span>26</span> Drôme </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale" class="linkLevel3">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome" class="linkLevel3">Romans / Nord Drôme</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/ardeche" class="linkLevel2"> <span>07</span> Ardèche </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone" class="linkLevel3">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche" class="linkLevel3">Annonay / Nord Ardèche</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/vaucluse" class="linkLevel2"> <span>84</span> Vaucluse </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/hautes-alpes" class="linkLevel2"> <span>05</span> Hautes-Alpes </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-provence" class="linkLevel2"> <span>04</span> Alpes-de-Haute-Provence </a> </li> <li class="itemLevel2 hasNum"> <a href="/ain" class="linkLevel2"> <span>01</span> Ain </a> </li> <li class="itemLevel2 hasNum"> <a href="/rhone" class="linkLevel2"> <span>69</span> Rhône </a> </li> <li class="itemLevel2 annul-marge hasNum"> <a href="/haute-savoie/frontaliers" class="linkLevel2"> CH Grand Genève et Suisse voisine </a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon édition favorite </a> </div> </div> </div> <div id="menuHtypedChild3" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 edition_link"> <a href="/sport" class="linkLevel2"> Toute l'actualité sportive </a> </li> <li class="itemLevel2 "> <a href="/sport/calendrier-resultats/football/national-ligue-1" class="linkLevel2"> Résultats et classements </a> </li> <li class="itemLevel2 "> <a href="/sport/football" class="linkLevel2"> Football </a> </li> <li class="itemLevel2 "> <a href="/sport/rugby" class="linkLevel2"> Rugby </a> </li> <li class="itemLevel2 "> <a href="/sport/handball" class="linkLevel2"> Handball </a> </li> <li class="itemLevel2 "> <a href="/sport/cyclisme" class="linkLevel2"> Cyclisme </a> </li> <li class="itemLevel2 "> <a href="/skichrono" class="linkLevel2"> Ski Chrono </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/skichrono/ski-alpin" class="linkLevel3">Ski alpin</a> </li> <li class="itemLevel3 "> <a href="/skichrono/biathlon" class="linkLevel3">Biathlon</a> </li> <li class="itemLevel3 "> <a href="/skichrono/freestyle" class="linkLevel3">Freestyle</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/sport/hockey-sur-glace" class="linkLevel2"> Hockey sur glace </a> </li> <li class="itemLevel2 "> <span class="linkLevel2">Dans les départements</span> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+isere" class="linkLevel3">En Isère</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+haute-savoie" class="linkLevel3">En Haute-Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+savoie" class="linkLevel3">En Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+drome" class="linkLevel3">Dans la Drôme</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+ardeche" class="linkLevel3">En Ardèche</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+hautes-alpes" class="linkLevel3">Dans les Alpes du Sud</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+vaucluse" class="linkLevel3">Dans le Vaucluse</a> </li> </ul> </li> </ul> </div> </div> <div id="menuHtypedChild4" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="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 selected hasNum"> <a href="/drome" class="linkLevel2">26 Drôme</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale" class="linkLevel3">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome" class="linkLevel3">Romans / Nord Drôme</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/ardeche" class="linkLevel2">07 Ardèche</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone" class="linkLevel3">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche" class="linkLevel3">Annonay / Nord Ardèche</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/vaucluse" class="linkLevel2">84 Vaucluse</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/hautes-alpes" class="linkLevel2">05 Hautes-Alpes</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-provence" class="linkLevel2">04 Alpes-de-Haute-Provence</a> </li> <li class="itemLevel2 hasNum"> <a href="/ain" class="linkLevel2">01 Ain</a> </li> <li class="itemLevel2 hasNum"> <a href="/rhone" class="linkLevel2">69 Rhône</a> </li> <li class="itemLevel2 annul-marge hasNum"> <a href="/haute-savoie/frontaliers" class="linkLevel2">CH Grand Genève et Suisse voisine </a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �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-1739846244.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>Drôme : toute l'info locale</h1> </section> <section class="section portailList3 sectionUnes sectionUnesCategory"> <section class="redacblock List_Top constrain blockUne" > <div class="GRDC_linkTags linkTags" data-position="0" data-name="Drôme : toute l'info locale"> <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-de-valence-au-diois/valence" title="Valence"> Valence </a> </li> <li ><a href="https://www.ledauphine.com/edition-de-valence-au-diois/romans-sur-isere" title="Romans-sur-Isère"> Romans-sur-Isère </a> </li> <li ><a href="https://www.ledauphine.com/edition-drome-ardeche-sud/montelimar" title="Montélimar"> Montélimar </a> </li> <li ><a href="https://www.ledauphine.com/edition-de-valence-au-diois/crest" title="Crest"> Crest </a> </li> <li ><a href="https://www.ledauphine.com/edition-drome-ardeche-sud/pierrelatte" title="Pierrelatte"> Pierrelatte </a> </li> <li ><a href="https://www.ledauphine.com/edition-drome-ardeche-sud/nyons" title="Nyons"> Nyons </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="/faits-divers-justice/2025/02/17/on-imagine-son-enfant-mourir-en-24-heures-tres-forte-emotion-apres-le-deces-d-un-enfant-de-3-ans-de-la-meningite" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Drôme.</span> <span>« On imagine son enfant mourir en 24 heures… » : très forte émotion après le décès d’un enfant de 3 ans de la méningite</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/B43CAE17-89AF-4B15-A1BE-93C3222FEEE1/REDAC_A_M/on-imagine-son-enfant-mourir-en-24-heures-tres-forte-emotion-apres-le-deces-d-un-enfant-de-3-ans-de-la-meningite-1739828492.jpg" /> <img src="https://cdn-s-www.ledauphine.com/images/B43CAE17-89AF-4B15-A1BE-93C3222FEEE1/REDAC_A/on-imagine-son-enfant-mourir-en-24-heures-tres-forte-emotion-apres-le-deces-d-un-enfant-de-3-ans-de-la-meningite-1739828492.jpg" alt="" fecthpriority="high" decoding="async" width="514" height="289"/> </picture> </figure> </div> <div class="dossier"> <article class="subArticleDossier"> <a href="/faits-divers-justice/2025/02/17/christel-falcone-maire-du-village-d-ou-est-originaire-le-petit-garcon-je-suis-la-pour-les-aider-autant-que-je-peux" class="article_content"> <i class="icon_redac" data-icon="arrow_right"></i> <h4 class="titleArticle"><span>Un petit garçon décédé de la méningite: &quot;Ça a été foudroyant et c’est un drame absolu&quot;</span> </h4> </a> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="subArticleDossier"> <a href="/sante/2025/02/17/un-enfant-de-3-ans-decede-de-la-meningite-dans-la-drome-c-est-quoi-cette-maladie" class="article_content"> <i class="icon_redac" data-icon="arrow_right"></i> <h4 class="titleArticle"><span>Un enfant de 3 ans décède de la méningite dans la Drôme : c’est quoi cette maladie ?</span> </h4> </a> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </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/EBF8DF72-2964-467F-A50E-B2555D443468/REDAC_B/la-dromoise-elsa-bois-et-l-influenceur-michou-annoncent-leur-separation-1739824667.jpg" alt="La Drômoise Elsa Bois et l’influenceur Michou annoncent leur séparation " loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/societe/2025/02/17/la-dromoise-elsa-bois-et-l-influenceur-michou-annoncent-leur-separation" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">People.</span> <span>La Drômoise Elsa Bois et l’influenceur Michou annoncent leur séparation </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/479FAA88-EAC9-4C83-BAB7-D01B85D3DDA6/REDAC_B/jamais-l-exercice-n-aura-ete-si-difficile-le-departement-de-la-drome-va-devoir-puiser-dans-ses-reserves-1739826307.jpg" alt="« Jamais l’exercice n’aura été si difficile » : le Département de la Drôme va devoir puiser dans ses réserves" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/economie/2025/02/17/jamais-l-exercice-n-aura-ete-si-difficile-le-departement-de-la-drome-va-devoir-puiser-dans-ses-reserves" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Politique.</span> <span>« Jamais l’exercice n’aura été si difficile » : le Département de la Drôme va devoir puiser dans ses réserves</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/BCBBC4A2-C685-4773-A32D-0C015EFE037F/REDAC_B/ivre-ce-supporter-de-rugby-roulait-sans-pare-brise-1739818000.jpg" alt="Ivre, ce supporter de rugby roulait... sans pare-brise !" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/faits-divers-justice/2025/02/17/ivre-ce-supporter-de-rugby-roulait-sans-pare-brise" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Drôme.</span> <span>Ivre, ce supporter de rugby roulait... sans pare-brise !</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/ADF7FE38-7287-4F19-8796-6CAB3A1B8D6B/REDAC_B/blesse-a-l-arme-blanche-en-ardeche-sa-maison-est-incendiee-dans-la-drome-1739820799.jpg" alt="Blessé à l’arme blanche en Ardèche, sa maison est incendiée dans la Drôme" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/faits-divers-justice/2025/02/17/blesse-a-l-arme-blanche-en-ardeche-sa-maison-est-incendiee-dans-la-drome" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Fait divers.</span> <span>Blessé à l’arme blanche en Ardèche, sa maison est incendiée dans la Drôme</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-1739846244.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 "> <div class="resconteneur"> <div style="width: 44%; height: 44%;" 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">44 % </div> </div> <div class="option bestResult"> <div class="resconteneur"> <div style="width: 45%; height: 45%;" 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">45 % </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">2580</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="/faits-divers-justice/2025/02/17/lucifer-le-chien-de-la-gendarmerie-a-flaire-plus-de-400-kilos-de-drogue-et-pres-de-600-000-euros" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Lucifer, le chien de la gendarmerie, a flairé plus de 400 kilos de drogue et près ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/C01D565E-5BDB-4023-B6AF-659AD8369237/REDAC_B/lucifer-le-chien-de-la-gendarmerie-a-flaire-plus-de-400-kilos-de-drogue-et-pres-de-600-000-euros-1739828501.jpg" alt="Lucifer, le chien de la gendarmerie, a flairé plus de 400 kilos de drogue et près de 600 000 euros !" 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="/politique/2025/02/17/on-n-est-pas-paye-a-rien-faire-la-fermeture-de-centres-de-sante-sexuelle-fait-reagir-au-conseil-departemental" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>« On n’est pas payé à rien faire ! » : la fermeture de centres de santé ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/711A82A9-BF1E-41FF-A526-4BDE0A6C3777/REDAC_B/on-n-est-pas-paye-a-rien-faire-la-fermeture-de-centres-de-sante-sexuelle-fait-reagir-au-conseil-departemental-1739826308.jpg" alt="« On n’est pas payé à rien faire ! » : la fermeture de centres de santé sexuelle fait réagir au conseil départemental" 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="/politique/2025/02/17/les-republicains-herve-mariton-va-soutenir-bruno-retailleau-un-homme-de-convictions" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Les Républicains : Hervé Mariton va soutenir Bruno Retailleau, « un homme de ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/3EEF5517-BF77-4C2B-8E5E-64DC95ED1E00/REDAC_B/les-republicains-herve-mariton-va-soutenir-bruno-retailleau-un-homme-de-convictions-1666367188.jpg" alt="Les Républicains : Hervé Mariton va soutenir Bruno Retailleau, « un homme de convictions »" 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="/societe/2025/02/17/la-commune-a-la-13e-place-du-classement-ville-de-reve" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Société.</span> <span>Cette commune de la Drôme est à la 13e place du classement “Ville de rêve”</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/4B0DCFD5-3D31-43B4-B282-651707318945/REDAC_B/cette-commune-de-la-drome-est-a-la-13e-place-du-classement-ville-de-reve-1739806268.jpg" alt="Cette commune de la Drôme est à la 13e place du classement “Ville de rêve”" 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="/drome?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" > <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="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/5BD667F9-24DD-461E-AAE3-27834BF2A677/NEWL_ModelPicture/recap-hebdo-drome-ardeche-vaucluse-1727276362.jpg" alt="Récap Hebdo Drôme Ardèche Vaucluse" /> </figure> </div> <div class="nl_infos"> <p class="nwl-title"> <span>Newsletter. </span> Le Récap'Hebdo en Drôme, Ardèche et Vaucluse </p> <div class="nwl-description"> <span class="nwl-frequency">Tous les samedis à 8h.. </span> <p><span style="font-family: Arial, sans-serif; font-size: 12.6667px;">7 jours d&rsquo;infos en&nbsp;</span><span style="font-family: Arial, sans-serif;"><span style="font-size: 12.6667px;">Dr&ocirc;me, Ard&egrave;che et Vaucluse.&nbsp;</span></span><strong style="font-family: Arial, sans-serif; font-size: 12.6667px;">Retour sur l&rsquo;actu de la semaine</strong><span style="font-family: Arial, sans-serif; font-size: 12.6667px;">&nbsp;: reportages, faits divers, politique, sport, sant&eacute;, environnement ou encore &eacute;conomie.</span></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="8ab883cf-b81c-4ffc-9fc9-45ac14f4f25b" /> <input type="submit" id="GFWKCAPTCHACheckINPUT1subscriptionForm" class="btn subscribe_btn" value="S'inscrire" name="8ab883cf-b81c-4ffc-9fc9-45ac14f4f25b"/> <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/D3E83591-2363-4D56-8C0A-199B70FF7CF3/REDAC_S/devoirs-sorties-au-cinema-ces-etudiants-aident-les-enfants-des-quartiers-populaires-1739821066.jpg" alt="Devoirs, sorties au cinéma : ces étudiants aident les enfants des quartiers populaires" 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="/societe/2025/02/17/devoirs-sorties-au-cinema-ces-etudiants-aident-les-enfants-des-quartiers-populaires" class="mainLink"><h3 class="titleArticle">Devoirs, sorties au cinéma : ces étudiants aident les enfants des quartiers populaires <span class="flagPaid"></span></h3></a> <p class="article_info">Temps de lecture : <span class="readingTime" data-signs="5282" data-weight="3458"></span></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/9E7A746A-AFCC-419E-83AA-3D0C8BA1FEFC/REDAC_S/laurent-galandon-scenariste-de-bd-l-idee-c-est-de-donner-un-visage-une-histoire-aux-migrants-1739637559.jpg" alt="Laurent Galandon, scénariste de BD : « L'idée, c'est de donner un visage, une histoire » aux migrants" width="216" height="164"/> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_video"></span><span class="nom_format">Vidéo</span></p> <a href="https://www.ledauphine.com/videos/laurent-galandon-l-idee-c-est-de-leur-donner-un-visage-un-prenom-et-aussi-une-histoire-xmqm3m3" class="mainLink"><h3 class="titleArticle">Laurent Galandon, scénariste de BD : « L'idée, c'est de donner un visage, une histoire » aux migrants </h3></a> </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/7B25F4F3-780A-43ED-9755-52AD0EF21CC0/REDAC_S/a-font-d-urle-le-soleil-fait-le-bonheur-des-skieurs-et-de-la-station-1739719811.jpg" alt="À Font d'Urle, le soleil fait le bonheur des skieurs et de la station" 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="/economie/2025/02/16/a-font-d-urle-le-soleil-fait-le-bonheur-des-skieurs-et-de-la-station" class="mainLink"><h3 class="titleArticle">À Font d'Urle, le soleil fait le bonheur des skieurs et de la station </h3></a> <p class="article_info">17 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/45B259F5-0DE3-44B5-B8A8-7A46BAC34D47/REDAC_S/revivez-le-match-du-basket-sud-drome-en-8e-de-finale-du-trophee-coupe-de-france-1739716743.jpg" alt="Revivez le match du Basket Sud-Drôme en 8e de finale du Trophée Coupe de France " 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="/culture-loisirs/2025/02/16/revivez-le-match-du-basket-sud-drome-en-8e-de-finale-du-trophee-coupe-de-france" class="mainLink"><h3 class="titleArticle">Revivez le match du Basket Sud-Drôme en 8e de finale du Trophée Coupe de France </h3></a> <p class="article_info">10 photos</p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/format/selection-de-la-redaction-26" 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="https://c.ledauphine.com/politique+drome" class="">La politique dans la Drôme</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/B9A270AE-7E7C-4BC0-A228-9DAEBA0855E7/REDAC_S/apres-laurent-wauquiez-bruno-retailleau-sera-en-reunion-publique-a-valence-1739798235.jpg" alt="Après Laurent Wauquiez, Bruno Retailleau sera en réunion publique à Valence" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/politique/2025/02/17/apres-laurent-wauquiez-bruno-retailleau-sera-en-reunion-publique-a-valence" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Valence.</span> <span>Après Laurent Wauquiez, Bruno Retailleau sera en réunion publique à Valence</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="/sante/2025/02/16/medecin-britannique-en-france-le-ministere-etudie-leur-dossier" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Médecin britannique en France : le ministère étudie leur dossier</span> <span class="flagPaid"></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="/faits-divers-justice/2025/02/15/la-situation-a-romans-est-catastrophique-le-syndicat-de-police-alliance-reclame-des-moyens-apres-le-caillassage-du-mcdonald-s" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>« La situation à Romans est catastrophique », le syndicat de police Alliance ...</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="https://www.ledauphine.com/videos/les-republicains-nicolas-daragon-ancien-ministre-de-bruno-retailleau-prefere-toujours-laurent-wauquiez-xmqqq8k" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Vidéo.</span> <span>Les Républicains : Nicolas Daragon, ancien ministre de Bruno Retailleau, préfère ...</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="https://www.ledauphine.com/videos/romans-sur-isere-l-impressionnante-demolition-du-batiment-fanal-xmqqxlr" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Vidéo.</span> <span>Romans-sur-Isère : l’impressionnante démolition du bâtiment Fanal</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="https://www.ledauphine.com/videos/wauquiez-retailleau-les-elus-lr-de-drome-et-d-ardeche-ont-choisi-leur-champion-xmqq03k" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Vidéo.</span> <span>Wauquiez-Retailleau : les élus LR de Drôme et d’Ardèche ont choisi leur champion</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="/politique/2025/02/13/a-valence-laurent-wauquiez-officialise-sa-candidature-a-la-tete-du-parti-lr" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Politique.</span> <span>À Valence, Laurent Wauquiez confirme sa candidature à la tête du parti LR</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="https://c.ledauphine.com/politique+drome" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="https://c.ledauphine.com/faits-divers-justice+drome" class="">Les faits divers dans la Drôme</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="6" data-name="Les faits divers dans la Drôme"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://c.ledauphine.com/isere/isere/a-grenoble-un-bar-associatif-attaque-a-la-grenade" title="À Grenoble, un bar attaqué à la grenade"> À Grenoble, un bar attaqué à la grenade </a> </li> <li ><a href="https://c.ledauphine.com/hautes-alpes/marcel-et-sandrine-amphoux" title="L'affaire Marcel Amphoux"> L'affaire Marcel Amphoux </a> </li> <li ><a href="https://c.ledauphine.com/faits-divers-justice/faits-divers-justice/plus-de-cent-fusillades-dans-nos-regions-d-ou-viennent-les-armes" title="Notre enquête sur le trafic d'armes à feu"> Notre enquête sur le trafic d'armes à feu </a> </li> <li ><a href="https://c.ledauphine.com/societe/2023/03/27/la-charte-editoriale-des-faits-divers-justice" title="Notre charte éditoriale &quot;faits divers / justice&quot;"> Notre charte éditoriale &quot;faits divers / justice&quot; </a> </li> <li ><a href="https://c.ledauphine.com/faits-divers-justice/crimes-et-mysteres-des-alpes-jusqu-a-marseille" title="🎧 &quot;Crimes et mystères&quot;"> 🎧 &quot;Crimes et mystères&quot; </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/B136B9AB-ED70-4AFB-BC76-A7BC1716337E/REDAC_S/50-paquets-de-cigarettes-contrefaites-saisis-par-les-gendarmes-1739812439.jpg" alt="50 paquets de cigarettes contrefaites saisis par les gendarmes" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/faits-divers-justice/2025/02/17/50-paquets-de-cigarettes-contrefaites-saisis-par-les-gendarmes" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Drôme.</span> <span>50 paquets de cigarettes contrefaites saisis par les gendarmes</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="/faits-divers-justice/2025/02/17/christel-falcone-maire-du-village-d-ou-est-originaire-le-petit-garcon-je-suis-la-pour-les-aider-autant-que-je-peux" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Un petit garçon décédé de la méningite: &quot;Ça a été foudroyant et c’est un drame ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/9E6F2DBC-C408-4C84-9A87-6D2D48A070DA/REDAC_B/un-petit-garcon-decede-de-la-meningite-quot-ca-a-ete-foudroyant-et-c-est-un-drame-absolu-quot-1739807399.jpg" alt="Un petit garçon décédé de la méningite: &quot;Ça a été foudroyant et c’est un drame absolu&quot;" 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="/faits-divers-justice/2025/02/17/un-enfant-age-de-3-ans-est-decede-samedi-15-fevrier-des-suites-d-une-meningite" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Un enfant de trois ans décède de la méningite : le ministre de la Santé s'est ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/32D7E94D-66DA-4E65-A36C-27ADE9B63793/REDAC_B/un-enfant-de-trois-ans-decede-de-la-meningite-le-ministre-de-la-sante-s-est-rendu-sur-place-1739787312.jpg" alt="Un enfant de trois ans décède de la méningite : le ministre de la Santé s'est rendu sur place" 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="/faits-divers-justice/2025/02/17/feu-de-maison-a-claveyson-18-sapeurs-pompiers-mobilises" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Feu de maison : une jeune femme légèrement blessée</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="/faits-divers-justice/2025/02/17/un-chasseur-blesse-a-la-jambe-par-le-ricochet-d-une-balle" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Un chasseur blessé à la jambe par le ricochet d’une balle</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="https://c.ledauphine.com/faits-divers-justice+drome" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="playlistblock List_1 Localisation constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <i class="icon_redac" data-icon="location_unfill"></i> <span><a href="/videos/playlist/l-actualite-a-valence-et-dans-la-drome-qlsvu5" class="">Les vidéos à Valence et dans la Drôme</a></span> </h2> </div> <div class="list list_3c"> <article class="article article-video"> <div class="wrapperClickArticle"> <figure> <div class="formatVideo"><i class="icon_redac" data-icon="format_video"></i></div> <img src="https://medialb.ultimedia.com/multi/3pfk5/xmqxz0f-L.jpg" alt="Un courrier irrite la maire de Portes et une chambre d’agriculture sans président en Ardèche " loading="lazy" decoding="async" /> <p class="duration">01:07</p> </figure> <div class="content"> <a class="mainLink" href="/videos/un-courrier-irrite-la-maire-de-portes-et-une-chambre-d-agriculture-sans-president-en-ardeche-xmqxz0f?playlist=qlsvu5"><h3>Un courrier irrite la maire de Portes et une chambre d’agriculture sans président en Ardèche </h3></a> <p class="date">14 févr. 2025</p> </div> </div> </article> <article class="article article-video"> <div class="wrapperClickArticle"> <figure> <div class="formatVideo"><i class="icon_redac" data-icon="format_video"></i></div> <img src="https://medialb.ultimedia.com/multi/3pfzm/xmqm3m3-L.jpg" alt="Laurent Galandon, scénariste de BD : « L'idée, c'est de donner un visage, une histoire » aux migrants" loading="lazy" decoding="async" /> <p class="duration">01:21</p> </figure> <div class="content"> <a class="mainLink" href="/videos/laurent-galandon-scenariste-de-bd-l-idee-c-est-de-donner-un-visage-une-histoire-aux-migrants-xmqm3m3?playlist=qlsvu5"><h3>Laurent Galandon, scénariste de BD : « L'idée, c'est de donner un visage, une histoire » aux migrants</h3></a> <p class="date">15 févr. 2025</p> </div> </div> </article> <article class="article article-video"> <div class="wrapperClickArticle"> <figure> <div class="formatVideo"><i class="icon_redac" data-icon="format_video"></i></div> <img src="https://medialb.ultimedia.com/multi/3pfvm/xmqqxlr-L.jpg" alt="Romans-sur-Isère : l’impressionnante démolition du bâtiment Fanal" loading="lazy" decoding="async" /> <p class="duration">01:05</p> </figure> <div class="content"> <a class="mainLink" href="/videos/romans-sur-isere-l-impressionnante-demolition-du-batiment-fanal-xmqqxlr?playlist=qlsvu5"><h3>Romans-sur-Isère : l’impressionnante démolition du bâtiment Fanal</h3></a> <p class="date">14 févr. 2025</p> </div> </div> </article> </div> <a href="/videos/playlist/l-actualite-a-valence-et-dans-la-drome-qlsvu5" class="btn btn-arrow">Toutes les vidéos Valence/Drôme <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="https://c.ledauphine.com/economie+drome" class="">L'économie dans la Drôme</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="9" data-name="L'économie dans la Drôme"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://c.ledauphine.com/economie/economie/tech-fest-2025-le-sens-de-la-tech" title="tech&amp;fest 2025"> tech&amp;fest 2025 </a> </li> <li ><a href="https://c.ledauphine.com/economie/2023/10/11/le-supermarche-a-remonter-le-temps-combien-coutaient-vos-courses-il-y-a-2-ans-10-ans-et-avant-l-euro" title="🛒 Notre outil qui compare les prix"> 🛒 Notre outil qui compare les prix </a> </li> <li ><a href="https://c.ledauphine.com/economie/direct-entreprises" title="DL entreprises"> DL entreprises </a> </li> <li ><a href="https://c.ledauphine.com/economie/economie/les-grandes-sagas-industrielles" title="Les grandes sagas industrielles "> Les grandes sagas industrielles </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/47AE9541-BEE4-4ABA-AEBE-474B9ACB3225/REDAC_S/salon-de-l-agriculture-lavande-olives-poires-et-truffes-vont-briller-a-paris-1739816870.jpg" alt="Salon de l'agriculture : lavande, olives, poires et truffes vont briller à Paris" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/economie/2025/02/17/salon-de-l-agriculture-lavande-olives-poires-et-truffes-vont-briller-a-paris" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Drôme.</span> <span>Salon de l'agriculture : lavande, olives, poires et truffes vont briller à Paris</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="wrapperClickArticle"> <a href="/economie/2025/02/16/un-dimanche-a-font-d-urle-on-a-fait-le-choix-de-venir-ici-pour-la-proximite" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Un dimanche à Font d’Urle : « On a fait le choix de venir ici pour la proximité »</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/0F33739A-83B4-4AA9-A733-5C29CFF577B0/REDAC_B/un-dimanche-a-font-d-urle-on-a-fait-le-choix-de-venir-ici-pour-la-proximite-1739739273.jpg" alt="Un dimanche à Font d’Urle : « On a fait le choix de venir ici pour la proximité »" 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/cantine-a-un-euro-les-parents-d-eleves-ne-lachent-rien" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Cantine à un euro : les parents d’élèves ne lâchent rien</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/24F4F0CF-60A9-4991-A891-B243680E6591/REDAC_B/cantine-a-un-euro-les-parents-d-eleves-ne-lachent-rien-1739730623.jpg" alt="Cantine à un euro : les parents d’élèves ne lâchent rien" 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="/economie/2025/02/15/nous-n-avons-pas-besoin-de-sentinelles-mais-de-gagner-decemment-notre-vie-un-an-apres-les-agriculteurs-toujours-en-colere" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>« Nous n’avons pas besoin de sentinelles mais de gagner décemment notre vie », un ...</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="/economie/2025/02/14/le-pont-suspendu-d-eymeux-sera-ferme-pour-deux-ans-a-partir-du-24-fevrier" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme et Isère.</span> <span>Le pont suspendu d’Eymeux sera fermé pour deux ans à partir du 24 février</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="https://c.ledauphine.com/economie+drome" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/sport+drome" class="">Le sport dans la Drôme</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="10" data-name="Le sport dans la Drôme"> <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/4836E2C4-898C-4ED8-98C6-702FB19865EE/REDAC_S/premiere-selection-tricolore-vice-championne-de-france-le-bel-hiver-d-ines-frachon-1739825285.jpg" alt="Première sélection tricolore, vice-championne de France... Le bel hiver d'Inès Frachon" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/sport/2025/02/17/ines-frachon-vice-championne-de-france-de-saut-en-longueur" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Valence.</span> <span>Première sélection tricolore, vice-championne de France... Le bel hiver d'Inès Frachon</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="wrapperClickArticle"> <a href="/sport/2025/02/16/heroique-le-sc-royannais-fait-un-grand-pas-vers-le-maintien" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Fédérale 1.</span> <span>Héroïque, le SC Royannais fait un grand pas vers le maintien</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/A7758F0F-A591-4465-BFA4-D8BF95A6A3C1/REDAC_B/heroique-le-sc-royannais-fait-un-grand-pas-vers-le-maintien-1739744669.jpg" alt="Héroïque, le SC Royannais fait un grand pas vers le maintien" 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="/sport/2025/02/16/tricastin-au-bout-du-suspens" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Fédérale 1.</span> <span>Grâce à une pénalité de 50 mètres à la sirène, Tricastin s'impose face à Berre</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/3281DA1B-5C5C-4876-B8DB-096ED4FA77A6/REDAC_B/grace-a-une-penalite-de-50-metres-a-la-sirene-tricastin-s-impose-face-a-berre-1739744686.jpg" alt="Grâce à une pénalité de 50 mètres à la sirène, Tricastin s'impose face à Berre" 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="/faits-divers-justice/2025/02/16/apres-le-drame-de-crepol-elles-s-engagent-au-raid-corsica-femina-pour-aider-les-jeunes-encore-en-souffrance" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Après le drame de Crépol, elles s’engagent au Raid Corsica Femina pour aider les ...</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/16/dylan-rocher-elimine-a-la-surprise-generale-juste-avant-le-dernier-carre" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Pétanque.</span> <span>Dylan Rocher éliminé à la surprise générale juste avant le dernier carré</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/sport+drome" 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-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="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/culture-loisirs+drome" class="">Culture, sorties et loisirs dans la Drôme</a> </span> </h2> </div> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> </figure> <a href="/culture-loisirs/2025/02/17/cheri-on-se-dit-tout-et-mariage-a-ranger-au-palais-des-congres-le-samedi-22-fevrier" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Montélimar.</span> <span>“Chéri, on se dit tout” et “Mariage à ranger” au palais des congrès le samedi 22 février</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/je-n-ai-pas-envie-de-dessiner-je-veux-raconter-la-bande-destinee-de-laurent-galandon" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Valence.</span> <span>« Je n’ai pas envie de dessiner, je veux raconter » : la “bande destinée” de ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/5863B8EB-1293-4C74-980C-885792997A35/REDAC_B/je-n-ai-pas-envie-de-dessiner-je-veux-raconter-la-bande-destinee-de-laurent-galandon-1739797903.jpg" alt="« Je n’ai pas envie de dessiner, je veux raconter » : la “bande destinée” de Laurent Galandon" 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/j-ai-l-impression-que-les-gens-ne-se-regardent-plus-il-photographie-52-montiliens-pendant-52-semaines" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Montélimar.</span> <span>« J’ai l’impression que les gens ne se regardent plus », il photographie 52 ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/A1141451-1E60-4956-B438-0284180BBE8E/REDAC_B/j-ai-l-impression-que-les-gens-ne-se-regardent-plus-il-photographie-52-montiliens-pendant-52-semaines-1739729913.jpg" alt="« J’ai l’impression que les gens ne se regardent plus », il photographie 52 Montiliens pendant 52 semaines" 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/courageuses-avec-franck-ferrand-le-18-fevrier" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Romans-sur-Isère.</span> <span>“Courageuses” avec Franck Ferrand le 18 février</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="/societe/2025/02/04/danse-avec-les-stars-elsa-bois-est-associee-au-nageur-florent-manaudou" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Télévision.</span> <span>Danse avec les stars : « C’est ridicule », Florent Manaudou juge ses premiers pas ...</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/culture-loisirs+drome" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="redacblock List_1 constrain blockUne" > <div class="blockVcontent"> <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/format/galerie-media+departement/drome" class="">En images</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="13" data-name="En images"> <div class="prevLinkTags"><i class="icon_redac" data-icon="keyboard_arrow_left"></i></div> <ul class="linkTagsList"> <li ><a href="https://www.ledauphine.com/videos" title="🎥 Vidéos"> 🎥 Vidéos </a> </li> <li ><a href="/format/galerie-photo" title=" 📸 Diaporamas"> 📸 Diaporamas </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_vcontent"> <article class="article article-vcontent"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/0D681D00-E58D-4CBA-99CC-D7ACA404E493/REDAC_M/l-escalade-a-toute-vitesse-durant-deux-jours-a-valence-1739642881.jpg" alt="L’escalade à toute vitesse durant deux jours à Valence" decoding="async" loading="lazy" width="219" height="389"/> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> <a href="/sport/2025/02/15/l-escalade-a-toute-vitesse-durant-deux-jours-a-valence" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">En images.</span> <span>L’escalade à toute vitesse durant deux jours à Valence</span> </h3> </a> </figure> </div> </article> <article class="article article-vcontent"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/85379375-16F8-4509-A973-BE5D537F1EEC/REDAC_M/salon-du-recrutement-a-valence-comment-rendre-sexy-les-metiers-manuels-1739380686.jpg" alt="Salon du recrutement à Valence : comment rendre sexy les métiers manuels ? " decoding="async" loading="lazy" width="219" height="389"/> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> <a href="https://www.ledauphine.com/videos/salon-du-recrutement-a-valence-comment-rendre-sexy-les-metiers-manuels-xm0zl3r" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Vidéo.</span> <span>Salon du recrutement à Valence : comment rendre sexy les métiers manuels ? </span> </h3> </a> </figure> </div> </article> <article class="article article-vcontent"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/B151292F-043F-473D-9427-18C984189122/REDAC_M/maladie-de-charcot-pour-le-senateur-gilbert-bouchet-il-faut-faire-vite-1739185277.jpg" alt="Maladie de Charcot : pour le sénateur Gilbert Bouchet, « il faut faire vite »" decoding="async" loading="lazy" width="219" height="389"/> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> <a href="https://www.ledauphine.com/videos/maladie-de-charcot-pour-le-senateur-gilbert-bouchet-il-faut-faire-vite-xm0888z" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Vidéo.</span> <span>Maladie de Charcot : pour le sénateur Gilbert Bouchet, « il faut faire vite »</span> </h3> </a> </figure> </div> </article> <article class="article article-vcontent"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/6C9C68BB-5C0B-4574-BA9B-22AFD5BFF0AD/REDAC_M/drome-au-coeur-du-marche-aux-truffes-de-saint-paul-trois-chateaux-1739128252.jpg" alt="Drôme : au coeur du marché aux truffes de Saint-Paul-Trois-Châteaux" decoding="async" loading="lazy" width="219" height="389"/> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> <a href="/culture-loisirs/2025/02/10/drome-au-coeur-du-premier-marche-aux-truffes-de-saint-paul-trois-chateaux" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">En images.</span> <span>Drôme : au coeur du marché aux truffes de Saint-Paul-Trois-Châteaux</span> </h3> </a> </figure> </div> </article> </div> <a href="/format/galerie-media+departement/drome" 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-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> <section class="redacblock List_1 constrain blockUne" > <div class="blockBoutique"> <div class="List-heading"> <h2 class="sectionTitle"> <i class="icon_redac" data-icon="shopping_bag"></i> <span>En vente dans la boutique</span> </h2> </div> <div class="list_boutique"> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/D7881422-854D-4332-A83C-9FDB2A0A4784/REDAC_Shop/ski-chrono-n-96-1738330008.jpg" alt="Ski Chrono N°96" decoding="async" loading="lazy" width="170" height="192"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/les-magazines/ski-chrono/ski-chrono-n96" class="article_content mainLink"> <div class="prices"> 6 € </div> <h3 class="boutique-title"><span>Ski Chrono N°96</span></h3> </a> </div> </div> </article> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/993A2659-D0E6-4B4F-B63F-6B264501450F/REDAC_Shop/special-jeux-en-famille-hiver-2025-1738330145.jpg" alt="Spécial jeux en famille hiver 2025" decoding="async" loading="lazy" width="170" height="192"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/les-magazines/hors-serie-jeux/special-jeux-en-famille-hiver-2025" class="article_content mainLink"> <div class="prices"> 3.90 € </div> <h3 class="boutique-title"><span>Spécial jeux en famille hiver 2025</span></h3> </a> </div> </div> </article> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/80619ECB-2AEF-4D9A-8FDF-3F0997235A35/REDAC_Shop/sciences-et-innovation-l-aventure-grenobloise-1739799854.jpg" alt="Sciences et innovation - L’aventure grenobloise" decoding="async" loading="lazy" width="170" height="192"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/collection-les-patrimoines/villes-et-regions/sciences-et-innovation-laventure-grenobloise" class="article_content mainLink"> <div class="prices"> 8,50 € </div> <h3 class="boutique-title"><span>Sciences et innovation - L’aventure grenobloise</span></h3> </a> </div> </div> </article> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/61921959-C3A9-4EEF-85A2-71DAF46016C7/REDAC_Shop/1940-1945-entre-resistance-et-liberation-1733495913.jpg" alt="1940 – 1945 Entre Résistance et Libération" decoding="async" loading="lazy" width="170" height="192"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/beaux-livres/grands-formats/1940-1945-entre-resistance-et-liberation" class="article_content mainLink"> <div class="prices"> 14,90 € </div> <h3 class="boutique-title"><span>1940 – 1945 Entre Résistance et Libération</span></h3> </a> </div> </div> </article> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/08B93712-9F63-477B-A127-5EA9FF819654/REDAC_Shop/la-france-d-autrefois-1738330809.jpg" alt="LA FRANCE D’AUTREFOIS" decoding="async" loading="lazy" width="170" height="192"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/beaux-livres/notre-histoire/la-france-dautrefois" class="article_content mainLink"> <div class="prices"> 16.90 € </div> <h3 class="boutique-title"><span>LA FRANCE D’AUTREFOIS</span></h3> </a> </div> </div> </article> <div class="boutique-btn"><a href="https://boutique.ledauphine.com/" class="btn btn-arrow">Voir tous les produits <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a></div> </div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/edition-montelimar-drome-provencale" class="">Edition Montélimar / Drôme Provençale</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="16" data-name="Edition Montélimar / Drôme Provençale"> <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/montelimar" title="Montélimar"> Montélimar </a> </li> <li ><a href="https://www.ledauphine.com/edition-drome-ardeche-sud/pierrelatte" title="Pierrelatte"> Pierrelatte </a> </li> <li ><a href="https://www.ledauphine.com/edition-drome-ardeche-sud/nyons" title="Nyons"> Nyons </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> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/4EA7D32B-84DF-461B-9D8C-9F7063111CAE/REDAC_S/pour-lutter-contre-les-dejections-de-nouveaux-sites-en-ville-pour-les-chiens-1739818601.jpg" alt="Pour lutter contre les déjections, de nouveaux sites en ville pour les chiens" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/societe/2025/02/17/pour-lutter-contre-les-dejections-de-nouveaux-sites-en-ville-pour-les-chiens" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Montélimar.</span> <span>Pour lutter contre les déjections, de nouveaux sites en ville pour les chiens</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="wrapperClickArticle"> <a href="/societe/2025/02/17/on-ne-pourra-plus-etre-dans-l-extreme-le-logement-enjeu-majeur-pour-la-commune" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Donzère.</span> <span>« On ne pourra plus être dans l’extrême… » : le logement, enjeu majeur pour la ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/CDAC49A9-89A2-4FBF-93A1-2AEB26C8DB5F/REDAC_B/on-ne-pourra-plus-etre-dans-l-extreme-le-logement-enjeu-majeur-pour-la-commune-1739813492.jpg" alt="« On ne pourra plus être dans l’extrême… » : le logement, enjeu majeur pour la commune " 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="/environnement/2025/02/16/500-euros-d-amende-pour-avoir-construit-un-barrage-sur-une-riviere" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>500 euros d’amende pour avoir construit un barrage sur une rivière</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/132E6E1E-C2F7-45F4-AA83-E4032F2DBC60/REDAC_B/500-euros-d-amende-pour-avoir-construit-un-barrage-sur-une-riviere-1739742455.jpg" alt="500 euros d’amende pour avoir construit un barrage sur une rivière" 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="/societe/2025/02/16/policiers-adjoints-une-campagne-de-recrutement-lancee-en-drome-ardeche" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Sécurité.</span> <span>Policiers adjoints : une campagne de recrutement lancée en Drôme-Ardèche</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="/societe/2024/01/27/le-dauphine-libere-recherche-des-correspondants-locaux-de-presse" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme provençale.</span> <span>Le Dauphiné libéré recherche des correspondants locaux de presse</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/edition-montelimar-drome-provencale" 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-p8 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p8 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p8'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p8' class='stickyPub'></div> </div> </section> <section class="cmsblock List_1 constrain blockUne" data-column="1" > <div class="mod GRDC_SerieChain"> <h2>Les dossiers de la rédaction</h2> <div class="GRDC_SerieList"> <article class="GRDC_SerieItem"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/eb79c79e-4e1d-4fc3-9f83-16391d322f42/REDAC_M/title-1700485782.jpg" alt="" loading="lazy" decoding="async"/> </figure> <h3 class="SerieTitle"><a href="/drome/drome/attaque-au-couteau-lors-du-bal-d-hiver-de-crepol">Drame de Crépol : les dernières infos</a></h3> </div> </article> <article class="GRDC_SerieItem"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/41de5191-8c63-4546-8ccf-da31f64b972a/REDAC_M/title-1707737281.jpg" alt="-" loading="lazy" decoding="async"/> </figure> <h3 class="SerieTitle"><a href="/drome/drome/vos-initiatives-positives-dans-la-drome">Vos initiatives positives dans la Drôme</a></h3> </div> </article> <article class="GRDC_SerieItem"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/acc851ce-06a6-4b06-912e-9b7c3261937a/REDAC_M/title-1621322417.jpg" alt="" loading="lazy" decoding="async"/> </figure> <h3 class="SerieTitle"><a href="/drome/drome/le-loup-dans-la-drome">Le loup dans la Drôme</a></h3> </div> </article> <article class="GRDC_SerieItem"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/b1ccf095-893d-4f85-97dd-0024f799cca0/REDAC_M/title-1721757993.jpg" alt="" loading="lazy" decoding="async"/> </figure> <h3 class="SerieTitle"><a href="/drome/drome/legislatives-dans-la-drome-toutes-les-infos">Législatives dans la Drôme: toutes les infos</a></h3> </div> </article> </div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" class="">Edition Valence / Rhône Crussol / Vallée de la Drôme</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="19" data-name="Edition Valence / Rhône Crussol / Vallée de la Drôme"> <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-de-valence-au-diois/valence" title="Valence"> Valence </a> </li> <li ><a href="https://www.ledauphine.com/edition-de-valence-au-diois/crest" title="Crest"> Crest </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> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/CADF56B6-AEF4-4238-A1E0-D24A6C64E991/REDAC_S/avec-7-5-d-adherents-le-centre-musical-se-porte-bien-1739821048.jpg" alt="Avec +7,5% d'adhérents, le centre musical se porte bien" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/culture-loisirs/2025/02/17/le-centre-musical-se-porte-bien" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Bourg-lès-Valence.</span> <span>Avec +7,5% d'adhérents, le centre musical se porte bien</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="wrapperClickArticle"> <a href="/societe/2025/02/17/des-benevoles-se-mobilisent-pour-accompagner-des-refugies" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Crest.</span> <span>Logement, accompagnement : des bénévoles se mobilisent pour accompagner des ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/C0EA9E09-36FD-43EB-BFB5-A8D963E831ED/REDAC_B/logement-accompagnement-des-benevoles-se-mobilisent-pour-accompagner-des-refugies-1739818458.jpg" alt="Logement, accompagnement : des bénévoles se mobilisent pour accompagner des réfugiés" 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="/faits-divers-justice/2025/02/17/un-jeune-homme-de-21-ans-blesse-a-l-arme-blanche" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Valence.</span> <span>Un jeune homme de 21 ans blessé à l’arme blanche</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/81E41074-F881-42BC-9D07-B9C656781DC7/REDAC_B/un-jeune-homme-de-21-ans-blesse-a-l-arme-blanche-1739783326.jpg" alt="Un jeune homme de 21 ans blessé à l’arme blanche" 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/17/un-projet-de-creation-d-un-musee-pour-sauvegarder-le-patrimoine" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Crest.</span> <span>Un projet de création d’un musée pour sauvegarder le patrimoine</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/17/la-jeunesse-au-pouvoir-a-l-ea-rhone-vercors" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Athlétisme.</span> <span>La jeunesse au pouvoir à l’EA Rhône Vercors</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" 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-p9 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p9 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p9'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p9' class='stickyPub'></div> </div> </section> <section class="cmsblock List_1 constrain blockUne" data-column="1" > <div class="mod GRDC_anthroponyms"> <h2>A propos de</h2> <div class="anthroponyms_list"> <div class="anthroponyms_item"> <a title="Laurent Wauquiez" href="/p/laurent-wauquiez" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/7a2c048c-8ea8-4762-ae04-aeb21d60d10d/NW_listC/laurent-wauquiez-1671550558.jpg" alt="Laurent Wauquiez" /> </figure> <div class="text"><h3>Laurent Wauquiez</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Bruno Retailleau" href="/p/bruno-retailleau" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/173eaedf-ada0-47ad-9a9c-fd5173719837/NW_listC/bruno-retailleau-1727085268.jpg" alt="Bruno Retailleau" /> </figure> <div class="text"><h3>Bruno Retailleau</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Nicolas Daragon" href="/p/nicolas-daragon" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/f236cfc6-2f48-4145-8bea-17d5d8ef6229/NW_listC/nicolas-daragon-1681205839.jpg" alt="Nicolas Daragon" /> </figure> <div class="text"><h3>Nicolas Daragon</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Emmanuel Macron" href="/p/emmanuel-macron" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/638058de-d819-4e0c-9178-58ec3c27eba0/NW_listC/emmanuel-macron-1653030438.jpg" alt="Emmanuel Macron" /> </figure> <div class="text"><h3>Emmanuel Macron</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Dylan Rocher" href="/p/dylan-rocher" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/ffc0a738-a5a7-4edd-8c82-9d38aa327e6e/NW_listC/dylan-rocher-1681205496.jpg" alt="Dylan Rocher" /> </figure> <div class="text"><h3>Dylan Rocher</h3></div> </a> </div> <div class="anthroponyms_item"> <a title="Marie-Hélène Thoraval" href="/p/marie-helene-thoraval" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/82912eae-8b89-43a1-b72c-1cc36213eef4/NW_listC/marie-helene-thoraval-1706532857.jpg" alt="Marie-Hélène Thoraval" /> </figure> <div class="text"><h3>Marie-Hélène Thoraval</h3></div> </a> </div> </div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/edition-romans-nord-drome" class="">Edition Romans / Nord Drôme</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="22" data-name="Edition Romans / Nord Drôme"> <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-de-valence-au-diois/romans-sur-isere" title="Romans-sur-Isère"> Romans-sur-Isère </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> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/7CA44040-81C5-4283-9855-043668718D1F/REDAC_S/c-est-une-belle-fete-le-stade-emile-gras-va-accueillir-les-meilleurs-boulistes-de-france-1739817030.jpg" alt="« C’est une belle fête » : le stade Émile-Gras va accueillir les meilleurs boulistes de France" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/sport/2025/02/17/c-est-une-belle-fete-le-stade-emile-gras-va-accueillir-les-meilleurs-boulistes-de-france" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Romans-sur-Isère.</span> <span>« C’est une belle fête » : le stade Émile-Gras va accueillir les meilleurs boulistes de France</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="wrapperClickArticle"> <a href="/education/2025/02/17/friche-jourdan-le-futur-gymnase-ne-correspond-pas-aux-besoins-pedagogiques-denonce-le-syndicat-fsu" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Romans-sur-Isère.</span> <span>Friche Jourdan : « Le futur gymnase ne correspond pas aux besoins pédagogiques », ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/423EB9D9-F3B5-4C7E-876B-DA2464B7E60D/REDAC_B/friche-jourdan-le-futur-gymnase-ne-correspond-pas-aux-besoins-pedagogiques-denonce-le-syndicat-fsu-1739816938.jpg" alt="Friche Jourdan : « Le futur gymnase ne correspond pas aux besoins pédagogiques », dénonce le syndicat FSU" 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="/faits-divers-justice/2025/02/17/defaut-d-assurance-alcoolemie-stupefiants-plusieurs-infractions-ce-week-end" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Nord-Drôme.</span> <span>Défaut d'assurance, alcoolémie, stupéfiants : plusieurs infractions ce week-end</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/6C040BA1-3DBD-4671-ADC6-0BD1BBFB4910/REDAC_B/defaut-d-assurance-alcoolemie-stupefiants-plusieurs-infractions-ce-week-end-1739816939.jpg" alt="Défaut d'assurance, alcoolémie, stupéfiants : plusieurs infractions ce week-end" 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="/societe/2025/02/17/projet-d-echangeur-sur-l-a7-assez-passe-a-la-vitesse-superieure" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Projet de demi-échangeurs sur l’A7 : cette association va lancer un recours ...</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="/societe/2025/02/17/adimin-un-projet-d-agrandissement-pour-la-fin-d-annee" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Saint-Rambert-d’Albon.</span> <span>Modélisme : l'association ADImin a un projet d’agrandissement pour la fin d’année</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/edition-romans-nord-drome" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <div class="pager"> <div class="main_pager"> <a class="selected">1</a> <a href="/drome?page=2">2</a> <a href="/drome?page=3">3</a> <a href="/drome?page=4">4</a> <a href="/drome?page=5">5</a> <a href="/drome?page=6">6</a> <a href="/drome?page=7">7</a> <a href="/drome?page=8">8</a> <a href="/drome?page=9">9</a> <a title="Page suivante" href="/drome?page=2" rel="next" class="icon_arrowBig right after"></a> <!--a title="Dernière page" href="/drome?page=100" class="icon_arrow after"></a --> </div> <div class = "secondary_pager"> <a href="/drome?page=10">10</a> <a href="/drome?page=20">20</a> <a href="/drome?page=30">30</a> <a href="/drome?page=40">40</a> <a href="/drome?page=50">50</a> <a href="/drome?page=60">60</a> <a href="/drome?page=70">70</a> <a href="/drome?page=80">80</a> <a href="/drome?page=90">90</a> <a href="/drome?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 selected" 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"] = ["portal3component"]; gtrf.targeting["s"] = ["drome"]; gtrf.targeting["k"] = ["drome"]; gtrf.targeting["ld"] = ["26"]; 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-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/drome/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-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/drome/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-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/drome/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.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/drome/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-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/drome/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-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/drome/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-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/drome/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/drome/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/drome/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-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/drome/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-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/drome/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-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/drome/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-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/drome/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-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/drome/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-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/drome/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-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/drome/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-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/drome/p3" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:null }); 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/drome'; outbrain.positions.push({id:'pub-outbrain-2m',mode:'Mobile',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-1d',mode:'Desktop',limit:1000,desktop:'SF_1',mobile:'SF_1'}); outbrain.positions.push({id:'pub-outbrain-2d',mode:'Desktop',limit:1000,desktop:'SF_2',mobile:'SF_2'}); 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 }); } }); $.each(bufferScript,function(){this()});}); </script> </body> </html>

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