<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="accueil.xsl.php"?><d routeversion="12">
	<e titre="Apps" wi="33"   sstitre="" color="#000000">
			<msg><p>LiveTrail directement sur votre smartphone c'est aussi possible avec l'application totalement gratuite :</p>
<div style="display: flex; justify-content: center; gap: 20px;"><img style="margin-bottom: 4px;" src="im/AppLiveTrailLogo.png" alt="livetrail" width="80" height="80" />
<div style="display: flex; flex-direction: column; align-self: center; gap: 5px;"><a href="https://play.google.com/store/apps/details?id=net.livetrail.livetrail&amp;hl=fr" target="_blank" rel="noopener"><img src="im/googleplay.png" alt="" /></a> <a href="https://apps.apple.com/app/livetrail/id1205514003" target="_blank" rel="noopener"><img src="im/appstore.png" alt="" width="80" height="28" /></a></div>
</div>
<div style="display: flex; flex-direction: column; align-items: center;">
<p>1 seule application pour 2 expériences différentes ! </p>
<img src="im/AppLiveTrailSpaces.png" width="250" height="28" alt="" /></div>
<div style="display: flex; flex-direction: row; flex-wrap: nowrap; gap: 30px; justify-content: center; padding-top: 10px;">
<div style="text-align: right; flex-basis: 0; flex-grow: 1; max-width: 350px;">Suivez votre propre course et celle de vos amis... Créée spécialement par des coureurs <strong>pour les coureurs</strong></div>
<div style="text-align: left; flex-basis: 0; flex-grow: 1; max-width: 360px;">Votre Point Info directement dans votre poche<br />Pour tous les accompagnants, suiveurs, amis...</div>
</div></msg>
		</e>
		<e titre="Livecam" wi="66"   color="#00000" video="1">
			<msg>
								<script type="text/javascript">
					function chg_vid_dm(n,k) {
						$("#vid_lab_current").html(n);
						$("#vid_webcam").attr("src", "//www.dailymotion.com/embed/video/"+k+"?autoPlay=1");
					}
					function chg_vid_yt(n,k) {
						$("#vid_lab_current").html(n);
						$("#vid_webcam").attr("src", "//www.youtube.com/embed/"+k+"?autoplay=1");
					}
					function chg_vid(o) {
						var opt=null;
						if($(o).is("select")) opt=$(o).find(":selected");
						else opt=$(o);
						if(opt.hasClass("off")) return;
						var t=opt.data("t");
						var n=opt.data("n");
						var k=opt.data("k");
						if(t=='yt') chg_vid_yt(n,k);
						else if(t=='dm') chg_vid_dm(n,k);
						else {
							$("#vid_lab_current").html("-");
							$("#vid_webcam").attr("src", "im/nocam.html");
						}
					}
					$(function() {
						var w=$("#cont_video").width();
						$("#cont_video").height(w*9/16 + 14);
					});
				</script>
				<div class="webcams" style="width:100%;padding:5px 0;text-align:left;">
					<div id="cont_video" style="margin-right:10px;width:100%;">
						<span id="vid_lab_current" style="font-weight:bold;">&#160;</span><br/>
						<iframe frameborder="0" width="100%" height="100%" id="vid_webcam" src="im/nocam.html" scrolling="no" allowfullscreen="allowfullscreen" mozallowfullscreen="mozallowfullscreen" msallowfullscreen="msallowfullscreen" oallowfullscreen="oallowfullscreen" webkitallowfullscreen="webkitallowfullscreen"></iframe>
					</div>
					<div id="webcamslst" style="margin-top:24px;text-align:center">
													<img src="im/camip.png" style="height:20px;" align="absmiddle"/> &#160; Webcams :
							<select onchange="chg_vid(this)">
								<option>-</option>
								<option value="100" data-t="dm" data-n="Grenoble" data-k="x8d2z3g">Grenoble</option>
										<option value="60" data-t="dm" data-n="Saint-Nazaire-les-Eymes" data-k="x541i41">Saint-Nazaire-les-Eymes</option>
										<option value="46" data-t="dm" data-n="Recoin - Arrivée 20" data-k="x8d2z6v">Recoin - Arrivée 20</option>
										<option value="32" data-t="dm" data-n="Rioupéroux - Arrivée 50T/180C" data-k="x4clca7">Rioupéroux - Arrivée 50T/180C</option>
										<option value="22" data-t="dm" data-n="La Morte - Arrivée 20" data-k="x5zpw73">La Morte - Arrivée 20</option>
										<option value="10" data-t="dm" data-n="Vif  - Arrivée 40" data-k="x5as4hf">Vif  - Arrivée 40</option>
										<option value="4" data-t="dm" data-n="Saint-Nizier - Arrivée 20" data-k="x8d2z4s">Saint-Nizier - Arrivée 20</option>
																	</select>
							<a href="javascript:checkStreams();" style="font-size:1.5em;">↺</a>						<script type="text/javascript">
							var nbCam=7;
							$(function() {
								checkStreams();
							});
							function checkStreams() {
								nbCam=7;
								$("#webcamslst select option, #webcamslst a").each(function(){
									var me=$(this);
									if(me.data("t")=="dm") {
										var flux=me.data("k");
										var dailyAPI = "https://api.dailymotion.com/video/"+flux+"?fields=mode,record_start_time,record_end_time,recurrence,onair,live_airing_time,live_video_bitrate,live_audio_bitrate,live_video_width,live_video_height,live_video_fps,live_video_keyframe_interval,live_publish_url,audience,audience_total";
										$.getJSON(dailyAPI, function (json) {
											// Set the variables from the results array
											var live = json.onair || json.live_video_bitrate!=null;
											if (live){
												me.removeClass("off");
												me.attr("disabled",false);
											} else {
												me.addClass("off");
												me.attr("disabled",true);
											}
										}).error(function(){
											if (me.val()!="") {
												me.addClass("off");
												me.attr("disabled",true);
											}
										}).always(function() {
											nbCam--;
											if (nbCam==0) setFirstCam();
									  });
								  }
								});
							}
							function setFirstCam(){
								$("#webcamslst select option, #webcamslst a").each(function(){
									if(!$(this).hasClass("off") &amp;&amp; $(this).html()!="-"){
										if($("#webcamslst select").length &gt; 0) {
											$(this).prop("selected", true);
											$("#webcamslst select").change();
										} else {
											$(this).click();
										}
										return false;
									}
								});
								if($("#webcamslst select option:selected").hasClass("off")) {
									$("#webcamslst select option:first").prop("selected", true);
									$("#webcamslst select").change();
								}
							}
						</script>
					</div>
				</div>
				<p style="clear:both;">&#160;</p>
			</msg>
		</e>
		
<!-- courses.180X.home_width = 100 / 100 -->
<e/><e/><e id="180X"  wi="100"  titre="Ut4M 180 Xtrem" sstitre="158km / 9819m+" routeVersion="12" darkenColor="" color="#de2a37" >
							<info nomdep="Seyssins" dtdep="2024-07-19 09:06:15" tz="2" launched="1" finish="1" />
				<identite nom="CALAIS" prenom="Louis" doss="2" cat="SE H" rk="1" tps="23:49:05" dth="2024-07-20 08:55:25.040" idpt="100" />
							<identite nom="PINSARD" prenom="Nicolas" doss="350" cat="SE H" rk="2" tps="24:54:12" dth="2024-07-20 10:00:31.540" idpt="100" />
							<identite nom="MEDOUS" prenom="Paul" doss="9" cat="SE H" rk="3" tps="25:25:46" dth="2024-07-20 10:32:02.380" idpt="100" />
							<identitef nom="JAUSSAUD" prenom="Gladys" doss="8" cat="SE F" rk="1" tps="31:30:03" dth="2024-07-20 16:36:23.580" idpt="100"/>
							<identitef nom="BAVIERE" prenom="Gaelle" doss="52" cat="M2 F" rk="2" tps="37:18:39" dth="2024-07-20 22:25:13.610" idpt="100"/>
							<identitef nom="SAUTENET" prenom="Anais" doss="35" cat="M0 F" rk="3" tps="47:31:13" dth="2024-07-21 08:37:33.340" idpt="100"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Seyssins" km="0" x="5.882" y="79.5" lat="45.16224" lon="5.68688" nb="0"  /><p id="1" name="St-Nizier" km="12.06" x="12.824" y="54" lat="45.16925" lon="5.63094" nb="0"  /><p id="2" name="Lans" km="21.63" x="18.471" y="47.5" lat="45.11517" lon="5.60847" nb="0"  /><p id="6" name="St Michel" km="25.7" x="20.824" y="32.5" lat="45.09009" lon="5.61994" nb="0"  /><p id="8" name="St Paul" km="32.93" x="24.941" y="76.5" lat="45.07057" lon="5.64472" nb="0"  /><p id="12" name=" Vif" km="40.76" x="29.529" y="78.5" lat="45.05148" lon="5.67202" nb="0"  /><p id="16" name="Laffrey" km="55.47" x="38" y="61.5" lat="45.02534" lon="5.77260" nb="0"  /><p id="20" name="La Morte" km="67.49" x="44.941" y="48.5" lat="45.02496" lon="5.86104" nb="0"  /><p id="21" name="Vache" km="73.3" x="48.353" y="22.5" lat="45.03045" lon="5.88962" nb="0"  /><p id="26" name="Poursollet" km="79.71" x="52.118" y="40.5" lat="45.05218" lon="5.90062" nb="0"  /><p id="28" name="Barrière" km="86.4" x="56" y="34" lat="45.06738" lon="5.92135" nb="0"  /><p id="34" name="Rioupéroux" km="92.36" x="59.412" y="71.5" lat="45.08695" lon="5.89708" nb="0"  /><p id="40" name="Arselle " km="97.35" x="62.353" y="41" lat="45.09927" lon="5.87759" nb="0"  /><p id="48" name="Chamrousse" km="103.1" x="65.647" y="23.5" lat="45.12535" lon="5.90245" nb="0"  /><p id="50" name="La Pra" km="109.98" x="69.647" y="27.5" lat="45.16114" lon="5.94440" nb="0"  /><p id="54" name="Pré Long" km="120.13" x="75.529" y="53.5" lat="45.20353" lon="5.91808" nb="0"  /><p id="60" name="St-Nazaire" km="134.58" x="83.882" y="79" lat="45.24904" lon="5.85120" nb="0" wc="dm|x541i41" /><p id="74" name="VenceEnt" km="151.01" x="93.412" y="65.5" lat="45.23399" lon="5.75070" nb="0"  /><p id="100" name="Grenoble" km="160.37" x="98.824" y="81" lat="45.18903" lon="5.72487" nb="205" wc="dm|x8d2z3g" /></points>		</e>
      
<!-- courses.100M.home_width = 100 / 100 -->
<e/><e/><e/><e id="100M"  wi="100"  titre="Ut4M 100 Master" sstitre="78km / 4053m+" routeVersion="12" darkenColor="" color="#eb9210" >
							<info nomdep="Uriage" dtdep="2024-07-20 07:02:34" tz="2" launched="1" finish="1" />
				<identite nom="RAYMOND" prenom="Kevin" doss="2001" cat="M1 H" rk="1" tps="08:56:43" dth="2024-07-20 15:59:20.300" idpt="100" />
							<identite nom="HOGGA" prenom="Zakaria" doss="2012" cat="SE H" rk="2" tps="09:10:47" dth="2024-07-20 16:13:24.380" idpt="100" />
							<identite nom="CHAUVETON" prenom="Alexandre" doss="2026" cat="SE H" rk="3" tps="10:25:17" dth="2024-07-20 17:28:06.300" idpt="100" />
							<identitef nom="BAGNERES" prenom="Marie" doss="2016" cat="SE F" rk="1" tps="11:06:51" dth="2024-07-20 18:09:34.750" idpt="100"/>
							<identitef nom="NIVAL" prenom="Laurina" doss="2209" cat="SE F" rk="2" tps="12:01:29" dth="2024-07-20 19:04:08.220" idpt="100"/>
							<identitef nom="DELLA ROSSA" prenom="Audrey" doss="2007" cat="M0 F" rk="3" tps="12:16:42" dth="2024-07-20 19:19:21.980" idpt="100"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Uriage" km="0" x="5.882" y="75.5" lat="45.14214" lon="5.82932" nb="0"  /><p id="48" name="Chamrousse" km="22.01" x="31.529" y="23.5" lat="45.12535" lon="5.90245" nb="0"  /><p id="50" name="La Pra" km="29.05" x="39.765" y="27.5" lat="45.16114" lon="5.94440" nb="0"  /><p id="54" name="Pré Long" km="39.22" x="51.647" y="53.5" lat="45.20353" lon="5.91808" nb="0"  /><p id="60" name="St-Nazaire" km="53.82" x="68.706" y="79" lat="45.24904" lon="5.85120" nb="0" wc="dm|x541i41" /><p id="74" name="VenceEnt" km="70.14" x="87.765" y="65.5" lat="45.23399" lon="5.75070" nb="0"  /><p id="100" name="Grenoble" km="79.66" x="98.824" y="81" lat="45.18903" lon="5.72487" nb="363" wc="dm|x8d2z3g" /></points>		</e>
      
<!-- courses.180C.home_width = 100 / 100 -->
<e/><e/><e/><e id="180C"  wi="100"  titre="Ut4M 180 Challenge" sstitre="165km / 10700m+" routeVersion="12" darkenColor="" color="#de2a37" >
			<msg><p>INFORMATION MATÉRIEL OBLIGATOIRE : 2 L d'eau minimum</p></msg>						<info nomdep="Seyssins" num="1" nometp="Stage 1" dtdep="2024-07-18 08:03:14" tz="2" launched="1" finish="1" />
												<info nometp="Stage 2" num="2" dtdep="2024-07-19 08:01:06" tz="2" launched="1" finish="1" />
												<info nometp="Stage 3" num="3" dtdep="2024-07-20 08:00:04" tz="2" launched="1" finish="1" />
												<info nometp="Stage 4" num="4" dtdep="2024-07-21 07:00:36" tz="2" launched="1" finish="1" />
						<identite nom="COATANTIEC" prenom="Baptiste" doss="1003" cat="SE H" rk="1" tps="17:29:47" dth="2024-07-21 09:27:10.090" idpt="100" />
							<identite nom="BOURGUENOLLE" prenom="Pierre-Arnaud" doss="1012" cat="M0 H" rk="2" tps="17:46:54" dth="2024-07-21 09:21:44.000" idpt="100" />
							<identite nom="CLÉMENT" prenom="Mathieu" doss="1001" cat="SE H" rk="3" tps="17:49:48" dth="2024-07-21 09:21:55.000" idpt="100" />
							<identitef nom="DUBERN" prenom="Olivia" doss="1007" cat="SE F" rk="1" tps="21:27:38" dth="2024-07-21 09:56:35.000" idpt="100"/>
							<identitef nom="MIHALCEA" prenom="Oana" doss="1002" cat="M1 F" rk="2" tps="22:25:30" dth="2024-07-21 10:30:41.000" idpt="100"/>
							<identitef nom="PIGNON" prenom="Zélie" doss="1078" cat="SE F" rk="3" tps="23:40:27" dth="2024-07-21 10:05:39.100" idpt="100"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Seyssins" km="0" x="5.882" y="79.5" lat="45.16224" lon="5.68688" nb="0"  /><p id="1" name="St-Nizier" km="12" x="12.706" y="54" lat="45.16921" lon="5.63079" nb="0"  /><p id="2" name="Lans" km="20.93" x="17.765" y="47.5" lat="45.11517" lon="5.60847" nb="0"  /><p id="6" name="St Michel" km="24.84" x="19.882" y="32.5" lat="45.09005" lon="5.61981" nb="0"  /><p id="10" name="Vif " km="40.16" x="28.588" y="78.5" lat="45.05129" lon="5.67186" nb="0" wc="dm|x5as4hf" /><p id="14" name="Vif " km="40.16" x="28.588" y="78" lat="45.05137" lon="5.67220" nb="0"  /><p id="16" name="Laffrey" km="56.18" x="37.647" y="61.5" lat="45.02534" lon="5.77260" nb="0"  /><p id="21" name="Vache" km="73.65" x="47.529" y="22.5" lat="45.03045" lon="5.88962" nb="0"  /><p id="26" name="Poursollet" km="80.07" x="51.176" y="40.5" lat="45.05218" lon="5.90062" nb="0"  /><p id="28" name="Barrière" km="86.73" x="54.941" y="34" lat="45.06738" lon="5.92135" nb="0"  /><p id="30" name="D1091" km="91.89" x="57.765" y="71" lat="45.08892" lon="5.90245" nb="0"  /><p id="32" name="Rioupéroux" km="92.63" x="58.235" y="71.5" lat="45.08735" lon="5.89731" nb="0" wc="dm|x4clca7" /><p id="36" name="Rioupéroux" km="92.63" x="58.235" y="71.5" lat="45.08693" lon="5.89710" nb="0"  /><p id="40" name="Arselle " km="100.9" x="62.941" y="41" lat="45.09927" lon="5.87759" nb="0"  /><p id="48" name="Chamrousse" km="106.67" x="66.118" y="24" lat="45.12535" lon="5.90245" nb="0"  /><p id="54" name="Pré Long" km="123.89" x="75.882" y="53.5" lat="45.20353" lon="5.91808" nb="0"  /><p id="60" name="St-Nazaire" km="138.61" x="84.235" y="79" lat="45.24940" lon="5.85135" nb="0" wc="dm|x541i41" /><p id="62" name="St-Nazaire" km="138.61" x="84.235" y="79" lat="45.24904" lon="5.85120" nb="0"  /><p id="76" name="VenceSorti" km="154.76" x="93.412" y="65.5" lat="45.23364" lon="5.75108" nb="0"  /><p id="100" name="Grenoble" km="164.44" x="98.824" y="81" lat="45.18906" lon="5.72495" nb="280" wc="dm|x8d2z3g" /></points>		</e>
      
<!-- courses.80C.home_width = 100 / 100 -->
<e/><e/><e/><e id="80C"  wi="100"  titre="Ut4M 80 Challenge" sstitre="78.6km / 6395m+" routeVersion="12" darkenColor="" color="#8f2ba6" >
			<msg><p>INFORMATION MATÉRIEL OBLIGATOIRE : 2 L d'eau minimum</p></msg>						<info nomdep="Seyssins" num="1" nometp="Stage 1" dtdep="2024-07-18 09:01:44" tz="2" launched="1" finish="1" />
												<info nometp="Stage 2" num="2" dtdep="2024-07-19 07:58:26" tz="2" launched="1" finish="1" />
												<info nometp="Stage 3" num="3" dtdep="2024-07-20 10:00:31" tz="2" launched="1" finish="1" />
												<info nometp="Stage 4" num="4" dtdep="2024-07-20 22:00:21" tz="2" launched="1" finish="1" />
						<identite nom="NANCHEN" prenom="Lucas" doss="3001" cat="SE H" rk="1" tps="08:01:34" dth="2024-07-20 23:20:54.700" idpt="100" />
							<identite nom="DEBIZET" prenom="Tibère" doss="3002" cat="SE H" rk="2" tps="08:07:44" dth="2024-07-20 23:15:01.750" idpt="100" />
							<identite nom="ESCOFFIER" prenom="Eliott" doss="3005" cat="SE H" rk="3" tps="08:43:47" dth="2024-07-20 23:22:35.520" idpt="100" />
							<identitef nom="RODAMEL" prenom="Coraline" doss="3020" cat="SE F" rk="1" tps="10:31:27" dth="2024-07-20 23:42:44.120" idpt="100"/>
							<identitef nom="MARZARI" prenom="Laura" doss="3015" cat="ES F" rk="2" tps="10:40:40" dth="2024-07-20 23:47:38.710" idpt="100"/>
							<identitef nom="OBERLÉ" prenom="Marie" doss="3011" cat="SE F" rk="3" tps="10:52:20" dth="2024-07-20 23:40:22.520" idpt="100"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Seyssins" km="0" x="5.882" y="79.5" lat="45.16208" lon="5.68733" nb="0"  /><p id="1" name="St-Nizier" km="11.173" x="18.941" y="54" lat="45.16950" lon="5.63026" nb="0"  /><p id="4" name="St-Nizier" km="19.604" x="28.588" y="54" lat="45.16947" lon="5.62992" nb="0" wc="dm|x8d2z4s" /><p id="18" name="Laffrey " km="19.605" x="28.588" y="61.5" lat="45.02173" lon="5.77822" nb="0"  /><p id="21" name="Vache" km="36.007" x="47.647" y="22.5" lat="45.03036" lon="5.88976" nb="0"  /><p id="22" name="La Morte" km="41.3" x="53.765" y="48.5" lat="45.02482" lon="5.86048" nb="0" wc="dm|x5zpw73" /><p id="38" name="Uriage" km="41.3" x="53.765" y="75" lat="45.14214" lon="5.82931" nb="0"  /><p id="46" name="Recoin" km="62.395" x="79.059" y="39.5" lat="45.12573" lon="5.88017" nb="0" wc="dm|x8d2z6v" /><p id="70" name="Le Sappey" km="62.396" x="79.059" y="59" lat="45.25860" lon="5.77761" nb="0"  /><p id="74" name="VenceEnt" km="70.274" x="88.235" y="65.5" lat="45.23399" lon="5.75070" nb="0"  /><p id="76" name="VenceSorti" km="70.38" x="88.353" y="65.5" lat="45.23318" lon="5.75113" nb="0"  /><p id="100" name="Grenoble" km="79.384" x="98.824" y="81" lat="45.18905" lon="5.72497" nb="373" wc="dm|x8d2z3g" /></points>		</e>
      
<!-- courses.40C.home_width = 50 / 50 -->
<e/><e/><e/><e id="40C"  wi="50"  titre="Ut4M 40 Chartreuse" sstitre="26km / 1302m+" routeVersion="12" darkenColor="" color="#dde631" >
							<info nomdep="Saint-Nazaire Départ 40" dtdep="2024-07-21 07:00:37" tz="2" launched="1" finish="1" />
				<identite nom="CHOMEL" prenom="Auguste" doss="7005" cat="SE H" rk="1" tps="02:13:43" dth="2024-07-21 09:14:43.600" idpt="100" />
							<identite nom="MATRAY" prenom="Luc" doss="7010" cat="SE H" rk="2" tps="02:15:58" dth="2024-07-21 09:16:58.140" idpt="100" />
							<identite nom="MONMAGNON" prenom="Florian" doss="7019" cat="SE H" rk="3" tps="02:18:26" dth="2024-07-21 09:19:25.350" idpt="100" />
							<identitef nom="LHIRONDEL" prenom="Blandine" doss="7450" cat="SE F" rk="1" tps="02:19:25" dth="2024-07-21 09:20:02.370" idpt="100"/>
							<identitef nom="PETIT" prenom="Perrine" doss="7009" cat="SE F" rk="2" tps="02:37:47" dth="2024-07-21 09:38:54.540" idpt="100"/>
							<identitef nom="CHARNET" prenom="Marine" doss="7449" cat="SE F" rk="3" tps="02:50:22" dth="2024-07-21 09:51:22.000" idpt="100"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="St-Nazaire" km="0" x="5.882" y="68.5" lat="45.24904" lon="5.85120" nb="0"  /><p id="76" name="VenceSorti" km="16.24" x="64" y="40.5" lat="45.23364" lon="5.75108" nb="0"  /><p id="100" name="Grenoble" km="25.98" x="98.824" y="72.5" lat="45.18906" lon="5.72495" nb="343" wc="dm|x8d2z3g" /></points>		</e>
      
<!-- courses.50B.home_width = 50 / 50 -->
<e id="50B"  wi="50"  titre="Ut4M 50 Belledonne" sstitre="48km / 2930m+" routeVersion="12" darkenColor="" color="#dde631" >
							<info nomdep="Rioupéroux - Départ 50B/180C" dtdep="2024-07-20 08:00:03" tz="2" launched="1" finish="1" />
				<identite nom="DE BARDONNECHE" prenom="Jean" doss="6372" cat="SE H" rk="1" tps="04:24:28" dth="2024-07-20 12:24:32.730" idpt="60" />
							<identite nom="LHIRONDEL" prenom="Blandine" doss="6501" cat="SE F" rk="2" tps="04:45:57" dth="2024-07-20 12:46:02.660" idpt="60" />
							<identite nom="GUIGNARD" prenom="Paul-Ely" doss="6486" cat="M0 H" rk="3" tps="04:49:33" dth="2024-07-20 12:49:38.050" idpt="60" />
							<identitef nom="LHIRONDEL" prenom="Blandine" doss="6501" cat="SE F" rk="1" tps="04:45:57" dth="2024-07-20 12:46:02.660" idpt="60"/>
							<identitef nom="WYDOUW" prenom="Adèle" doss="6009" cat="SE F" rk="2" tps="06:08:53" dth="2024-07-20 14:09:03.900" idpt="60"/>
							<identitef nom="BALLET" prenom="Diana" doss="6004" cat="M0 F" rk="3" tps="06:18:35" dth="2024-07-20 14:18:40.950" idpt="60"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Rioupéroux" km="0" x="5.882" y="71.5" lat="45.08693" lon="5.89710" nb="0"  /><p id="40" name="Arselle " km="8.27" x="22.588" y="41" lat="45.09927" lon="5.87759" nb="0"  /><p id="48" name="Chamrousse" km="14.04" x="34.235" y="24" lat="45.12535" lon="5.90245" nb="0"  /><p id="50" name="La Pra" km="21.12" x="48.588" y="27.5" lat="45.16114" lon="5.94440" nb="0"  /><p id="54" name="Pré Long" km="31.26" x="69.059" y="53.5" lat="45.20353" lon="5.91808" nb="0"  /><p id="60" name="St-Nazaire" km="45.98" x="98.824" y="79" lat="45.24940" lon="5.85135" nb="424" wc="dm|x541i41" /></points>		</e>
      
<!-- courses.50T.home_width = 50 / 50 -->
<e/><e/><e id="50T"  wi="50"  titre="Ut4M 50 Taillefer" sstitre="49.8km / 3580m+" routeVersion="12" darkenColor="" color="#dde631" >
			<msg><p>INFORMATION MATÉRIEL OBLIGATOIRE : 2 L d'eau minimum </p></msg>				<info nomdep="Vif  - Départ 50" dtdep="2024-07-19 08:01:06" tz="2" launched="1" finish="1" />
				<identite nom="ROUX" prenom="Kevin" doss="5275" cat="SE H" rk="1" tps="05:49:34" dth="2024-07-19 13:55:31.170" idpt="32" />
							<identite nom="DUBOIS" prenom="Camille" doss="5001" cat="SE H" rk="2" tps="06:38:06" dth="2024-07-19 14:54:11.530" idpt="32" />
							<identite nom="AUBRY" prenom="Thomas" doss="5274" cat="SE H" rk="3" tps="06:45:47" dth="2024-07-19 15:00:29.920" idpt="32" />
							<identitef nom="HELEU" prenom="Bleunwenn" doss="5003" cat="ES F" rk="1" tps="06:46:26" dth="2024-07-19 14:53:25.650" idpt="32"/>
							<identitef nom="MELLON" prenom="Magali" doss="5276" cat="SE F" rk="2" tps="06:52:33" dth="2024-07-19 14:57:36.460" idpt="32"/>
							<identitef nom="BRULIN" prenom="Julia" doss="5002" cat="M2 F" rk="3" tps="07:45:12" dth="2024-07-19 15:52:47.060" idpt="32"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Vif  - Dép" km="0" x="5.882" y="81" lat="45.05137" lon="5.67220" nb="0"  /><p id="16" name="Laffrey" km="16.07" x="34.471" y="64" lat="45.02534" lon="5.77260" nb="0"  /><p id="20" name="La Morte" km="27.99" x="55.647" y="51" lat="45.02421" lon="5.86168" nb="0"  /><p id="21" name="Vache" km="33.4" x="65.294" y="25" lat="45.03045" lon="5.88962" nb="0"  /><p id="26" name="Poursollet" km="39.78" x="76.706" y="43.5" lat="45.05218" lon="5.90062" nb="0"  /><p id="28" name="Barrière" km="46.39" x="88.471" y="37" lat="45.06738" lon="5.92135" nb="0"  /><p id="30" name="D1091" km="51.51" x="97.529" y="74" lat="45.08892" lon="5.90245" nb="0"  /><p id="32" name="Rioupéroux" km="52.01" x="98.824" y="74.5" lat="45.08735" lon="5.89731" nb="226" wc="dm|x4clca7" /></points>		</e>
      
<!-- courses.40V.home_width = 50 / 50 -->
<e id="40V"  wi="50"  titre="Ut4M 40 Vercors" sstitre="40km / 2830m+" routeVersion="12" darkenColor="" color="#dde631" >
							<info nomdep="Seyssins" dtdep="2024-07-18 08:03:14" tz="2" launched="1" finish="1" />
				<identite nom="MINGUET LOPEZ" prenom="Joel" doss="4001" cat="SE H" rk="1" tps="04:09:44" dth="2024-07-18 12:13:00.590" idpt="10" />
							<identite nom="DUBOIS" prenom="Camille" doss="4004" cat="SE H" rk="2" tps="04:39:11" dth="2024-07-18 12:42:27.150" idpt="10" />
							<identite nom="BUSSEUIL" prenom="Gwenaël" doss="4002" cat="M0 H" rk="3" tps="04:43:17" dth="2024-07-18 12:46:33.430" idpt="10" />
							<identitef nom="GALLEGO" prenom="Elodie" doss="4006" cat="SE F" rk="1" tps="05:36:59" dth="2024-07-18 13:40:18.090" idpt="10"/>
							<identitef nom="DUFKOVÁ" prenom="Aneta" doss="4026" cat="SE F" rk="2" tps="06:03:27" dth="2024-07-18 14:07:20.780" idpt="10"/>
							<identitef nom="DUSSUPT" prenom="Marine" doss="4016" cat="SE F" rk="3" tps="06:14:47" dth="2024-07-18 14:18:07.050" idpt="10"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Seyssins" km="0" x="5.882" y="77.5" lat="45.16224" lon="5.68688" nb="0"  /><p id="1" name="St-Nizier" km="12.83" x="34.941" y="47" lat="45.16921" lon="5.63079" nb="0"  /><p id="2" name="Lans" km="21.76" x="55.294" y="39" lat="45.11517" lon="5.60847" nb="0"  /><p id="6" name="St Michel" km="25.67" x="64.118" y="21" lat="45.09005" lon="5.61981" nb="0"  /><p id="10" name="Vif " km="40.99" x="98.824" y="76" lat="45.05129" lon="5.67186" nb="226" wc="dm|x5as4hf" /></points>		</e>
      
<!-- courses.20C.home_width = 50 / 50 -->
<e/><e/><e id="20C"  wi="50"  titre="Ut4M 20 Chartreuse" sstitre="16km / 650m+" routeVersion="12" darkenColor="" color="#6dc5f1" >
							<info nomdep="Le Sappey-en-Chartreuse - Départ" dtdep="2024-07-20 22:00:23" tz="2" launched="1" finish="1" />
				<identite nom="CRACOWSKI" prenom="Léo-Paul" doss="9501" cat="SE H" rk="1" tps="01:21:45" dth="2024-07-20 23:22:08.760" idpt="100" />
							<identite nom="RALET" prenom="Hugo" doss="9502" cat="SE H" rk="2" tps="01:26:46" dth="2024-07-20 23:27:10.450" idpt="100" />
							<identite nom="JOURDANA" prenom="Sylvain" doss="9506" cat="SE H" rk="3" tps="01:27:53" dth="2024-07-20 23:28:18.870" idpt="100" />
							<identitef nom="FABRE" prenom="Agnès" doss="9684" cat="SE F" rk="1" tps="01:33:49" dth="2024-07-20 23:34:13.090" idpt="100"/>
							<identitef nom="CIANCIA" prenom="Hermance" doss="9503" cat="SE F" rk="2" tps="01:39:48" dth="2024-07-20 23:40:13.360" idpt="100"/>
							<identitef nom="LENS-RAISON" prenom="Tiphaine" doss="9601" cat="M0 F" rk="3" tps="01:53:24" dth="2024-07-20 23:53:50.550" idpt="100"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Le Sappey" km="0" x="5.882" y="43.5" lat="45.25860" lon="5.77761" nb="0"  /><p id="76" name="VenceSorti" km="8.46" x="50.824" y="53" lat="45.23323" lon="5.75097" nb="0"  /><p id="100" name="Grenoble" km="17.47" x="98.824" y="76.5" lat="45.18905" lon="5.72497" nb="166" wc="dm|x8d2z3g" /></points>		</e>
      
<!-- courses.20B.home_width = 50 / 50 -->
<e id="20B"  wi="50"  titre="Ut4M 20 Belledonne" sstitre="20.7km / 2040m+" routeVersion="12" darkenColor="" color="#6dc5f1" >
							<info nomdep="Uriage" dtdep="2024-07-20 10:00:30" tz="2" launched="1" finish="1" />
				<identite nom="CLOCHER" prenom="Lucas" doss="9001" cat="SE H" rk="1" tps="02:15:00" dth="2024-07-20 12:15:31.470" idpt="46" />
							<identite nom="FABRE" prenom="Antoine" doss="9003" cat="SE H" rk="2" tps="02:24:17" dth="2024-07-20 12:24:49.050" idpt="46" />
							<identite nom="TAMBOISE" prenom="Cesar" doss="9053" cat="SE H" rk="3" tps="02:33:19" dth="2024-07-20 12:33:55.640" idpt="46" />
							<identitef nom="BOUVRAIN" prenom="Marguerite" doss="9276" cat="SE F" rk="1" tps="03:18:36" dth="2024-07-20 13:19:16.830" idpt="46"/>
							<identitef nom="BELTRAMO" prenom="Chloé" doss="9010" cat="SE F" rk="2" tps="03:37:41" dth="2024-07-20 13:38:17.530" idpt="46"/>
							<identitef nom="DAVID" prenom="Marion" doss="9028" cat="SE F" rk="3" tps="03:40:28" dth="2024-07-20 13:41:18.170" idpt="46"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Uriage" km="0" x="5.882" y="79" lat="45.14214" lon="5.82931" nb="0"  /><p id="46" name="Recoin" km="21.27" x="98.824" y="36.5" lat="45.12573" lon="5.88017" nb="225" wc="dm|x8d2z6v" /></points>		</e>
      
<!-- courses.20T.home_width = 50 / 50 -->
<e/><e/><e id="20T"  wi="50"  titre="Ut4M 20 Taillefer" sstitre="22km / 1810m+" routeVersion="12" darkenColor="" color="#6dc5f1" >
			<msg><p>INFORMATION MATÉRIEL OBLIGATOIRE : 2 L d'eau minimum </p></msg>				<info nomdep="Laffrey - Départ 20" dtdep="2024-07-19 08:21:12" tz="2" launched="1" finish="1" />
				<identite nom="FAYOLLE" prenom="Ethan" doss="8506" cat="ES H" rk="1" tps="02:48:21" dth="2024-07-19 11:09:33.370" idpt="22" />
							<identite nom="DELEURENCE" prenom="Alexandre" doss="8684" cat="SE H" rk="2" tps="02:49:41" dth="2024-07-19 11:10:53.130" idpt="22" />
							<identite nom="CANDAU-TILH" prenom="Paul" doss="8710" cat="M0 H" rk="3" tps="02:51:21" dth="2024-07-19 11:12:37.950" idpt="22" />
							<identitef nom="ROUZAUD" prenom="Fanny" doss="8726" cat="SE F" rk="1" tps="03:13:17" dth="2024-07-19 11:34:38.920" idpt="22"/>
							<identitef nom="PELLEREAU" prenom="Cécile" doss="8673" cat="SE F" rk="2" tps="03:29:40" dth="2024-07-19 11:50:56.760" idpt="22"/>
							<identitef nom="THIBAULT" prenom="Marie" doss="8625" cat="SE F" rk="3" tps="03:31:35" dth="2024-07-19 11:52:50.070" idpt="22"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Laffrey " km="0" x="5.882" y="77" lat="45.02173" lon="5.77822" nb="0"  /><p id="21" name="Vache" km="17.04" x="76.706" y="18" lat="45.03036" lon="5.88976" nb="0"  /><p id="22" name="La Morte" km="22.34" x="98.824" y="57.5" lat="45.02482" lon="5.86048" nb="170" wc="dm|x5zpw73" /></points>		</e>
      
<!-- courses.20V.home_width = 50 / 50 -->
<e id="20V"  wi="50"  titre="Ut4M 20 Vercors" sstitre="19.9km / 1810m+" routeVersion="12" darkenColor="" color="#6dc5f1" >
							<info nomdep="Seyssins" dtdep="2024-07-18 09:01:44" tz="2" launched="1" finish="1" />
				<identite nom="CRACOWSKI" prenom="Léo-Paul" doss="8003" cat="SE H" rk="1" tps="02:14:58" dth="2024-07-18 11:16:44.380" idpt="4" />
							<identite nom="TAVERNIER" prenom="Fabien" doss="8007" cat="M1 H" rk="2" tps="02:18:05" dth="2024-07-18 11:19:51.480" idpt="4" />
							<identite nom="BLEDION" prenom="Rrustemi" doss="8149" cat="SE H" rk="3" tps="02:21:12" dth="2024-07-18 11:22:59.880" idpt="4" />
							<identitef nom="DAMPFHOFFER" prenom="Manon" doss="8005" cat="SE F" rk="1" tps="02:46:26" dth="2024-07-18 11:48:13.170" idpt="4"/>
							<identitef nom="PIRAT" prenom="Anna" doss="8006" cat="ES F" rk="2" tps="03:04:29" dth="2024-07-18 12:06:23.800" idpt="4"/>
							<identitef nom="JOLYS" prenom="Astrid" doss="8013" cat="SE F" rk="3" tps="03:19:02" dth="2024-07-18 12:21:17.490" idpt="4"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Seyssins" km="0" x="5.882" y="77.5" lat="45.16208" lon="5.68733" nb="0"  /><p id="1" name="St-Nizier" km="11.69" x="60" y="47" lat="45.16921" lon="5.63085" nb="0"  /><p id="4" name="St-Nizier" km="20.08" x="98.824" y="47" lat="45.16947" lon="5.62992" nb="173" wc="dm|x8d2z4s" /></points>		</e>
      <e/><e/><e titre="Historique" wi="25"   sstitre="" color="#000000">
			<msg><p>Accédez aux résultats et aux fiches coureurs des éditions <a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/ut4m_2021' target='_blank'>2021</a><span style='color: #222222;'>, </span><a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/ut4m_2022' target='_blank'>2022</a><span style='color: #222222;'>, </span><a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/ut4m_2023' target='_blank'>2023</a></p></msg>
		</e>
		</d>
