CINXE.COM

Edition Voiron / Saint-Marcellin

<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" > <title>Edition Voiron / Saint-Marcellin</title> <link href="https://cdn-files.prsmedia.fr" rel="preconnect" crossorigin> <link href="https://cdn-ext.prsmedia.fr" rel="preconnect" crossorigin> <link href="https://www.googletagmanager.com" rel="preconnect" crossorigin> <link href="https://sdk.privacy-center.org/" rel="preconnect" crossorigin> <link rel='stylesheet' type='text/css' href='https://cdn-files.prsmedia.fr/files/REDAC/min/css/print.9D1A9889BBEB7FAADC45640B2F6036FC.min.css' media='print' /> <link type='text/css' rel='stylesheet' href='https://cdn-files.prsmedia.fr/files/REDAC/min/css/sassconcat/style_white.8D7D027F276216198A8558FEFF81EFBB.min.css' /> <script type="text/javascript">window.gdprAppliesGlobally=true;(function(){function a(e){if(!window.frames[e]){if(document.body&&document.body.firstChild){var t=document.body;var n=document.createElement("iframe");n.style.display="none";n.name=e;n.title=e;t.insertBefore(n,t.firstChild)} else{setTimeout(function(){a(e)},5)}}}function e(n,r,o,c,s){function e(e,t,n,a){if(typeof n!=="function"){return}if(!window[r]){window[r]=[]}var i=false;if(s){i=s(e,t,n)}if(!i){window[r].push({command:e,parameter:t,callback:n,version:a})}}e.stub=true;function t(a){if(!window[n]||window[n].stub!==true){return}if(!a.data){return} var i=typeof a.data==="string";var e;try{e=i?JSON.parse(a.data):a.data}catch(t){return}if(e[o]){var r=e[o];window[n](r.command,r.parameter,function(e,t){var n={};n[c]={returnValue:e,success:t,callId:r.callId};a.source.postMessage(i?JSON.stringify(n):n,"*")},r.version)}} if(typeof window[n]!=="function"){window[n]=e;if(window.addEventListener){window.addEventListener("message",t,false)}else{window.attachEvent("onmessage",t)}}}e("__tcfapi","__tcfapiBuffer","__tcfapiCall","__tcfapiReturn");a("__tcfapiLocator");(function(e){ var t=document.createElement("script");t.id="spcloader";t.type="text/javascript";t.async=true;t.src="https://sdk.privacy-center.org/"+e+"/loader.js?target="+document.location.hostname;t.charset="utf-8";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n)})("ca08d6ad-65e3-410b-943d-97d9e2081851")})();</script> <script> function debounce(func, time = 300){ var timer; return function(event){ if(timer) clearTimeout(timer); timer = setTimeout(func, time, event); }; } var bufferScript=[],head={};head.ready=function(f){bufferScript.push(f)};var bufferLoad=[];head.load=function(f){bufferLoad.push(f)}; // Pour Digiteka, global.js, editionHead, redacBlock, list, ... var viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; var needRecalculationOfViewport = false; </script> <script> window.ORDONNANCEUR = { familiesOrder: ["core", "firstparty", "business", "tracking", "advertising", "taboola", "outbrain", "others"], nameOrder: [], purposes: { // Gestion global /*"advert": 'ads', "business": "business-xyxyxyx", "analytics": "analytics-xyxyxyx"*/ }, vendors: { // Gestion global // 'tracking' : 'microsoft-analytics' }, queue: [], delay : 100, withLog : 0 , backoffWaitingTime : 20000 , }; </script> <script> dataLayer = [{ 'dimension10' : 'Non', 'dimension11' : 'Non', 'dimension15' : 'Edition Voiron / Saint-Marcellin', 'dimension17' : '\"Edition Voiron / Saint-Marcellin\"', 'dimension24' : 'Portal', 'dimension26' : 'Redac : Portail 2', 'dimension43' : 'Voiron / Saint-Marcellin', 'content_keywords' : ['edition-voiron-saint-marcellin'], 'content_sections' : [], 'EditionCode' : 'WLDL38D', 'dimension33' : navigator.userAgent }]; </script> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-588M3M4'); </script> <script> /* Recherche de l'édition de l'utilisateur */ var selectedEdition = null; var nationalEdition = { code: "W" + 'LDL' + "00", label: 'Edition nationale', url: "/" }; var userDemand = 0; /* Vérification de la présence du cookie d'édition */ try { selectedEdition = JSON.parse(getCookieEdition("Edition")); } catch (e) { } if (selectedEdition == null) { selectedEdition = nationalEdition; /* Demande de géolocalisation si résolution smartphone */ if (navigator.geolocation && viewPortWidth < 1000) { navigator.geolocation.getCurrentPosition(getEdition, getEdition); } else { getEdition(); } } else { setEdition(selectedEdition); } function getEdition(position) { var latitude = null; var longitude = null; if (position != null && position.coords != null) { latitude = position.coords.latitude; longitude = position.coords.longitude; } if (dataLayer[0].dimension10 == 'Non' && latitude == null && longitude == null) { setEdition(nationalEdition); } else { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { var edition = null; if (this.readyState == 4) { if(this.status == 200) { try { edition = JSON.parse(this.responseText); setEdition(edition != null ? edition : nationalEdition); } catch (e) { setEdition(nationalEdition); } } else { setEdition(nationalEdition); } } }; xhttp.open("GET", '/services/grdc/package/getuseredition?latitude=' + latitude + '&longitude=' + longitude, true); xhttp.send(); } } function setEdition(edition) { if (!redirect(edition)) { setCookie('Edition', JSON.stringify(edition), 30); selectedEdition = edition; dataLayer[0]["dimension44"] = edition.label; dataLayer[0]["selectedEditionCode"] = edition.code; } } function redirect(edition) { var redirect = false; /* Redirection vers la une de l'édition si la une actuelle est différente */ if ((dataLayer[0].Component == "Homepage" ||dataLayer[0].Component == "Portal") && (dataLayer[0].EditionCode != "" && dataLayer[0].EditionCode != edition.code) || (dataLayer[0].EditionCode == "" && edition.code != nationalEdition.code)) { /* Forçage vers la Une nationale si l'url de l'édition est la même que la page actuelle (pour éviter les redirections en boucle) */ if (window.location.pathname == edition.url) { setCookie('Edition', JSON.stringify(nationalEdition), 30); } else { if (userDemand == 1) { alert('Vous ne vous situez pas dans la zone d\'une de nos éditions.'); } } redirect = true; window.location.replace(edition.url); } else { if (userDemand == 1) { alert('Vous ne vous situez pas dans la zone d\'une de nos éditions.'); } } return redirect; } function getCookieEdition(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function errorGEBG() { alert('La géolocalisation n\'est pas possible sur ce navigateur'); } function getEditionByGeoloc() { if (typeof navigator.geolocation != 'undefined') { userDemand = 1; navigator.geolocation.getCurrentPosition(getEdition, errorGEBG); } else { errorGEBG(); } } function setCookie(name, value, days) { if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); } else { var expires = "; expires="; } // On récupère le domaine var hostname = window.location.hostname; var domainName = hostname.substring(hostname.indexOf(".")); var domain = "; domain=" + domainName; document.cookie = name + "=" + encodeURIComponent(value) + expires + domain + "; secure; path=/"; } function deleteCookie(name) { document.cookie = name + '=;Path=/;expires=Thu, 01 Jan 1970 00:00:01 GMT;'; }; </script> <script>var consentModuleEnabled = true;</script> <script>var consentModuleFreeHtmlEnabled = true;</script> <script>var galleryDivId = 'pub-dfp-g1';</script> <script>var inread1DivId = 'pub-dfp-i1';</script> <script>var inread1WrapperId = 'wrapper_pub-dfp-i1';</script> <script> var swgAutoInit = false; var productId = "ledauphine.com:basic"; </script> <script> var firstidCurrentUrlParams = new URL(window.location).searchParams; var firstidConsoleLog = (firstidCurrentUrlParams.get("debug")!=null); function GetCookie4FirstId(t){for(var n=t+"=",r=document.cookie.split(";"),e=0;e<r.length;e++){for(var i=r[e];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(n))return i.substring(n.length,i.length)}return null} function SetCookie4FirstId(t,v){document.cookie = t+"="+v+"; domain=ledauphine.com";} function DeleteCookie4FirstId(t){document.cookie = t+"=; domain=ledauphine.com; expires=Thu, 01 Jan 1970 00:00:00 UTC";} function Log4Firstid(t){if (firstidConsoleLog)console.log(t); } function DeleteFirstIdInDataLayer() { Log4Firstid('delete firstId info in datalayer'); if (dataLayer[0].firstid) delete dataLayer[0].firstid; } function SetFirstIdInDataLayer() { var firstId = GetCookie4FirstId("firstid"); var consentTrackingPub = GetCookie4FirstId("consentTrackingPub"); if (firstId !=null) { if (firstId!="DOWN" && firstId!="NO_TRACKING") { dataLayer[0]["firstid"]=firstId; dataLayer[0]["firstidStatus"]="UP"; } else { if (firstId=="DOWN") { dataLayer[0]["firstidStatus"]="DOWN"; } else { dataLayer[0]["firstidStatus"]="NO_TRACKING"; } } } else { if (consentTrackingPub !=null) { dataLayer[0]["firstidStatus"]="NEW"; } else { dataLayer[0]["firstidStatus"]="OFF"; } } } function SetCookieConsentPub4FirstId() { CheckCMPOnInit(); CheckCMPOnEvent(); } function CheckCMPOnEvent() { window.didomiEventListeners = window.didomiEventListeners || []; window.didomiEventListeners.push({ event: 'consent.changed', listener: function (context) { Log4Firstid('before firstId check CMP event'); CheckCMPOnInit(); Log4Firstid('after firstId check CMP event'); } }); } function CheckCMPOnInit() { window.didomiOnReady = window.didomiOnReady || []; window.didomiOnReady.push(function (Didomi) { Log4Firstid('before firstId check CMP init'); if (Didomi.getUserConsentStatusForPurpose(Didomi.Purposes.SelectPersonalizedAds)) { Log4Firstid('Didomi.Purposes.SelectPersonalizedAds = true'); SetCookie4FirstId("consentTrackingPub","1"); } else { DeleteCookie4FirstId("consentTrackingPub"); DeleteCookie4FirstId("firstid"); DeleteFirstIdInDataLayer(); } SetFirstIdInDataLayer(); Log4Firstid('Didomi objet :'); Log4Firstid(Didomi); Log4Firstid('after firstId check CMP init'); }); } function FirstIdLogic() { Log4Firstid('start firstId script'); var firstId = GetCookie4FirstId("firstid"); var consentTrackingPub = GetCookie4FirstId("consentTrackingPub"); Log4Firstid('firstId = ' + firstId); Log4Firstid('consentTrackingPub = ' + consentTrackingPub); if (firstId == null && consentTrackingPub!= null) window.location.replace("/firstid/"); Log4Firstid('end firstId script'); } FirstIdLogic(); </script> <script> function getCookie(t){for(var n=t+"=",r=document.cookie.split(";"),e=0;e<r.length;e++){for(var i=r[e];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(n))return i.substring(n.length,i.length)}return null} function getCookieXCONNECT(){var e=getCookie(".XCONNECT");if(e==null)return getCookie("IdSes");else return e;} function getCookieXCONNECTForEnv(t){var i=getCookieXCONNECT();if(null!==i){var r,e=i.split("&");for(r=0;r<e.length;r+=1)if(e[r].split("=")[0]===t)return e[r].split("=")[1]}return""} function IsConnected(n){return""!==getCookieXCONNECTForEnv(n)} function IsAnomymousConnected(){return null!==getCookie(".PRF")} function RedirectDomain(e,c,i){window.location.replace(e.replace(c,i))} function SwitchAuthDomain(n,i,o){(IsConnected(o)||IsAnomymousConnected())&&RedirectDomain(window.location.href,n,i)} SwitchAuthDomain('www.ledauphine.com', 'c.ledauphine.com', '2'); </script> <meta name="language" content="FR-fr" > <meta name="twitter:dnt" content="on"> <meta name="Keywords" content="Edition Voiron / Saint-Marcellin" > <meta name="description" content="Actualités Edition Voiron / Saint-Marcellin : en direct, photos et vidéos. Restez informés avec Le Dauphiné Libéré" > <meta property="og:title" content="Edition Voiron / Saint-Marcellin" > <meta name="twitter:title" content="Edition Voiron / Saint-Marcellin" > <meta property="og:description" content="Actualités Edition Voiron / Saint-Marcellin : en direct, photos et vidéos. Restez informés avec Le Dauphiné Libéré" > <meta name="twitter:description" content="Actualités Edition Voiron / Saint-Marcellin : en direct, photos et vidéos. Restez informés avec Le Dauphiné Libéré" > <meta property="og:url" content="https://www.ledauphine.com/edition-voiron-saint-marcellin" > <meta name="twitter:site" content="@ledauphine" > <meta name="twitter:card" content="summary_large_image" > <meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" > <meta name="apple-itunes-app" content="app-id=464737810" > <meta name="google-play-app" content="app-id=com.e_i.presse" > <meta name="msApplication-ID" content="App" /> <meta name="msApplication-PackageFamilyName" content="1546f925-a3a4-477c-811f-de0d37758572" > <link rel="canonical" href="https://www.ledauphine.com/edition-voiron-saint-marcellin" /> <link rel="icon" type="image/png" sizes="144x144" href="https://cdn-files.prsmedia.fr/files/REDAC/images/favicons/2022/favicon_LDL-V2.png" > <link rel="apple-touch-icon" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_LDL-V2.png" > <link rel="apple-touch-icon-precomposed" href="https://cdn-files.prsmedia.fr/files/REDAC/images/touch_icon/apple-touch-icon_LDL-V2.png" > </head> <body data-color="skin_white" data-site="LDL" class="V2022 UX2023 Portal2Component LDL skin_white layout_default layout_unes" > <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-588M3M4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id='pub-dfp-interstitiel' ></div> <div class="mod GWEB_cmp_alternative fadeInDown" id="CMP_alternative"> <div class="container"> <div class="col_g"> <div class="cmp_headline"> <div class="cmp_title"><p>Pour soutenir votre journalisme local, <span style="white-space:nowrap;">abonnez-vous !</span></p></div> <div class="cmp_subtitle" id="cmp_toggle"><p>Pourquoi voyez-vous ce message ?</p> <span class="icon_arrowMenu top before"></span></div> </div> <div class="cmp_text"><p>Vous avez choisi de refuser le dépôt de cookies, vous pouvez à tout moment <a id="cmp_changeConsent" href="javascript:Didomi.notice.show()">modifier votre choix, ici</a>.</p> <p>Le contenu de ce site est le fruit du travail de journalistes qui vous apportent chaque jour une information locale de qualité, fiable, complète, et des services en ligne innovants. Ce travail s’appuie sur les revenus complémentaires de la publicité et de l’abonnement.</p></div> </div> <div class="col_d"> <a class="cmp_subscribe btn" href="/nos-offres-abonnements" title="Je m'abonne">Je m'abonne</a> <div id="bloc_connect"> <p>D&eacute;j&agrave; abonn&eacute; ?</p> <a href="/e-services/Login" class="cmp_login" title="Connectez-vous">Connectez-vous</a> </div> </div> </div> </div><style> @media screen and (max-width: 999px) { .btd_feed-open { bottom: 56px !important; } } /* Correction détails à supprimer après MEP de décembre Voir avec Jonhathan*/ body.CartFunnelComponent, body.IdentificationFunnelComponent, body.ContactFunnelComponent, body.PaymentFunnelComponent { padding-top: 0px; } .PaymentFunnelComponent #header { position: relative; } /* Correction détails à supprimer après MEP de décembre voir avec Myra*/ .layout_unes .article-vcontent .headline.wrapBadge {color: white !important;} .layout_unes .article-vcontent .badge img {width: auto;} .infosServicesList li.a-la-une { width: 100%; background-color: transparent; color: #191010DE; } .infosServicesList li.mea .infosServicesType{ background-color: #9c0; } @media screen and (max-width: 999px) { .UX2023 .layout_detail .GRDC_linkTags { width: calc(100% + 16px + 17px); margin-left: -17px; } } .collapse #ad_portal { background-position: center 46px !important; } </style> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function (event) { const contentDiv = document.querySelector('#selectionAbo .content'); if (contentDiv) { contentDiv.addEventListener('click', () => { const link = contentDiv.querySelector('a'); if (link) { link.click(); } }); } }); </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%2fedition-voiron-saint-marcellin" class="bt_default">Se connecter ou créer un compte</a> </div> </div> </div><header id="header" role="banner"> <div class="choiceEdition"> <div class="title"> <div class="constrain">Définir votre page d'accueil</div> <span class="icon_close after" id="closedChoiceEdition"></span> </div> <div class="constrain"> <div class="GPDC_listEdition"> <ul class="nav_model05 nav_niv1 noprint"> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL74D">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL07B">Annonay / Nord Ardèche</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL07A">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38C">Bourgoin-Jallieu / Nord-Dauphiné</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL73A">Chambéry / Aix-les-Bains</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL84A">Edition Provençale</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL74A">Grand Genève / Chablais / Ain</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38H">Grenoble / Agglomération</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38F">Grésivaudan / Oisans</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL05A">Hautes-Alpes / Alpes de Haute-Provence</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38L">La Tour-du-Pin / Nord-Dauphiné</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL74B">Mont-Blanc / Arve</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL26A">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL26D">Romans / Nord Drôme</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL73B">Tarentaise / Maurienne</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL26C">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38B">Vienne / Roussillon</a> </li> <li class="itemLevel1"> <a href="/" class="titleSection" data-code="WLDL38D">Voiron / Saint-Marcellin</a> </li> </ul> </div> </div> </div> <div class="nielsenBar"> <div class="constrain"> <!-- Nielsen Bar --> <ul class="nav_model07 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/videos" class="titleSection "> Vidéos </a> </li> <li class="itemLevel1 "> <a href="/meteo/previsions-detaillees" target="_blank" class="titleSection "> Météo <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="/newsletters/subscribe" class="titleSection "> Newsletters </a> </li> <li class="itemLevel1 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="titleSection "> Libra Memoria </a> </li> <li class="itemLevel1 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="titleSection "> Boutique <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 NielsenBar-text-transform-none"> <a href="/leclub" target="_blank" class="titleSection "> LeCLUB <i class="icon_redac" data-icon="external"></i> </a> </li> </ul> </div> </div> <div class="wrapperHeader"> <!-- Nielsen Bar --> <div class="mod GJNU_PDFWidget" id="gjnuMod"> <div class="title">L'édition du jour</div> <div class="modContent"> <div class="item"> <div class="book"> <a href="/liseuse/editions-numeriques#38D" title="De Voiron à Saint-Marcellin" 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/4f2db241-dbc3-4a39-81b4-0a786cb82ec1/JNU_01/de-voiron-a-saint-marcellin-1732761397.jpg" alt="De Voiron à Saint-Marcellin" /> </a> </div> <div class="labelWrapper"> <p class="label">De Voiron à Saint-Marcellin</p> <p class="date">jeu. 28/11/2024</p> <a href="/liseuse/editions-numeriques " title="Lire le journal" class="UA-trackEvent bt_special linkAll" data-uaval1="clic-entree-tunnel" data-uaval2="clic-module-offres-pdf" data-uaval3="clic-lien-vers-page-offres-pdf"> <i class="icon_redac" data-icon="keyboard_arrow_right"></i> Lire le journal </a> </div> </div> </div> </div> <span id="showBurger" class="noDesktop noPrint"> <i class="icon_redac" data-icon="menu_mobile"></i> </span> <div class="headerTopMiddle"> <figure class="logo"> <a href="/" title="Le Dauphiné Libéré"></a> <figcaption hidden>Le Dauphiné Libéré</figcaption> </figure> </div> <div class="headerTopRight noPrint"> <a href="/nos-offres-abonnements" class="bt_special">S'abonner</a> <a class="nav_account newClientArea" href="/e-services/Login"> <span class="icon_redac" data-icon="account_connect"></span> <span class="userLabel">Se connecter</span> </a> <div class="GPRF_NextWeb modal" > <div class="modalContent"> <span class="modalClose icon_close after" title="Fermer"></span> <div class="title"> Création de compte </div> <noscript> <div class="alert--info"><ul><li>Activer JavaScript dans votre navigateur pour accéder à l'inscription sur notre site</li></ul></div> </noscript> <form method="post" enctype="multipart/form-data" id="submitCreateProfile"> <input id="PooolFlag" type="hidden" name="PooolFlag" value="" /> <fieldset id="infoAdress"> <div class="field civilite"> <label class="oblig labelCheckbox">Civilité</label> <div class="checkboxDiv"> <input type="radio" name="radioCivil" id="radioMme" value="Mme" /> <label for="radioMme">Madame</label> <input type="radio" name="radioCivil" id="radioM" value="M" /> <label for="radioM">Monsieur</label> <input type="radio" name="radioCivil" id="radioSte" value="Ste" /> <label for="radioSte">Société</label> </div> </div> <div class="field" id="siretRow" style='display: none'> <label for="ctl00_txtLegalEntity_Siret" class="labelField">Siret</label> <input type="text" id="ctl00_txtLegalEntity_Siret" name="ctl00_txtLegalEntity_Siret" value="" class="inputField" /> </div> <div class="field"> <label id="LastNameLabel" for="ctl00_txtNom" class="labelField oblig"><span id="SpanLastNameLabel">Nom</span></label> <input type="text" id="ctl00_txtNom" name="ctl00_txtNom" value="" class="inputField" /> </div> <div class="field"> <label id="FirstNameLabel" for="ctl00_txtPrenom" class="labelField oblig"><span id="SpanFirstNameLabel">Prénom</span></label> <input type="text" id="ctl00_txtPrenom" name="ctl00_txtPrenom" value="" class="inputField" /> </div> <div > <div class="field"> <label id="txtId" for="login" class="labelField oblig">Adresse e-mail</label> <input type="text" id="ctl00_txtEmailCreate" name="ctl00_txtEmail" value="" class="inputField" /> </div> <div class="field mdp"> <label id="txtMdp" for="password" class="labelField oblig">Mot de passe</label> <input type="password" id="ctl00_txtMdpCreate" name="ctl00_txtMdp" value="" class="inputField" /> <span id="showPassword" class="icon before icon_eye" title="afficher le mot-de-passe"></span> <div id="divPasswordMessages" class="no-min-height"></div> </div> </div> <div class="formActions"> <div class="checkboxContainer"> <input type="checkbox" value="true" class="checkbox" id="chkOS" name="ctl00_chkOS" /> <label for="chkOS"> Je souhaite recevoir les communications et les exclusivités du Groupe <span classtabindex="0" class="tooltip-v2" >EBRA</span> </label> </div> <div class="checkboxContainer"> <input type="checkbox" value="true" class="checkbox" id="chkOSP" name="ctl00_chkOSP" /> <label for="chkOSP"> Je souhaite recevoir les communications des partenaires du Groupe <span class="tooltip-v2" tabindex="0" >EBRA</span> </label> </label> </div> <div class="checkboxContainer"> <input type="Checkbox" name="ctl00_chkCGU" class="checkbox" id="ctl00_chkCGU" /> <label for="ctl00_chkCGU"> J'ai lu et accepté les <a href="javascript:void(0);" class="displayCGU">Conditions générales d'utilisation</a> </label> </div> </div> <p class="hpUser"> Si vous voyez ce champ, ne le remplissez pas <input type="text" name="hpUsername" id="hpUsername" value="" /> </p> <div class="blocButtons"> <!--<input type="submit" class="g-recaptcha btModel01" data-sitekey="6LfO6ZcUAAAAAHzMmeZNCN9kUb4vg9REuzMMxCqG" data-callback="onSubmit">Submito</button>--> <input type= "text" name="SendMail" id="SendMailsubmitCreateProfile" value="" style="display: none;"/> <script> if (typeof RecaptchaPluginIsImplemented === 'undefined') { var RecaptchaInitAsBeenFired = false;// Permet d'éviter la dupplication d'init render var RecaptchaPluginIsImplemented = false; } var AllInputFromForm0 = document.querySelectorAll("form[id=submitCreateProfile] input"); function RecaptchaOnFocus0() { if (!RecaptchaPluginIsImplemented) { var head = document.head || document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://www.recaptcha.net/recaptcha/api.js?onload=OnloadCallbackReCaptcha&render=explicit'; head.appendChild(script); } }; (AllInputFromForm0).forEach(function(element) { element.addEventListener('focus', RecaptchaOnFocus0, false); // Peut-être rempalacer par fill si autocomplétation du formulaire (Detecting Browser Autofill) }); </script> <div id="GFWKCAPTCHACheckDIVsubmitCreateProfile"></div> <input id="GFWKCAPTCHACheckINPUTsubmitCreateProfile" type="submit" value="Je m'inscris" class=" SubmitButton bt_neutral large" name="submitAccount"/> <input type="hidden" value="Je m'inscris" name="submitAccount"/> <script type="text/javascript"> var widgetId0; var OnloadCallbackReCaptcha = function() { widgetId0 = grecaptcha.render('GFWKCAPTCHACheckDIVsubmitCreateProfile', { 'sitekey' : '6LfO6ZcUAAAAAHzMmeZNCN9kUb4vg9REuzMMxCqG', 'badge' : ' bottomright ', 'size' : 'invisible', 'callback' : onSubmitReCaptcha0 }); RecaptchaPluginIsImplemented = true; }; function onload(){ var element = document.getElementById('GFWKCAPTCHACheckINPUTsubmitCreateProfile'); element.onclick = validate; } onload(); function validate(event) { event.preventDefault(); $("#submitCreateProfile").validate(); var isFormValid = $("#submitCreateProfile").valid(); if (isFormValid) { RecaptchaOnFocus0(); if(RecaptchaInitAsBeenFired === false && RecaptchaPluginIsImplemented === false){ var interval = setInterval(function(){ if(RecaptchaPluginIsImplemented === true && RecaptchaInitAsBeenFired === false){ RecaptchaInitAsBeenFired = true; grecaptcha.execute(widgetId0); clearInterval(interval); } }, 100); } else if (RecaptchaPluginIsImplemented === true && RecaptchaInitAsBeenFired === false) { grecaptcha.execute(widgetId0); } } } var onSubmitReCaptcha0 = function(token) { $('#submitCreateProfile').submit(); grecaptcha.reset(widgetId0); }; </script> <style type="text/css"> .noteReCaptcha { line-height: 3rem; font-size: 1.1rem; color: gray; } </style> </div> </fieldset> </form> <div class="mentions-legales-abo"> <p>Le Dauphiné Libéré, en tant que responsable de traitement, recueille dans ce formulaire des informations qui sont enregistrées dans un fichier informatisé par son Service Relations Clients, la finalité étant d’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 "> Sorties et loisirs <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild5')" > <span class="titleSection icon_arrowMenu "> Magazine <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild6')" > <a href="#" class="titleSection icon_arrowMenu after bottom"> Mon séjour en montagne</a> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuHtypedChild7')" > <span class="titleSection icon_arrowMenu "> Services <i class="icon_redac" data-icon="keyboard_arrow_down"></i> </span> </li> <li id="boxSearch"> <span class="icon_redac" data-icon="search_white" id="showBoxSearch"></span> </li> </ul> <div id="menuHtypedChild1" class="nav_niv2 typed depts_list with_cols edition_home" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/" class="linkLevel2"> À la une </a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2"> Politique </a> </li> <li class="itemLevel2 edition_link"> <a href="/faits-divers-justice" class="linkLevel2"> Faits divers </a> </li> <li class="itemLevel2 "> <a href="/environnement" class="linkLevel2"> Environnement </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/environnement/ici-on-agit" class="linkLevel3">     Ici on agit</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/societe/oiseaux-de-bonheur" target="_blank" class="linkLevel3">     Oiseaux de bonheur</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/france-monde" class="linkLevel2"> France - Monde </a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2"> Montagne </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/societe/montagne/l-appel-des-sommets-du-dauphine-libere" target="_blank" class="linkLevel3">     L'appel des sommets</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2"> Économie </a> </li> <li class="itemLevel2 "> <a href="/economie/direct-entreprises" target="_blank" class="linkLevel2"> DL Entreprises </a> </li> <li class="itemLevel2 "> <a href="/societe/desinfox" class="linkLevel2"> Désinfox </a> </li> <li class="itemLevel2 "> <a href="/education" class="linkLevel2"> Éducation </a> </li> <li class="itemLevel2 "> <a href="/insolite" class="linkLevel2"> Insolite </a> </li> <li class="itemLevel2 "> <a href="/fil-info" class="linkLevel2"> Fil info </a> </li> <li class="itemLevel2 "> <a href="/format/data/data-formats-interactifs" class="linkLevel2"> Data, formats interactifs </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-billet" target="_blank" class="linkLevel2"> Le billet </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-point-de-vue" target="_blank" class="linkLevel2"> Le point de vue </a> </li> </ul> </div> </div> <div id="menuHtypedChild2" class="nav_niv2 typed depts_list with_cols with_numbs subDepts" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 hasNum"> <a href="/isere" class="linkLevel2"> <span>38</span> Isère </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grenoble-agglomeration" class="linkLevel3">Grenoble / Agglomération</a> </li> <li class="itemLevel3 "> <a href="/edition-gresivaudan-oisans" class="linkLevel3">Grésivaudan / Oisans</a> </li> <li class="itemLevel3 selected "> <a href="/edition-voiron-saint-marcellin" class="linkLevel3">Voiron / Saint-Marcellin</a> </li> <li class="itemLevel3 "> <a href="/edition-la-tour-du-pin-nord-dauphine" class="linkLevel3">La Tour-du-Pin / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-bourgoin-jallieu-nord-dauphine" class="linkLevel3">Bourgoin-Jallieu / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-vienne-roussillon" class="linkLevel3">Vienne / Roussillon</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-savoie" class="linkLevel2"> <span>74</span> Haute-Savoie </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-annecy-rumilly-les-aravis" class="linkLevel3">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel3 "> <a href="/edition-mont-blanc-arve" class="linkLevel3">Mont-Blanc / Arve</a> </li> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain" class="linkLevel3">Grand Genève / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/savoie" class="linkLevel2"> <span>73</span> Savoie </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-chambery-aix-les-bains" class="linkLevel3">Chambéry / Aix-les-Bains</a> </li> <li class="itemLevel3 "> <a href="/edition-tarentaise-maurienne" class="linkLevel3">Tarentaise / Maurienne</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/drome" class="linkLevel2"> <span>26</span> Drôme </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale" class="linkLevel3">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome" class="linkLevel3">Romans / Nord Drôme</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/ardeche" class="linkLevel2"> <span>07</span> Ardèche </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone" class="linkLevel3">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche" class="linkLevel3">Annonay / Nord Ardèche</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/vaucluse" class="linkLevel2"> <span>84</span> Vaucluse </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/hautes-alpes" class="linkLevel2"> <span>05</span> Hautes-Alpes </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-provence" class="linkLevel2"> <span>04</span> Alpes-de-Haute-Provence </a> </li> <li class="itemLevel2 hasNum"> <a href="/ain" class="linkLevel2"> <span>01</span> Ain </a> </li> <li class="itemLevel2 hasNum"> <a href="/rhone" class="linkLevel2"> <span>69</span> Rhône </a> </li> <li class="itemLevel2 annul-marge hasNum"> <a href="/haute-savoie/frontaliers" class="linkLevel2"> CH Grand Genève et Suisse voisine </a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon édition favorite </a> </div> </div> </div> <div id="menuHtypedChild3" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 edition_link"> <a href="/sport" class="linkLevel2"> Toute l'actualité sportive </a> </li> <li class="itemLevel2 "> <a href="/sport/calendrier-resultats/football/national-ligue-1" class="linkLevel2"> Résultats et classements </a> </li> <li class="itemLevel2 "> <a href="/sport/football" class="linkLevel2"> Football </a> </li> <li class="itemLevel2 "> <a href="/sport/rugby" class="linkLevel2"> Rugby </a> </li> <li class="itemLevel2 "> <a href="/sport/handball" class="linkLevel2"> Handball </a> </li> <li class="itemLevel2 "> <a href="/sport/cyclisme" class="linkLevel2"> Cyclisme </a> </li> <li class="itemLevel2 "> <a href="/skichrono" class="linkLevel2"> Ski Chrono </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/skichrono/ski-alpin" class="linkLevel3">Ski alpin</a> </li> <li class="itemLevel3 "> <a href="/skichrono/biathlon" class="linkLevel3">Biathlon</a> </li> <li class="itemLevel3 "> <a href="/skichrono/freestyle" class="linkLevel3">Freestyle</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/sport/hockey-sur-glace" class="linkLevel2"> Hockey sur glace </a> </li> <li class="itemLevel2 "> <span class="linkLevel2">Dans les départements</span> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+isere" class="linkLevel3">En Isère</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+haute-savoie" class="linkLevel3">En Haute-Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+savoie" class="linkLevel3">En Savoie</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+drome" class="linkLevel3">Dans la Drôme</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+ardeche" class="linkLevel3">En Ardèche</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+hautes-alpes" class="linkLevel3">Dans les Alpes du Sud</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/sport+vaucluse" class="linkLevel3">Dans le Vaucluse</a> </li> </ul> </li> </ul> </div> </div> <div id="menuHtypedChild4" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/culture-loisirs" class="linkLevel2"> Toute l'actualité culturelle </a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/culture-loisirs/livres-notre-selection" target="_blank" class="linkLevel2"> Livres : notre sélection </a> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2"> Cinéma </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/culture-loisirs/cinema" class="linkLevel3">     L'actu du cinéma</a> </li> <li class="itemLevel3 "> <a href="https://cinema.ledauphine-presse.fr/" class="linkLevel3">     Programme des cinémas</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/culture-loisirs/musique" class="linkLevel2"> Musique </a> </li> <li class="itemLevel2 "> <a href="/societe/television-medias" class="linkLevel2"> Télévision - séries - streaming </a> </li> <li class="itemLevel2 "> <a href="https://www.diverto.tv" target="_blank" class="linkLevel2"> Diverto TV </a> <ul class="nav_niv3"> <li class="itemLevel3 external-icon"> <a href="https://www.diverto.tv/programme-tv" target="_blank" class="linkLevel3">     Programme TV</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/pour-sortir" class="linkLevel2"> Pour Sortir, l'agenda des sorties </a> </li> </ul> </div> </div> <div id="menuHtypedChild5" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/magazine" class="linkLevel2"> Tous nos magazines </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/magazine-sante" class="linkLevel3">Santé</a> </li> <li class="itemLevel3 "> <a href="/magazine-lifestyle" class="linkLevel3">Lifestyle</a> </li> <li class="itemLevel3 "> <a href="/magazine-immobilier" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="/magazine-automobile" class="linkLevel3">Automobile</a> </li> <li class="itemLevel3 "> <a href="/magazine-education-jeunesse" class="linkLevel3">Education et jeunesse</a> </li> <li class="itemLevel3 "> <a href="/magazine-cuisine-et-vins" class="linkLevel3">Cuisine et vins</a> </li> <li class="itemLevel3 "> <a href="/magazine-tourisme-et-patrimoine" class="linkLevel3">Tourisme et patrimoine</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/skichrono/liseuse" class="linkLevel2"> Ski Chrono </a> </li> </ul> </div> </div> <div id="menuHtypedChild6" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2"> Préparer vos vacances </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel3">Réserver votre séjour</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/toutes-les-stations/" target="_blank" class="linkLevel3">Toutes les stations</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2"> Nos inspirations </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/en-famille/" target="_blank" class="linkLevel3">En famille</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/insolite/" target="_blank" class="linkLevel3">Insolite</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/tendance/" target="_blank" class="linkLevel3">Tendance</a> </li> </ul> </li> </ul> </div> </div> <div id="menuHtypedChild7" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/contact" target="_blank" class="linkLevel2"> Nous contacter </a> </li> <li class="itemLevel2 "> <a href="https://boutique.ledauphine.com/" class="linkLevel2"> Boutique </a> </li> <li class="itemLevel2 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2"> Location appart ski </a> </li> <li class="itemLevel2 "> <a href="/nos-evenements/fiche-evenementielle" class="linkLevel2"> Nos événements </a> </li> <li class="itemLevel2 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel2"> Libra Mémoria </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel3">Tous les avis de décès</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/comparateur-telecom" class="linkLevel2"> Nos comparateurs </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-box-internet" class="linkLevel3">Box Internet</a> </li> <li class="itemLevel3 "> <a href="/comparateur-telecom/comparateur-forfait-mobile" class="linkLevel3">Forfaits mobile</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" class="linkLevel2"> Petites annonces </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/immobilier" target="_blank" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=ldl" target="_blank" class="linkLevel3">Automobiles</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/annonces/recherche" target="_blank" class="linkLevel2"> Annonces judiciaires et légales </a> </li> <li class="itemLevel2 "> <a href="https://al-ledauphine.viedessocietes-eurolegales.com/" target="_blank" class="linkLevel2"> Vie des sociétés </a> </li> <li class="itemLevel2 "> <a href="https://ledauphine.marchespublics-eurolegales.com/" target="_blank" class="linkLevel2"> Marchés publics </a> </li> <li class="itemLevel2 "> <a href="https://www.francemarches.com/" target="_blank" class="linkLevel2"> France Marché, portail d'appels d'offres </a> </li> <li class="itemLevel2 h25"> <a href="#" class="linkLevel2"> Paroles de partenaires </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/articles-partenaires" class="linkLevel3">Articles partenaires</a> </li> <li class="itemLevel3 "> <a href="/paroles-de-partenaires/dossiers-partenaires" class="linkLevel3">Dossiers partenaires</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2"> Le groupe EBRA </a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.ebra.fr/le-groupe" target="_blank" class="linkLevel3">Présentation du groupe</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-medias" target="_blank" class="linkLevel3">EBRA Médias</a> </li> <li class="itemLevel3 "> <a href="https://www.ebra.fr/ebra-events" target="_blank" class="linkLevel3">EBRA Events</a> </li> </ul> </li> </ul> </div> </div> <div class="gradient"></div> </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 "> Sorties et loisirs <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild5')" > <span class="titleSection icon_arrowMenu "> Magazine <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild6')" > <a href="#" class="titleSection icon_arrowMenu after bottom"> Mon séjour en montagne</a> </li> <li class="itemLevel1 hasChilds depts_list with_cols" onmouseup="toggleHmenuChilds(this, '#menuVtypedChild7')" > <span class="titleSection icon_arrowMenu "> Services <i class="icon_redac" data-icon="keyboard_arrow_right"></i> </span> </li> </ul> <div id="menuVtypedChild1" class="nav_niv2 typed depts_list with_cols edition_home" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/" class="linkLevel2">À la une</a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2">Politique</a> </li> <li class="itemLevel2 edition_link"> <a href="/faits-divers-justice" class="linkLevel2">Faits divers</a> </li> <li class="itemLevel2 "> <a href="/environnement" class="linkLevel2">Environnement</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/environnement/ici-on-agit" class="linkLevel3">     Ici on agit</a> </li> <li class="itemLevel3 "> <a href="https://c.ledauphine.com/societe/oiseaux-de-bonheur" target="_blank" class="linkLevel3">     Oiseaux de bonheur</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/france-monde" class="linkLevel2">France - Monde</a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2">Montagne</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/societe/montagne/l-appel-des-sommets-du-dauphine-libere" target="_blank" class="linkLevel3">     L'appel des sommets</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2">Économie</a> </li> <li class="itemLevel2 "> <a href="/economie/direct-entreprises" target="_blank" class="linkLevel2">DL Entreprises</a> </li> <li class="itemLevel2 "> <a href="/societe/desinfox" class="linkLevel2">Désinfox</a> </li> <li class="itemLevel2 "> <a href="/education" class="linkLevel2">Éducation</a> </li> <li class="itemLevel2 "> <a href="/insolite" class="linkLevel2">Insolite</a> </li> <li class="itemLevel2 "> <a href="/fil-info" class="linkLevel2">Fil info</a> </li> <li class="itemLevel2 "> <a href="/format/data/data-formats-interactifs" class="linkLevel2">Data, formats interactifs</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-billet" target="_blank" class="linkLevel2">Le billet</a> </li> <li class="itemLevel2 "> <a href="https://c.ledauphine.com/societe/le-point-de-vue" target="_blank" class="linkLevel2">Le point de vue</a> </li> </ul> </div> </div> <div id="menuVtypedChild2" class="nav_niv2 typed depts_list with_cols with_numbs subDepts" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 hasNum"> <a href="/isere" class="linkLevel2">38 Isère</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grenoble-agglomeration" class="linkLevel3">Grenoble / Agglomération</a> </li> <li class="itemLevel3 "> <a href="/edition-gresivaudan-oisans" class="linkLevel3">Grésivaudan / Oisans</a> </li> <li class="itemLevel3 selected "> <a href="/edition-voiron-saint-marcellin" class="linkLevel3">Voiron / Saint-Marcellin</a> </li> <li class="itemLevel3 "> <a href="/edition-la-tour-du-pin-nord-dauphine" class="linkLevel3">La Tour-du-Pin / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-bourgoin-jallieu-nord-dauphine" class="linkLevel3">Bourgoin-Jallieu / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-vienne-roussillon" class="linkLevel3">Vienne / Roussillon</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-savoie" class="linkLevel2">74 Haute-Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-annecy-rumilly-les-aravis" class="linkLevel3">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel3 "> <a href="/edition-mont-blanc-arve" class="linkLevel3">Mont-Blanc / Arve</a> </li> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain" class="linkLevel3">Grand Genève / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/savoie" class="linkLevel2">73 Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-chambery-aix-les-bains" class="linkLevel3">Chambéry / Aix-les-Bains</a> </li> <li class="itemLevel3 "> <a href="/edition-tarentaise-maurienne" class="linkLevel3">Tarentaise / Maurienne</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/drome" class="linkLevel2">26 Drôme</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale" class="linkLevel3">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome" class="linkLevel3">Romans / Nord Drôme</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/ardeche" class="linkLevel2">07 Ardèche</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone" class="linkLevel3">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche" class="linkLevel3">Annonay / Nord Ardèche</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/vaucluse" class="linkLevel2">84 Vaucluse</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/hautes-alpes" class="linkLevel2">05 Hautes-Alpes</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2 hasNum"> <a href="/haute-provence" class="linkLevel2">04 Alpes-de-Haute-Provence</a> </li> <li class="itemLevel2 hasNum"> <a href="/ain" class="linkLevel2">01 Ain</a> </li> <li class="itemLevel2 hasNum"> <a href="/rhone" class="linkLevel2">69 Rhône</a> </li> <li class="itemLevel2 annul-marge hasNum"> <a href="/haute-savoie/frontaliers" class="linkLevel2">CH Grand Genève et Suisse voisine </a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �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="/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="menuVtypedChild5" class="nav_niv2 typed depts_list with_cols" > <div><span class="icon_close after"></span></div> <div class="constrain"> <ul> <li class="itemLevel2 "> <a href="/magazine" class="linkLevel2">Tous nos magazines</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/magazine-sante" class="linkLevel3">Santé</a> </li> <li class="itemLevel3 "> <a href="/magazine-lifestyle" class="linkLevel3">Lifestyle</a> </li> <li class="itemLevel3 "> <a href="/magazine-immobilier" class="linkLevel3">Immobilier</a> </li> <li class="itemLevel3 "> <a href="/magazine-automobile" class="linkLevel3">Automobile</a> </li> <li class="itemLevel3 "> <a href="/magazine-education-jeunesse" class="linkLevel3">Education et jeunesse</a> </li> <li class="itemLevel3 "> <a href="/magazine-cuisine-et-vins" class="linkLevel3">Cuisine et vins</a> </li> <li class="itemLevel3 "> <a href="/magazine-tourisme-et-patrimoine" class="linkLevel3">Tourisme et patrimoine</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="/skichrono/liseuse" class="linkLevel2">Ski Chrono</a> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �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="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel2">Préparer vos vacances</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/" target="_blank" class="linkLevel3">Réserver votre séjour</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/toutes-les-stations/" target="_blank" class="linkLevel3">Toutes les stations</a> </li> </ul> </li> <li class="itemLevel2 "> <a href="#" target="_blank" class="linkLevel2">Nos inspirations</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/en-famille/" target="_blank" class="linkLevel3">En famille</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/insolite/" target="_blank" class="linkLevel3">Insolite</a> </li> <li class="itemLevel3 "> <a href="https://www.mon-sejour-en-montagne.com/infos-montagne/categorie-magazine/tendance/" target="_blank" class="linkLevel3">Tendance</a> </li> </ul> </li> </ul> <div class="cta_favEditionWrapper"> <a class="cta_favEdition currentEdition"> Je choisis mon �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#38D" title="De Voiron à Saint-Marcellin" 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/4f2db241-dbc3-4a39-81b4-0a786cb82ec1/JNU_01/de-voiron-a-saint-marcellin-1732761397.jpg" alt="De Voiron à Saint-Marcellin" /> </a> </div> <div class="labelWrapper"> <p class="label">De Voiron à Saint-Marcellin</p> <p class="date">jeu. 28/11/2024</p> <a href="/liseuse/editions-numeriques " title="Lire le journal" class="UA-trackEvent bt_special linkAll" data-uaval1="clic-entree-tunnel" data-uaval2="clic-module-offres-pdf" data-uaval3="clic-lien-vers-page-offres-pdf"> <i class="icon_redac" data-icon="keyboard_arrow_right"></i> Lire le journal </a> </div> </div> </div> </div> <!-- Nielsen Bar --> <ul class="nav_model07 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/videos" class="titleSection "> Vidéos </a> </li> <li class="itemLevel1 "> <a href="/meteo/previsions-detaillees" target="_blank" class="titleSection "> Météo <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 "> <a href="/newsletters/subscribe" class="titleSection "> Newsletters </a> </li> <li class="itemLevel1 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="titleSection "> Libra Memoria </a> </li> <li class="itemLevel1 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="titleSection "> Boutique <i class="icon_redac" data-icon="external"></i> </a> </li> <li class="itemLevel1 NielsenBar-text-transform-none"> <a href="/leclub" target="_blank" class="titleSection "> LeCLUB <i class="icon_redac" data-icon="external"></i> </a> </li> </ul> <a class="pushApp" href=""> <div class="appIcon"><img src="" alt="Icone de l'application mobile" /></div> <p>Retrouvez tous nos contenus et notre journal en numérique<br><span>Téléchargez l'application</span></p> </a><div class="nav_model06"> <span class="menuTitle">Suivez-nous</span> <ul class="nav_niv1 noPrint"> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=FB" target="_blank" class="icon_facebook before"><span>Facebook</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=TT" target="_blank" class="icon_twitter before"><span>Twitter</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=IG" target="_blank" class="icon_instagram before"><span>Instagram</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=LI" target="_blank" class="icon_linkedin before"><span>Linkedin</span></a> </li> <li class="itemLevel1 "> <a href="/rss" target="_blank" class="icon_rss before"><span>Rss</span></a> </li> </ul> </div><!-- Nielsen Bar --> <ul class="nav_model04 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/contact" class="titleSection">Contact</a> </li> <li class="itemLevel1 "> <a href="/faq" class="titleSection">FAQ</a> </li> <li class="itemLevel1 "> <a href="/espace-client/cgau" class="titleSection">CGAU du site</a> </li> <li class="itemLevel1 "> <a href="/espace-client/mentions-legales" class="titleSection">Informations légales</a> </li> <li class="itemLevel1 "> <a href="/protection-des-donnees" class="titleSection">Protection des données</a> </li> </ul> </div> </div> </nav> <div id="ad_portal" class="main"> <div class="ad_portal_overlay"></div> <div id="wrapper" role="main"> <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></section> <section class="section headerPage constrain"> <h1>Edition Voiron / Saint-Marcellin</h1> </section> <section class="section portailList2 sectionUnes sectionUnesCategory"> <section class="redacblock List_Top constrain blockUne" > <div class="GRDC_linkTags linkTags" data-position="0" data-name="Edition Voiron / Saint-Marcellin"> <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-voiron-saint-marcellin-bievre/voiron" title="Voiron"> Voiron </a> </li> <li ><a href="https://www.ledauphine.com/edition-voiron-saint-marcellin-bievre/saint-marcellin" title="Saint-Marcellin"> Saint-Marcellin </a> </li> <li ><a href="https://c.ledauphine.com/edition-voiron-saint-marcellin-bievre/voreppe" title="Voreppe"> Voreppe </a> </li> <li ><a href="https://c.ledauphine.com/edition-voiron-saint-marcellin-bievre/rives" title="Rives"> Rives </a> </li> <li ><a href="https://c.ledauphine.com/edition-voiron-saint-marcellin-bievre/vinay" title="Vinay"> Vinay </a> </li> <li ><a href="https://www.ledauphine.com/isere/isere/des-idees-pour-vos-loisirs-en-isere-et-ailleurs" title="Des idées pour vos loisirs"> Des idées pour vos loisirs </a> </li> <li ><a href="https://c.ledauphine.com/isere/le-debat-de-la-semaine" title="Le débat de la semaine"> Le débat de la semaine </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="/societe/2024/11/28/isere-savoie-girandieres-les-residences-seniors-de-la-region-reprises-par-le-groupe-zenitude" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Isère - Savoie.</span> <span>Girandières : les résidences seniors de la région reprises par le groupe Zénitude</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/D92F5B94-2E7B-499A-8B1F-4523A8A41C1A/REDAC_A_M/girandieres-les-residences-seniors-de-la-region-reprises-par-le-groupe-zenitude-1732813986.jpg" /> <img src="https://cdn-s-www.ledauphine.com/images/D92F5B94-2E7B-499A-8B1F-4523A8A41C1A/REDAC_A/girandieres-les-residences-seniors-de-la-region-reprises-par-le-groupe-zenitude-1732813986.jpg" alt="" fecthpriority="high" decoding="async"/> </picture> </figure> <div class="text">Les résidences seniors Les Girandières, du groupe Réside études, étaient sous la menace d’une liquidation judiciaire. Ce jeudi, le tribunal de ...</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/159D7C7E-0CA0-4A9F-9EBA-F8943249E1DD/REDAC_B/deux-nouvelles-lignes-pour-rejoindre-les-stations-de-ski-en-car-au-depart-de-valence-et-voiron-1732793110.jpg" alt="Deux nouvelles lignes pour rejoindre les stations de ski en car au départ de Valence et Voiron" loading="lazy" decoding="async" /> </figure> <a href="/transport/2024/11/28/deux-nouvelles-lignes-pour-rejoindre-les-stations-de-ski-en-car-au-depart-de-valence-et-voiron" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Isère - Drôme.</span> <span>Deux nouvelles lignes pour rejoindre les stations de ski en car au départ de Valence et Voiron</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/74985D1C-C784-44B9-A6CC-2D0EF60FFE6D/REDAC_B/les-collegiens-n-ont-pas-de-cours-de-francais-des-parents-en-colere-1732802823.jpg" alt="Les collégiens n’ont pas de cours de français : des parents en colère" loading="lazy" decoding="async" /> </figure> <a href="/education/2024/11/28/isere-saint-simeon-de-bressieux-les-collegiens-n-ont-pas-de-cours-de-francais-des-parents-en-colere" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Saint-Siméon-de-Bressieux.</span> <span>Les collégiens n’ont pas de cours de français : des parents en colère</span> <span class="flagPaid"></span></h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div class="pub-dfp-d"> <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p3d { min-height:156px; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p3d { display:none; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p3d'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p3d' class='stickyPub'></div> </div> </div> <article class="article article-col "> <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/471F1334-67F7-4315-8BEE-876876C702CE/REDAC_B/a-l-ehpad-une-chanson-pour-creer-du-lien-1732816550.jpg" alt="À l’Ehpad, une chanson pour créer du lien" loading="lazy" decoding="async" /> </figure> <a href="/societe/2024/11/28/isere-pays-voironnais-a-l-ehpad-une-chanson-pour-creer-du-lien" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Pays voironnais.</span> <span>À l’Ehpad, une chanson pour créer du lien</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/14C5565E-11D1-4622-A67D-5B49DDF3C54B/REDAC_B/course-a-pied-la-voironnaise-affiche-deja-complet-1732816306.jpg" alt="Course à pied : la Voironnaise affiche déjà complet" loading="lazy" decoding="async" /> </figure> <a href="/sport/2024/11/28/isere-voiron-course-a-pied-la-voironnaise-affiche-deja-complet" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Voiron.</span> <span>Course à pied : la Voironnaise affiche déjà complet</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.204ECD2D7613741CA8D56295284C32BD.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/3ee710ec-a7ff-4341-9b3a-acba1cc6d04e/JNU_01/grenoble-et-son-agglomeration-1732761415.jpg" loading="lazy" decoding="async"/></div> <div class="productInfos"> <p class="title">L'édition du jeudi 28 novembre 2024</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/21ac10a4-87c4-41ec-b1aa-68d82fd6ad8c/JNU_01/diverto-1732300622.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>Retraites : pour vous la réforme Borne...</div> <form class="pollComponent"> <div id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choices"> <div class="alert--info" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_ZoneMsg2" style="display:none;"> <span id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Msg2"></span> </div> <ul> <li> <input type="radio" value="0" name="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choice" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choice_0" class="radio" /> <label for="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choice_0">Doit être ajustée</label> </li> <li> <input type="radio" value="1" name="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choice" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choice_1" class="radio" /> <label for="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choice_1">Doit être abrogée</label> </li> <li> <input type="radio" value="2" name="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choice" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choice_2" class="radio" /> <label for="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Choice_2">Doit être maintenue</label> </li> </ul> </div> <div id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Results" style="display:none;"> <div class="listOption"> <div class="option "> <div class="resconteneur"> <div style="width: 32%; height: 32%;" class="result res0" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Avc_0"></div> </div> <div class="reponse">Doit être ajustée</div> <div class="percent" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Pct_0">32 % </div> </div> <div class="option bestResult"> <div class="resconteneur"> <div style="width: 37%; height: 37%;" class="result res1" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Avc_1"></div> </div> <div class="reponse">Doit être abrogée</div> <div class="percent" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Pct_1">37 % </div> </div> <div class="option "> <div class="resconteneur"> <div style="width: 31%; height: 31%;" class="result res2" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Avc_2"></div> </div> <div class="reponse">Doit être maintenue</div> <div class="percent" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Pct_2">31 % </div> </div> </div> </div> <div id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Compact"> <div class="blocButtons"> <a href="/societe/2024/11/27/retraites-pour-vous-la-reforme-borne-ygqo" 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_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_TotalDiv" class="total"><span id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Total">13676</span> votants</div> <div class="poll_result" style="display:none;" id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_ZoneMsg"> <span id="poll_296dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7_Msg"></span> </div> </div> </form> </div> </div> <article class="article article-row "> <div class="wrapperClickArticle"> <a href="https://www.ledauphine.com/videos/une-grenobloise-sur-la-plateau-du-telethon-pour-le-moment-je-suis-debout-xr5z8f5" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Vidéo.</span> <span>Une Grenobloise sur le plateau du Téléthon : « Pour le moment, je suis debout »</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/9CFC5335-8ECA-49A6-8433-5AD3A46C7F1E/REDAC_B/une-grenobloise-sur-le-plateau-du-telethon-pour-le-moment-je-suis-debout-1732811393.jpg" alt="Une Grenobloise sur le plateau du Téléthon : « Pour le moment, je suis debout »" /> </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="/social/2024/11/28/isere-saint-etienne-de-saint-geoirs-la-gendarmerie-s-engage-pour-l-inclusion" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Saint-Étienne-de-Saint-Geoirs.</span> <span>La gendarmerie s’engage pour l’inclusion</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/C00C1DED-6D9B-4245-9746-419D1ED3484F/REDAC_B/la-gendarmerie-s-engage-pour-l-inclusion-1732802844.jpg" alt="La gendarmerie s’engage pour l’inclusion" /> </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/2024/11/28/isere-tullins-l-ekipee-du-coeur-une-journee-au-profit-des-restos-du-coeur-de-tullins" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Tullins.</span> <span>L’Ékipée du cœur, une journée au profit des Restos du cœur de Tullins</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/642D1E2B-918B-4E1C-B726-5CFF699D7B45/REDAC_B/l-ekipee-du-coeur-une-journee-au-profit-des-restos-du-coeur-de-tullins-1732802864.jpg" alt="L’Ékipée du cœur, une journée au profit des Restos du cœur de Tullins" /> </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/2024/11/28/isere-polienas-ce-week-end-le-marche-de-noel" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Poliénas.</span> <span>Ce week-end, le marché de Noël</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/DC834AC0-3EE4-496B-8E03-FF10D80D275E/REDAC_B/ce-week-end-le-marche-de-noel-1732806269.jpg" alt="Ce week-end, le marché de Noël" /> </figure> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <div id='pub-outbrain-3d'> </div> </section> <script type="text/javascript"> /* ========================================================================== Selection abonnés des Une ========================================================================== */ function selectionAboResponsive() { if(needRecalculationOfViewport){ viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; needRecalculationOfViewport = false; } if (viewPortWidth < 1000) { var selectionAbo = document.getElementById('selectionAbo'); var selectionAboMobile = document.getElementById('selectionAboMobile'); if (selectionAbo && selectionAboMobile && selectionAboMobile.childElementCount === 0) { selectionAboMobile.appendChild(selectionAbo); } } else if (viewPortWidth > 999) { var selectionAbo = document.getElementById('selectionAbo'); var selectionAboDesktop = document.getElementById('selectionAboDesktop'); if (selectionAbo && selectionAboDesktop && selectionAboDesktop.childElementCount === 0) { selectionAboDesktop.appendChild(selectionAbo); } } } selectionAboResponsive(); window.addEventListener("resize", debounce(async function (e) { needRecalculationOfViewport = true; selectionAboResponsive(); }, 500)); /* ========================================================================== Colonne Une Right Responsive ========================================================================== */ let alreadyInMobileColUne = false; let alreadyInDesktopColUne = false; function colUneRightResponsive() { if(needRecalculationOfViewport){ viewPortWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; needRecalculationOfViewport = false; } if (alreadyInMobileColUne == false && viewPortWidth < 1000) { alreadyInMobileColUne = true; alreadyInDesktopColUne = false; var colUneRight = document.getElementById('ColUneRight'); var listUneSecondary = document.getElementById('ListUneSecondary'); if (colUneRight && ListUneSecondary) { listUneSecondary.appendChild(colUneRight); } } else if (alreadyInDesktopColUne == false && viewPortWidth > 999) { alreadyInMobileColUne = false; alreadyInDesktopColUne = true; var colUneRight = document.getElementById('ColUneRight'); var listUneMain = document.getElementById('ListUneMain'); if (listUneMain && colUneRight) { listUneMain.appendChild(colUneRight); } } } colUneRightResponsive(); window.addEventListener("resize", debounce(async function(e){ needRecalculationOfViewport = true; colUneRightResponsive(); }, 500)); </script> <a href="/edition-voiron-saint-marcellin?page=2" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="cmsblock List_1 constrain blockUne" data-column="1" > <link type='text/css' rel='stylesheet' href='https://cdn-files.prsmedia.fr/files/min/fr/GSPT/css/style.8517BE94E5389FED34C0F09770DC135D.min.css' /> <div id="Ligue 2 - classement" class="mod GSPT_calendarRankResult football"> <p class="entete">Football - Ligue 2</p> <div class="modContent"> <ul> <li class="btnCalendarPlugin UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-resultats">Résultats</li> <li class="btnRankingPlugin selected UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-classement">Classement</li> </ul> <div class="panelGSPT calendarPlugin "> <div class="currentDay"> Journée 14 </div> <div class="calendarResult"> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">vendredi 22 novembre 2024</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/caen">Caen</a> </td> <td class="scoreData"> 3 - 3 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/rodez">Rodez</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/clermont">Clermont</a> </td> <td class="scoreData"> 1 - 1 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/fc-metz">FC Metz</a> </td> </tr> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/guingamp">Guingamp</a> </td> <td class="scoreData"> 3 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/amiens">Amiens</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/martigues">Martigues</a> </td> <td class="scoreData"> 0 - 3 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/laval">Laval</a> </td> </tr> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/pau">Pau</a> </td> <td class="scoreData"> 4 - 1 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/red-star">Red Star</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/troyes">Troyes</a> </td> <td class="scoreData"> 0 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/grenoble">Grenoble</a> </td> </tr> </tbody> </table> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">samedi 23 novembre 2024</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/paris-fc">Paris FC</a> </td> <td class="scoreData"> 0 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/annecy">Annecy</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a> </td> <td class="scoreData"> 0 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/lorient">Lorient</a> </td> </tr> </tbody> </table> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">lundi 25 novembre 2024</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/dunkerque">Dunkerque</a> </td> <td class="scoreData"> 1 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a> </td> </tr> </tbody> </table> </div> <h2 style="text-align: left; margin-bottom: 5px !important;">Rencontre déplacée de la journée 10</h2> <div class="calendarResult"> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">mardi 3 décembre 2024</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a> </td> <td class="scoreData"> 0 - 0 <br/> (Interrompu) </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a> </td> </tr> </tbody> </table> </div> <div class="viewFullCalendar"> <a href="/sport/calendrier-resultats/football/national-ligue-2" class=" UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-tous-les-resultats">Tous les résultats</a> </div> </div> <div class="panelGSPT rankingPlugin selected"> <div id="rankTable"> <table cellpadding="0" cellspacing="0" style="table-layout:auto;"> <thead> <tr> <th class="tc" colspan="5">Général</th> </tr> <tr> <th class="tc" colspan="2">Classement</th> <th class="tc">Pts.</th> <th class="tc">J</th> <th class="tc">Diff.</th> </tr> </thead> <tbody> <tr> <td class="tr" style="width:10%;"><b>1.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/paris-fc">Paris FC</a></td> <td>28</td> <td>14</td> <td>11</td> </tr> <tr> <td class="tr" style="width:10%;"><b>2.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/dunkerque">Dunkerque</a></td> <td>28</td> <td>14</td> <td>5</td> </tr> <tr> <td class="tr" style="width:10%;"><b>3.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/lorient">Lorient</a></td> <td>27</td> <td>14</td> <td>11</td> </tr> <tr> <td class="tr" style="width:10%;"><b>4.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/fc-metz">FC Metz</a></td> <td>25</td> <td>14</td> <td>9</td> </tr> <tr> <td class="tr" style="width:10%;"><b>5.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/annecy">Annecy</a></td> <td>23</td> <td>14</td> <td>3</td> </tr> <tr> <td class="tr" style="width:10%;"><b>6.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/guingamp">Guingamp</a></td> <td>22</td> <td>14</td> <td>5</td> </tr> <tr> <td class="tr" style="width:10%;"><b>7.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/amiens">Amiens</a></td> <td>20</td> <td>14</td> <td>-1</td> </tr> <tr> <td class="tr" style="width:10%;"><b>8.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/laval">Laval</a></td> <td>19</td> <td>14</td> <td>5</td> </tr> <tr> <td class="tr" style="width:10%;"><b>9.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/pau">Pau</a></td> <td>19</td> <td>14</td> <td>-1</td> </tr> <tr> <td class="tr" style="width:10%;"><b>10.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/grenoble">Grenoble</a></td> <td>18</td> <td>14</td> <td>2</td> </tr> <tr> <td class="tr" style="width:10%;"><b>11.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a></td> <td>17</td> <td>13</td> <td>0</td> </tr> <tr> <td class="tr" style="width:10%;"><b>12.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/rodez">Rodez</a></td> <td>16</td> <td>14</td> <td>2</td> </tr> <tr> <td class="tr" style="width:10%;"><b>13.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/clermont">Clermont</a></td> <td>16</td> <td>14</td> <td>-3</td> </tr> <tr> <td class="tr" style="width:10%;"><b>14.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/caen">Caen</a></td> <td>15</td> <td>14</td> <td>-3</td> </tr> <tr> <td class="tr" style="width:10%;"><b>15.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/troyes">Troyes</a></td> <td>15</td> <td>14</td> <td>-6</td> </tr> <tr> <td class="tr" style="width:10%;"><b>16.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a></td> <td>14</td> <td>13</td> <td>-4</td> </tr> <tr> <td class="tr" style="width:10%;"><b>17.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/red-star">Red Star</a></td> <td>14</td> <td>14</td> <td>-14</td> </tr> <tr> <td class="tr" style="width:10%;"><b>18.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/martigues">Martigues</a></td> <td>9</td> <td>14</td> <td>-21</td> </tr> </tbody> </table> </div> <div class="viewFullRanking"> <a href="/sport/classement/football/national-ligue-2" class="UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-tout-le-classement">Tout le classement</a> </div> </div> </div> </div> <div id="Ligue 2 calendrier" class="mod GSPT_calendarRankResult football"> <p class="entete">Football - Ligue 2</p> <div class="modContent"> <ul> <li class="btnCalendarPlugin selected UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-resultats">Résultats</li> <li class="btnRankingPlugin UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-classement">Classement</li> </ul> <div class="panelGSPT calendarPlugin selected"> <div class="currentDay"> Journée 14 </div> <div class="calendarResult"> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">vendredi 22 novembre 2024</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/caen">Caen</a> </td> <td class="scoreData"> 3 - 3 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/rodez">Rodez</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/clermont">Clermont</a> </td> <td class="scoreData"> 1 - 1 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/fc-metz">FC Metz</a> </td> </tr> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/guingamp">Guingamp</a> </td> <td class="scoreData"> 3 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/amiens">Amiens</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/martigues">Martigues</a> </td> <td class="scoreData"> 0 - 3 </td> <td class="secondTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/laval">Laval</a> </td> </tr> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/pau">Pau</a> </td> <td class="scoreData"> 4 - 1 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/red-star">Red Star</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/troyes">Troyes</a> </td> <td class="scoreData"> 0 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/grenoble">Grenoble</a> </td> </tr> </tbody> </table> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">samedi 23 novembre 2024</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/paris-fc">Paris FC</a> </td> <td class="scoreData"> 0 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/annecy">Annecy</a> </td> </tr> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a> </td> <td class="scoreData"> 0 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/lorient">Lorient</a> </td> </tr> </tbody> </table> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">lundi 25 novembre 2024</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a class="winner" href="/sport/equipe/football/national-ligue-2/dunkerque">Dunkerque</a> </td> <td class="scoreData"> 1 - 0 </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a> </td> </tr> </tbody> </table> </div> <h2 style="text-align: left; margin-bottom: 5px !important;">Rencontre déplacée de la journée 10</h2> <div class="calendarResult"> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="tl" colspan="3">mardi 3 décembre 2024</th> </tr> </thead> <tbody> <tr> <td class="firstTeam"> <a href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a> </td> <td class="scoreData"> 0 - 0 <br/> (Interrompu) </td> <td class="secondTeam"> <a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a> </td> </tr> </tbody> </table> </div> <div class="viewFullCalendar"> <a href="/sport/calendrier-resultats/football/national-ligue-2" class=" UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-tous-les-resultats">Tous les résultats</a> </div> </div> <div class="panelGSPT rankingPlugin "> <div id="rankTable"> <table cellpadding="0" cellspacing="0" style="table-layout:auto;"> <thead> <tr> <th class="tc" colspan="5">Général</th> </tr> <tr> <th class="tc" colspan="2">Classement</th> <th class="tc">Pts.</th> <th class="tc">J</th> <th class="tc">Diff.</th> </tr> </thead> <tbody> <tr> <td class="tr" style="width:10%;"><b>1.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/paris-fc">Paris FC</a></td> <td>28</td> <td>14</td> <td>11</td> </tr> <tr> <td class="tr" style="width:10%;"><b>2.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/dunkerque">Dunkerque</a></td> <td>28</td> <td>14</td> <td>5</td> </tr> <tr> <td class="tr" style="width:10%;"><b>3.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/lorient">Lorient</a></td> <td>27</td> <td>14</td> <td>11</td> </tr> <tr> <td class="tr" style="width:10%;"><b>4.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/fc-metz">FC Metz</a></td> <td>25</td> <td>14</td> <td>9</td> </tr> <tr> <td class="tr" style="width:10%;"><b>5.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/annecy">Annecy</a></td> <td>23</td> <td>14</td> <td>3</td> </tr> <tr> <td class="tr" style="width:10%;"><b>6.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/guingamp">Guingamp</a></td> <td>22</td> <td>14</td> <td>5</td> </tr> <tr> <td class="tr" style="width:10%;"><b>7.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/amiens">Amiens</a></td> <td>20</td> <td>14</td> <td>-1</td> </tr> <tr> <td class="tr" style="width:10%;"><b>8.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/laval">Laval</a></td> <td>19</td> <td>14</td> <td>5</td> </tr> <tr> <td class="tr" style="width:10%;"><b>9.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/pau">Pau</a></td> <td>19</td> <td>14</td> <td>-1</td> </tr> <tr> <td class="tr" style="width:10%;"><b>10.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/grenoble">Grenoble</a></td> <td>18</td> <td>14</td> <td>2</td> </tr> <tr> <td class="tr" style="width:10%;"><b>11.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/sc-bastia">SC Bastia</a></td> <td>17</td> <td>13</td> <td>0</td> </tr> <tr> <td class="tr" style="width:10%;"><b>12.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/rodez">Rodez</a></td> <td>16</td> <td>14</td> <td>2</td> </tr> <tr> <td class="tr" style="width:10%;"><b>13.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/clermont">Clermont</a></td> <td>16</td> <td>14</td> <td>-3</td> </tr> <tr> <td class="tr" style="width:10%;"><b>14.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/caen">Caen</a></td> <td>15</td> <td>14</td> <td>-3</td> </tr> <tr> <td class="tr" style="width:10%;"><b>15.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/troyes">Troyes</a></td> <td>15</td> <td>14</td> <td>-6</td> </tr> <tr> <td class="tr" style="width:10%;"><b>16.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/ac-ajaccio">AC Ajaccio</a></td> <td>14</td> <td>13</td> <td>-4</td> </tr> <tr> <td class="tr" style="width:10%;"><b>17.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/red-star">Red Star</a></td> <td>14</td> <td>14</td> <td>-14</td> </tr> <tr> <td class="tr" style="width:10%;"><b>18.</b></td> <td class="tl nowrap" style="width:40%;"><a href="/sport/equipe/football/national-ligue-2/martigues">Martigues</a></td> <td>9</td> <td>14</td> <td>-21</td> </tr> </tbody> </table> </div> <div class="viewFullRanking"> <a href="/sport/classement/football/national-ligue-2" class="UA-trackEvent" data-UAval1="module" data-UAval2="sport" data-UAval3="clic-bouton-tout-le-classement">Tout le classement</a> </div> </div> </div> </div> </section> <section class="newsletterblock List_1 constrain blockUne" > <div class="mod GRDC_newsletters"> <form method="post" id="1subscriptionForm" action="/newsletters/subscribe"> <div class="nwl-illustration simple"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/1DC72B05-CEBD-4231-AA5C-F0E017087B95/NEWL_ModelPicture/nwl-matinale-ldl-1668437834.jpg" alt="NWL Matinale LDL" /> </figure> </div> <div class="nl_infos"> <p class="nwl-title"> <span>Newsletter. </span> La matinale | Grenoble et Isère, Haute-Savoie et Genevois, Savoie, Hautes-Alpes, France et monde </p> <div class="nwl-description"> <span class="nwl-frequency">Tous les matins. </span> <p>L'essentiel&nbsp;de l'info en Is&egrave;re, Savoie, Haute-Savoie, dans les Hautes-Alpes, en France et dans le monde</p></div> <div class="email_wrapper"> <div class="field email nonConnecte"> <input class="inputField" type="email" id="1nwl-login" name="email" placeholder="Saisissez votre e-mail" /> </div> <div id="1nwl-button" class="modalBlocButtons"> <input id="1nwl-modelkey" type="hidden" name="modelkey" value="bbd5397a-e1d7-45b3-a680-26582f3d1dce" /> <input type="submit" id="GFWKCAPTCHACheckINPUT1subscriptionForm" class="btn subscribe_btn" value="S'inscrire" name="bbd5397a-e1d7-45b3-a680-26582f3d1dce"/> <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/7E479DCB-33C5-4EA5-BA4B-636BC5941FEA/REDAC_S/affaire-eric-piolle-elisa-martin-enzo-lesourt-se-confie-en-exclusivite-1732784839.jpg" alt="Affaire Éric Piolle - Élisa Martin : Enzo Lesourt se confie en exclusivité " /> </figure> <div class="detail"> <p class="article_format"><span class="icon_format icon_redac" data-icon="format_video"></span><span class="nom_format">Vidéo</span></p> <a href="https://c.ledauphine.com/videos/l-ex-collaborateur-qui-met-en-cause-eric-piolle-et-elisa-martin-sort-du-silence-xr5vuxq" class="mainLink"><h3 class="titleArticle">Affaire Éric Piolle - Élisa Martin : Enzo Lesourt se confie en exclusivité </h3></a> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/CE38659F-B007-492D-8C89-31F91E8E7947/REDAC_S/meurtres-de-nathalie-boyer-et-laila-afif-comment-la-piste-du-tueur-en-serie-s-est-acceleree-1732735108.jpg" alt="Meurtres de Nathalie Boyer et Laïla Afif : comment la piste du tueur en série s’est accélérée" /> </figure> <div class="detail"> <a href="/faits-divers-justice/2024/11/27/isere-cote-d-or-meurtres-de-nathalie-boyer-et-laila-afif-la-piste-du-tueur-en-serie-s-est-acceleree" class="mainLink"><h3 class="titleArticle">Meurtres de Nathalie Boyer et Laïla Afif : comment la piste du tueur en série s’est accélérée <span class="flagPaid"></span></h3></a> <div class="article_info">"Les cold cases de nos régions : entre crimes et mystères "</div> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/F1CBD383-5271-4F2B-8E60-F245DF57AD09/REDAC_S/eric-piolle-m-a-dit-si-tu-te-tais-il-n-y-aura-pas-de-probleme-l-ex-collaborateur-du-maire-de-grenoble-sort-du-silence-1732784839.jpg" alt="« Éric Piolle m'a dit : “Si tu te tais, il n’y aura pas de problème” » : l’ex-collaborateur du maire de Grenoble sort du silence" /> </figure> <div class="detail"> <a href="/politique/2024/11/27/exclusif-grenoble-affaire-eric-piolle-elisa-martin-l-ex-collaborateur-qui-les-met-en-cause-enzo-lesourt-sort-du-silence" class="mainLink"><h3 class="titleArticle">« Éric Piolle m'a dit : “Si tu te tais, il n’y aura pas de problème” » : l’ex-collaborateur du maire de Grenoble sort du silence <span class="flagPaid"></span></h3></a> <div class="article_info">"Affaire Éric Piolle-Élisa Martin : les dernières infos..."</div> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-media"> <div class="article_content"> <div class="wrapperClickArticle"> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/DAB5BAA3-AAA5-4DFC-A046-069471B9CE64/REDAC_S/les-frais-bancaires-augmenteront-un-peu-en-2025-les-chiffres-dans-nos-regions-1732712597.jpg" alt="Les frais bancaires augmenteront un peu en 2025, les chiffres dans nos régions" /> </figure> <div class="detail"> <a href="/economie/2024/11/27/les-frais-bancaires-augmenteront-un-peu-en-2025-les-chiffres-dans-nos-regions" class="mainLink"><h3 class="titleArticle">Les frais bancaires augmenteront un peu en 2025, les chiffres dans nos régions </h3></a> <p class="article_info">Temps de lecture : <span class="readingTime" data-signs="3625" data-weight="0"></span></p> </div> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/format/selection-de-la-redaction-38" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </div> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p4 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p4 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p4'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p4' class='stickyPub'></div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/sport+isere" class="">Le sport en Isère</a> </span> </h2> </div> <div class="GRDC_linkTags linkTags" data-position="5" data-name="Le sport en Isère"> <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/B3587BB1-A232-4D16-A9F4-1BD7B8FB4C68/REDAC_S/fcg-un-grand-retour-et-de-la-continuite-la-compo-pour-affronter-colomiers-1732812587.jpg" alt="FCG : un grand retour et de la continuité... la compo pour affronter Colomiers" decoding="async" loading="lazy" /> </figure> <a href="/sport/2024/11/28/un-grand-retour-et-de-la-continuite-la-compo-du-fcg-face-a-colomiers" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Rugby - Pro D2.</span> <span>FCG : un grand retour et de la continuité... la compo pour affronter Colomiers</span> </h3> </a> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/28/adam-(siao-him-fa)-a-eu-l-impression-de-se-faire-une-entorse-pourquoi-le-n-1-francais-va-manquer-grenoble" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Patinage artistique.</span> <span>« Adam (Siao Him Fa) a eu l’impression de se faire une entorse... » : pourquoi le ...</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <style> #wrapper_pub-dfp-p3bis { min-height:140px; } </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p3bis'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p3bis' class='stickyPub'></div> </div> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/28/la-rencontre-nice-grenoble-prevue-ce-dimanche-reportee" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Hockey sur glace - Ligue Magnus.</span> <span>La rencontre Nice-Grenoble prévue ce dimanche reportée</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> <article class="article article-row " > <div class="corps"> <div class="wrapperClickArticle"> <a href="/sport/2024/11/28/fcg-on-peut-basculer-d-un-cote-ou-de-l-autre-colomiers-entre-deux-eaux-avant-de-defier-grenoble" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Rugby - Pro D2.</span> <span>FCG : « On peut basculer d’un côté ou de l’autre », Colomiers entre deux eaux ...</span> <span class="flagPaid"></span></h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/sport+isere" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="playerblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span>Nos dernières vidéos</span> </h2> </div> <div id="ultimedia_wrapper" data-digiteka-lazy="digiteka-lazy" style="min-height: 375px; background-color: #f4f4f4"></div> <script type="text/javascript"> if (viewPortWidth <= 1000) {window.ULTIMEDIA_mdtk = "01766029"; window.ULTIMEDIA_zone = 9;} else { window.ULTIMEDIA_mdtk = "01154240"; window.ULTIMEDIA_zone = 12;} window.ULTIMEDIA_target = "ultimedia_wrapper"; window.ULTIMEDIA_async = false; </script> <script async="" defer="" type="text/javascript"> // On récupère le éléments Digiteka à lazyLoad const lazyDigiteka = [...document.querySelectorAll("[data-digiteka-lazy]")]; (function () { 'use strict'; var scriptLoad = false; const handleIntersection = (entries, observer) => { var len = entries.length; for (let x = 0; x < len; x++) { if (!entries[x].isIntersecting) continue; const node = entries[x].target; observer.unobserve(node); // Ne pas placer après, car si bug on boucle try { // On regarde si le script est déjà chargé if (!scriptLoad){ loadDigitekaScript(node); scriptLoad = true; } } catch(e) { console.error(e); } } }; lazyDigiteka.forEach(element => { if(element.dataset.digitekaLazy != undefined && element.dataset.digitekaLazy == 'digiteka-lazy') { const observer = new IntersectionObserver(handleIntersection, { root: null, // A définir (ici viewport) rootMargin: '100%' // A définir (Si on charge plus vite); ici hauteur de la page }); observer.observe(element); } }); })(); loadDigitekaScript = function (node) { window.didomiOnReady = window.didomiOnReady || []; window.didomiOnReady.push(function (Didomi) { if (Didomi.isConsentRequired()) { Didomi.getObservableOnUserConsentStatusForVendor('343') .subscribe(function (consentStatusForVendor) { if (consentStatusForVendor === true) { // The vendor has consent var doc= document.getElementsByTagName("script")[0], js = document.createElement("script"); js.id = "digiteka-script"; js.async = true; js.defer = true; // Vu qu'il faut Didomi et que Didomi ne s'init qu'au DOM complete js.src = "//www.ultimedia.com/js/common/smart.js"; js.type = "text/javascript"; doc.parentNode.insertBefore(js, doc); // Suppression du background color node.style.backgroundColor = ""; } else if (consentStatusForVendor === false) { // On affiche pas Digiteka } else if (consentStatusForVendor === undefined) { // On affiche pas Digiteka } }); } else { // Consent is not required, enable your vendor immediately } }); } </script> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p5 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p5 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p5'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p5' class='stickyPub'></div> </div> </section> <section class="redacblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span> <a href="/culture-loisirs+isere" class="">Les sorties et loisirs en Isère</a> </span> </h2> </div> <div class="List_home"> <article class="article article-fond " > <div class="wrapperClickArticle"> <figure> <img src="https://cdn-s-www.ledauphine.com/images/D3FEB6DE-3937-4200-B9E6-1A4C6FDA2FD0/REDAC_S/une-nouvelle-direction-pour-le-trace-une-identite-a-trouver-1732811916.jpg" alt="Une nouvelle direction pour le Tracé : « Une identité à trouver »" decoding="async" loading="lazy" /> </figure> <a href="/culture-loisirs/2024/11/28/isere-echirolles-une-nouvelle-direction-pour-le-trace-une-identite-a-trouver" class="article_content mainLink"> <h3 class="titleArticle"> <span class="headline">Échirolles.</span> <span>Une nouvelle direction pour le Tracé : « Une identité à trouver »</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="/culture-loisirs/2024/11/28/emprunter-une-oeuvre-d-art-comme-un-livre-ou-un-dvd-c-est-possible-dans-les-bibliotheques-du-gresivaudan" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Isère.</span> <span>Emprunter une œuvre d'art comme un livre ou un DVD : c'est possible dans les ...</span> <span class="flagPaid"></span></h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/5380F137-3590-42E0-A708-4536C989D1F2/REDAC_B/emprunter-une-oeuvre-d-art-comme-un-livre-ou-un-dvd-c-est-possible-dans-les-bibliotheques-du-gresivaudan-1732811876.jpg" alt="Emprunter une œuvre d'art comme un livre ou un DVD : c'est possible dans les bibliothèques du Grésivaudan" /> </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/2024/11/28/23-boites-aux-lettres-speciales-pour-ecrire-au-pere-noel" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Isère.</span> <span>23 boîtes aux lettres spéciales pour écrire au père Noël</span> </h3> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/DF4FF0EE-0B2F-49C6-9F78-360BE2C9FEF0/REDAC_B/23-boites-aux-lettres-speciales-pour-ecrire-au-pere-noel-1732792725.jpg" alt="23 boîtes aux lettres spéciales pour écrire au père Noël" /> </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/2024/11/28/isere-romanche-brie-et-angonnes-le-moulin-de-tavernolles-centenaire-et-toujours-en-activite" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Isère - Vidéo.</span> <span>Le moulin de Tavernolles, plus que centenaire et toujours en activité ! </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/2024/11/27/isere-une-voiture-avion-dans-les-rues-de-la-tour-du-pin-c-est-le-nouveau-clip-de-resto-basket" class="article_content mainLink"> <h3 class="titleArticle "> <span class="headline">Insolite.</span> <span>Une voiture avion dans les rues de La Tour-du-Pin ? C’est le nouveau clip de ...</span> </h3> </a> </div> </div> <button class="icon_redac bookmark addBookmark" data-icon="bookmark"></button> </article> </div> <a href="/culture-loisirs+isere" class="btn btn-arrow">Voir tout <i class="icon_redac" data-icon="keyboard_arrow_right"></i></a> </section> <section class="cmsblock List_1 constrain blockUne" data-column="3" > <style type="style/css"> .mod .title, .aroundTown .title, .aroundTown input[type=text] { margin: 0 !important;} </style> <div class="mod aroundTown"> <div class="title">Trouver l'info de ma ville, ma commune...</div> <div class="btSearchTown"><input class="text searchCommune2" type="text" /> <input class="icon_search after" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1Y2E3NTUwNy1jN2MzLWQ0NGQtOWUxZC03OGFiNDU2ODI3NjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkI2MUUzNzQyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkI2MUUzNzMyRDVFMTFFQTg1NTE5NjNBOTc4QkQ2OEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWNhNzU1MDctYzdjMy1kNDRkLTllMWQtNzhhYjQ1NjgyNzY5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVjYTc1NTA3LWM3YzMtZDQ0ZC05ZTFkLTc4YWI0NTY4Mjc2OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PurtPLwAAAFQSURBVHja1JU7S0NBEIVzxcbCJCh2imARKx8oUQQx3L+T/KCQoMYiSCC2lrGzE9ROsVKSRlIFfHSbM3LEKczuTvAWDnzscGdmz97HzE2cc7ksbSaXsc1G5JRACpaB3O4AXIGnKAV5RB6OQAv03Y+JfwoOA7Vf+IJtF7b2tAI3apMG72SBiF9X8TurwAULP8G+p1hib8ztxgrsqZNtRzzjLZVfDgmsgQ6TT2JeIGmxphMSqIJXJu8aBHZYM/wtrhttBSzRfzD00iPXRVDwdXIywbeY8wn0wVB1b6ytc5XakU/gEvToVw0CNa69mFFRVp/d5l9/pt90WfABDjybS+yduU3rqLhVJ5PiVI2KlNe0XYOCddidRwy7Y3CvpmzRIiBUwBl4Vpu+sHsrzJlT43wANiwCmjyYnxArcnPHYTmVQIhVzrC8vp78+59+5gJjAQYAy9tVJuznaUkAAAAASUVORK5CYII=" type="image" value="Ok" /></div> <!---- div class="GRDC_linkTags"> <div class="prevLinkTags"><em class="icon_redac"> </em></div> <ul class="linkTagsList"> <li><a title="Grenoble" href="/edition-grenoble-agglomeration/grenoble">Grenoble</a></li> <li><a title="Annecy" href="/edition-annecy-rumilly-les-aravis/annecy">Annecy</a></li> <li><a title="Chambéry" href="../edition-chambery-aix-les-bains/chambery">Chambéry</a></li> <li><a title="Avignon" href="/edition-provencale/avignon">Avignon</a></li> <li><a title="Valence" href="/edition-valence-rhone-crussol-vallee-de-la-drome/valence">Valence</a></li> <li><a title="Roman-sur-Isère" href="/edition-romans-nord-drome/romans-sur-isere">Roman-sur-Isère</a></li> <li><a title="Vienne" href="/edition-vienne-roussillon/vienne">Vienne</a></li> <li><a title="Anemasse" href="/edition-grand-geneve-chablais-ain/annemasse">Annemasse</a></li> <li><a title="Bourgoin" href="/edition-bourgoin-jallieu-nord-dauphine/bourgoin-jallieu">Bourgoin-Jallieu</a></li> <li><a title="Echirolles" href="/edition-grenoble-agglomeration/echirolles">Echirolles</a></li> <li><a title="Voiron" href="/edition-voiron-saint-marcellin/voiron">Voiron</a></li> <li><a title="Privas" href="/edition-aubenas-privas-vallee-du-rhone/privas">Privas</a></li> <li><a title="Gap" href="/edition-hautes-alpes-alpes-de-haute-provence/gap">Gap</a></li> <li><a title="Briançon" href="/edition-hautes-alpes-alpes-de-haute-provence/briancon">Briançon</a></li> </ul ----> <div class="nextLinkTags"><em class="icon_redac"> </em></div> </div> </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p6 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p6 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p6'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p6' class='stickyPub'></div> </div> </section> <section class="carnetblock List_1 constrain blockUne" > <div class="List-heading"> <h2 class="sectionTitle"> <span>Carnet du jour</span> </h2> </div> <div class="List_home List_carnet"> <h3 class="typeCarnetTitle" data-col="col1">Naissance</h3> <article class="article article-row" data-col="col1"> <div class="wrapperClickArticle"> <a href="/societe/2024/11/22/mathis" class="article_content" > <h3 class="titleArticle"><span>Mathis</span> <span class="flagPaid"></span></h3> <div class="headline">Saint-Cassien</div> <div class="infoContent"><span class="publish">22 novembre 2024</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/2A877391-A503-46FB-9744-D03EC02BD934/REDAC_B/mathis-1732309407.jpg" alt="Mathis" /> </figure> </div> </article> <article class="article article-row" data-col="col1"> <div class="wrapperClickArticle"> <a href="/societe/2024/10/18/ezio" class="article_content" > <h3 class="titleArticle"><span>Ezio</span> </h3> <div class="headline">Rencurel</div> <div class="infoContent"><span class="publish">18 octobre 2024</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/0A81F426-F575-4774-A2F4-5D9027F46790/REDAC_B/ezio-1729278797.jpg" alt="Ezio" /> </figure> </div> </article> <article class="article article-row" data-col="col1"> <div class="wrapperClickArticle"> <a href="/societe/2024/09/16/giulia" class="article_content" > <h3 class="titleArticle"><span>Giulia</span> </h3> <div class="headline">Pont-en-Royans</div> <div class="infoContent"><span class="publish">16 septembre 2024</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/C5D770C4-BFF4-4E36-92A7-A843FD8FF994/REDAC_B/giulia-1726513476.jpg" alt="Giulia" /> </figure> </div> </article> <a href="/carnet-du-jour/naissance+edition-voiron-saint-marcellin" class="btn btn-arrow" title='Voir toutes les naissances' data-col="col1"> Voir toutes les naissances<i class="icon_redac" data-icon="keyboard_arrow_right"></i> </a> <h3 class="typeCarnetTitle" data-col="col2">Mariage</h3> <article class="article article-row" data-col="col2"> <div class="wrapperClickArticle"> <a href="/societe/2024/11/14/gilberte-et-jean-pierre-levati-ont-fete-leurs-noces-de-palissandre" class="article_content" > <h3 class="titleArticle"><span>Gilberte et Jean-Pierre Levati ont fêté leurs noces de palissandre</span> <span class="flagPaid"></span></h3> <div class="headline">Saint-Marcellin</div> <div class="infoContent"><span class="publish">14 novembre 2024</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/0CDD39D7-4C41-42E2-9173-1EF792F3511C/REDAC_B/gilberte-et-jean-pierre-levati-ont-fete-leurs-noces-de-palissandre-1731610332.jpg" alt="Gilberte et Jean-Pierre Levati ont fêté leurs noces de palissandre" /> </figure> </div> </article> <article class="article article-row" data-col="col2"> <div class="wrapperClickArticle"> <a href="/carnet-du-jour/2024/11/03/vive-les-maries-ils-et-elles-se-sont-dit-oui-en-isere-en-octobre" class="article_content" > <h3 class="titleArticle"><span>Vive les mariés ! Ils et elles se sont dit “oui” en Isère en octobre</span> </h3> <div class="headline">En images</div> <div class="infoContent"><span class="publish">03 novembre 2024</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/4E762698-8504-461A-9B06-5FBF9F3B6E6D/REDAC_B/vive-les-maries-ils-et-elles-se-sont-dit-oui-en-isere-en-octobre-1728241015.jpg" alt="Vive les mariés ! Ils et elles se sont dit “oui” en Isère en octobre" /> </figure> </div> </article> <article class="article article-row" data-col="col2"> <div class="wrapperClickArticle"> <a href="/carnet-du-jour/2024/10/06/vive-les-maries-ils-et-elles-se-sont-dit-oui-en-isere-en-septembre" class="article_content" > <h3 class="titleArticle"><span>Vive les mariés ! Ils et elles se sont dit “oui” en Isère en septembre</span> </h3> <div class="headline">En images</div> <div class="infoContent"><span class="publish">06 octobre 2024</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/B35B95A4-16FB-4880-8D52-E7B724515A15/REDAC_B/vive-les-maries-ils-et-elles-se-sont-dit-oui-en-isere-en-septembre-1728230803.jpg" alt="Vive les mariés ! Ils et elles se sont dit “oui” en Isère en septembre" /> </figure> </div> </article> <a href="/carnet-du-jour/mariage+edition-voiron-saint-marcellin" class="btn btn-arrow" title='Voir tous les mariages' data-col="col2"> Voir tous les mariages<i class="icon_redac" data-icon="keyboard_arrow_right"></i> </a> <h3 class="typeCarnetTitle" data-col="col3">Nécrologie</h3> <article class="article article-row" data-col="col3"> <div class="wrapperClickArticle"> <a href="/societe/2024/11/22/daniel-canioni" class="article_content" > <h3 class="titleArticle"><span>Daniel Canioni</span> <span class="flagPaid"></span></h3> <div class="headline">Pont-en-Royans</div> <div class="infoContent"><span class="publish">22 novembre 2024</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/6FC028EF-C6C5-4972-9DF8-A3CE00EC3222/REDAC_B/daniel-canioni-1732309406.jpg" alt="Daniel Canioni" /> </figure> </div> </article> <article class="article article-row" data-col="col3"> <div class="wrapperClickArticle"> <a href="/societe/2024/11/15/concessions-a-l-abandon-au-cimetiere" class="article_content" > <h3 class="titleArticle"><span>Concessions à l’abandon au cimetière</span> </h3> <div class="headline">La Sure en Chartreuse</div> <div class="infoContent"><span class="publish">15 novembre 2024</span></div> </a> </div> </article> <article class="article article-row" data-col="col3"> <div class="wrapperClickArticle"> <a href="/societe/2024/11/09/emile-blachot-ancien-maire" class="article_content" > <h3 class="titleArticle"><span>Émile Blachot, ancien maire de Vourey, est décédé</span> <span class="flagPaid"></span></h3> <div class="headline">Voironnais</div> <div class="infoContent"><span class="publish">09 novembre 2024</span></div> </a> <figure> <img loading="lazy" decoding="async" src="https://cdn-s-www.ledauphine.com/images/B7230736-1ABE-41CC-BB77-AD024AB20C6E/REDAC_B/emile-blachot-ancien-maire-de-vourey-est-decede-1731176453.jpg" alt="Émile Blachot, ancien maire de Vourey, est décédé" /> </figure> </div> </article> <a href="/carnet-du-jour/necrologie+edition-voiron-saint-marcellin" class="btn btn-arrow" title='Voir toutes les nécrologies' data-col="col3"> Voir toutes les nécrologies<i class="icon_redac" data-icon="keyboard_arrow_right"></i> </a> </div> </section> <section class="cmsblock List_1 constrain blockUne" data-column="2" > </section> <section class="pubblock List_1 constrain blockUne" > <style> @media screen and (min-width:1000px) { #wrapper_pub-dfp-p7 { min-height:300px; justify-content:center; }} @media screen and (max-width:999px) { #wrapper_pub-dfp-p7 { min-height:250px; justify-content:center; }} </style> <div class='wrapperPub loadingPub' id='wrapper_pub-dfp-p7'> <div class="loaderThreeDots"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> <div id='pub-dfp-p7' class='stickyPub'></div> </div> </section> <div class="pager"> <div class="main_pager"> <a class="selected">1</a> <a href="/edition-voiron-saint-marcellin?page=2">2</a> <a href="/edition-voiron-saint-marcellin?page=3">3</a> <a href="/edition-voiron-saint-marcellin?page=4">4</a> <a href="/edition-voiron-saint-marcellin?page=5">5</a> <a href="/edition-voiron-saint-marcellin?page=6">6</a> <a href="/edition-voiron-saint-marcellin?page=7">7</a> <a href="/edition-voiron-saint-marcellin?page=8">8</a> <a href="/edition-voiron-saint-marcellin?page=9">9</a> <a title="Page suivante" href="/edition-voiron-saint-marcellin?page=2" rel="next" class="icon_arrowBig right after"></a> <!--a title="Dernière page" href="/edition-voiron-saint-marcellin?page=100" class="icon_arrow after"></a --> </div> <div class = "secondary_pager"> <a href="/edition-voiron-saint-marcellin?page=10">10</a> <a href="/edition-voiron-saint-marcellin?page=20">20</a> <a href="/edition-voiron-saint-marcellin?page=30">30</a> <a href="/edition-voiron-saint-marcellin?page=40">40</a> <a href="/edition-voiron-saint-marcellin?page=50">50</a> <a href="/edition-voiron-saint-marcellin?page=60">60</a> <a href="/edition-voiron-saint-marcellin?page=70">70</a> <a href="/edition-voiron-saint-marcellin?page=80">80</a> <a href="/edition-voiron-saint-marcellin?page=90">90</a> <a href="/edition-voiron-saint-marcellin?page=100">100</a> </div> </div> </section> </div> </div> <footer id="footer" role="contentinfo" class="noPrint site-footer -default"> <div class="constrain"> <div class="footerTop"><ul class="nav_model03 nav_niv1 noPrint "> <li class="itemLevel1 "> <span class="titleSection">Les sites du groupe EBRA</span> <ul class="nav_niv2"> <li class="itemLevel2 "> <a href="https://www.lalsace.fr" target="_blank" class="linkLevel2">L'Alsace</a> </li> <li class="itemLevel2 "> <a href="https://www.dna.fr" target="_blank" class="linkLevel2">Les Dernières Nouvelles d'Alsace</a> </li> <li class="itemLevel2 "> <a href="https://www.republicain-lorrain.fr" target="_blank" class="linkLevel2">Le Républicain Lorrain</a> </li> <li class="itemLevel2 "> <a href="https://www.estrepublicain.fr" target="_blank" class="linkLevel2">L'Est Républicain</a> </li> <li class="itemLevel2 "> <a href="https://www.leprogres.fr" target="_blank" class="linkLevel2">Le Progrès</a> </li> <li class="itemLevel2 "> <a href="https://www.bienpublic.com/" target="_blank" class="linkLevel2">Le Bien Public</a> </li> <li class="itemLevel2 "> <a href="https://www.lejsl.com" target="_blank" class="linkLevel2">Le Journal de Saône et Loire</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com" target="_blank" class="linkLevel2">Le Dauphiné Libéré</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="https://www.vosgesmatin.fr" target="_blank" class="linkLevel2">Vosges Matin</a> </li> <li class="itemLevel2 "> <a href="http://www.ebra.fr" target="_blank" class="linkLevel2">Le groupe EBRA</a> </li> </ul> </li> <li class="itemLevel1 "> <span class="titleSection">Nos thématiques</span> <ul class="nav_niv2"> <li class="itemLevel2 newsLink"> <a href="/" class="linkLevel2">À la une</a> </li> <li class="itemLevel2 "> <a href="/sport" class="linkLevel2">Sports</a> </li> <li class="itemLevel2 "> <a href="/societe/montagne" class="linkLevel2">Montagne</a> </li> <li class="itemLevel2 "> <a href="/france-monde" class="linkLevel2">France - Monde</a> </li> <li class="itemLevel2 "> <a href="/faits-divers-justice" class="linkLevel2">Faits divers</a> </li> <li class="itemLevel2 "> <a href="/politique" class="linkLevel2">Politique</a> </li> <li class="itemLevel2 "> <a href="/economie" class="linkLevel2">Économie</a> </li> <li class="itemLevel2 "> <a href="/environnement" class="linkLevel2">Environnement</a> </li> <li class="itemLevel2 "> <a href="/culture-loisirs" class="linkLevel2">Culture - Loisirs</a> </li> <li class="itemLevel2 "> <a href="/elections" target="_blank" class="linkLevel2">Elections</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/elections/elections-municipales" target="_blank" class="linkLevel2">Elections municipales</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="https://www.ledauphine.com/elections/elections-americaines" target="_blank" class="linkLevel2">Elections américaines</a> </li> <li class="itemLevel2 "> <a href="/societe/nos-chartes-editoriales" class="linkLevel2">Nos chartes éditoriales</a> </li> </ul> </li> <li class="itemLevel1 "> <span class="titleSection">Services</span> <ul class="nav_niv2"> <li class="itemLevel2 "> <a href="/elections/communes" class="linkLevel2">Résultats des élections par commune</a> </li> <li class="itemLevel2 "> <a href="https://www.diverto.tv/programme-tv" target="_blank" class="linkLevel2">Diverto.TV</a> </li> <li class="itemLevel2 "> <a href="https://boutique.ledauphine.com/" target="_blank" class="linkLevel2">Boutique</a> </li> <li class="itemLevel2 "> <a href="/guide-d-achat" class="linkLevel2">Guide d'achat</a> </li> <li class="itemLevel2 "> <a href="/meteo/previsions-detaillees" class="linkLevel2">Prévisions météo</a> </li> <li class="itemLevel2 "> <a href="https://www.libramemoria.com/avis/le-dauphine-libere" class="linkLevel2">Avis de décès</a> </li> <li class="itemLevel2 "> <a href="/pour-sortir" class="linkLevel2">Pour sortir</a> </li> <li class="itemLevel2 "> <a href="/immobilier" class="linkLevel2">Annonces immobilières</a> </li> <li class="itemLevel2 "> <a href="https://www.paruvendu.fr/voiture-occasion/?partenaire=ldl" target="_blank" class="linkLevel2">Annonces automobile</a> </li> <li class="itemLevel2 "> <a href="/brand-content" class="linkLevel2">Nos partenaires</a> </li> <li class="itemLevel2 "> <a href="https://www.ledauphine.com/skichrono" class="linkLevel2">Ski Chrono</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/archives" class="linkLevel2">Archives</a> </li> <li class="itemLevel2 "> <a href="/applications-mobiles" class="linkLevel2">Applications mobiles</a> </li> <li class="itemLevel2 "> <a href="/devenir-correspondant-local-de-presse" target="_blank" class="linkLevel2">Devenir correspondant</a> </li> <li class="itemLevel2 bottomSeparation"> <a href="/offre-emploi/postuler_colporteurs" target="_blank" class="linkLevel2">Devenir porteur de journaux</a> </li> <li class="itemLevel2 "> <a href="/contact-publicite-agences" class="linkLevel2">Publicité : Communiquez sur nos supports</a> </li> <li class="itemLevel2 "> <a href="https://www.ebra-medias.fr/ " target="_blank" class="linkLevel2">Publicité : Votre espace client</a> </li> </ul> </li> </ul><div class="nav_model06"> <span class="menuTitle">Suivez-nous</span> <ul class="nav_niv1 noPrint"> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=FB" target="_blank" class="icon_facebook before"><span>Facebook</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=TT" target="_blank" class="icon_twitter before"><span>Twitter</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=IG" target="_blank" class="icon_instagram before"><span>Instagram</span></a> </li> <li class="itemLevel1 "> <a href="/reseaux-sociaux?snetwork=LI" target="_blank" class="icon_linkedin before"><span>Linkedin</span></a> </li> <li class="itemLevel1 "> <a href="/rss" target="_blank" class="icon_rss before"><span>Rss</span></a> </li> </ul> </div></div> </div> <div class="HRonTop"> <div class="constrain"> <div class="footerBottom"> <!-- Nielsen Bar --> <ul class="nav_model04 nav_niv1 noPrint "> <li class="itemLevel1 "> <a href="/contact" class="titleSection">Contact</a> </li> <li class="itemLevel1 "> <a href="/faq" class="titleSection">FAQ</a> </li> <li class="itemLevel1 "> <a href="/espace-client/cgau" class="titleSection">CGAU du site</a> </li> <li class="itemLevel1 "> <a href="/espace-client/mentions-legales" class="titleSection">Informations légales</a> </li> <li class="itemLevel1 "> <a href="/protection-des-donnees" class="titleSection">Protection des données</a> </li> </ul> <div class="trustLogos"> <img loading="lazy" decoding="async" width="57" height="58" src="https://cdn-files.prsmedia.fr/files/REDAC/min/images/logo_ojd.png" alt="OJD" /> <img loading="lazy" decoding="async" width="52" height="58" src="https://cdn-files.prsmedia.fr/files/REDAC/min/images/logo_adtrust.png" alt="Digital Ad Trust Display" /> <img loading="lazy" decoding="async" width="85" height="58" src="https://cdn-files.prsmedia.fr/files/REDAC/min/images/logo_jti.jpg" alt="JTI" /> </div> </div> </div> </div> </footer> <nav id="navTabBar" role="navigation" class="noPrint noDesktop"> <!-- Tab Bar --> <ul class="nav_model08 nav_niv1 noPrint "> <li class="itemLevel1 icon_home w20" > <i class="icon_redac"></i> <a href="/" class="titleSection">A la une</a> </li> <li class="itemLevel1 icon_filinfo w20" > <i class="icon_redac"></i> <a href="/fil-info" class="titleSection">Fil Info</a> </li> <li class="itemLevel1 icon_favedition w20" onmouseup="toggleTmenuChilds(this, '#menuTtypedChild3')"> <i class="icon_redac"></i> <span class="titleSection">Départements</span> </li> <li class="itemLevel1 icon_play w20" > <i class="icon_redac"></i> <a href="/format/video" class="titleSection">Vidéo</a> </li> <li class="itemLevel1 icon_search w20" > <i class="icon_redac"></i> <a href="/recherche" class="titleSection">Rechercher</a> </li> </ul> <div id="menuTtypedChild3" class="nav_niv2 typed icon_favedition w20" > <div class="titleSection">Départements</div> <span class="icon_close after"></span> <div class="constrain"> <ul> <li class="itemLevel2"> <a href="/isere" class="linkLevel2">38 Isère</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grenoble-agglomeration/infos-locales" class="linkLevel3">Grenoble et agglo</a> </li> <li class="itemLevel3 "> <a href="/edition-gresivaudan-oisans/infos-locales" class="linkLevel3">Grésivaudan / Oisans</a> </li> <li class="itemLevel3 "> <a href="/edition-voiron-saint-marcellin/infos-locales" class="linkLevel3">Voiron / Saint-Marcellin</a> </li> <li class="itemLevel3 "> <a href="/edition-la-tour-du-pin-nord-dauphine/infos-locales" class="linkLevel3">La Tour-du-Pin / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-bourgoin-jallieu-nord-dauphine/infos-locales" class="linkLevel3">Bourgoin-Jallieu / Nord-Dauphiné</a> </li> <li class="itemLevel3 "> <a href="/edition-vienne-roussillon/infos-locales" class="linkLevel3">Vienne / Roussillon</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/haute-savoie" class="linkLevel2">74 Haute-Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-annecy-rumilly-les-aravis/infos-locales" class="linkLevel3">Annecy / Rumilly / Les Aravis</a> </li> <li class="itemLevel3 "> <a href="/edition-mont-blanc-arve/infos-locales" class="linkLevel3">Mont-Blanc / Arve</a> </li> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain/infos-locales" class="linkLevel3">Grand Genève / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/savoie" class="linkLevel2">73 Savoie</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-chambery-aix-les-bains/infos-locales" class="linkLevel3">Chambéry / Aix-les-Bains</a> </li> <li class="itemLevel3 "> <a href="/edition-tarentaise-maurienne/infos-locales" class="linkLevel3">Tarentaise / Maurienne</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/drome" class="linkLevel2">26 Drôme</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-montelimar-drome-provencale/infos-locales" class="linkLevel3">Montélimar / Drôme Provençale</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome/infos-locales" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> <li class="itemLevel3 "> <a href="/edition-romans-nord-drome/infos-locales" class="linkLevel3">Romans / Nord Drôme</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/ardeche" class="linkLevel2">07 Ardèche</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-aubenas-privas-vallee-du-rhone/infos-locales" class="linkLevel3">Aubenas / Privas / Vallée du Rhône</a> </li> <li class="itemLevel3 "> <a href="/edition-annonay-nord-ardeche/infos-locales" class="linkLevel3">Annonay / Nord Ardèche</a> </li> <li class="itemLevel3 "> <a href="/edition-valence-rhone-crussol-vallee-de-la-drome/infos-locales" class="linkLevel3">Valence / Rhône Crussol / Vallée de la Drôme</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/vaucluse" class="linkLevel2">84 Vaucluse</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-provencale/infos-locales" class="linkLevel3">Avignon, Orange, Carpentras et autour</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/hautes-alpes" class="linkLevel2">05 Hautes-Alpes</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence/infos-locales" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/haute-provence" class="linkLevel2">04 Alpes-de-Haute-Provence</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-hautes-alpes-alpes-de-haute-provence/infos-locales" class="linkLevel3">Hautes-Alpes / Alpes de Haute-Provence</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/ain" class="linkLevel2">01 Ain</a> <ul class="nav_niv3"> <li class="itemLevel3 "> <a href="/edition-grand-geneve-chablais-ain/infos-locales" class="linkLevel3">Grand Genève / Chablais / Ain</a> </li> </ul> </li> <li class="itemLevel2"> <a href="/rhone" class="linkLevel2">69 Rhône</a> <ul class="nav_niv3"> </ul> </li> <li class="itemLevel2"> <a href="/haute-savoie/frontaliers" class="linkLevel2">CH Grand Genève et Suisse voisine</a> <ul class="nav_niv3"> </ul> </li> </ul> </div> </div> </nav> <script>var CommonFilesBaseUrl = 'https://cdn-files.prsmedia.fr/files'; var trigramme = 'LDL'; var cookieDomain = 'ledauphine.com'; var googletag = googletag || {};googletag.cmd = googletag.cmd || []; </script><script src='https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-vendor-JQuery3.7.1.EE893CA920EE1763931FBB00408491E6.min.js'></script><script src='https://cdn-files.prsmedia.fr/files/min/fr/javascript/lib/ordonnanceur.6EF3017F3614F53FEE015DBBA213C530.min.js' async></script> <script> window.ORDONNANCEUR.queue.push( { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/bundle-global.272AF743F652E2C1B26D99D5BBE240C8.min.js', family: 'core', name: 'bundle-global', async: true, defer: true}, { src: 'https://cdn-files.prsmedia.fr/files/REDAC/min/javascript/subwithgoogle.D42B5EFC8C212F1D0FAE68E0E6A67308.min.js', family: 'business', name: 'subwithgoogle', async: true, defer: true}, { src: 'https://news.google.com/swg/js/v1/swg.js', family: 'business', name: 'swg', async: true, defer: true, vendors: ['c:subscribe-ZmwUeUCP',], attributes: {'subscriptions-control':'manual'}}, { src: 'https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/prebid8.52.2.763F04466DBD917884F891921ACBA445.min.js', family: 'advertising', name: 'prebid', async: true, defer: true}, { src: 'https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/gtrf.0E55DE94B4531E1B0FCEE1BECFE7B266.min.js', family: 'advertising', name: 'gtrf', async: true, defer: true, conditionLoad: (job)=>window.pbjs}, { src: 'https://boot.pbstck.com/v1/tag/262b3202-884a-436e-95d1-f75b5e0a8ed2', family: 'advertising', name: 'pubstack', async: true, defer: true}, { src: 'https://accounts.google.com/gsi/client', family: 'others', name: 'google_gsi_client', async: true, defer: true}, { 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.timeout = 2500; gtrf.configuration.failsafeTimeout = 3500; gtrf.configuration.userSync.auctionDelay = 50;gtrf.configuration.pubstack = true; gtrf.configuration.safeFrame.force = null; gtrf.configuration.safeFrame.sandbox = null; gtrf.configuration.safeFrame.allowOverlayExpansion = null; gtrf.configuration.safeFrame.allowPushExpansion = null; gtrf.configuration.loadAmazon = true; gtrf.configuration.gpt = 'auto'; gtrf.configuration.firstId.PPID = true; gtrf.configuration.firstId.secureSignal = true; gtrf.configuration.firstId.pubProvidedId.push('366_rubicon'); gtrf.configuration.firstId.pubProvidedId.push('rubicon'); gtrf.configuration.firstId.pubProvidedId.push('366_smartadserver'); gtrf.configuration.firstId.pubProvidedId.push('smartadserver'); gtrf.configuration.firstId.pubProvidedId.push('366_appnexus'); gtrf.configuration.firstId.pubProvidedId.push('appnexus'); gtrf.configuration.firstId.pubProvidedId.push('criteo'); gtrf.targeting["cp"] = ["portal2component"]; gtrf.targeting["s"] = ["edition-voiron-saint-marcellin"]; gtrf.targeting["k"] = ["edition-voiron-saint-marcellin"]; gtrf.targeting["ec"] = ["edition-voiron-saint-marcellin"]; gtrf.targeting["ld"] = ["38"]; gtrf.targeting["env"] = ["p"]; gtrf.targeting["vm"] = "w"; gtrf.configuration.floors.desktop['0|*|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-g1|*|*']=0.40; gtrf.configuration.floors.desktop['0|pub-dfp-i1|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i1|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i1|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i2|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i2|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i2|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i3|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i3|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i3|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i4|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i4|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i4|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-i5|*|*']=0.35; gtrf.configuration.floors.desktop['0|pub-dfp-i5|*|300x600']=0.50; gtrf.configuration.floors.desktop['0|pub-dfp-i5|Video|*']=0.75; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|*']=0.15; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|1000x300']=0.25; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|1x1']=0.95; gtrf.configuration.floors.desktop['0|pub-dfp-p1|*|970x250']=0.25; gtrf.configuration.floors.desktop['0|pub-dfp-p2|*|*']=0.20; gtrf.configuration.floors.desktop['0|pub-dfp-p2|*|300x600']=0.30; gtrf.configuration.floors.desktop['0|pub-dfp-p3|*|*']=0.20; gtrf.configuration.floors.desktop['0|pub-dfp-p3bis|*|*']=0.20; gtrf.configuration.floors.desktop['0|pub-dfp-p4|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p5|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p6|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p7|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p8|*|*']=0.10; gtrf.configuration.floors.desktop['0|pub-dfp-p9|*|*']=0.10; gtrf.configuration.floors.desktop['1|*|*|*']=0.10; gtrf.configuration.floors.mobile['0|*|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-g1|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i1|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i1|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i1|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i2|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i2|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i2|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i3|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i3|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i3|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i4|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i4|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i4|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-i5|*|*']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-i5|*|320x480']=0.35; gtrf.configuration.floors.mobile['0|pub-dfp-i5|Video|*']=0.65; gtrf.configuration.floors.mobile['0|pub-dfp-p1|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p1|*|300x250']=0.25; gtrf.configuration.floors.mobile['0|pub-dfp-p2|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p2|*|300x600']=0.30; gtrf.configuration.floors.mobile['0|pub-dfp-p3|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p3bis|*|*']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p4|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p4|*|300x600']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p5|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p5|*|300x600']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p6|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p7|*|*']=0.10; gtrf.configuration.floors.mobile['0|pub-dfp-p8|*|*']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p8|*|320x480']=0.20; gtrf.configuration.floors.mobile['0|pub-dfp-p9|*|*']=0.15; gtrf.configuration.floors.mobile['0|pub-dfp-p9|*|320x480']=0.20; gtrf.configuration.floors.mobile['1|*|*|*']=0.10; gtrf.positions.push({ id:"pub-dfp-p4" ,position:"p4" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p4" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481134' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'79839' , tagId:'sas_79839' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88609' , tagId:'sas_88609' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598486' } } , { bidder:'appnexus' ,params:{ placementId:'17860600' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p4' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'KqnoG4uu30' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-599086056BE1' , adUnitId:'wd-hb-stdb-ledaup-ebra-hyabjntyf3cb2' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481132' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'79839' , tagId:'sas_79839' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88610' , tagId:'sas_88610' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598436' } } , { bidder:'appnexus' ,params:{ placementId:'17860600' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p4' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'ic9v4qKJk1' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p8" ,position:"p8" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p8" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131508' , tagId:'sas_131508' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131424' , tagId:'sas_131424' } } , { bidder:'appnexus' ,params:{ placementId:'32779967' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p8' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'ddSWgSjfDR' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131508' , tagId:'sas_131508' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131425' , tagId:'sas_131425' } } , { bidder:'appnexus' ,params:{ placementId:'32779967' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p8' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'aRmzJxvKtb' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p3d" ,position:"p3" ,pubstackId:"pub-dfp-p3" ,mode:"Desktop" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p3" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:null }); gtrf.positions.push({ id:"pub-dfp-p2m" ,position:"p2" ,pubstackId:"pub-dfp-p2" ,mode:"Mobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p2" ,desktop:null ,mobile:{ sizes:[[320,100],[300,250],[300,100],[300,50]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481122' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88604' , tagId:'sas_88604' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598435' } } , { bidder:'appnexus' ,params:{ placementId:'17860545' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p2' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'Dh0HQqYVVL' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p7" ,position:"p7" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p7" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475720' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61477' , tagId:'sas_61477' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88607' , tagId:'sas_88607' } } , { bidder:'366_appnexus' ,params:{ placementId:'16053870' } } , { bidder:'appnexus' ,params:{ placementId:'17860609' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p7' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'izfFgh3xrx' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475724' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61477' , tagId:'sas_61477' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88608' , tagId:'sas_88608' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598439' } } , { bidder:'appnexus' ,params:{ placementId:'17860609' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p7' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'xw5LIDV95l' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p3bis" ,position:"p3bis" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p3bis" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'112571' , tagId:'sas_112571' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_300x250_M_p3_bis_prebid' } } , { bidder:'appnexus' ,params:{ placementId:'25165373' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p3bis' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ledauphine.com_hb_display_2' } } , { bidder:'richaudience' ,params:{ pid:'1N7OpgzfMb' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-interstitiel" ,position:"p-1" ,mode:"Mobile" ,limit:1000 ,outofpage:true ,interstitial:true ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:false ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p-1" ,desktop:null ,mobile:{ sizes:null ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-p3m" ,position:"p3" ,pubstackId:"pub-dfp-p3" ,mode:"Mobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p3" ,desktop:null ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'112570' , tagId:'sas_112570' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_300x250_M_p3_prebid' } } , { bidder:'appnexus' ,params:{ placementId:'25165372' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p3' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ledauphine.com_hb_display_1' } } , { bidder:'richaudience' ,params:{ pid:'dkNvv5ukbQ' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p5" ,position:"p5" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p5" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481140' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88611' , tagId:'sas_88611' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'16053844' } } , { bidder:'appnexus' ,params:{ placementId:'17860604' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p5' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'wkNKcLUfA2' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481138' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61470' , tagId:'sas_61470' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88612' , tagId:'sas_88612' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598437' } } , { bidder:'appnexus' ,params:{ placementId:'17860604' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p5' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'qQw8cd6LoU' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p2d" ,position:"p2" ,pubstackId:"pub-dfp-p2" ,mode:"Desktop" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p2" ,desktop:{ sizes:[[300,600],[300,250],[300,100]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481124' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61468' , tagId:'sas_61468' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88603' , tagId:'sas_88603' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_RR' } } , { bidder:'366_appnexus' ,params:{ placementId:'15930526' } } , { bidder:'appnexus' ,params:{ placementId:'17860545' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p2' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'uWV3utIFC7' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-599086056BE1' , adUnitId:'wd-hb-stdb-ledaup-ebra-fekxgjxb7uywd' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:null }); gtrf.positions.push({ id:"pub-dfp-p1d" ,position:"p1" ,pubstackId:"pub-dfp-p1" ,mode:"Desktop" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p1" ,desktop:{ sizes:[[1,1],[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475728' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61474' , tagId:'sas_61474' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88601' , tagId:'sas_88601' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_Billboard' } } , { bidder:'366_appnexus' ,params:{ placementId:'16053869' } } , { bidder:'appnexus' ,params:{ placementId:'17860606' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p1' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:['lXxhTq8Xf5','kNeakMzytz'] , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-599086056BE1' , adUnitId:'wd-hb-stdb-ledaup-ebra-tjdcow5z7l7bi' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:null }); gtrf.positions.push({ id:"pub-dfp-p1m" ,position:"p1" ,pubstackId:"pub-dfp-p1" ,mode:"Mobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:true ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p1" ,desktop:null ,mobile:{ sizes:['fluid',[1,1],[300,250],[320,100],[320,50],[300,100],[300,50]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1475730' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'61474' , tagId:'sas_61474' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88602' , tagId:'sas_88602' } } , { bidder:'triplelift' ,params:{ inventoryCode:'LeDauphine_HDX' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598434' } } , { bidder:'appnexus' ,params:{ placementId:'17860606' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p1' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'2yZb9tUHO5' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } , { bidder:'ogury' ,params:{ assetKey:'OGY-599086056BE1' , adUnitId:'9524e66b-b55d-4636-bf81-16f83c68b592' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-n1" ,position:"n1" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/n1" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-n2" ,position:"n2" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/n2" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-n3" ,position:"n3" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:false ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/n3" ,desktop:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } ,mobile:{ sizes:['fluid', [300,250]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ ] ,amazon:false } }); gtrf.positions.push({ id:"pub-dfp-p6" ,position:"p6" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p6" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481146' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'85958' , tagId:'sas_85958' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88605' , tagId:'sas_88605' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598487' } } , { bidder:'appnexus' ,params:{ placementId:'17860607' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p6' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'asnPzhV1S8' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'366_rubicon' ,params:{ accountId:'20936' , siteId:'271150' , zoneId:'1481144' } } , { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'85958' , tagId:'sas_85958' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'88606' , tagId:'sas_88606' } } , { bidder:'366_appnexus' ,params:{ placementId:'17598440' } } , { bidder:'appnexus' ,params:{ placementId:'17860607' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p6' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'KUeZkoQRWk' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.positions.push({ id:"pub-dfp-p9" ,position:"p9" ,mode:"DesktopMobile" ,limit:1000 ,outofpage:false ,interstitial:false ,companion:false ,initialload:true ,hideIfEmpty:false ,primary:false ,lazy:true ,retry:true ,adunit:"/8695/ldl/edition-voiron-saint-marcellin/p9" ,desktop:{ sizes:[[1000,250],[1000,200],[1000,90],[970,250],[970,90],[728,90],[1000,300],[800,250],[900,300],[970,90],[970,150],[300,250],'fluid'] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760136' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131509' , tagId:'sas_131509' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131426' , tagId:'sas_131426' } } , { bidder:'appnexus' ,params:{ placementId:'32779968' } } , { bidder:'teads' ,params:{ pageId:'135258' , placementId:'148441' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p9' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'apGn9mIpdy' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } ,mobile:{ sizes:['fluid',[300,250],[300,100],[300,50],[320,100],[320,50],[300,600]] ,safeFrame:{ force: null ,sandbox: null ,allowOverlayExpansion : null ,allowPushExpansion: null } ,bidders:[ { bidder:'rubicon' ,params:{ accountId:'22500' , siteId:'334922' , zoneId:'1760138' } } , { bidder:'366_smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'268437' , pageId:'1005028' , formatId:'131509' , tagId:'sas_131509' } } , { bidder:'smartadserver' ,params:{ domain:'https://prg.smartadserver.com' , siteId:'342929' , pageId:'1198451' , formatId:'131427' , tagId:'sas_131427' } } , { bidder:'appnexus' ,params:{ placementId:'32779968' } } , { bidder:'teads' ,params:{ pageId:'149514' , placementId:'163680' } } , { bidder:'adagio' ,params:{ organizationId:'1169' , site:'ledauphine' , placement:'p9' , pagetype:'home' } } , { bidder:'smilewanted' ,params:{ zoneId:'ebra.fr_hb_display' } } , { bidder:'richaudience' ,params:{ pid:'BdJiQBdD4d' , supplyType:'site' } } , { bidder:'criteo' ,params:{ networkId:'11064' , pubid:'M3NF21' } } ] ,amazon:true ,amazonParams:{ mediaType: "", sizesVideo: [] } } }); gtrf.run(); } , conditionLoad: (job)=>window.pbjs && window.gtrf}, { family: 'outbrain', name: 'outbrain', fn() {$ .getScript({url:'https://cdn-files.prsmedia.fr/files/GTRF/min/javascript/outbrain.A4E344BE98F65AF8DA60C71C232FCE13.min.js', cache: true}, function() { outbrain.configuration.debug = false; outbrain.configuration.checkConsent = false; outbrain.configuration.firstId = false; outbrain.url = 'https://www.ledauphine.com/edition-voiron-saint-marcellin'; outbrain.positions.push({id:'pub-outbrain-1d',mode:'Desktop',limit:1000,desktop:'SF_1',mobile:'SF_1'}); outbrain.positions.push({id:'pub-outbrain-2m',mode:'Mobile',limit:1000,desktop:'SF_2',mobile:'SF_2'}); outbrain.positions.push({id:'pub-outbrain-2d',mode:'Desktop',limit:1000,desktop:'SF_2',mobile:'SF_2'}); outbrain.positions.push({id:'pub-outbrain-3d',mode:'Desktop',limit:1000,desktop:'SF_3',mobile:'SF_3'}); outbrain.positions.push({id:'pub-outbrain-1m',mode:'Mobile',limit:1000,desktop:'SF_1',mobile:'SF_1'}); outbrain.run(); }); } }, { family: 'firstparty', name: 'pollPortailJSInline', fn() {CallPoll2('2','96dfb9ff-7c6e-4beb-b04c-e9c5b7226fd7'); } , conditionLoad: (job)=>window.CallPoll}, ); </script> <script>$(window).on('load',function(){$.each(bufferLoad,function(){$.ajax({url:this,dataType:'script',cache:true});});}); $(document).ready(function() {GSOC_Init('765DF2F6-7651-4945-8432-BCC1C4BE098A', '/fr/communaute/'); SetCookieConsentPub4FirstId(); $(document).ready(function () { var paginationStatus = false; var navigationStatus = true; var responsiveStatus = true; if (1 <= 3) { paginationStatus = true; navigationStatus = false; } if (1 >= 2) { $("#gjnuMod").hide(); $("#gjnuMod .modContent").lightSlider({ controls: navigationStatus, /*gallery: paginationStatus,*/ gallery: "nextweb", thumbItem: 6, slideMargin: 0, item: 1, keyPress: true, slideMargin: 16 }); } }); CheckPassword = { KeyUpDelay : 1000, LastCheck : Date.now(), CheckDirect : function(password,type){ if (type == "validate") { if ((Date.now() - CheckPassword.LastCheck) < CheckPassword.KeyUpDelay) return; } var result = null; $ .ajax({ type: "POST", url: "/webservices/CDM.GXCO.Web/CDM.GXCO.Web.Service.UsersService.asmx/PasswordIsValidWithReason2", cache: "false", dataType: "json", async: false, contentType: "application/json; charset=utf-8", data: JSON.stringify({password: password}), success: function (data) { result = data.d; } }); //rules = result.rules; rules = result; CheckPassword.UpdateList(rules,type); } , Check : function(password,type){ if (type == "validate") { CheckPassword.LastCheck = Date.now(); setTimeout(function(){ CheckPassword.CheckDirect(password,type);}, CheckPassword.KeyUpDelay); } else CheckPassword.CheckDirect(password,type); } , UpdateList : function(rules,type) { $("#divPasswordMessages").parent().addClass("containerInputError").removeClass("containerInputAllValid"); $("#divPasswordMessages").empty(); var allValid = ""; if(rules.isvalid) { allValid = "class='allValid'"; $("#divPasswordMessages").parent().removeClass("containerInputError").addClass("containerInputAllValid"); if(type == "blur") { $("#divPasswordMessages").parent().removeClass("containerInputAllValid"); } } else { $("#divPasswordMessages").parent().removeClass("containerInputAllValid"); } var ul = $("<ul " + allValid + ">"); ul.prop("id","lPasswordMessages"); for(i in rules.rules) { var li = $("<li>"); li.text(rules.rules[i].Label); if (rules.rules[i].IsValidate == true) { if (type == "focus" || type == "validate") { li.addClass("rulesOK"); ul.append(li); } } else { li.addClass("rulesKO"); ul.append(li); } } if (ul.children("li").length > 0) $("#divPasswordMessages").append(ul); } }; $('#CreateAccountForm').validate({ errorElement: "span", rules: { ctl00_txtEmail: { required: true }, ctl00_txtMdp: { required: true } }, messages: { ctl00_txtEmail: { required: "Ce champ est obligatoire", }, ctl00_txtMdp: { required: "Ce champ est obligatoire", } } }); $("#ctl00_txtMdpCreate").on("focus",function(event) { CheckPassword.Check($(event.target).val(),"focus"); }); $("#ctl00_txtMdpCreate").blur(function(event) { CheckPassword.Check($(event.target).val(),"blur"); }); $("#ctl00_txtMdpCreate").keyup(function(event) { CheckPassword.Check($(event.target).val(),"validate"); }); $("#showPassword").on('click', function(){ $(this).toggleClass('show'); var input = $(this).prev(); if (input.attr("type") == "password") { input.attr("type", "text"); } else { input.attr("type", "password"); } }); CheckCreation = { Init : function(){ CheckCreation.AttachEv.All(); //Erreur serveur if ( $("body:not(.AuthenticationComponent):not(.ChangePasswordByLinkComponent)").find(".messageBox.error").length > 0 ) { $("body").addClass("hasModal"); $("body").prepend('<div class="overlay"></div>'); $('.GPRF_NextWeb').show(); } }, AttachEv: { All: function(){ CheckCreation.AttachEv.Modal.Open(); CheckCreation.AttachEv.Modal.Close(); }, Modal : { Open: function(){ $(".link_createAccount").unbind('click').bind('click', function(){ $("div.GPRF_NextWeb").find("ul.alert--danger").remove(); $("body").addClass("hasModal"); if($('.overlay').length == 0) { $("body").prepend('<div class="overlay"></div>'); } $('.modal').hide(); $('.GPRF_NextWeb').show(); $('#navBurger .navBurgerWrapper').animate({ marginLeft: '-100%' }, 150); $('#navBurger .burgerOverlay').fadeOut(150); $('#navBurger').delay(150).hide(0).removeClass('visible'); }); }, Close: function(){ $(".modal .modalClose, .overlay").unbind('click').bind('click', function(event){ if( $(event.target).is(".modal .modalClose, .overlay") ){ $("body").removeClass("hasModal"); if($('.overlay').length == 0) { $("body").remove('.overlay'); } $('.modal').hide(); } }); }, }, } }; //CheckCreation.Init(); $(document).ready(function () { var paginationStatus = false; var navigationStatus = true; var responsiveStatus = true; if (1 <= 3) { paginationStatus = true; navigationStatus = false; } if (1 >= 2) { $("#gjnuModBurger").hide(); $("#gjnuModBurger .modContent").lightSlider({ controls: navigationStatus, /*gallery: paginationStatus,*/ gallery: "nextweb", thumbItem: 6, slideMargin: 0, item: 1, keyPress: true, slideMargin: 16 }); } }); $(document).ready(function () { $("#Ligue 2 - classement .btnCalendarPlugin").click(function () { if ($(this).hasClass("selected")) { return; } else { $("#Ligue 2 - classement ul li").removeClass("selected"); $(this).addClass("selected"); $("#Ligue 2 - classement .panelGSPT").removeClass("selected").hide(); $("#Ligue 2 - classement .calendarPlugin").addClass("selected").show(); } }); $("#Ligue 2 - classement .btnRankingPlugin").click(function () { if ($(this).hasClass("selected")) { return; } else { $("#Ligue 2 - classement ul li").removeClass("selected"); $(this).addClass("selected"); $("#Ligue 2 - classement .panelGSPT").removeClass("selected").hide(); $("#Ligue 2 - classement .rankingPlugin").addClass("selected").show(); } }); }); $('#refreshDay').change(function () {location.href = $('#refreshDay').val();}); $(document).ready(function () { $("#Ligue 2 calendrier .btnCalendarPlugin").click(function () { if ($(this).hasClass("selected")) { return; } else { $("#Ligue 2 calendrier ul li").removeClass("selected"); $(this).addClass("selected"); $("#Ligue 2 calendrier .panelGSPT").removeClass("selected").hide(); $("#Ligue 2 calendrier .calendarPlugin").addClass("selected").show(); } }); $("#Ligue 2 calendrier .btnRankingPlugin").click(function () { if ($(this).hasClass("selected")) { return; } else { $("#Ligue 2 calendrier ul li").removeClass("selected"); $(this).addClass("selected"); $("#Ligue 2 calendrier .panelGSPT").removeClass("selected").hide(); $("#Ligue 2 calendrier .rankingPlugin").addClass("selected").show(); } }); }); $('#refreshDay').change(function () {location.href = $('#refreshDay').val();}); $.each(bufferScript,function(){this()});}); </script> </body> </html>

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