<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="accueil.xsl.php"?><d routeversion="">
	<e titre="" wi="25"   color="#fefffc" 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="32" data-t="dm" data-n="Arrivée Dome" data-k="x5nomga">Arrivée Dome</option>
										<option value="22" data-t="dm" data-n="Chat d\'Arques (Aller)" data-k="x8d2z6h">Chat d'Arques (Aller)</option>
										<option value="30" data-t="dm" data-n="Montjausse-Palaja" data-k="x5nomjs">Montjausse-Palaja</option>
										<option value="6" data-t="dm" data-n="Molières" data-k="x4xs8wa">Molières</option>
																	</select>
							<a href="javascript:checkStreams();" style="font-size:1.5em;">↺</a>						<script type="text/javascript">
							var nbCam=4;
							$(function() {
								checkStreams();
							});
							function checkStreams() {
								nbCam=4;
								$("#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>
		<e titre="Vidéo Live" wi="25"   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="32" data-t="dm" data-n="Arrivée Dome" data-k="x5nomga">Arrivée Dome</option>
										<option value="22" data-t="dm" data-n="Chat d\'Arques (Aller)" data-k="x8d2z6h">Chat d'Arques (Aller)</option>
										<option value="30" data-t="dm" data-n="Montjausse-Palaja" data-k="x5nomjs">Montjausse-Palaja</option>
										<option value="6" data-t="dm" data-n="Molières" data-k="x4xs8wa">Molières</option>
																	</select>
							<a href="javascript:checkStreams();" style="font-size:1.5em;">↺</a>						<script type="text/javascript">
							var nbCam=4;
							$(function() {
								checkStreams();
							});
							function checkStreams() {
								nbCam=4;
								$("#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>
		<e titre="Apps" wi="25"   sstitre="" color="#00000">
			<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>
		
<!-- courses.GRC.home_width = 100 / 100 -->
<e/><e id="GRC"  wi="100"  titre="Grand Raid des Cathares" sstitre="161km / 7162m+" routeVersion="" darkenColor="" color="#080000" >
							<info nomdep="Porte Narbonnaise" dtdep="2023-10-26 20:59:25" tz="2" launched="1" finish="1" />
				<identite nom="POLASZEK" prenom="Christophe" doss="18" cat="M2 H" rk="1" tps="19:04:14" dth="2023-10-27 16:03:39.420" idpt="32" />
							<identite nom="KEROUREDAN" prenom="Lionel" doss="10" cat="M1 H" rk="2" tps="19:36:46" dth="2023-10-27 16:36:11.380" idpt="32" />
							<identite nom="FERRIS" prenom="Jérôme" doss="97" cat="M2 H" rk="3" tps="19:43:56" dth="2023-10-27 16:43:21.450" idpt="32" />
							<identitef nom="ROUQUIÉ" prenom="Céline" doss="117" cat="SE F" rk="1" tps="21:37:11" dth="2023-10-27 18:36:36.550" idpt="32"/>
							<identitef nom="ALLEAUD" prenom="Virginie" doss="86" cat="M0 F" rk="2" tps="26:53:21" dth="2023-10-27 23:52:46.200" idpt="32"/>
							<identitef nom="GAUTIER" prenom="Sandrine" doss="133" cat="M3 F" rk="3" tps="27:40:26" dth="2023-10-28 00:39:51.600" idpt="32"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Porte Narb" km="0" x="5.882" y="75.5" lat="43.20649" lon="2.36592" nb="0"  /><p id="6" name="Molières" km="18.98" x="17.294" y="68" lat="43.10752" lon="2.41947" nb="0" wc="dm|x4xs8wa" /><p id="8" name="Caunette" km="32.63" x="25.412" y="63" lat="43.03027" lon="2.41545" nb="0"  /><p id="10" name="Chat d'Arq" km="48.48" x="34.941" y="66.5" lat="42.95298" lon="2.36717" nb="0"  /><p id="12" name="Fourtou" km="57.53" x="40.353" y="52.5" lat="42.90828" lon="2.42946" nb="0"  /><p id="16" name="Cubières" km="72" x="49.059" y="62" lat="42.86216" lon="2.46158" nb="0"  /><p id="17" name="Pic Bugara" km="81.44" x="54.706" y="35" lat="42.86140" lon="2.38123" nb="0"  /><p id="18" name="Bugarach" km="86.59" x="57.765" y="61.5" lat="42.87647" lon="2.35184" nb="0"  /><p id="20" name="Sougraigne" km="90.74" x="60.235" y="64" lat="42.90185" lon="2.35459" nb="0"  /><p id="22" name="Chat d'Arq" km="104.36" x="68.353" y="66.5" lat="42.95287" lon="2.36714" nb="0" wc="dm|x8d2z6h" /><p id="24" name="Villardebe" km="118.03" x="76.588" y="58.5" lat="43.02059" lon="2.39229" nb="0"  /><p id="26" name="Greffeil" km="126.98" x="82" y="70" lat="43.07856" lon="2.37712" nb="0"  /><p id="28" name="Ladern sur" km="133.76" x="86" y="73.5" lat="43.10435" lon="2.35122" nb="0"  /><p id="30" name="Montjausse" km="145.5" x="93.059" y="70.5" lat="43.15685" lon="2.37106" nb="0" wc="dm|x5nomjs" /><p id="32" name="Arrivée Do" km="155.12" x="98.824" y="77" lat="43.21078" lon="2.35597" nb="97" wc="dm|x5nomga" /></points>		</e>
      
<!-- courses.RB.home_width = 100 / 100 -->
<e/><e/><e/><e id="RB"  wi="100"  titre="Raid des Bogomiles" sstitre="101km / 4300m+" routeVersion="" darkenColor="" color="#fa0808" >
							<info nomdep="Porte Narbonnaise" dtdep="2023-10-27 08:58:33" tz="2" launched="1" finish="1" />
				<identite nom="FOUCHER" prenom="Sacha" doss="1160" cat="SE H" rk="1" tps="10:31:13" dth="2023-10-27 19:29:46.050" idpt="32" />
							<identite nom="GRELIER" prenom="François" doss="1253" cat="M0 H" rk="2" tps="11:00:44" dth="2023-10-27 19:59:17.390" idpt="32" />
							<identite nom="GOLEA" prenom="Cedric" doss="1177" cat="M1 H" rk="3" tps="11:05:42" dth="2023-10-27 20:04:15.110" idpt="32" />
							<identitef nom="ARANGO" prenom="Yanid" doss="1153" cat="M0 F" rk="1" tps="13:02:20" dth="2023-10-27 22:00:53.750" idpt="32"/>
							<identitef nom="RUGGIERI" prenom="Cyrielle" doss="1013" cat="SE F" rk="2" tps="13:48:29" dth="2023-10-27 22:47:02.690" idpt="32"/>
							<identitef nom="ESTELA" prenom="Fanny" doss="1278" cat="SE F" rk="3" tps="14:11:44" dth="2023-10-27 23:10:17.930" idpt="32"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Porte Narb" km="0" x="5.882" y="70.5" lat="43.20650" lon="2.36592" nb="0"  /><p id="6" name="Molières" km="18.99" x="23.294" y="60.5" lat="43.10752" lon="2.41947" nb="0" wc="dm|x4xs8wa" /><p id="8" name="Caunette" km="32.46" x="35.647" y="54.5" lat="43.03077" lon="2.41636" nb="0"  /><p id="22" name="Chat d'Arq" km="50.51" x="52.235" y="58.5" lat="42.95287" lon="2.36714" nb="0" wc="dm|x8d2z6h" /><p id="24" name="Villardebe" km="64.18" x="64.824" y="48" lat="43.02056" lon="2.39204" nb="0"  /><p id="26" name="Greffeil" km="73.14" x="73.059" y="63.5" lat="43.07856" lon="2.37712" nb="0"  /><p id="28" name="Ladern sur" km="79.93" x="79.294" y="68" lat="43.10435" lon="2.35123" nb="0"  /><p id="30" name="Montjausse" km="91.65" x="90" y="64.5" lat="43.15685" lon="2.37107" nb="0" wc="dm|x5nomjs" /><p id="32" name="Arrivée Do" km="101.22" x="98.824" y="72.5" lat="43.21077" lon="2.35598" nb="296" wc="dm|x5nomga" /></points>		</e>
      
<!-- courses.TH.home_width = 100 / 100 -->
<e/><e/><e/><e id="TH"  wi="100"  titre="Trail des Heretiques" sstitre="65km / 2100m+" routeVersion="" darkenColor="" color="#fc9208" >
							<info nomdep="Porte Narbonnaise" dtdep="2023-10-28 04:58:46" tz="2" launched="1" finish="1" />
				<identite nom="MENDEZ" prenom="Laurent" doss="2330" cat="SE H" rk="1" tps="05:51:19" dth="2023-10-28 10:50:05.250" idpt="32" />
							<identite nom="BARTHES" prenom="Romain" doss="2335" cat="SE H" rk="2" tps="06:06:55" dth="2023-10-28 11:05:41.220" idpt="32" />
							<identite nom="CAZENAVES" prenom="Téo" doss="2329" cat="SE H" rk="3" tps="06:12:55" dth="2023-10-28 11:11:41.850" idpt="32" />
							<identitef nom="DAVY" prenom="Elodie" doss="2347" cat="M1 F" rk="1" tps="06:49:24" dth="2023-10-28 11:48:10.610" idpt="32"/>
							<identitef nom="POULALIOU" prenom="Manon" doss="2071" cat="M0 F" rk="2" tps="06:54:03" dth="2023-10-28 11:52:49.620" idpt="32"/>
							<identitef nom="DARRIBERE" prenom="Isabelle" doss="2120" cat="M3 F" rk="3" tps="07:17:45" dth="2023-10-28 12:16:31.110" idpt="32"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Porte Narb" km="0" x="5.882" y="70.5" lat="43.20650" lon="2.36591" nb="0"  /><p id="6" name="Molières" km="19.05" x="34.706" y="60.5" lat="43.10752" lon="2.41947" nb="0" wc="dm|x4xs8wa" /><p id="26" name="Greffeil" km="33.2" x="56.235" y="63.5" lat="43.07856" lon="2.37712" nb="0"  /><p id="28" name="Ladern sur" km="40" x="66.471" y="68" lat="43.10435" lon="2.35121" nb="0"  /><p id="30" name="Montjausse" km="51.74" x="84.353" y="64.5" lat="43.15685" lon="2.37107" nb="0" wc="dm|x5nomjs" /><p id="32" name="Arrivée Do" km="61.32" x="98.824" y="72.5" lat="43.21077" lon="2.35598" nb="307" wc="dm|x5nomga" /></points>		</e>
      
<!-- courses.TC.home_width = 100 / 100 -->
<e/><e/><e/><e id="TC"  wi="100"  titre="Trail des Colombes" sstitre="40km / 1300m+" routeVersion="" darkenColor="" color="#394747" >
							<info nomdep="Porte Narbonnaise" dtdep="2023-10-28 07:59:16" tz="2" launched="1" finish="1" />
				<identite nom="WILBAUX" prenom="Etienne" doss="3470" cat="SE H" rk="1" tps="03:31:11" dth="2023-10-28 11:30:27.090" idpt="32" />
							<identite nom="DUBRANA" prenom="Gauthier" doss="3229" cat="SE H" rk="2" tps="03:38:22" dth="2023-10-28 11:37:38.350" idpt="32" />
							<identite nom="LENORMAND" prenom="Jeremy" doss="3449" cat="SE H" rk="3" tps="03:39:20" dth="2023-10-28 11:38:36.640" idpt="32" />
							<identitef nom="MAHÉ" prenom="Maïwen" doss="3241" cat="ES F" rk="1" tps="04:02:27" dth="2023-10-28 12:01:43.780" idpt="32"/>
							<identitef nom="LESCUYER" prenom="Camille" doss="3404" cat="SE F" rk="2" tps="04:14:57" dth="2023-10-28 12:14:13.710" idpt="32"/>
							<identitef nom="FORASTÉ" prenom="Chloé" doss="3333" cat="SE F" rk="3" tps="04:24:50" dth="2023-10-28 12:24:06.070" idpt="32"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Porte Narb" km="0" x="5.882" y="61" lat="43.20651" lon="2.36593" nb="0"  /><p id="6" name="Molières" km="18.98" x="48.235" y="46" lat="43.10753" lon="2.41945" nb="0" wc="dm|x4xs8wa" /><p id="30" name="Montjausse" km="32.1" x="77.529" y="51.5" lat="43.15685" lon="2.37107" nb="0" wc="dm|x5nomjs" /><p id="32" name="Arrivée Do" km="41.67" x="98.824" y="64" lat="43.21078" lon="2.35597" nb="465" wc="dm|x5nomga" /></points>		</e>
      
<!-- courses.TNCC.home_width = 50 / 50 -->
<e/><e/><e/><e id="TNCC"  wi="50"  titre="Trail nocturne du château comtal" sstitre="12km / 250m+" routeVersion="" darkenColor="" color="#9506b5" >
							<info nomdep="Chat Comtal" dtdep="2023-10-27 19:58:21" tz="2" launched="1" finish="1" />
				<identite nom="BONNIN" prenom="Aurel" doss="5334" cat="M3 H" rk="1" tps="00:44:46" dth="2023-10-27 20:43:07.150" idpt="32" />
							<identite nom="MOHAMED ABDO" prenom="Yahia" doss="5121" cat="SE H" rk="2" tps="00:49:21" dth="2023-10-27 20:47:42.970" idpt="32" />
							<identite nom="SCHAMBOURG" prenom="Benoit" doss="5271" cat="M0 H" rk="3" tps="00:49:59" dth="2023-10-27 20:48:20.830" idpt="32" />
							<identitef nom="DE SOUSA MOREIRA" prenom="Blandine" doss="5330" cat="SE F" rk="1" tps="00:59:37" dth="2023-10-27 20:57:58.770" idpt="32"/>
							<identitef nom="OSSANT" prenom="Lucie" doss="5308" cat="M0 F" rk="2" tps="01:00:16" dth="2023-10-27 20:58:37.270" idpt="32"/>
							<identitef nom="MICHON" prenom="Marie" doss="5294" cat="JU F" rk="3" tps="01:02:22" dth="2023-10-27 21:00:43.040" idpt="32"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Chat Comta" km="0" x="5.882" y="53" lat="43.20697" lon="2.36374" nb="0"  /><p id="32" name="Arrivée Do" km="11.58" x="98.824" y="57.5" lat="43.21077" lon="2.35596" nb="306" wc="dm|x5nomga" /></points>		</e>
      
<!-- courses.TP.home_width = 50 / 50 -->
<e id="TP"  wi="50"  titre="Trail des Patarins" sstitre="25km / 600m+" routeVersion="" darkenColor="" color="#ebf708" >
							<info nomdep="Porte Narbonnaise" dtdep="2023-10-27 14:00:05" tz="2" launched="1" finish="1" />
				<identite nom="GODIN" prenom="Nicolas" doss="4265" cat="M0 H" rk="1" tps="01:57:08" dth="2023-10-27 15:57:13.450" idpt="32" />
							<identite nom="FECHTER" prenom="Quentin" doss="4063" cat="M0 H" rk="2" tps="02:06:07" dth="2023-10-27 16:06:12.340" idpt="32" />
							<identite nom="AGUILLANA" prenom="Tom" doss="4267" cat="ES H" rk="3" tps="02:09:20" dth="2023-10-27 16:09:25.010" idpt="32" />
							<identitef nom="EVENAT" prenom="Isabelle" doss="4196" cat="M1 F" rk="1" tps="02:31:30" dth="2023-10-27 16:31:35.940" idpt="32"/>
							<identitef nom="BARITEAU" prenom="Clémence" doss="4140" cat="SE F" rk="2" tps="02:38:36" dth="2023-10-27 16:38:41.940" idpt="32"/>
							<identitef nom="GONZALO" prenom="Emilie" doss="4090" cat="M2 F" rk="3" tps="02:43:21" dth="2023-10-27 16:43:26.770" idpt="32"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Porte Narb" km="0" x="5.882" y="61" lat="43.20651" lon="2.36603" nb="0"  /><p id="30" name="Montjausse" km="16.58" x="64.471" y="51.5" lat="43.15685" lon="2.37107" nb="0" wc="dm|x5nomjs" /><p id="32" name="Arrivée Do" km="26.29" x="98.824" y="64" lat="43.21078" lon="2.35596" nb="271" wc="dm|x5nomga" /></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/grcathares_2019' target='_blank'>2019</a><span style='color: #222222;'>, </span><a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/grcathares_2021' target='_blank'>2021</a><span style='color: #222222;'>, </span><a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/grcathares_2022' target='_blank'>2022</a></p></msg>
		</e>
		</d>
