<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="accueil.xsl.php"?><d routeversion="V2">
	<e titre="Apps" wi="25"   sstitre="" color="#000000">
			<msg><p>LiveTrail directement sur votre smartphone c'est aussi possible avec</p>
<div style="display: flex; flex-direction: row; flex-wrap: wrap;">
<div style="text-align: center; padding: 5px; flex-basis: 0; flex-grow: 1;"><img style="margin-bottom: 4px;" src="im/liveinfo.png" alt="liveinfo" /><br />Votre Point Info directement dans votre poche<br />Pour tous les accompagnants, suiveurs, amis...
<div style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;"><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/fr/app/livetrail/id1205514003" target="_blank" rel="noopener"><img src="im/appstore.png" alt="" /></a></div>
</div>
<div style="text-align: center; padding: 5px; flex-basis: 0; flex-grow: 1;"><img style="margin-bottom: 4px;" src="im/liverun.png" alt="liverun" /><img src="im/runnersonly.png" alt="runners" /><br />Suivez votre propre course et celle de vos amis... Créée spécialement par des coureurs <strong>pour les coureurs</strong><br />
<div style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;"><a href="https://play.google.com/store/apps/details?id=net.livetrail.livetrailrunning&amp;hl=fr" target="_blank" rel="noopener"><img src="im/googleplay.png" alt="" /></a> <a href="https://apps.apple.com/fr/app/liverun-by-livetrail/id1265092866" target="_blank" rel="noopener"><img src="im/appstore.png" alt="" /></a></div>
</div>
</div></msg>
		</e>
		<e titre="Vidéo" wi="25"   color="" 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="50" data-t="dm" data-n="Saint-Martin-Vésubie" data-k="x8d2z5h">Saint-Martin-Vésubie</option>
										<option value="22" data-t="dm" data-n="Relais des Merveilles" data-k="x4clajv">Relais des Merveilles</option>
										<option value="20" data-t="dm" data-n="Roquebillière Gymnase" data-k="x4clbsr">Roquebillière Gymnase</option>
																	</select>
							<a href="javascript:checkStreams();" style="font-size:1.5em;">↺</a>						<script type="text/javascript">
							var nbCam=3;
							$(function() {
								checkStreams();
							});
							function checkStreams() {
								nbCam=3;
								$("#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.30km.home_width = 100 / 100 -->
<e/><e/><e id="30km"  wi="100"  titre="30km" sstitre="29.7km / 2159m+" routeVersion="V2" darkenColor="" color="#bd1e1e" >
							<info nomdep="Vesubia Mountain Park" dtdep="2023-07-09 09:03:24" tz="2" launched="1" finish="1" />
				<identite nom="HUMBERT" prenom="Damien" doss="1003" cat="SE H" rk="1" tps="02:46:25" dth="2023-07-09 11:50:00.170" idpt="50" />
							<identite nom="OTAGIRI" prenom="Shoma" doss="1009" cat="SE H" rk="2" tps="02:46:31" dth="2023-07-09 11:50:07.200" idpt="50" />
							<identite nom="POESY" prenom="Sébastien" doss="1001" cat="SE H" rk="3" tps="02:47:43" dth="2023-07-09 11:51:18.060" idpt="50" />
							<identitef nom="LEIRE" prenom="Fernández Abete" doss="1524" cat="SE F" rk="1" tps="03:30:13" dth="2023-07-09 12:33:51.420" idpt="50"/>
							<identitef nom="CHRISTEN" prenom="Maria" doss="1010" cat="SE F" rk="2" tps="03:31:15" dth="2023-07-09 12:34:53.670" idpt="50"/>
							<identitef nom="CUMERLATO" prenom="Martina" doss="1011" cat="SE F" rk="3" tps="03:39:07" dth="2023-07-09 12:42:45.100" idpt="50"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Départ" km="0" x="5.882" y="78" lat="44.07130" lon="7.25294" nb="0"  /><p id="28" name="La Colmian" km="4.67" x="20.588" y="59.5" lat="44.07078" lon="7.22233" nb="0"  /><p id="30" name="Parking Mi" km="10.57" x="39.176" y="46" lat="44.09140" lon="7.19224" nb="0"  /><p id="32" name="Mont Pepoi" km="16" x="56.353" y="20" lat="44.11114" lon="7.20212" nb="0"  /><p id="34" name="La Colmian" km="24.4" x="82.824" y="59.5" lat="44.07081" lon="7.22222" nb="2"  /><p id="50" name="Arrivée" km="29.47" x="98.824" y="77.5" lat="44.07003" lon="7.25654" nb="465" wc="dm|x8d2z5h" /></points>		</e>
      
<!-- courses.10km.home_width = 100 / 100 -->
<e/><e/><e/><e id="10km"  wi="100"  titre="10km" sstitre="10km / 600m+" routeVersion="V2" darkenColor="" color="#07b842" >
							<info nomdep="Saint-Martin-Vésubie" dtdep="2023-07-09 09:29:02" tz="2" launched="1" finish="1" />
				<identite nom="CARLICCHI" prenom="Romain" doss="1652" cat="SE H" rk="1" tps="00:51:45" dth="2023-07-09 10:20:47.620" idpt="50" />
							<identite nom="DESCAMPS" prenom="Eric" doss="398" cat="M1 H" rk="2" tps="00:53:27" dth="2023-07-09 10:22:38.630" idpt="50" />
							<identite nom="BERKOUKCHI" prenom="Benjamin" doss="1823" cat="SE H" rk="3" tps="00:54:29" dth="2023-07-09 10:23:41.170" idpt="50" />
							<identitef nom="BERNARD" prenom="Julia" doss="1627" cat="SE F" rk="1" tps="01:10:42" dth="2023-07-09 10:39:57.170" idpt="50"/>
							<identitef nom="BOURDREZ" prenom="Virginie" doss="1642" cat="M1 F" rk="2" tps="01:11:10" dth="2023-07-09 10:40:29.980" idpt="50"/>
							<identitef nom="DORILAS" prenom="Aline" doss="1690" cat="SE F" rk="3" tps="01:13:35" dth="2023-07-09 10:42:51.690" idpt="50"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Saint-Mart" km="0" x="5.882" y="70" lat="44.07140" lon="7.25292" nb="1"  /><p id="28" name="La Colmian" km="4.65" x="49.882" y="39" lat="44.07080" lon="7.22223" nb="0"  /><p id="50" name="Arrivée" km="9.84" x="98.824" y="69.5" lat="44.07006" lon="7.25649" nb="301" wc="dm|x8d2z5h" /></points>		</e>
      
<!-- courses.125km.home_width = 100 / 100 -->
<e/><e/><e/><e id="125km"  wi="100"  titre="125km" sstitre="125km / 7859m+" routeVersion="V2" darkenColor="" color="#0f0ff7" >
							<info nomdep="Place du Palais" dtdep="2023-07-07 19:01:19" tz="2" launched="1" finish="1" />
				<identite nom="PETIT" prenom="Florian" doss="153" cat="SE H" rk="1" tps="17:21:48" dth="2023-07-08 12:23:11.110" idpt="50" />
							<identite nom="ANSELMO" prenom="Christophe" doss="10" cat="M0 H" rk="2" tps="17:54:42" dth="2023-07-08 12:56:04.320" idpt="50" />
							<identite nom="DIJON" prenom="Dorian" doss="74" cat="SE H" rk="3" tps="18:45:32" dth="2023-07-08 13:47:03.120" idpt="50" />
							<identitef nom="BIDALUN" prenom="Anne" doss="26" cat="SE F" rk="1" tps="21:55:41" dth="2023-07-08 16:57:02.610" idpt="50"/>
							<identitef nom="SIO" prenom="Aroa" doss="1" cat="M1 F" rk="2" tps="22:11:40" dth="2023-07-08 17:13:03.330" idpt="50"/>
							<identitef nom="SERE" prenom="Camille" doss="180" cat="SE F" rk="3" tps="22:18:42" dth="2023-07-08 17:20:05.770" idpt="50"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Place du P" km="0" x="5.882" y="84" lat="43.73438" lon="7.42158" nb="0"  /><p id="2" name="Trophée d'" km="5.04" x="9.647" y="70.5" lat="43.74493" lon="7.40137" nb="0"  /><p id="4" name="Gorbio" km="14.71" x="16.941" y="74" lat="43.78672" lon="7.44328" nb="0"  /><p id="6" name="Col Banque" km="22.31" x="22.588" y="63.5" lat="43.81412" lon="7.44625" nb="0"  /><p id="8" name="Col de Bra" km="33.53" x="31.059" y="56" lat="43.87264" lon="7.39885" nb="0"  /><p id="10" name="Peïra Cava" km="50.56" x="43.882" y="43.5" lat="43.93393" lon="7.36418" nb="0"  /><p id="12" name="Baisse de " km="59.07" x="50.235" y="35.5" lat="43.98729" lon="7.39933" nb="0"  /><p id="14" name="La Bollène" km="71.23" x="59.412" y="65" lat="43.99024" lon="7.33174" nb="0"  /><p id="20" name="Roquebilli" km="82.12" x="67.529" y="68.5" lat="44.01316" lon="7.31081" nb="0" wc="dm|x4clbsr" /><p id="22" name="Relais des" km="96.84" x="78.588" y="40" lat="44.06249" lon="7.39072" nb="0" wc="dm|x4clajv" /><p id="24" name="Valette" km="102.67" x="82.941" y="14" lat="44.06416" lon="7.36306" nb="0"  /><p id="26" name="Route de M" km="110.98" x="89.176" y="36.5" lat="44.09035" lon="7.34404" nb="0"  /><p id="42" name="Refuge de " km="115.1" x="92.235" y="24" lat="44.09957" lon="7.31149" nb="0"  /><p id="50" name="Arrivée" km="123.81" x="98.824" y="57" lat="44.07001" lon="7.25657" nb="113" wc="dm|x8d2z5h" /></points>		</e>
      
<!-- courses.125duo.home_width = 50 / 50 -->
<e/><e/><e/><e id="125duo"  wi="50"  titre="125km Relais à 2 " sstitre="125km / 7859m+" routeVersion="V2" darkenColor="" color="#0f0ff7" >
							<info nomdep="Place du Palais" dtdep="2023-07-07 19:01:24" tz="2" launched="1" finish="0" />
				<identite nom="HADRIEN &amp; LEO" prenom="" doss="2003" cat="H" rk="1" tps="18:33:03" dth="2023-07-08 13:34:27.100" idpt="50" />
							<identite nom="MELANIE &amp; CHRISTOPHE" prenom="" doss="2007" cat="Mx" rk="2" tps="20:44:32" dth="2023-07-08 15:46:00.680" idpt="50" />
							<identite nom="EMMANUEL &amp; VINCENT" prenom="" doss="2009" cat="H" rk="3" tps="21:32:26" dth="2023-07-08 16:34:02.580" idpt="50" />
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" ><p id="0" name="Place du P" km="0" x="5.882" y="84" lat="43.73438" lon="7.42158" nb="0"  /><p id="2" name="Trophée d'" km="4.37" x="9.176" y="70.5" lat="43.74493" lon="7.40137" nb="0"  /><p id="4" name="Gorbio" km="14.04" x="16.471" y="74" lat="43.78672" lon="7.44328" nb="0"  /><p id="6" name="Col Banque" km="21.65" x="22.235" y="63.5" lat="43.81412" lon="7.44625" nb="0"  /><p id="8" name="Col de Bra" km="32.87" x="30.706" y="56" lat="43.87264" lon="7.39885" nb="0"  /><p id="10" name="Peïra Cava" km="49.9" x="43.529" y="43.5" lat="43.93393" lon="7.36418" nb="0"  /><p id="12" name="Baisse de " km="58.41" x="50" y="35.5" lat="43.98729" lon="7.39933" nb="0"  /><p id="14" name="La Bollène" km="70.57" x="59.176" y="65" lat="43.99024" lon="7.33174" nb="0"  /><p id="20" name="Roquebilli" km="81.45" x="67.412" y="68.5" lat="44.01316" lon="7.31081" nb="0" wc="dm|x4clbsr" /><p id="22" name="Relais des" km="96.17" x="78.471" y="40" lat="44.06249" lon="7.39072" nb="0" wc="dm|x4clajv" /><p id="24" name="Valette" km="102" x="82.824" y="14" lat="44.06416" lon="7.36306" nb="0"  /><p id="26" name="Route de M" km="110.32" x="89.176" y="36.5" lat="44.09035" lon="7.34404" nb="0"  /><p id="42" name="Refuge de " km="114.43" x="92.235" y="24" lat="44.09957" lon="7.31149" nb="0"  /><p id="50" name="Arrivée" km="123.14" x="98.824" y="57" lat="44.07001" lon="7.25657" nb="6" wc="dm|x8d2z5h" /></points>		</e>
      
<!-- courses.75km.home_width = 100 / 100 -->
<e/><e/><e/><e id="75km"  wi="100"  titre="75km" sstitre="74,7km / 4916m+" routeVersion="V2" darkenColor="" color="#fade0d" >
							<info nomdep="Vesubia Mountain Park" dtdep="2023-07-08 07:01:12" tz="2" launched="1" finish="1" />
				<identite nom="TCHILINGUIRIAN" prenom="Thibault" doss="578" cat="M0 H" rk="1" tps="09:43:27" dth="2023-07-08 16:44:39.030" idpt="50" />
							<identite nom="GIRONDEL" prenom="Benoit" doss="601" cat="M0 H" rk="2" tps="09:58:53" dth="2023-07-08 17:00:05.500" idpt="50" />
							<identite nom="FABRE" prenom="Vincent" doss="475" cat="SE H" rk="3" tps="10:19:35" dth="2023-07-08 17:20:49.940" idpt="50" />
							<identitef nom="LE ROUX" prenom="Christèle" doss="520" cat="M3 F" rk="1" tps="13:44:12" dth="2023-07-08 20:45:36.750" idpt="50"/>
							<identitef nom="VITERBO" prenom="Lise" doss="587" cat="M3 F" rk="2" tps="13:51:42" dth="2023-07-08 20:52:59.920" idpt="50"/>
							<identitef nom="HOUDUSSE" prenom="Marie" doss="502" cat="SE F" rk="3" tps="14:25:57" dth="2023-07-08 21:27:16.910" idpt="50"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name="Départ" km="0" x="5.882" y="68.5" lat="44.07143" lon="7.25293" nb="0"  /><p id="16" name="Les Grange" km="17.27" x="27.294" y="48" lat="44.00905" lon="7.24937" nb="0"  /><p id="20" name="Roquebilli" km="34.96" x="49.176" y="80" lat="44.01322" lon="7.31060" nb="0" wc="dm|x4clbsr" /><p id="22" name="Relais des" km="48.31" x="65.647" y="51" lat="44.06247" lon="7.39071" nb="0" wc="dm|x4clajv" /><p id="24" name="Valette" km="54.13" x="72.941" y="25" lat="44.06416" lon="7.36306" nb="0"  /><p id="26" name="Route de M" km="62.22" x="82.941" y="48" lat="44.09030" lon="7.34404" nb="0"  /><p id="42" name="Refuge de " km="66.33" x="88" y="35.5" lat="44.09957" lon="7.31149" nb="0"  /><p id="50" name="Arrivée" km="75.06" x="98.824" y="68.5" lat="44.07010" lon="7.25642" nb="129" wc="dm|x8d2z5h" /></points>		</e>
      
<!-- courses.50km.home_width = 50 / 50 -->
<e/><e/><e/><e id="50km"  wi="50"  titre="50km" sstitre="52km / 3400m+" routeVersion="V2" darkenColor="" color="#050505" >
							<info nomdep="Vesubia Mountain Park" dtdep="2023-07-08 09:00:55" tz="2" launched="1" finish="1" />
				<identite nom="VIANI" prenom="Yohan" doss="924" cat="SE H" rk="1" tps="06:40:57" dth="2023-07-08 15:42:04.900" idpt="50" />
							<identite nom="DAGUE" prenom="Théo" doss="709" cat="SE H" rk="2" tps="07:09:12" dth="2023-07-08 16:10:23.230" idpt="50" />
							<identite nom="KEMMISSA" prenom="Omar" doss="789" cat="SE H" rk="3" tps="07:26:48" dth="2023-07-08 16:27:59.090" idpt="50" />
							<identitef nom="DACIER" prenom="Aurore" doss="708" cat="SE F" rk="1" tps="08:38:15" dth="2023-07-08 17:39:41.110" idpt="50"/>
							<identitef nom="KLEIN" prenom="Charlotte" doss="792" cat="M0 F" rk="2" tps="09:00:37" dth="2023-07-08 18:01:57.680" idpt="50"/>
							<identitef nom="BERRA" prenom="Marion" doss="825" cat="SE F" rk="3" tps="09:39:15" dth="2023-07-08 18:40:29.920" idpt="50"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Départ" km="0" x="5.882" y="81.5" lat="44.07137" lon="7.25291" nb="0"  /><p id="30" name="Parking Mi" km="10.55" x="24.471" y="49.5" lat="44.09140" lon="7.19224" nb="0"  /><p id="32" name="Mont Pepoi" km="15.99" x="34.118" y="23.5" lat="44.11114" lon="7.20212" nb="0"  /><p id="36" name="Le Chastel" km="25.81" x="51.412" y="65" lat="44.08984" lon="7.24157" nb="0"  /><p id="38" name="Mont Archa" km="29.87" x="58.588" y="28.5" lat="44.11682" lon="7.24034" nb="0"  /><p id="40" name="Le Boréon" km="38.08" x="73.059" y="62.5" lat="44.11497" lon="7.28504" nb="0"  /><p id="42" name="Refuge de " km="43.88" x="83.294" y="41.5" lat="44.09959" lon="7.31141" nb="0"  /><p id="50" name="Arrivée" km="52.7" x="98.824" y="81" lat="44.07003" lon="7.25653" nb="180" wc="dm|x8d2z5h" /></points>		</e>
      
<!-- courses.Verti5K.home_width = 50 / 50 -->
<e id="Verti5K"  wi="50"  titre="Vertical 5K" sstitre="4,5km / 1160m+" routeVersion="V2" darkenColor="" color="#bd8d07" >
							<info nomdep="Place du Palais" dtdep="2023-07-07 19:01:18" tz="2" launched="1" finish="1" />
				<identite nom="OBERBACHER" prenom="Alex" doss="342" cat="SE H" rk="1" tps="00:24:49" dth="2023-07-07 19:26:07.920" idpt="2" />
							<identite nom="CARLICCHI" prenom="Romain" doss="256" cat="SE H" rk="2" tps="00:26:11" dth="2023-07-07 19:27:32.260" idpt="2" />
							<identite nom="RINDE" prenom="Sondre Harstad" doss="344" cat="CA H" rk="3" tps="00:26:47" dth="2023-07-07 19:28:07.440" idpt="2" />
							<identitef nom="CUMERLATO" prenom="Martina" doss="341" cat="SE F" rk="1" tps="00:32:15" dth="2023-07-07 19:33:35.860" idpt="2"/>
							<identitef nom="RAIBAUT" prenom="Valérie" doss="301" cat="M3 F" rk="2" tps="00:34:20" dth="2023-07-07 19:35:40.340" idpt="2"/>
							<identitef nom="GELSOMINI" prenom="Émilie" doss="267" cat="M0 F" rk="3" tps="00:42:08" dth="2023-07-07 19:43:31.090" idpt="2"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Place du P" km="0" x="5.882" y="68" lat="43.73070" lon="7.42070" nb="0"  /><p id="2" name="Trophée d'" km="4.74" x="98.824" y="31.5" lat="43.74495" lon="7.40139" nb="68"  /></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/utcam-breizhchrono_2019' target='_blank'>2019</a><span style='color: #222222;'>, </span><a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/utcam-breizhchrono_2020' target='_blank'>2020</a><span style='color: #222222;'>, </span><a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/utcam-breizhchrono_2021' target='_blank'>2021</a><span style='color: #222222;'>, </span><a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/utcam-breizhchrono_2022' target='_blank'>2022</a></p></msg>
		</e>
		</d>
