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://cdn-s-www.dna.fr" rel="preconnect" crossorigin> <link href="https://www.googletagmanager.com" rel="preconnect" crossorigin> <link href="https://sdk.privacy-center.org/" rel="preconnect" crossorigin> <link href="https://tag.aticdn.net" 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.21A18E8AE7016A50F061EBBEE67531B9.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-TMW28K47'); </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-TMW28K47" 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="cmp_logo logo"> <span class=" cmp_toggle toggle_top icon_arrowMenu top before"></span> </div> <div class="cmp_title"><p>Créez un compte et rejoignez Le Dauphiné Libéré pour une expérience interactive et personnalisée</p></div> <div class="cmp_text"><div> <span class="icon_redac">diversity</span> <p>De nombreux avantages</p> <p>Vous accédez gratuitement à la possibilité de commenter, d'enregistrer vos articles, etc.</p> </div> <div> <span class="icon_redac">lock</span> <p>Données sécurisées</p> <p>Vos données sont hébergées dans des infrastructures sécurisées.</p> </div> <div> <span class="icon_redac">shield_person</span> <p>Vie privée préservée</p> <p>Vous seul décidez des communications que vous souhaitez recevoir.</p> </div></div> <div class="cmp_btn"> <a href="/e-services/Login" class="cmp_login btn" title="Se connecter">Se connecter</a> <a class="cmp_subscribe btn" href="/e-services/Login" title="Créer un compte &lt;span&gt;gratuit et sans engagement&lt;/span&gt;">Créer un compte <span>gratuit et sans engagement</span></a> </div> <div class="cmp_infos"> <div class="cmp_toggle toggle_bottom"> <p>Pourquoi voyez-vous ce message ?</p> <span class="toggle_bottom_span icon_arrowMenu top before"></span> </div> <div class="cmp_subtitle"><p>Vous avez choisi de refuser le dépôt de cookies ou vous n'êtes pas connecté. Vous pouvez à tout moment <a href="javascript:Didomi.preferences.show()">modifier votre choix de cookies</a>.</p></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> <script> head.ready(function () { (function () { function disableValidation() { var validator = $('#completeprofile-form').data('validator'); if(validator) { validator.destroy(); } } setTimeout(disableValidation, 2000); })(); }); </script><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 " title="Grenoble et son agglomération" class="UA-trackEvent" data-UAval1="clic-entree-tunnel" data-UAval2="clic-module-offres-pdf" data-UAval3="clic-vignette-pdf"> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/7f8dcbcd-b5c2-4bac-8b4b-275a70ab6a33/JNU_01/grenoble-et-son-agglomeration-1743903210.jpg" alt="Grenoble et son agglomération" /> </a> </div> <div class="labelWrapper"> <p class="label">Grenoble et son agglomération</p> <p class="date">dim. 06/04/2025</p> <a href=" /liseuse/editions-numeriques " title="Lire le journal" class="UA-trackEvent bt_special linkAll" data-uaval1="clic-entree-tunnel" data-uaval2="clic-module-offres-pdf" data-uaval3="clic-lien-vers-page-offres-pdf"> <i class="icon_redac" data-icon="keyboard_arrow_right"></i> Lire le journal </a> </div> </div> </div> </div> <span id="showBurger" class="noDesktop noPrint"> <i class="icon_redac" data-icon="menu_mobile"></i> </span> <div class="headerTopMiddle"> <figure class="logo"> <a href="/" title="Le Dauphiné Libéré"></a> <figcaption hidden>Le Dauphiné Libéré</figcaption> </figure> </div> <div class="headerTopRight noPrint"> <a href="/nos-offres-abonnements" class="bt_special">S'abonner</a> <a class="nav_account newClientArea" href="/e-services/Login"> <span class="icon_redac" data-icon="account_connect"></span> <span class="userLabel">Se connecter</span> </a> <div class="GPRF_NextWeb modal" > <div class="modalContent"> <span class="modalClose icon_close after" title="Fermer"></span> <div class="title"> Création de compte </div> <noscript> <div class="alert--info"><ul><li>Activer JavaScript dans votre navigateur pour accéder à l'inscription sur notre site</li></ul></div> </noscript> <form method="post" enctype="multipart/form-data" id="submitCreateProfile"> <input id="PooolFlag" type="hidden" name="PooolFlag" value="" /> <fieldset id="infoAdress"> <div class="field civilite"> <label class="oblig labelCheckbox">Civilité</label> <div class="checkboxDiv"> <input type="radio" name="radioCivil" id="radioMme" value="Mme" /> <label for="radioMme">Madame</label> <input type="radio" name="radioCivil" id="radioM" value="M" /> <label for="radioM">Monsieur</label> <input type="radio" name="radioCivil" id="radioSte" value="Ste" /> <label for="radioSte">Société</label> </div> </div> <div class="field" id="siretRow" style='display: none'> <label for="ctl00_txtLegalEntity_Siret" class="labelField">Siret</label> <input type="text" id="ctl00_txtLegalEntity_Siret" name="ctl00_txtLegalEntity_Siret" value="" class="inputField" /> </div> <div class="field"> <label id="LastNameLabel" for="ctl00_txtNom" class="labelField oblig"><span id="SpanLastNameLabel">Nom</span></label> <input type="text" id="ctl00_txtNom" name="ctl00_txtNom" value="" class="inputField" /> </div> <div class="field"> <label id="FirstNameLabel" for="ctl00_txtPrenom" class="labelField oblig"><span id="SpanFirstNameLabel">Prénom</span></label> <input type="text" id="ctl00_txtPrenom" name="ctl00_txtPrenom" value="" class="inputField" /> </div> <div > <div class="field"> <label id="txtId" for="login" class="labelField oblig">Adresse e-mail</label> <input type="text" id="ctl00_txtEmailCreate" name="ctl00_txtEmail" value="" class="inputField" /> </div> <div class="field mdp"> <label id="txtMdp" for="password" class="labelField oblig">Mot de passe</label> <input type="password" id="ctl00_txtMdpCreate" name="ctl00_txtMdp" value="" class="inputField" /> <span id="showPassword" class="icon before icon_eye" title="afficher le mot-de-passe"></span> <div id="divPasswordMessages" class="no-min-height"></div> </div> </div> <div class="formActions"> <div class="checkboxContainer"> <input type="checkbox" value="true" class="checkbox" id="chkOS" name="ctl00_chkOS" /> <label for="chkOS"> Je souhaite recevoir les communications et les exclusivités du Groupe <span classtabindex="0" class="tooltip-v2" >EBRA</span> </label> </div> <div class="checkboxContainer"> <input type="checkbox" value="true" class="checkbox" id="chkOSP" name="ctl00_chkOSP" /> <label for="chkOSP"> Je souhaite recevoir les communications des partenaires du Groupe <span class="tooltip-v2" tabindex="0" >EBRA</span> </label> </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;"/> <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 onSubmitReCaptcha0 = function(token) { $('#submitCreateProfile').submit(); grecaptcha.reset(widgetId0); }; var widgetId0; var OnloadCallbackReCaptcha0 = function() { widgetId0 = grecaptcha.render('GFWKCAPTCHACheckDIVsubmitCreateProfile', { 'sitekey' : '6LfO6ZcUAAAAAHzMmeZNCN9kUb4vg9REuzMMxCqG', 'badge' : ' bottomright ', 'size' : 'invisible', 'callback' : onSubmitReCaptcha0, }); RecaptchaPluginIsImplemented0 = true; }; function onload(){ var element = document.getElementById('GFWKCAPTCHACheckINPUTsubmitCreateProfile'); element.onclick = validate; } if (typeof RecaptchaPluginIsImplemented0 === 'undefined') { var RecaptchaInitAsBeenFired0 = false;// Permet d'éviter la dupplication d'init render var RecaptchaPluginIsImplemented0 = false; } var AllInputFromForm0 = document.querySelectorAll("form[id=submitCreateProfile] input"); function RecaptchaOnFocus0() { if (!RecaptchaPluginIsImplemented0) { 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=OnloadCallbackReCaptcha0&render=explicit'; script.async = 'true'; 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) }); onload(); function validate(event) { event.preventDefault(); $("#submitCreateProfile").validate(); var isFormValid = $("#submitCreateProfile").valid(); if (isFormValid) { RecaptchaOnFocus0(); if(RecaptchaInitAsBeenFired0 === false && RecaptchaPluginIsImplemented0 === false){ var interval = setInterval(function(){ if(RecaptchaPluginIsImplemented0 === true && RecaptchaInitAsBeenFired0 === false){ RecaptchaInitAsBeenFired0 = true; grecaptcha.execute(widgetId0); clearInterval(interval); } }, 100); } else if (RecaptchaPluginIsImplemented0 === true && RecaptchaInitAsBeenFired0 === false) { grecaptcha.execute(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 " title="Grenoble et son agglomération" class="UA-trackEvent" data-UAval1="clic-entree-tunnel" data-UAval2="clic-module-offres-pdf" data-UAval3="clic-vignette-pdf"> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/7f8dcbcd-b5c2-4bac-8b4b-275a70ab6a33/JNU_01/grenoble-et-son-agglomeration-1743903210.jpg" alt="Grenoble et son agglomération" /> </a> </div> <div class="labelWrapper"> <p class="label">Grenoble et son agglomération</p> <p class="date">dim. 06/04/2025</p> <a href=" /liseuse/editions-numeriques " title="Lire le journal" class="UA-trackEvent bt_special linkAll" data-uaval1="clic-entree-tunnel" data-uaval2="clic-module-offres-pdf" data-uaval3="clic-lien-vers-page-offres-pdf"> <i class="icon_redac" data-icon="keyboard_arrow_right"></i> Lire le journal </a> </div> </div> </div> </div> <!-- Nielsen Bar --> <ul class="nav_model07 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/videos" class="titleSection "> Vidéos </a> </li> <li class="itemLevel1 "> <a href="/meteo/previsions-detaillees" target="_blank" class="titleSection "> Météo <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="/newsletters/subscribe" class="titleSection "> Newsletters </a> </li> <li class="itemLevel1 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="titleSection "> Libra Memoria </a> </li> <li class="itemLevel1 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="titleSection "> Boutique <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 NielsenBar-text-transform-none"> <a href="/leclub" target="_blank" class="titleSection "> LeCLUB <i class="icon_redac" data-icon="external"></i> </a> </li> <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="/economie/2025/04/05/c-est-une-super-nouvelle-dans-ce-petit-village-un-maroquinier-de-luxe-s-installe-avec-130-salaries" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Drôme.</span> <span>« C’est une super nouvelle » : un maroquinier de luxe s'installe dans ce petit village avec... 130 salariés !</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/3E0DBE00-B3A9-47F8-B50C-BB17A8A06F58/REDAC_A_M/c-est-une-super-nouvelle-un-maroquinier-de-luxe-s-installe-dans-ce-petit-village-avec-130-salaries-1743879712.jpg" /> <img src="https://cdn-s-www.ledauphine.com/images/3E0DBE00-B3A9-47F8-B50C-BB17A8A06F58/REDAC_A/c-est-une-super-nouvelle-un-maroquinier-de-luxe-s-installe-dans-ce-petit-village-avec-130-salaries-1743879712.jpg" alt="" fecthpriority="high" decoding="async" width="514" height="289"/> </picture> </figure> <div class="text"><p>L’arrivée du maroquinier de luxe et de ses 130 salariés a fait l’effet d’une petite bombe dans ce village de moins de 900 habitants à Marches.</p></div> </div> </article> </div> <section class="pubblock constrain pub-dfp-m"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p1m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p1m { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p1m'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p1m' class='stickyPub'></div> </div> </section> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/7C0CD6BE-3FC8-4192-9C29-DEA3E0B1B77B/REDAC_B/drame-de-crepol-des-habitants-entament-une-marche-de-la-fraternite-1743924369.jpg" alt="Drame de Crépol : des habitants entament une marche de la fraternité " loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/faits-divers-justice/2025/04/06/drame-de-crepol-des-habitants-entament-une-marche-de-la-fraternite" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Drôme.</span> <span>Drame de Crépol : des habitants entament une marche de la fraternité </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/2747F3BE-E6A1-4053-9E14-EB60F43C52F1/REDAC_B/un-bol-de-le-ou-un-bol-de-le-ecoutez-les-differents-accents-de-nos-regions-1743866788.jpg" alt="&quot;Un bol de lè&quot; ou &quot;un bol de lé&quot; ? Écoutez les différents accents de nos régions" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/societe/2025/04/06/ecoutez-les-differents-accents-de-nos-regions" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Carte interactive.</span> <span>&quot;Un bol de lè&quot; ou &quot;un bol de lé&quot; ? Écoutez les différents accents de nos régions</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/239978E6-419F-44ED-812A-A17A7992CAF6/REDAC_B/un-tsunami-de-cocaine-les-saisies-des-douanes-en-hausse-de-75-en-2024-par-rapport-a-2023-en-france-1743799072.jpg" alt="« Un tsunami de cocaïne » : les saisies des Douanes en hausse de + 75 % en 2024 par rapport à 2023 en France" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/faits-divers-justice/2025/04/04/les-saisies-des-douanes-en-hausse-de-75-en-2024-par-rapport-a-2023-en-france" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Auvergne-Rhône-Alpes.</span> <span>« Un tsunami de cocaïne » : les saisies des Douanes en hausse de + 75 % en 2024 par rapport à 2023 en France</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <section class="pubblock constrain pub-dfp-m"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p2m { display:none; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p2m { min-height:250px; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p2m'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p2m' class='stickyPub'></div> </div> </section> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/3741A88E-B56A-4581-88FE-856AC8483DA0/REDAC_B/quand-un-club-dromois-poste-une-annonce-sur-leboncoin-pour-trouver-un-arbitre-1743864638.jpg" alt="Quand un club drômois poste une annonce sur Leboncoin pour trouver... un arbitre" loading="lazy" decoding="async" width="191" height="143" /> </figure> <a href="/sport/2025/04/05/quand-un-club-dromois-poste-une-annonce-sur-le-bon-coin-pour-trouver-un-arbitre" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Football.</span> <span>Quand un club drômois poste une annonce sur Leboncoin pour trouver... un arbitre</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/7f8dcbcd-b5c2-4bac-8b4b-275a70ab6a33/JNU_01/grenoble-et-son-agglomeration-1743903210.jpg" loading="lazy" decoding="async"/></div> <div class="productInfos"> <p class="title">L'édition du dimanche 6 avril 2025</p> <p class="subtitle">Grenoble et son agglomération <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/4ed00085-031a-49d2-81cf-73072c97936c/JNU_01/diverto-1743761014.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>Parmi ces accents de nos régions, lequel est le plus joli ?</div> <form class="pollComponent"> <div id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choices"> <div class="alert--info" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_ZoneMsg2" style="display:none;"> <span id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Msg2"></span> </div> <ul> <li> <input type="radio" value="0" name="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice_0" class="radio" /> <label for="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice_0">L'accent provençal</label> </li> <li> <input type="radio" value="1" name="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice_1" class="radio" /> <label for="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice_1">L'accent savoyard</label> </li> <li> <input type="radio" value="2" name="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice_2" class="radio" /> <label for="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice_2">L'accent dauphinois</label> </li> <li> <input type="radio" value="3" name="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice_3" class="radio" /> <label for="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Choice_3">L'accent lyonnais</label> </li> </ul> </div> <div id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Results" style="display:none;"> <div class="listOption"> <div class="option bestResult"> <div class="resconteneur"> <div style="width: 75%; height: 75%;" class="result res0" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Avc_0"></div> </div> <div class="reponse">L'accent provençal</div> <div class="percent" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Pct_0">75 % </div> </div> <div class="option "> <div class="resconteneur"> <div style="width: 13%; height: 13%;" class="result res1" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Avc_1"></div> </div> <div class="reponse">L'accent savoyard</div> <div class="percent" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Pct_1">13 % </div> </div> <div class="option "> <div class="resconteneur"> <div style="width: 9%; height: 9%;" class="result res2" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Avc_2"></div> </div> <div class="reponse">L'accent dauphinois</div> <div class="percent" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Pct_2">9 % </div> </div> <div class="option "> <div class="resconteneur"> <div style="width: 3%; height: 3%;" class="result res3" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Avc_3"></div> </div> <div class="reponse">L'accent lyonnais</div> <div class="percent" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Pct_3">3 % </div> </div> </div> </div> <div id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Compact"> <div class="blocButtons"> <a href="/culture-loisirs/2025/04/05/parmis-ces-accents-de-nos-regions-lequel-est-le-plus-joli" 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_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_TotalDiv" class="total"><span id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Total">12475</span> votants</div> <div class="poll_result" style="display:none;" id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_ZoneMsg"> <span id="poll_2d5e53e20-3cf7-4fc0-a683-09c834e7a6cf_Msg"></span> </div> </div> <div class="blocButtons"> <a href="/actualite/question-du-jour+poll" class="btn btn-arrow"><span class="msg">Voir tous les votes</span><span class="icon_redac" data-icon="keyboard_arrow_right"></span></a> </div> </form> </div> </div> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="/culture-loisirs/2025/04/05/nos-accents-regionaux-sont-ils-en-voie-de-disparition" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Société.</span> <span>Nos accents régionaux sont-ils en voie de disparition ?</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/C5A79023-D31C-4D8C-8A18-2F6E7DF7AA82/REDAC_B/nos-accents-regionaux-sont-ils-en-voie-de-disparition-1743869096.jpg" alt="Nos accents régionaux sont-ils en voie de disparition ?" 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="/economie/2025/04/04/la-consommation-masquee-du-foncier-agricole-preoccupe-la-safer-et-les-paysans" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>La consommation masquée du foncier agricole préoccupe la Safer et les ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/B31FB6F4-9C3B-4A09-967D-B5BF2366706F/REDAC_B/la-consommation-masquee-du-foncier-agricole-preoccupe-la-safer-et-les-agriculteurs-1743788516.jpg" alt="La consommation masquée du foncier agricole préoccupe la Safer et les agriculteurs" 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="/sport/2025/04/05/les-saint-jeannais-sur-la-route-pour-la-derniere-fois" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Fédérale 1.</span> <span>Saint-Jean-en-Royans peut-il embêter Nuits-Saint-Georges ?</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/DC977312-52A2-4EE1-A913-E73A55345145/REDAC_B/saint-jean-en-royans-peut-il-embeter-nuits-saint-georges-1743886632.jpg" alt="Saint-Jean-en-Royans peut-il embêter Nuits-Saint-Georges ?" 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/04/05/des-benevoles-de-la-parade-des-feeries-de-noel-en-colere-apres-le-depart-du-choregraphe" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Valence.</span> <span>Des bénévoles de la parade des Fééries de Noël en colère après le départ du ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/07A49F13-D92F-482D-A214-DCC8C29BD677/REDAC_B/des-benevoles-de-la-parade-des-feeries-de-noel-en-colere-apres-le-depart-du-choregraphe-1743876634.jpg" alt="Des bénévoles de la parade des Fééries de Noël en colère après le départ du chorégraphe" 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/0E8046AD-CDCC-499B-A4B9-A8EDEE5B20A3/REDAC_S/au-coeur-de-la-vallee-de-la-drome-sur-les-traces-d-une-famille-de-castors-1743790198.jpg" alt="Au cœur de la vallée de la Drôme, sur les traces d’une famille de castors" width="216" height="164"/> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_galerie"></span><span class="nom_format">En images</span></p> <a href="/environnement/2025/04/05/au-coeur-de-la-vallee-de-la-drome-sur-les-traces-d-une-famille-de-castors" class="mainLink"><h3 class="titleArticle">Au cœur de la vallée de la Drôme, sur les traces d’une famille de castors </h3></a> <p class="article_info">16 photos</p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/23B0FCB4-57F1-4DF2-84F2-D5C4B22C874D/REDAC_S/pro-d2-le-vrdr-a-craque-completement-a-brive-devant-francois-hollande-revivez-le-match-1743785188.jpg" alt="Pro D2 : le VRDR a craqué complètement à Brive devant François Hollande ! Revivez le match" width="216" height="164"/> </figure> <div class="detail"> <a href="/sport/2025/04/04/pro-d2-valence-romans-en-route-pour-un-impensable-exploit-a-brive-suivez-le-match-en-direct" class="mainLink"><h3 class="titleArticle">Pro D2 : le VRDR a craqué complètement à Brive devant François Hollande ! Revivez le match </h3></a> <p class="article_info">Temps de lecture : <span class="readingTime" data-signs="8883" data-weight="0"></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/2546276A-9354-433B-990B-26525B211F6B/REDAC_S/cinq-ans-apres-l-attentat-de-romans-sur-isere-l-emotion-est-toujours-palpable-1743794088.jpg" alt="Cinq ans après l’attentat de Romans-sur-Isère, l’émotion est toujours palpable" width="216" height="164"/> </figure> <div class="detail"> <a href="/societe/2025/04/04/cinq-ans-apres-l-attentat-de-romans-sur-isere-l-emotion-est-toujours-palpable" class="mainLink"><h3 class="titleArticle">Cinq ans après l’attentat de Romans-sur-Isère, l’émotion est toujours palpable <span class="flagPaid"></span></h3></a> <p class="article_info">Temps de lecture : <span class="readingTime" data-signs="4216" data-weight="4377"></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/41D599F5-22B5-4C73-82A9-06FB47AAD27C/REDAC_S/le-castor-occupe-desormais-une-grande-partie-de-nos-rivieres-on-estime-qu-il-y-a-aujourd-hui-plusieurs-milliers-d-individus-1743785442.jpg" alt="Le castor occupe désormais une grande partie de nos rivières : « On estime qu’il y a aujourd’hui plusieurs milliers d’individus »" 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/04/04/le-castor-est-de-retour-dans-les-rivieres-on-estime-qu-il-y-a-aujourd-hui-plusieurs-milliers-d-individus" class="mainLink"><h3 class="titleArticle">Le castor occupe désormais une grande partie de nos rivières : « On estime qu’il y a aujourd’hui plusieurs milliers d’individus » <span class="flagPaid"></span></h3></a> <p class="article_info">Temps de lecture : <span class="readingTime" data-signs="7281" data-weight="4474"></span></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="GRDC_linkTags linkTags" data-position="5" data-name="La politique 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/p/marine-le-pen" title="Marine Le Pen inéligible"> Marine Le Pen inéligible </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/225D10ED-6417-4825-837F-620A52A60446/REDAC_S/dechets-au-bord-des-lacs-on-va-prendre-une-solution-radicale-1743869716.jpg" alt="Déchets au bord des lacs : « On va prendre une solution radicale » " decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/environnement/2025/04/05/dechets-au-bord-des-lacs-on-va-prendre-une-solution-radicale" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Châteauneuf-du-Rhône.</span> <span>Déchets au bord des lacs : « On va prendre une solution radicale » </span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/culture-loisirs/2025/04/05/maia-sort-son-premier-single-le-maire-de-montelimar-rachete-une-brasserie-un-village-a-la-recherche-d-elus-notre-rubrique-vu-et-entendu" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Valence.</span> <span>Maïa sort son premier single, le maire de Montélimar rachète une brasserie, un ...</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="/societe/2025/04/04/commemoration-de-l-attentat-de-romans-sur-isere-la-depute-d-extreme-droite-sarah-knafo-presente" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Commémoration de l'attentat de Romans-sur-Isère : la député d'extreme droite ...</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/04/04/l-arrivee-du-tour-de-france-prevue-fin-juillet-se-prepare" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline wrapBadge"><span class="badge"><img loading="lazy" decoding="async" src="https://cdn-ext.prsmedia.fr/LDL/Portail/tour-de-france-blanc.png" /></span>Drôme.</span> <span>Combien va coûter l’arrivée du Tour de France à Valence aux collectivités ?</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="/politique/2025/04/03/l-elue-reconquete-sarah-knafo-ce-vendredi-4-avril-a-romans" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>L’élue Reconquête Sarah Knafo ce vendredi 4 avril à Romans</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/04/03/fermeture-du-centre-d-information-et-d-orientation-de-valence-le-departement-s-explique" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Pourquoi le Département ne veut plus financer le CIO </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="/sante/2025/04/02/centres-de-sante-sexuelle-avec-le-vote-du-budget-nous-serons-au-dessus-de-nos-competences-obligatoires" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Centres de santé sexuelle : « Avec le vote du budget, nous serons au-dessus de ...</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/savoie/corruption-trafic-de-drogue-scandale-a-la-prison-d-aiton" title="Scandale à la prison d'Aiton "> Scandale à la prison d'Aiton </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/836DC9D8-7D35-4DCA-B412-7481E5F174E5/REDAC_S/quatre-vehicules-prennent-feu-a-saint-vallier-la-facade-d-un-immeuble-endommagee-1743883899.jpg" alt="Quatre véhicules prennent feu à Saint-Vallier : la façade d'un immeuble endommagée" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/faits-divers-justice/2025/04/05/quatre-vehicules-endommages-par-le-feu-a-saint-vallier" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Drôme.</span> <span>Quatre véhicules prennent feu à Saint-Vallier : la façade d'un immeuble endommagée</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/04/05/un-adolescent-de-13-ans-blesse-dans-un-accident-d-escalade" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Un adolescent de 13 ans blessé dans un accident d’escalade</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/3E32C5B8-852A-4854-BC35-194DA3585D7A/REDAC_B/un-adolescent-de-13-ans-blesse-dans-un-accident-d-escalade-1743856252.jpg" alt="Un adolescent de 13 ans blessé dans un accident d’escalade" 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/04/05/un-trentenaire-s-exhibe-au-pole-bus-dans-le-centre-de-valence" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Un quadragénaire s’exhibe au Pôle bus dans le centre de Valence</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/6FDE50D7-2011-4B57-8978-21361F8A218F/REDAC_B/un-quadragenaire-s-exhibe-au-pole-bus-dans-le-centre-de-valence-1743840595.jpg" alt="Un quadragénaire s’exhibe au Pôle bus dans le centre de Valence" 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="https://www.ledauphine.com/videos/sara-knafo-presente-a-la-commemoration-de-l-attentat-de-romans-sur-isere-il-ne-faut-pas-qu-on-s-habitue-au-tragique-xzfqpm3" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Vidéo.</span> <span>Sarah Knafo présente à la commémoration de l'attentat de Romans-sur-Isère : “Il ...</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/04/04/attaque-au-couteau-a-la-gare-de-valence-l-accuse-condamne-a-14-annees-de-reclusion-criminelle" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Attaque au couteau à la gare de Valence : l'accusé condamné à 14 années de ...</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/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://vod.digiteka.com/xzfqpm3/thumbnails/8e472f29f65a26c951b04dcc9f1a9d298932666b-480x360.jpg" alt="Sarah Knafo présente à la commémoration de l'attentat de Romans-sur-Isère : “Il ne faut pas qu'on s'habitue au tragique”" loading="lazy" decoding="async" /> <p class="duration">01:15</p> </figure> <div class="content"> <a class="mainLink" href="/videos/sarah-knafo-presente-a-la-commemoration-de-l-attentat-de-romans-sur-isere-il-ne-faut-pas-qu-on-s-habitue-au-tragique-xzfqpm3?playlist=qlsvu5"><h3>Sarah Knafo présente à la commémoration de l'attentat de Romans-sur-Isère : “Il ne faut pas qu'on s'habitue au tragique”</h3></a> <p class="date">04 avr. 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://vod.digiteka.com/xzpp8rf/thumbnails/f3e63bbc9b53fe5d66c2f382c732523fdab6e82b-480x360.jpg" alt="Comment Saïko, malinois de 2 ans et demi, flaire drogue, armes et billets" loading="lazy" decoding="async" /> <p class="duration">01:30</p> </figure> <div class="content"> <a class="mainLink" href="/videos/comment-saiko-malinois-de-2-ans-et-demi-flaire-drogue-armes-et-billets-xzpp8rf?playlist=qlsvu5"><h3>Comment Saïko, malinois de 2 ans et demi, flaire drogue, armes et billets</h3></a> <p class="date">03 avr. 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://vod.digiteka.com/xzpkr5f/thumbnails/6a008c3de559cda4e5a8a9db293f9d46beecc58d-480x360.jpg" alt="Une “caravane” pour découvrir et s’immerger dans des métiers" loading="lazy" decoding="async" /> <p class="duration">01:14</p> </figure> <div class="content"> <a class="mainLink" href="/videos/une-caravane-pour-decouvrir-et-s-immerger-dans-des-metiers-xzpkr5f?playlist=qlsvu5"><h3>Une “caravane” pour découvrir et s’immerger dans des métiers</h3></a> <p class="date">02 avr. 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/6B78E87D-0DEB-4753-8988-5B77C731CC16/REDAC_S/en-2024-l-ufc-que-choisir-a-traite-621-litiges-dans-la-drome-1743879535.jpg" alt="En 2024, l’UFC-Que choisir a traité 621 litiges dans la Drôme" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/economie/2025/04/05/en-2024-l-ufc-que-choisir-drome-a-traite-621-litiges" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Consommation.</span> <span>En 2024, l’UFC-Que choisir a traité 621 litiges dans la Drôme</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/04/04/maire-nougatier-et-brasseur" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Montélimar.</span> <span>Maire, nougatier et... brasseur</span> <span class="flagPaid"></span></h3> </a> <figure> </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/04/04/initiactive-drome-ardeche-lance-une-session-d-accompagnement-pour-les-createurs-d-entreprise" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Économie.</span> <span>Initiactive Drôme-Ardèche lance une session d’accompagnement pour les créateurs ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/05E5B8D2-BF2F-48BC-BF12-A9A088C78945/REDAC_B/initiactive-drome-ardeche-lance-une-session-d-accompagnement-pour-les-createurs-d-entreprise-1743781656.jpg" alt="Initiactive Drôme-Ardèche lance une session d’accompagnement pour les créateurs d’entreprise" 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/04/03/clergerie-un-seul-repreneur-contraint-de-licencier-28-personnes" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Romans-sur-Isère.</span> <span>Clergerie : un seul repreneur contraint de licencier 28 personnes</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="/culture-loisirs/2025/04/02/douze-artisans-d-art-au-manoir-de-genas-les-5-et-6-avril" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Bourg-lès-Valence.</span> <span>Douze artisans d’art au manoir de Genas, les 5 et 6 avril</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/48F6172F-9770-4CCE-A1D9-AC9A693CC40B/REDAC_S/grace-a-un-triple-de-menetrieux-l-olympique-de-valence-etrille-saint-cyr-collonges-1743886647.jpg" alt="Grâce à un triplé de Menetrieux, l'Olympique de Valence étrille Saint-Cyr-Collonges" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/sport/2025/04/05/la-belle-soiree-de-valence" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Football - Régional 1.</span> <span>Grâce à un triplé de Menetrieux, l'Olympique de Valence étrille Saint-Cyr-Collonges</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row hasBadge flagSCH"> <div class="wrapperClickArticle"> <a href="/skichrono/2025/04/05/avant-de-viser-les-mondiaux-espoirs-en-2026-melina-berthet-termine-la-saison-par-deux-titres" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline wrapBadge"><span class="oldbadge">SKI CHRONO.</span></span> <span>Avant de viser les Mondiaux espoirs en 2026, Mélina Berthet termine la saison par ...</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/CC3D414F-81D6-4A59-AE35-685C245096C1/REDAC_B/avant-de-viser-les-mondiaux-espoirs-en-2026-melina-berthet-termine-la-saison-par-deux-titres-1743886654.jpg" alt="Avant de viser les Mondiaux espoirs en 2026, Mélina Berthet termine la saison par deux titres" 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/04/05/vrdr-malgre-la-defaite-a-brive-qui-a-marque-des-points-pour-esperer-jouer-le-derby-contre-le-fcg" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Pro D2.</span> <span>VRDR : malgré la défaite à Brive, qui a marqué des points pour espérer jouer le ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/BFB93674-096E-494F-B088-BBD67C9F1150/REDAC_B/vrdr-malgre-la-defaite-a-brive-qui-a-marque-des-points-pour-esperer-jouer-le-derby-contre-le-fcg-1743885750.jpg" alt="VRDR : malgré la défaite à Brive, qui a marqué des points pour espérer jouer le derby contre le FCG ?" 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="/sport/2025/04/05/vrdr-un-score-lourd-des-touches-decevantes-un-etat-d-esprit-conquerant-les-tops-et-flops-a-brive" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Pro D2.</span> <span>VRDR : un score lourd, des touches décevantes, un état d’esprit conquérant... 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/04/04/saint-vallier-assure-le-spectacle" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Basket-ball - Nationale 1.</span> <span>Comment Saint-Vallier s'est replacé au classement</span> <span class="flagPaid"></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/04/05/darius-au-theatre-les-17-et-18-avril" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Montélimar.</span> <span>Darius , au théâtre les 17 et 18 avril</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/04/04/le-barbier-de-seville-programme-tout-l-ete-au-chateau-de-grignan" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>“Le Barbier de Séville” programmé tout l’été au château de Grignan</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/8225553E-2F4C-4CA0-9408-42EB277CEEFD/REDAC_B/le-barbier-de-seville-programme-tout-l-ete-au-chateau-de-grignan-1743788532.jpg" alt="“Le Barbier de Séville” programmé tout l’été au château de Grignan" 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/04/04/les-journees-agricoles-les-5-et-6-avril" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Vinsobres.</span> <span>Les journées agricoles les 5 et 6 avril</span> </h3> </a> <figure> </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/04/04/9e-edition-du-erva-festival-les-3-4-et-5-juillet" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Le Erva Festival aura lieu les 3, 4 et 5 juillet : à quoi s'attendre pour la 9e ...</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="/culture-loisirs/2025/04/03/l-art-un-peu-bete-de-yannis-frier-le-graphiste-de-l-affiche-du-crest-jazz-festival" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Crest.</span> <span>L’art un peu « bête » de Yannis Frier, le graphiste de l’affiche du Crest Jazz ...</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/culture-loisirs+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/27A9451A-214C-47A0-B47B-16077B7F214E/REDAC_M/comment-saiko-malinois-de-2-ans-et-demi-flaire-drogue-armes-et-billets-1743696180.jpg" alt="Comment Saïko, malinois de 2 ans et demi, flaire drogue, armes et billets" decoding="async" loading="lazy" width="219" height="389"/> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> <a href="https://c.ledauphine.com/videos/comment-saiko-malinois-de-2-ans-et-demi-flaire-drogue-armes-et-billets-xzpp8rf?playlist=qlsvu5" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Vidéo.</span> <span>Comment Saïko, malinois de 2 ans et demi, flaire drogue, armes et billets</span> </h3> </a> </figure> </div> </article> <article class="article article-vcontent"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/F719B883-D024-4E35-B4A2-A2C3B135378F/REDAC_M/a-valence-une-caravane-installee-pour-decouvrir-et-s-immerger-dans-des-metiers-1743597675.jpg" alt="À Valence, une caravane installée pour découvrir et s’immerger dans des métiers" decoding="async" loading="lazy" width="219" height="389"/> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> <a href="https://c.ledauphine.com/videos/une-caravane-pour-decouvrir-et-s-immerger-dans-des-metiers-xzpkr5f?playlist=qlsvu5" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Vidéo.</span> <span>À Valence, une caravane installée pour découvrir et s’immerger dans des métiers</span> </h3> </a> </figure> </div> </article> <article class="article article-vcontent"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/601A9054-C62C-4193-8F7C-F4A4177DB50A/REDAC_M/le-gerant-du-parc-animalier-d-upie-reagit-apres-la-condamnation-a-18-mois-de-prison-pour-les-voleurs-de-lemuriens-1743539468.jpg" alt="Le gérant du parc animalier d'Upie réagit après la condamnation à 18 mois de prison pour les voleurs de lémuriens" decoding="async" loading="lazy" width="219" height="389"/> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> <a href="https://c.ledauphine.com/videos/le-gerant-du-parc-animalier-d-upie-reagit-apres-la-condamnation-a-18-mois-de-prison-pour-les-voleurs-de-lemuriens-xzpv8vr?playlist=qlsvu5" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Vidéo.</span> <span>Le gérant du parc animalier d'Upie réagit après la condamnation à 18 mois de prison pour les voleurs de lémuriens</span> </h3> </a> </figure> </div> </article> <article class="article article-vcontent"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/0283EA28-D1D6-46B5-86BF-B36622FBB6E1/REDAC_M/comment-l-entreprise-dromoise-euveka-veut-revolutionner-le-monde-de-la-mode-avec-son-robot-mannequin-1743102807.jpg" alt="Comment l'entreprise drômoise Euveka veut révolutionner le monde de la mode avec son robot mannequin " 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/comment-l-entreprise-dromoise-euveka-veut-revolutionner-le-monde-de-la-mode-avec-son-robot-mannequin-xzrq3uu" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Vidéo.</span> <span>Comment l'entreprise drômoise Euveka veut révolutionner le monde de la mode avec son robot mannequin </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/4E340697-9A99-49A0-A93E-3C2C3CD6E6E3/REDAC_Shop/ski-chrono-n-97-1741962362.jpg" alt="Ski Chrono N°97" decoding="async" loading="lazy" width="170" height="192"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/les-magazines/ski-chrono/ski-chrono-n97" class="article_content mainLink"> <div class="prices"> 6 € </div> <h3 class="boutique-title"><span>Ski Chrono N°97</span></h3> </a> </div> </div> </article> <article class="article boutique-article"> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/972E7DAE-6ED5-4327-8599-2491AA94EF9B/REDAC_Shop/emerveilles-par-l-ardeche-n-13-1741962524.jpg" alt="Emerveillés par l'Ardeche N°13 " decoding="async" loading="lazy" width="170" height="192"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/les-magazines/hors-serie/emerveilles-par-lardeche-n13" class="article_content mainLink"> <div class="prices"> 6.20 € </div> <h3 class="boutique-title"><span>Emerveillés par l'Ardeche N°13 </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-1739874343.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/44F13783-FFA1-4322-9E7C-4DBD5491F290/REDAC_Shop/reussir-son-jardin-et-son-potager-1741962689.jpg" alt="Réussir son jardin et son potager" decoding="async" loading="lazy" width="170" height="192"/> </figure> <div class="detail"> <a href="https://boutique.ledauphine.com/beaux-livres/divers/reussir-son-jardin-et-son-potager" class="article_content mainLink"> <div class="prices"> 14,90 € </div> <h3 class="boutique-title"><span>Réussir son jardin et son potager</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/D36FA867-28A7-47D9-954E-26177C74DB48/REDAC_S/des-malfaiteurs-utilisent-un-chariot-elevateur-pour-attaquer-une-banque-c-est-un-evenement-assez-traumatisant-1743799669.jpg" alt="Des malfaiteurs utilisent un chariot élévateur pour attaquer une banque : « C’est un évènement assez traumatisant »" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/faits-divers-justice/2025/04/04/des-malfaiteurs-utilisent-un-chariot-elevateur-pour-attaquer-une-banque-c-est-un-evenement-assez-traumatisant" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Drôme.</span> <span>Des malfaiteurs utilisent un chariot élévateur pour attaquer une banque : « C’est un évènement assez traumatisant »</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="/sante/2025/04/05/les-aidants-ces-heros-de-l-ombre-a-l-honneur-les-11-et-12-avril" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Les aidants, ces héros de l’ombre à l’honneur les 11 et 12 avril lors d'un ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/23952A5C-6CAD-45DE-9EE6-6EC82C114CCC/REDAC_B/les-aidants-ces-heros-de-l-ombre-a-l-honneur-les-11-et-12-avril-lors-d-un-evenement-1743880182.jpg" alt="Les aidants, ces héros de l’ombre à l’honneur les 11 et 12 avril lors d'un événement" 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/04/04/renovations-nouveau-complexe-quel-avenir-pour-les-equipements-sportifs-de-l-agglomeration" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Montélimar.</span> <span>Rénovations, nouveau complexe... Quel avenir pour les équipements sportifs de ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/269ED0EB-C3C7-4BDA-84C7-A9BAD6342D18/REDAC_B/renovations-nouveau-complexe-quel-avenir-pour-les-equipements-sportifs-de-l-agglomeration-1743774393.jpg" alt="Rénovations, nouveau complexe... Quel avenir pour les équipements sportifs de l’agglomération ?" 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/04/04/un-distributeur-automatique-de-billets-arrache-a-l-engin-de-chantier-c-est-le-seul-de-la-vallee" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Un distributeur automatique de billets arraché à l'engin de chantier : &quot;C'est le ...</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/04/04/entre-le-castor-et-certains-exploitants-agricoles-la-cohabitation-est-parfois-impossible" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Environnement.</span> <span>Entre le castor et certains exploitants agricoles, la cohabitation est parfois « ...</span> <span class="flagPaid"></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/1d020435-72d6-4618-b895-d43e452fc01b/REDAC_M/illustration-mairie-hotel-de-ville-de-montelimar-photo-lucas-oriol-1727628192.jpg" alt="Illustration mairie hôtel-de-ville de Montélimar. Photo Lucas Oriol" loading="lazy" decoding="async"/> </figure> <h3 class="SerieTitle"><a href="/drome/drome/elections-municipales-2026-a-montelimar-les-dernieres-infos">Élections municipales 2026 à Montélimar : 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/f455ab48-b1a7-4c04-87a3-55bbb4a6bfd7/REDAC_M/l-hotel-de-ville-de-valence-photo-thibaut-carage-1734806631.jpg" alt="L'hôtel de ville de Valence Photo Thibaut Carage" loading="lazy" decoding="async"/> </figure> <h3 class="SerieTitle"><a href="/drome/drome/elections-municipales-2026-a-valence-les-dernieres-infos">Élections municipales 2026 à Valence : les dernières 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/82412B6C-618E-45EA-A00A-EC51D09D377B/REDAC_S/il-faut-connaitre-son-allure-les-conseils-de-melanie-allier-aux-1000-coureurs-au-semi-marathon-de-bourg-les-valence-1743799616.jpg" alt="« Il faut connaître son allure » : les conseils de Mélanie Allier aux 1000 coureurs au semi-marathon de Bourg-lès-Valence" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/sport/2025/04/04/il-faut-connaitre-son-allure-les-conseils-de-melanie-allier-aux-1000-coureurs-au-semi-marathon-de-bourg-les-valence" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Athlétisme.</span> <span>« Il faut connaître son allure » : les conseils de Mélanie Allier aux 1000 coureurs au semi-marathon de Bourg-lès-Valence</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="/transport/2025/04/05/circulation-perturbee-du-8-avril-au-13-mai" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Dans la traversée de Die, la circulation sera perturbée du 8 avril au 13 mai</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/FCAF15EC-EE05-4552-B537-35655C86DD13/REDAC_B/dans-la-traversee-de-die-la-circulation-sera-perturbee-du-8-avril-au-13-mai-1743868723.jpg" alt="Dans la traversée de Die, la circulation sera perturbée du 8 avril au 13 mai" 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/04/05/les-journees-des-metiers-d-art-se-poursuivent-dimanche-6-avril" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Bourg-lès-Valence.</span> <span>Les Journées des métiers d’art se poursuivent dimanche 6 avril</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/7C73051B-B249-4362-904C-C5EC8747D716/REDAC_B/les-journees-des-metiers-d-art-se-poursuivent-dimanche-6-avril-1743876563.jpg" alt="Les Journées des métiers d’art se poursuivent dimanche 6 avril" 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/04/05/the-inauguration-de-l-epicerie-un-beau-moment-en-perspective" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Beaufort-sur-Gervanne.</span> <span>L’épicerie associative de Gervanne-Sye s'installe dans des nouveaux locaux : ...</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/04/05/crest-aouste-sans-adversite" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Football - Régional 1.</span> <span>Crest Aouste sans adversité</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="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 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="Marion Maréchal" href="/p/marion-marechal" target="_blank"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/a8bd56c6-7ca5-4f0e-ab88-c8066a1db390/NW_listC/marion-marechal-1701710854.jpg" alt="Marion Maréchal" /> </figure> <div class="text"><h3>Marion Maréchal</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> </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/62AB68AF-4329-4D15-922D-C40D53E55575/REDAC_S/les-createurs-de-la-ville-ont-fait-leur-defile-de-mode-1743877736.jpg" alt="Les créateurs de la ville ont fait leur défilé de mode !" decoding="async" loading="lazy" width="299" height="227" /> </figure> <a href="/culture-loisirs/2025/04/05/les-createurs-de-la-ville-ont-fait-leur-defile-de-mode" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Romans-sur-Isère.</span> <span>Les créateurs de la ville ont fait leur défilé de mode !</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/04/05/qu-est-ce-que-le-soft-volley-cette-discipline-qui-se-dynamise-avec-douceur" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Drôme.</span> <span>Qu'est-ce que le soft-volley, cette discipline qui se dynamise avec douceur ?</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/A98D60C0-2D74-40D7-9EB0-C330718FB7FF/REDAC_B/qu-est-ce-que-le-soft-volley-cette-discipline-qui-se-dynamise-avec-douceur-1743873168.jpg" alt="Qu'est-ce que le soft-volley, cette discipline qui se dynamise avec douceur ?" 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/04/05/les-portraits-des-religieuses-de-sainte-marthe" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Romans-sur-Isère.</span> <span> Un objet, une histoire : les portraits des religieuses de Sainte-Marthe</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/95C94129-9BAC-4DDA-A83A-9C09AF277566/REDAC_B/un-objet-une-histoire-les-portraits-des-religieuses-de-sainte-marthe-1743873236.jpg" alt=" Un objet, une histoire : les portraits des religieuses de Sainte-Marthe" 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/04/05/ce-dimanche-c-est-le-139e-corso-du-comite-saint-vincent" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Beaumont-Monteux.</span> <span>Ce dimanche, c’est le 139e corso du comité Saint-Vincent</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/04/04/federale-1-2-et-3-toutes-les-affiches-du-week-end-de-nos-clubs-regionaux" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby.</span> <span>Fédérale 1, 2 et 3... Tous les résultats du week-end de nos clubs régionaux</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/javascript/piano.js', family: 'tracking', name: 'piano-analytics-init', async: true, defer: true}, { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-global.7CDBBD5EA5D1A4023A13E64AAF02F30F.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.F35DCD4B5DFF9691585F04302D643089.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('magnite'); gtrf.configuration.firstId.pubProvidedId.push('equativ'); gtrf.configuration.firstId.pubProvidedId.push('366_xandr'); gtrf.configuration.firstId.pubProvidedId.push('xandr'); 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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'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:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88602' , tagId:'sas_88602' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_HDX' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'17598434' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131426' , tagId:'sas_131426' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131427' , tagId:'sas_131427' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88611' , tagId:'sas_88611' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'16053844' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88612' , tagId:'sas_88612' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'17598437' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'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:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88604' , tagId:'sas_88604' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'17598435' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131424' , tagId:'sas_131424' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131425' , tagId:'sas_131425' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88601' , tagId:'sas_88601' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_Billboard' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'16053869' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88607' , tagId:'sas_88607' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'16053870' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88608' , tagId:'sas_88608' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'17598439' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88609' , tagId:'sas_88609' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'17598486' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88610' , tagId:'sas_88610' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'17598436' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88603' , tagId:'sas_88603' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'15930526' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88605' , tagId:'sas_88605' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'17598487' } } , { bidder:'xandr' ,alias:'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:'magnite' ,alias:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'equativ' ,alias:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88606' , tagId:'sas_88606' } } , { bidder:'366_xandr' ,alias:'appnexus' ,params:{ placementId:'17598440' } } , { bidder:'xandr' ,alias:'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','d5e53e20-3cf7-4fc0-a683-09c834e7a6cf'); } , 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