<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="accueil.xsl.php"?><d routeversion="">
	<e titre="Vidéo" wi="25"   color="#000000" 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="42" data-t="dm" data-n="Arrivée" data-k="x8d2z3x">Arrivée</option>
										<option value="24" data-t="dm" data-n="Larmor Baden - Centre Ty Golfe" data-k="x3yl9ag">Larmor Baden - Centre Ty Golfe</option>
										<option value="26" data-t="dm" data-n="Arradon Penboc\'h" data-k="x3yl8qo">Arradon Penboc'h</option>
										<option value="20" data-t="dm" data-n="Crac’h Espace Les Chênes" data-k="x8d2z6v">Crac’h Espace Les Chênes</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</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>
		
<!-- courses.GdRaid.home_width = 100 / 100 -->
<e/><e/><e id="GdRaid"  wi="100"  titre="Grand Raid" sstitre="175km / 1430m+" routeVersion="" darkenColor="" color="#ffcc00" >
							<info nomdep="Port de Vannes" dtdep="2023-06-30 17:36:03" tz="2" launched="1" finish="1" />
				<identite nom="LAPORTE" prenom="Vivien" doss="814" cat="M0 H" rk="1" tps="15:44:55" dth="2023-07-01 09:37:49.660" idpt="42" />
							<identite nom="PRIGENT" prenom="Freddy" doss="1242" cat="M0 H" rk="2" tps="16:05:40" dth="2023-07-01 10:06:34.720" idpt="42" />
							<identite nom="LALLICAN" prenom="Jean-Louis" doss="798" cat="M2 H" rk="3" tps="16:38:03" dth="2023-07-01 10:35:55.540" idpt="42" />
							<identitef nom="GICQUEL" prenom="Stéphanie" doss="599" cat="M1 F" rk="1" tps="18:38:56" dth="2023-07-01 12:29:11.750" idpt="42"/>
							<identitef nom="CASADO SOUINI" prenom="Rajae" doss="255" cat="M0 F" rk="2" tps="21:07:19" dth="2023-07-01 15:15:37.750" idpt="42"/>
							<identitef nom="STEPHAN" prenom="Carole" doss="1381" cat="M1 F" rk="3" tps="21:50:06" dth="2023-07-01 15:51:26.700" idpt="42"/>
										<hasFinisher v="1"/>
			<points font="10" wi="100" l="5.8823529411765" b="10" f="1"><p id="0" name=" Vannes" km="0" x="5.882" y="61.5" lat="47.65252" lon="-2.75858" nb="0"  /><p id="2" name="Barrarac’h" km="14.52" x="13.412" y="61" lat="47.62530" lon="-2.77591" nb="0"  /><p id="4" name="Séné " km="28.89" x="20.941" y="59.5" lat="47.64764" lon="-2.72179" nb="0"  /><p id="6" name="Le Hézo " km="42.73" x="28.235" y="61.5" lat="47.58336" lon="-2.69494" nb="0"  /><p id="8" name="Sarzeau " km="57.85" x="36.118" y="58.5" lat="47.52596" lon="-2.76014" nb="0"  /><p id="10" name=" Rhuys " km="70.36" x="42.588" y="61" lat="47.49263" lon="-2.83418" nb="0"  /><p id="12" name="Arzon Stad" km="88.51" x="52.118" y="60" lat="47.55445" lon="-2.90085" nb="0"  /><p id="14" name="Arzon Port" km="91.17" x="53.529" y="61" lat="47.54855" lon="-2.91589" nb="0"  /><p id="16" name="Le Guilvin" km="94.18" x="55.059" y="61.5" lat="47.56772" lon="-2.93701" nb="0"  /><p id="18" name="Kerpenhir" km="96.01" x="56" y="60.5" lat="47.55505" lon="-2.92945" nb="0"  /><p id="20" name="Crac’h " km="108.99" x="62.824" y="58.5" lat="47.62279" lon="-3.00436" nb="0" wc="dm|x8d2z6v" /><p id="22" name="Bono Port" km="124.4" x="70.824" y="61" lat="47.64089" lon="-2.95300" nb="0"  /><p id="24" name="Larmor Bad" km="139.56" x="78.824" y="61" lat="47.58777" lon="-2.90230" nb="0" wc="dm|x3yl9ag" /><p id="26" name="Penboc'h" km="161.5" x="90.235" y="59.5" lat="47.62231" lon="-2.80132" nb="0" wc="dm|x3yl8qo" /><p id="40" name=" Kerino " km="176.24" x="98" y="61.5" lat="47.64082" lon="-2.76160" nb="0"  /><p id="42" name="Vannes" km="177.91" x="98.824" y="61.5" lat="47.65251" lon="-2.75858" nb="964" wc="dm|x8d2z3x" /></points>		</e>
      
<!-- courses.Relais.home_width = 33 / 33 -->
<e/><e/><e/><e id="Relais"  wi="33"  titre="Grand Raid en Relais" sstitre="175km / 1430m+" routeVersion="" darkenColor="" color="#000000" >
							<info nomdep="Port de Vannes" dtdep="2023-06-30 18:00:45" tz="2" launched="1" finish="1" />
				<identite nom="CHICKENS DOUBLE NUGGETS" prenom="" doss="1637" cat="" rk="1" tps="13:48:43" dth="2023-07-01 08:12:23.120" idpt="42" />
							<identite nom="Bromance Athletic Club" prenom="" doss="1630" cat="" rk="2" tps="14:03:23" dth="2023-07-01 08:26:56.630" idpt="42" />
							<identite nom="SBI SECURITY" prenom="" doss="1842" cat="" rk="3" tps="14:11:55" dth="2023-07-01 08:25:15.600" idpt="42" />
							<identitef nom="LES FITGIRLZ" prenom="" doss="1738" cat="" rk="1" tps="16:03:20" dth="2023-07-01 10:26:05.870" idpt="42"/>
							<identitef nom="LES RUNNEUSES DE L'APRG" prenom="" doss="1781" cat="" rk="2" tps="16:18:42" dth="2023-07-01 10:41:40.190" idpt="42"/>
							<identitef nom="LES 4 CAC!" prenom="" doss="1710" cat="" rk="3" tps="16:32:27" dth="2023-07-01 10:57:39.560" idpt="42"/>
										<hasFinisher v="1"/>
			<points font="8" wi="33" l="5.8823529411765" b="10" f="1"><p id="0" name=" Vannes" km="0" x="5.882" y="61.5" lat="47.65252" lon="-2.75858" nb="0"  /><p id="2" name="Barrarac’h" km="14.52" x="13.412" y="61" lat="47.62530" lon="-2.77591" nb="0"  /><p id="4" name="Séné " km="28.89" x="20.941" y="59.5" lat="47.64764" lon="-2.72179" nb="0"  /><p id="6" name="Le Hézo " km="42.73" x="28.235" y="61.5" lat="47.58336" lon="-2.69494" nb="0"  /><p id="8" name="Sarzeau " km="57.85" x="36.118" y="58.5" lat="47.52596" lon="-2.76014" nb="0"  /><p id="10" name=" Rhuys " km="70.36" x="42.588" y="61" lat="47.49263" lon="-2.83418" nb="0"  /><p id="12" name="Arzon Stad" km="88.51" x="52.118" y="60" lat="47.55445" lon="-2.90085" nb="0"  /><p id="14" name="Arzon Port" km="91.17" x="53.529" y="61" lat="47.54855" lon="-2.91589" nb="0"  /><p id="16" name="Le Guilvin" km="94.18" x="55.059" y="61.5" lat="47.56772" lon="-2.93701" nb="0"  /><p id="18" name="Kerpenhir" km="96.01" x="56" y="60.5" lat="47.55505" lon="-2.92945" nb="0"  /><p id="20" name="Crac’h " km="108.99" x="62.824" y="58.5" lat="47.62279" lon="-3.00436" nb="0" wc="dm|x8d2z6v" /><p id="22" name="Bono Port" km="124.4" x="70.824" y="61" lat="47.64089" lon="-2.95300" nb="0"  /><p id="24" name="Larmor Bad" km="139.56" x="78.824" y="61" lat="47.58777" lon="-2.90230" nb="0" wc="dm|x3yl9ag" /><p id="26" name="Penboc'h" km="161.5" x="90.235" y="59.5" lat="47.62231" lon="-2.80132" nb="0" wc="dm|x3yl8qo" /><p id="40" name=" Kerino " km="176.24" x="98" y="61.5" lat="47.64082" lon="-2.76160" nb="0"  /><p id="42" name="Vannes" km="177.91" x="98.824" y="61.5" lat="47.65251" lon="-2.75858" nb="291" wc="dm|x8d2z3x" /></points>		</e>
      
<!-- courses.Raid.home_width = 33 / 33 -->
<e id="Raid"  wi="33"  titre="Raid" sstitre="100km / 800m+" routeVersion="" darkenColor="" color="#3399ff" >
							<info nomdep="Sarzeau" dtdep="2023-06-30 11:05:13" tz="2" launched="1" finish="1" />
				<identite nom="DREAN" prenom="Christian" doss="2469" cat="M2 H" rk="1" tps="08:22:59" dth="2023-06-30 19:38:30.510" idpt="42" />
							<identite nom="LEGENDRE" prenom="Pierre" doss="3002" cat="M0 H" rk="2" tps="08:31:54" dth="2023-06-30 19:48:40.490" idpt="42" />
							<identite nom="CAUTY" prenom="Emmanuel" doss="2263" cat="SE H" rk="3" tps="08:36:01" dth="2023-06-30 19:54:42.890" idpt="42" />
							<identitef nom="BOURREAU" prenom="Christelle" doss="2190" cat="M4 F" rk="1" tps="10:45:59" dth="2023-06-30 22:08:21.640" idpt="42"/>
							<identitef nom="HASCOET" prenom="Camille" doss="2721" cat="SE F" rk="2" tps="11:00:20" dth="2023-06-30 22:23:54.210" idpt="42"/>
							<identitef nom="MAURY" prenom="Elise" doss="3137" cat="SE F" rk="3" tps="11:00:48" dth="2023-07-01 00:01:12.770" idpt="42"/>
										<hasFinisher v="1"/>
			<points font="8" wi="33" l="5.8823529411765" b="10" f="1"><p id="0" name="Sarzeau" km="0" x="5.882" y="57.5" lat="47.52778" lon="-2.76802" nb="0"  /><p id="10" name=" Rhuys " km="11.89" x="16" y="61" lat="47.49267" lon="-2.83422" nb="0"  /><p id="14" name="Arzon Port" km="29.63" x="31.294" y="61" lat="47.54855" lon="-2.91589" nb="0"  /><p id="16" name="Le Guilvin" km="32.71" x="33.882" y="61" lat="47.56717" lon="-2.93737" nb="0"  /><p id="20" name="Crac’h " km="42.48" x="42.235" y="58.5" lat="47.62279" lon="-3.00436" nb="0" wc="dm|x8d2z6v" /><p id="22" name="Bono Port" km="57.89" x="55.412" y="61" lat="47.64090" lon="-2.95298" nb="0"  /><p id="24" name="Larmor Bad" km="73.05" x="68.353" y="61" lat="47.58777" lon="-2.90230" nb="0" wc="dm|x3yl9ag" /><p id="26" name="Penboc'h" km="95.07" x="87.294" y="59.5" lat="47.62231" lon="-2.80132" nb="0" wc="dm|x3yl8qo" /><p id="40" name=" Kerino " km="106.95" x="97.412" y="61" lat="47.64100" lon="-2.76145" nb="0"  /><p id="42" name="Vannes" km="108.59" x="98.824" y="61.5" lat="47.65253" lon="-2.75856" nb="1302" wc="dm|x8d2z3x" /></points>		</e>
      
<!-- courses.Trail.home_width = 33 / 33 -->
<e id="Trail"  wi="33"  titre="Trail" sstitre="56km / 500m+" routeVersion="" darkenColor="" color="#d44a44" >
							<info nomdep="Auray" dtdep="2023-07-01 10:00:09" tz="2" launched="1" finish="1" />
				<identite nom="COUGNAUD" prenom="Julien" doss="4489" cat="M0 H" rk="1" tps="04:01:47" dth="2023-07-01 14:01:58.710" idpt="42" />
							<identite nom="LE VIGOUROUX" prenom="Florian" doss="5295" cat="SE H" rk="2" tps="04:20:15" dth="2023-07-01 14:20:26.690" idpt="42" />
							<identite nom="LE PALABE" prenom="Alan" doss="5257" cat="SE H" rk="3" tps="04:26:05" dth="2023-07-01 14:26:16.830" idpt="42" />
							<identitef nom="GRALAND" prenom="Marion" doss="4879" cat="SE F" rk="1" tps="05:12:25" dth="2023-07-01 15:12:40.810" idpt="42"/>
							<identitef nom="MELIN" prenom="Pauline" doss="5504" cat="SE F" rk="2" tps="05:16:13" dth="2023-07-01 15:16:24.050" idpt="42"/>
							<identitef nom="BOUQUET" prenom="Lucie" doss="4251" cat="M0 F" rk="3" tps="05:21:16" dth="2023-07-01 15:21:45.570" idpt="42"/>
										<hasFinisher v="1"/>
			<points font="8" wi="33" l="5.8823529411765" b="10" f="1"><p id="0" name="Auray" km="0" x="5.882" y="57" lat="47.66640" lon="-2.98299" nb="0"  /><p id="24" name="Larmor Bad" km="21.08" x="38.824" y="61" lat="47.58779" lon="-2.90226" nb="0" wc="dm|x3yl9ag" /><p id="26" name="Penboc'h" km="43.01" x="73.176" y="59.5" lat="47.62231" lon="-2.80132" nb="0" wc="dm|x3yl8qo" /><p id="40" name=" Kerino " km="57.75" x="96.235" y="61" lat="47.64100" lon="-2.76145" nb="0"  /><p id="42" name="Vannes" km="59.39" x="98.824" y="61.5" lat="47.65254" lon="-2.75856" nb="1828" wc="dm|x8d2z3x" /></points>		</e>
      
<!-- courses.RondeDD.home_width = 50 / 50 -->
<e/><e id="RondeDD"  wi="50"  titre="Ronde des Douaniers" sstitre="34km / 173m+" routeVersion="" darkenColor="" color="#ff9933" >
							<info nomdep="Baden port blanc" dtdep="2023-07-02 08:10:06" tz="2" launched="1" finish="1" />
				<identite nom="BRIAND" prenom="Pierre-Yves" doss="7237" cat="M1 H" rk="1" tps="01:59:15" dth="2023-07-02 10:09:22.180" idpt="42" />
							<identite nom="OLLIERO" prenom="Christophe" doss="8588" cat="M0 H" rk="2" tps="02:03:44" dth="2023-07-02 10:13:51.380" idpt="42" />
							<identite nom="OLIVIER" prenom="Yoann" doss="8587" cat="SE H" rk="3" tps="02:05:07" dth="2023-07-02 10:15:15.100" idpt="42" />
							<identitef nom="QUEMENER" prenom="Anaïs" doss="8742" cat="SE F" rk="1" tps="02:10:47" dth="2023-07-02 10:20:55.100" idpt="42"/>
							<identitef nom="WANHERDRICK" prenom="Elodie" doss="9054" cat="M1 F" rk="2" tps="02:22:26" dth="2023-07-02 10:32:34.910" idpt="42"/>
							<identitef nom="LE COZ" prenom="Enora" doss="8156" cat="SE F" rk="3" tps="02:37:24" dth="2023-07-02 10:47:36.270" idpt="42"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Baden port" km="0" x="5.882" y="61" lat="47.60242" lon="-2.85945" nb="0"  /><p id="26" name="Penboc'h" km="16.61" x="52.588" y="59.5" lat="47.62233" lon="-2.80132" nb="0" wc="dm|x3yl8qo" /><p id="40" name=" Kerino " km="31.39" x="94.235" y="61" lat="47.64099" lon="-2.76147" nb="0"  /><p id="42" name="Vannes" km="33.04" x="98.824" y="61.5" lat="47.65248" lon="-2.75856" nb="1860" wc="dm|x8d2z3x" /></points>		</e>
      
<!-- courses.MarcheN.home_width = 50 / 50 -->
<e id="MarcheN"  wi="50"  titre="Marche Nordique" sstitre="29km / 150m+" routeVersion="" darkenColor="" color="#249351" >
							<info nomdep="Séné Cousteau" dtdep="2023-07-01 15:00:01" tz="2" launched="1" finish="1" />
				<identite nom="DOS SANTOS" prenom="Sebastien" doss="10305" cat="M1 H" rk="1" tps="03:10:24" dth="2023-07-01 18:10:25.220" idpt="42" />
							<identite nom="GUILLEMIN" prenom="Christophe" doss="10450" cat="M2 H" rk="2" tps="03:12:30" dth="2023-07-01 18:12:31.300" idpt="42" />
							<identite nom="PRIOL" prenom="Michel" doss="10824" cat="M4 H" rk="3" tps="03:12:53" dth="2023-07-01 18:12:54.510" idpt="42" />
							<identitef nom="BESNIER-KERVERN" prenom="Elodie" doss="10071" cat="M1 F" rk="1" tps="03:19:04" dth="2023-07-01 18:19:05.590" idpt="42"/>
							<identitef nom="DOMS" prenom="Angelique" doss="10304" cat="M1 F" rk="2" tps="03:25:09" dth="2023-07-01 18:25:10.030" idpt="42"/>
							<identitef nom="KIEGER" prenom="Christelle" doss="10522" cat="M0 F" rk="3" tps="03:29:40" dth="2023-07-01 18:29:42.280" idpt="42"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name="Séné " km="0" x="5.882" y="59" lat="47.64696" lon="-2.72042" nb="0"  /><p id="2" name="Barrarac’h" km="14.61" x="54.353" y="61" lat="47.62522" lon="-2.77619" nb="0"  /><p id="42" name="Vannes" km="28" x="98.824" y="61.5" lat="47.65261" lon="-2.75860" nb="922" wc="dm|x8d2z3x" /></points>		</e>
      
<!-- courses.grandd.home_width = 50 / 50 -->
<e/><e/><e id="grandd"  wi="50"  titre="Grand Défi Solidaire" sstitre="175km / 1430m+" routeVersion="" darkenColor="" color="#ea49a2" >
							<info nomdep="Port de Vannes" dtdep="2023-06-30 18:00:45" tz="2" launched="1" finish="1" />
				<identite nom="CFIM9" prenom="" doss="1957" cat="M2M" rk="1" tps="14:18:55" dth="2023-07-01 08:45:28.170" idpt="42" />
							<identite nom="MA BRO" prenom="" doss="1971" cat="SEM" rk="2" tps="15:50:13" dth="2023-07-01 10:09:59.060" idpt="42" />
							<identite nom="BOUGE!" prenom="" doss="1954" cat="SEM" rk="3" tps="16:02:42" dth="2023-07-01 10:17:50.600" idpt="42" />
							<identitef nom="LES VIOLETTES" prenom="" doss="1969" cat="M0F" rk="1" tps="20:18:00" dth="2023-07-01 14:36:29.740" idpt="42"/>
										<hasFinisher v="1"/>
			<points font="9" wi="50" l="5.8823529411765" b="10" f="1"><p id="0" name=" Vannes" km="0" x="5.882" y="61.5" lat="47.65252" lon="-2.75858" nb="0"  /><p id="2" name="Barrarac’h" km="14.52" x="13.412" y="61" lat="47.62530" lon="-2.77591" nb="0"  /><p id="4" name="Séné " km="28.89" x="20.941" y="59.5" lat="47.64764" lon="-2.72179" nb="0"  /><p id="6" name="Le Hézo " km="42.73" x="28.235" y="61.5" lat="47.58336" lon="-2.69494" nb="0"  /><p id="8" name="Sarzeau " km="57.85" x="36.118" y="58.5" lat="47.52596" lon="-2.76014" nb="0"  /><p id="10" name=" Rhuys " km="70.36" x="42.588" y="61" lat="47.49263" lon="-2.83418" nb="0"  /><p id="12" name="Arzon Stad" km="88.51" x="52.118" y="60" lat="47.55445" lon="-2.90085" nb="0"  /><p id="14" name="Arzon Port" km="91.17" x="53.529" y="61" lat="47.54855" lon="-2.91589" nb="0"  /><p id="16" name="Le Guilvin" km="94.18" x="55.059" y="61.5" lat="47.56772" lon="-2.93701" nb="0"  /><p id="18" name="Kerpenhir" km="96.01" x="56" y="60.5" lat="47.55505" lon="-2.92945" nb="0"  /><p id="20" name="Crac’h " km="108.99" x="62.824" y="58.5" lat="47.62279" lon="-3.00436" nb="0" wc="dm|x8d2z6v" /><p id="22" name="Bono Port" km="124.4" x="70.824" y="61" lat="47.64089" lon="-2.95300" nb="0"  /><p id="24" name="Larmor Bad" km="139.56" x="78.824" y="61" lat="47.58777" lon="-2.90230" nb="0" wc="dm|x3yl9ag" /><p id="26" name="Penboc'h" km="161.5" x="90.235" y="59.5" lat="47.62231" lon="-2.80132" nb="0" wc="dm|x3yl8qo" /><p id="40" name=" Kerino " km="176.24" x="98" y="61.5" lat="47.64082" lon="-2.76160" nb="0"  /><p id="42" name="Vannes" km="177.91" x="98.824" y="61.5" lat="47.65251" lon="-2.75858" nb="33" wc="dm|x8d2z3x" /></points>		</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/ultramarin-breizhchrono_2021' target='_blank'>2021</a><span style='color: #222222;'>, </span><a style='color: #222222; text-decoration-line: none;' href='http://livetrail.net/histo/ultramarin-breizhchrono_2022' target='_blank'>2022</a></p></msg>
		</e>
		</d>
