BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
BEGIN:VEVENT
SUMMARY:Championnats de France 3D a Ecouen
UID:1a83f601-5101-4d30-b548-fb480c2949ea
DTSTART:20260812T220000Z
DTEND:20260816T220000Z
LOCATION:Localisation Chateau d'Ecouen, Musee National de la Renaissance 95440 Ecouen
CATEGORIES:Sportif
STATUS:
DESCRIPTION:<div style="background-color:white;">
 <table
 align="center" border="0" cellpadding="5" cellspacing="2"
 style="width:100%">
 	<tbody>
 		<tr>
 			<td colspan="2"
 style="text-align: center; vertical-align: middle; white-space:
 nowrap;">
 			<p><span style="font-size:12px;"><span
 style="font-family:Verdana,Geneva,sans-serif;"><a
 href="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/2025-2026/CdF%203D%202026%20Ecouen.png"
 target="_blank"><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/2025-2026/CdF%203D%202026%20Ecouen.png"
 style="width: 102px; height: 150px; float: left;" title="Cliquer pour
 agrandir..." /></a></span></span><img alt=""
 src="/media/uploaded/sites/5462/kcupload/images/Ecussons/FFTA%20Blanc.png"
 style="height: 150px; width: 156px; float: right;" /><span
 style="box-sizing: border-box; font-size: 16px;"><strong
 style="box-sizing: border-box; font-weight: bolder;">Organise par la
 Federation Francaise de Tir a l'Arc<br />
 			et le Club des ARCHERS
 D'ECOUEN<br />
 			Mandat </strong></span><br />
 			<span
 style="font-size:12px;"><a
 href="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/2025-2026/Mandats/20260813au16-CdF%203D-Ecouen.pdf"
 target="_blank"><span
 style="font-family:Verdana,Geneva,sans-serif;"><img id="MANDAT"
 src="/media/uploaded/sites/5462/kcupload/images/Logo%20PDF.png"
 style="width: 40px; height: 40px;" title="Ouvrir le mandat..."
 /></span></a></span></p>
 			</td>
 		</tr>
 	</tbody>
 </table>
 
 <hr
 />
 <p style="text-align: right;"><span style="color:#95a5a6;"><span
 style="font-size:10px;"><em>Publie le
 07/07/2026</em></span></span></p>
 
 <hr /></div>
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/08/13/championnats-de-france-3d-a-ecouen-2475422
END:VEVENT
BEGIN:VEVENT
SUMMARY:Stage de perfectionnement | semaine #5
UID:01b666dc-3adb-4a7e-9930-0abfbc59fdc4
DTSTART:20260816T220000Z
DTEND:20260821T220000Z
LOCATION:Localisation   
CATEGORIES:Stage
STATUS:
DESCRIPTION:<div style="background-color:white;">
 <p
 data-path-to-node="1,0">🎯 <b data-index-in-node="3"
 data-path-to-node="1,0">Vous etes competiteur, licencie a la
 F.F.T.A., a la recherche permanente de l'amelioration de vos
 performances ?</b></p>
 
 <p data-path-to-node="1,1">💪 Venez
 profiter de stages de perfectionnement dedies a votre <b
 data-index-in-node="63" data-path-to-node="1,1">technique de tir</b>
 🏹 ou aux <b data-index-in-node="90"
 data-path-to-node="1,1">reglages de votre arc</b> 🔧.</p>
 
 <p
 data-path-to-node="1,1" style="text-align: center;">Ces stages seront
 encadres par <b data-index-in-node="147"
 data-path-to-node="1,1">Andre Juin</b>, Entraineur Brevet d’Etat
 🎓.</p>
 
 <table style="margin: 20px auto; border-collapse:
 collapse; width: 80%; font-family: 'Segoe UI', sans-serif;
 text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
 	<thead
 style="background-color: #f8f9fa;">
 		<tr>
 			<th style="padding:
 15px; border-bottom: 2px solid #ddd;">🗓️ Details</th>
 			<th
 style="padding: 15px; border-bottom: 2px solid
 #ddd;">✍️ Inscription</th>
 		</tr>
 		<tr>
 			<td style="padding:
 12px; border: 1px solid #eee;">17 au 21 Aout (8 seances 👥 de 3
 heures 🕒)</td>
 			<td style="padding: 12px; border: 1px solid
 #eee;"><span style="font-size:16px"><strong><span
 style="color:#c0392b">Avant le vendredi 14 aout
 inclus</span></strong></span></td>
 		</tr>
 	</thead>
 </table>
 
 <hr
 style="height:4px;border-width:0px;color:grey;background-color:#494949"
 /><script>
 // 1. Configuration
 const CONFIG = {
     dateDebut:
 "2026-08-17",
     dateFin: "2026-08-21",
     conteneurId:
 "conteneur_champ_cocher_la_les__seance_s__de_votre_choix"
 };
 
 // 2.
 Fonction de parsing
 function extraireDateDepuisTexte(texte) {
    
 const moisFr = {
         "janvier": 0, "fevrier": 1, "mars": 2,
 "avril": 3, "mai": 4, "juin": 5,
         "juillet": 6, "aout": 7,
 "septembre": 8, "octobre": 9, "novembre": 10, "decembre": 11
     };
  
   const regex = /(\d{1,2})\s+([a-zaaceeeeiiouuyñ]+)/i;
     const
 match = texte.toLowerCase().match(regex);
 
     if (match) {
        
 const jour = parseInt(match[1], 10);
         const nomMois =
 match[2];
         if (moisFr.hasOwnProperty(nomMois)) {
            
 // Creation de la date et remise a zero des heures pour comparaison
 fiable
             const date = new Date(new Date().getFullYear(),
 moisFr[nomMois], jour);
             date.setHours(0, 0, 0, 0);
       
      return date;
         }
     }
     return null;
 }
 
 // 3. Logique
 de filtrage (plage bornes incluses)
 function
 appliquerFiltre(observer) {
     const conteneur =
 document.getElementById(CONFIG.conteneurId);
     if (!conteneur)
 return;
 
     observer.disconnect();
 
     // Initialisation des bornes
 avec remise a zero des heures
     const start = CONFIG.dateDebut ?
 new Date(CONFIG.dateDebut + "T00:00:00") : null;
     const end =
 CONFIG.dateFin ? new Date(CONFIG.dateFin + "T00:00:00") : null;
     
 
    const options = conteneur.querySelectorAll(".form-check,
 .checkbox, label");
 
     options.forEach(option => {
         const
 texte = option.innerText || option.textContent;
         const
 dateOption = extraireDateDepuisTexte(texte);
         
         if
 (dateOption) {
             // Verification inclusive (>= et <=)
      
       const estDansLaPlage = (start && dateOption >= start) && (end
 && dateOption <= end);
             
             // Si dans la plage
 (inclus), on AFFICHE (visible = true)
             // Si hors plage,
 on MASQUE (visible = false)
             const visible =
 estDansLaPlage;
 
             const elementAMasquer =
 option.closest(".form-group-option") || option.closest(".form-check")
 || option;
             
             if (elementAMasquer.style.display
 !== (visible ? "" : "none")) {
                
 elementAMasquer.style.display = visible ? "" : "none";
             }
 
        }
     });
 
     if (typeof window.mettreAJourTotal ===
 'function') {
         window.mettreAJourTotal();
     }
 
    
 observer.observe(document.body, { childList: true, subtree: true
 });
 }
 
 // 4. Initialisation
 const observer = new MutationObserver(()
 => {
     appliquerFiltre(observer);
 });
 
 if
 (document.getElementById(CONFIG.conteneurId)) {
    
 appliquerFiltre(observer);
 } else {
    
 observer.observe(document.body, { childList: true, subtree: true
 });
 }
 </script></div>
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/08/17/stage-de-perfectionnement-semaine-5-2472167
END:VEVENT
BEGIN:VEVENT
SUMMARY:TAE Int. et Nat. a Rennes
UID:8fa46f49-fc4c-4522-b638-4728453b07c7
DTSTART:20260827T080000Z
DTEND:20260827T220000Z
LOCATION:Localisation Jardin d'Arc Henri Wardale, 4 Av. des Gayeulles 35000 Rennes
CATEGORIES:Sportif
STATUS:
DESCRIPTION:<div id="MANDAT" style="background-color:white">
 <p
 segoe="" style="box-sizing: border-box; margin-top: 0px;
 margin-bottom: 1rem; color: rgb(40, 40, 40); text-align: center;"
 ui=""><span style="font-size:16px"><strong><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Ecussons/Rennes.jpg"
 style="width: 130px; height: 150px; float: left;"
 /></strong></span><strong style="box-sizing: border-box; font-weight:
 bolder; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 letter-spacing: normal; orphans: 2; text-align: center; text-indent:
 0px; text-transform: none; widows: 2; word-spacing: 0px;
 -webkit-text-stroke-width: 0px; white-space: normal;
 background-color: rgb(255, 255, 255); text-decoration-thickness:
 initial; text-decoration-style: initial; text-decoration-color:
 initial;"><span style="box-sizing: border-box; font-size:
 16px;">Inscription des Archers de Laille<span> </span><span
 style="box-sizing: border-box; color: rgb(192, 57, 43);">avant le
 jeudi 13 aout inclus.</span><br style="box-sizing: border-box;"
 />
 Organise par la Compagnie d'Archers de Rennes</span></strong><br
 style="box-sizing: border-box; color: rgb(40, 40, 40); font-family:
 verdana, geneva, sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <span style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><strong style="box-sizing:
 border-box; font-weight: bolder;">Mandat</strong></span><br
 style="box-sizing: border-box; color: rgb(40, 40, 40); font-family:
 verdana, geneva, sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <em style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-variant-ligatures: normal;
 font-variant-caps: normal; font-weight: 400; letter-spacing: normal;
 orphans: 2; text-align: center; text-indent: 0px; text-transform:
 none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
 white-space: normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><a
 href="https://archersderennes.com/public/8372/upload/files/billetterie/94/mandat-generique-tae-27-08-2026.pdf"
 style="box-sizing: border-box; color: rgb(33, 52, 69);
 text-decoration: none;" target="_blank"><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Logo%20PDF.png"
 style="box-sizing: border-box; vertical-align: middle; max-width:
 100%; width: 40px; height: 40px;" title="Voir le mandat sur le site
 des organisateurs..." /></a></em><br />
 <strong><span
 style="color:#f39c12;"><em>Les scores obtenus ne pourront pas etre
 retenus pour la saison suivante
 (2026-2027).</em></span></strong></p>
 
 <hr />
 <table align="center"
 border="0" segoe="" style="width:100%;" ui="">
 	<thead
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<th scope="col" style="box-sizing: border-box;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 300px; height: 40px; text-align:
 right;"><span style="color:#f39c12;">Rythme ABC<br />
 			3 minutes
 par volee (Temps International) </span></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Depart</span></strong></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Ouverture<br style="box-sizing: border-box;" />
 			du
 greffe</span></strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Inspection<br />
 			du
 materiel</strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Entrainement</strong><br />
 			3
 volees</th>
 			<th scope="col" style="box-sizing: border-box;
 text-align: center; padding: 3px; position: sticky; top: 0px;
 background: rgb(255, 249, 235); vertical-align: middle; width: 150px;
 height: 40px;"><strong>Debut des
 tirs</strong></th>
 		</tr>
 	</thead>
 	<tbody style="box-sizing:
 border-box;">
 		<tr style="box-sizing: border-box;">
 			<td
 colspan="1" style="box-sizing: border-box; padding: 3px;
 background-color: rgb(219, 237, 245); text-align: right; width:
 300px; vertical-align: middle; height: 0px;">
 			<p><strong
 style="box-sizing: border-box; font-weight: bolder;">Jeudi<br
 />
 			matin</strong></p>
 			</td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(255, 255, 255);
 text-align: center; width: 45px; vertical-align: middle; height:
 0px;"><strong>1</strong></td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: #ffffff; text-align: center;
 vertical-align: middle; height: 0px;">10h00</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 #ffffff; text-align: center; vertical-align: middle; height:
 0px;">10h20</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: #ffffff; text-align: center; vertical-align:
 middle; height: 0px;">10h30</td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: #ffffff; text-align:
 center; vertical-align: middle; height:
 0px;">10h50</td>
 		</tr>
 	</tbody>
 </table>
 
 <hr />
 <p
 style="text-align: right;"><span style="color:#7f8c8d;"><span
 style="font-size:10px;"><em>Publie le
 08/08/2026</em></span></span></p>
 
 <hr /></div>
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/08/27/tae-int-et-nat-a-rennes-2490566
END:VEVENT
BEGIN:VEVENT
SUMMARY:TAE Int. et Nat. a Rennes
UID:7d6accba-0b50-4890-817e-319084c360f0
DTSTART:20260828T080000Z
DTEND:20260828T220000Z
LOCATION:Localisation Jardin d'Arc Henri Wardale, 4 Av. des Gayeulles 35000 Rennes
CATEGORIES:Sportif
STATUS:
DESCRIPTION:<div id="MANDAT" style="background-color:white">
 <p
 segoe="" style="box-sizing: border-box; margin-top: 0px;
 margin-bottom: 1rem; color: rgb(40, 40, 40); text-align: center;"
 ui=""><span style="font-size:16px"><strong><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Ecussons/Rennes.jpg"
 style="width: 130px; height: 150px; float: left;"
 /></strong></span><strong style="box-sizing: border-box; font-weight:
 bolder; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 letter-spacing: normal; orphans: 2; text-align: center; text-indent:
 0px; text-transform: none; widows: 2; word-spacing: 0px;
 -webkit-text-stroke-width: 0px; white-space: normal;
 background-color: rgb(255, 255, 255); text-decoration-thickness:
 initial; text-decoration-style: initial; text-decoration-color:
 initial;"><span style="box-sizing: border-box; font-size:
 16px;">Inscription des Archers de Laille<span> </span><span
 style="box-sizing: border-box; color: rgb(192, 57, 43);">avant le
 vendredi 14 aout inclus.</span><br style="box-sizing: border-box;"
 />
 Organise par la Compagnie d'Archers de Rennes</span></strong><br
 style="box-sizing: border-box; color: rgb(40, 40, 40); font-family:
 verdana, geneva, sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <span style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><strong style="box-sizing:
 border-box; font-weight: bolder;">Mandat</strong></span><br
 style="box-sizing: border-box; color: rgb(40, 40, 40); font-family:
 verdana, geneva, sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <em style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-variant-ligatures: normal;
 font-variant-caps: normal; font-weight: 400; letter-spacing: normal;
 orphans: 2; text-align: center; text-indent: 0px; text-transform:
 none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
 white-space: normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><a
 href="https://archersderennes.com/public/8372/upload/files/billetterie/95/mandat-generique-tae-28-08-2026.pdf"
 style="box-sizing: border-box; color: rgb(33, 52, 69);
 text-decoration: none;" target="_blank"><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Logo%20PDF.png"
 style="box-sizing: border-box; vertical-align: middle; max-width:
 100%; width: 40px; height: 40px;" title="Voir le mandat sur le site
 des organisateurs..." /></a></em><br />
 <strong><span
 style="color:#f39c12;"><em>Les scores obtenus ne pourront pas etre
 retenus pour la saison suivante
 (2026-2027).</em></span></strong></p>
 
 <hr />
 <table align="center"
 border="0" segoe="" style="width:100%;" ui="">
 	<thead
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<th scope="col" style="box-sizing: border-box;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 300px; height: 40px; text-align:
 right;"><span style="color:#f39c12;">Rythme ABC<br />
 			3 minutes
 par volee (Temps International) </span></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Depart</span></strong></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Ouverture<br style="box-sizing: border-box;" />
 			du
 greffe</span></strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Inspection<br />
 			du
 materiel</strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Entrainement</strong><br />
 			3
 volees</th>
 			<th scope="col" style="box-sizing: border-box;
 text-align: center; padding: 3px; position: sticky; top: 0px;
 background: rgb(255, 249, 235); vertical-align: middle; width: 150px;
 height: 40px;"><strong>Debut des
 tirs</strong></th>
 		</tr>
 	</thead>
 	<tbody style="box-sizing:
 border-box;">
 		<tr style="box-sizing: border-box;">
 			<td
 colspan="1" style="box-sizing: border-box; padding: 3px;
 background-color: rgb(219, 237, 245); text-align: right; width:
 300px; vertical-align: middle; height: 0px;">
 			<p><strong
 style="box-sizing: border-box; font-weight: bolder;">Vendredi<br
 />
 			matin</strong></p>
 			</td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(255, 255, 255);
 text-align: center; width: 45px; vertical-align: middle; height:
 0px;"><strong>1</strong></td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: #ffffff; text-align: center;
 vertical-align: middle; height: 0px;">10h00</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 #ffffff; text-align: center; vertical-align: middle; height:
 0px;">10h20</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: #ffffff; text-align: center; vertical-align:
 middle; height: 0px;">10h30</td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: #ffffff; text-align:
 center; vertical-align: middle; height:
 0px;">10h50</td>
 		</tr>
 	</tbody>
 </table>
 
 <hr />
 <p
 style="text-align: right;"><span style="color:#7f8c8d;"><span
 style="font-size:10px;"><em>Publie le
 08/08/2026</em></span></span></p>
 
 <hr /></div>
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/08/28/tae-int-et-nat-a-rennes-2490567
END:VEVENT
BEGIN:VEVENT
SUMMARY:Championnat de Bretagne Tir BEURSAULT a Guichen
UID:77af861d-8463-4efc-a6aa-1dba25b8fc4e
DTSTART:20260904T220000Z
DTEND:20260906T220000Z
LOCATION:Localisation 116 Rue du General Leclerc 35580 Gichen
CATEGORIES:Sportif
STATUS:
DESCRIPTION:<div style="background-color:white;">
 <p segoe=""
 style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1rem;
 color: rgb(40, 40, 40); text-align: center;" ui=""><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Ecussons/Guichen.jpg"
 style="width: 150px; float: right; height: 167px;" /><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; font-size: 16px;"><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Ecussons/CRBTA%20Blanc.png"
 style="width: 123px; height: 150px; float: left;" />Inscription des
 Archers de Laille<span> </span></span></strong><span
 style="box-sizing: border-box; font-size: 16px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; color: rgb(192, 57, 43);">jusqu'au
 samedi 22 aout inclus.</span></strong></span><br />
 <span
 style="font-size:16px"><strong>Organise par le Comite Regional de
 Bretagne<br />
 et Guichen Archerie<br />
 Mandat</strong></span><br
 style="box-sizing: border-box;" />
 <a
 href="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/2025-2026/Mandats/20260905et06-CR%20BEURSAULT-GUICHEN.pdf"
 style="box-sizing: border-box; color: rgb(33, 52, 69);
 text-decoration: none; background-color: transparent;"
 target="_blank"><span style="box-sizing: border-box; font-size:
 16px;"><img alt=""
 src="/media/uploaded/sites/5462/kcupload/images/Ecussons/Logo%20PDF.png"
 style="box-sizing: border-box; vertical-align: middle; border-style:
 none; max-width: 100%; height: 40px; width: 40px;" title="Ouvrir le
 mandat..." /></span></a></p>
 
 <hr />
 <table border="0" segoe=""
 style="border-color:white;color:black;width:100%;" ui="">
 	<thead
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<th scope="col" style="box-sizing: border-box;
 text-align: center; padding: 3px; position: sticky; top: 0px;
 background: rgb(255, 249, 235); vertical-align: middle; width: 300px;
 height: 40px;"> </th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong style="box-sizing: border-box;
 font-weight: bolder;"><span style="box-sizing: border-box;
 background-color: rgb(255, 249,
 235);">Depart</span></strong></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Ouverture<br style="box-sizing: border-box;" />
 			du
 greffe</span></strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Echauffement</strong></th>
 			<th
 scope="col" style="box-sizing: border-box; text-align: center;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Debuts<br style="box-sizing: border-box;" />
 			des
 tirs</span></strong></th>
 		</tr>
 	</thead>
 	<tbody
 style="box-sizing: border-box;">
 		<tr>
 			<td colspan="1"
 rowspan="3" style="box-sizing: border-box; padding: 3px;
 background-color: rgb(219, 237, 245); text-align: right; width:
 300px; vertical-align: middle; height: 40px;"><strong
 style="box-sizing: border-box; font-weight:
 bolder;">Samedi</strong></td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: rgb(255, 255, 255); text-align:
 center; width: 45px; vertical-align: middle; height:
 40px;">matin</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: rgb(255, 255, 255); text-align: center;
 vertical-align: middle; height: 40px;"><span
 style="color:#000000;">7h30</span></td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(255, 255, 255);
 text-align: center; vertical-align: middle; height: 40px;"><span
 style="color:#000000;">7h30</span></td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(255, 255, 255);
 text-align: center; width: 142px; vertical-align: middle; height:
 40px;"><span
 style="color:#000000;">8h00</span></td>
 		</tr>
 		<tr>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(219, 237, 245); text-align: center; width: 45px; vertical-align:
 middle; height: 40px;">midi</td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(219, 237, 245);
 text-align: center; vertical-align: middle; height:
 40px;">11h30</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: rgb(219, 237, 245); text-align: center;
 vertical-align: middle; height: 40px;">11h30</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(219, 237, 245); text-align: center; vertical-align: middle;
 height: 40px;">12h00</td>
 		</tr>
 		<tr>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(255, 255, 255);
 text-align: center; width: 45px; vertical-align: middle; height:
 40px;">apres-midi</td>
 			<td style="box-sizing: border-box; padding:
 3px; background-color: rgb(255, 255, 255); text-align: center;
 vertical-align: middle; height: 40px;">15h00</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(255, 255, 255); text-align: center; vertical-align: middle;
 height: 40px;">15h00</td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: rgb(255, 255, 255); text-align:
 center; width: 142px; vertical-align: middle; height:
 40px;">15h30</td>
 		</tr>
 		<tr>
 			<td colspan="1" rowspan="2"
 style="box-sizing: border-box; padding: 3px; background-color: white;
 text-align: right; width: 300px; vertical-align: middle; height:
 40px;"><strong style="box-sizing: border-box; font-weight:
 bolder;">Dimanche</strong></td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: rgb(219, 237, 245); text-align:
 center; width: 45px; vertical-align: middle; height:
 40px;">matin</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: rgb(219, 237, 245); text-align: center;
 vertical-align: middle; height: 40px;"><span
 style="color:#000000;">7h30</span></td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(219, 237, 245);
 text-align: center; vertical-align: middle; height: 40px;"><span
 style="color:#000000;">7h30</span></td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(219, 237, 245);
 text-align: center; width: 142px; vertical-align: middle; height:
 40px;"><span
 style="color:#000000;">8h00</span></td>
 		</tr>
 		<tr>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color: white;
 text-align: center; width: 45px; vertical-align: middle; height:
 40px;">midi</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: white; text-align: center; vertical-align: middle;
 height: 40px;">11h30</td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: white; text-align: center;
 vertical-align: middle; height: 40px;">11h30</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color: white;
 text-align: center; vertical-align: middle; height:
 40px;">12h00</td>
 		</tr>
 		<tr>
 			<td colspan="5"
 style="box-sizing: border-box; padding: 3px; background-color: white;
 width: 300px; vertical-align: middle; height: 40px; text-align:
 center;"><span style="color:#d35400;"><em>20 haltes par depart avec 2
 haltes d'essais | Pelotons de 5 tireurs maximum  <br />
 			Lien de
 pre reservation et visualisation des places disponibles dans le
 mandat ci-dessus.</em></span></td>
 		</tr>
 	</tbody>
 </table>
 
 <hr
 />
 <p style="text-align: right;"><span style="color:#7f8c8d;"><span
 style="font-size:10px;"><em>Publie le
 21/07/2025</em></span></span></p>
 
 <hr /></div>
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/09/05/championnat-de-bretagne-tir-beursault-a-guichen-2481681
END:VEVENT
BEGIN:VEVENT
SUMMARY:TAE Int. et Nat. a Rennes
UID:b8e900d0-ae2c-4e6a-9a37-d63f149cbaaf
DTSTART:20260905T070000Z
DTEND:20260905T220000Z
LOCATION:Localisation Jardin d'Arc Henri Wardale, 4 Av. des Gayeulles 35000 Rennes
CATEGORIES:Sportif
STATUS:
DESCRIPTION:<div id="MANDAT" style="background-color:white">
 <p
 segoe="" style="box-sizing: border-box; margin-top: 0px;
 margin-bottom: 1rem; color: rgb(40, 40, 40); text-align: center;"
 ui=""><span style="font-size:16px"><strong><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Ecussons/Rennes.jpg"
 style="width: 130px; height: 150px; float: left;"
 /></strong></span><strong style="box-sizing: border-box; font-weight:
 bolder; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 letter-spacing: normal; orphans: 2; text-align: center; text-indent:
 0px; text-transform: none; widows: 2; word-spacing: 0px;
 -webkit-text-stroke-width: 0px; white-space: normal;
 background-color: rgb(255, 255, 255); text-decoration-thickness:
 initial; text-decoration-style: initial; text-decoration-color:
 initial;"><span style="box-sizing: border-box; font-size:
 16px;">Inscription des Archers de Laille<span> </span><span
 style="box-sizing: border-box; color: rgb(192, 57, 43);">avant le
 samedi 22 aout inclus.</span><br style="box-sizing: border-box;"
 />
 Organise par la Compagnie d'Archers de Rennes</span></strong><br
 style="box-sizing: border-box; color: rgb(40, 40, 40); font-family:
 verdana, geneva, sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <span style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><strong style="box-sizing:
 border-box; font-weight: bolder;">Mandat</strong></span><br
 style="box-sizing: border-box; color: rgb(40, 40, 40); font-family:
 verdana, geneva, sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <em style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-variant-ligatures: normal;
 font-variant-caps: normal; font-weight: 400; letter-spacing: normal;
 orphans: 2; text-align: center; text-indent: 0px; text-transform:
 none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
 white-space: normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><a
 href="https://archersderennes.com/public/8372/upload/files/billetterie/95/mandat-generique-tae-28-08-2026.pdf"
 style="box-sizing: border-box; color: rgb(33, 52, 69);
 text-decoration: none;" target="_blank"><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Logo%20PDF.png"
 style="box-sizing: border-box; vertical-align: middle; max-width:
 100%; width: 40px; height: 40px;" title="Voir le mandat sur le site
 des organisateurs..." /></a></em></p>
 
 <hr />
 <table align="center"
 border="0" segoe="" style="width:100%;" ui="">
 	<thead
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<th scope="col" style="box-sizing: border-box;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 300px; height: 40px; text-align:
 right;"><span style="color:#f39c12;">Rythme ABC<br />
 			3 minutes
 par volee (Temps International) </span></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Depart</span></strong></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Ouverture<br style="box-sizing: border-box;" />
 			du
 greffe</span></strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Inspection<br />
 			du
 materiel</strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Entrainement</strong><br />
 			3
 volees</th>
 			<th scope="col" style="box-sizing: border-box;
 text-align: center; padding: 3px; position: sticky; top: 0px;
 background: rgb(255, 249, 235); vertical-align: middle; width: 150px;
 height: 40px;"><strong>Debut des
 tirs</strong></th>
 		</tr>
 	</thead>
 	<tbody style="box-sizing:
 border-box;">
 		<tr style="box-sizing: border-box;">
 			<td
 colspan="1" style="box-sizing: border-box; padding: 3px;
 background-color: rgb(219, 237, 245); text-align: right; width:
 300px; vertical-align: middle; height: 0px;">
 			<p><strong
 style="box-sizing: border-box; font-weight: bolder;">Samedi<br
 />
 			matin</strong></p>
 			</td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(255, 255, 255);
 text-align: center; width: 45px; vertical-align: middle; height:
 0px;"><strong>1</strong></td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: #ffffff; text-align: center;
 vertical-align: middle; height: 0px;">9h00</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 #ffffff; text-align: center; vertical-align: middle; height:
 0px;">9h20</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: #ffffff; text-align: center; vertical-align:
 middle; height: 0px;">9h30</td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: #ffffff; text-align: center;
 vertical-align: middle; height:
 0px;">9h50</td>
 		</tr>
 	</tbody>
 </table>
 
 <hr />
 <p
 style="text-align: right;"><span style="color:#7f8c8d;"><span
 style="font-size:10px;"><em>Publie le
 08/08/2026</em></span></span></p>
 
 <hr /></div>
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/09/05/tae-int-et-nat-a-rennes-2490568
END:VEVENT
BEGIN:VEVENT
SUMMARY:Tir CAMPAGNE de Cande
UID:bdd9bf53-74c7-4db1-ab5d-4ca2321a3281
DTSTART:20260906T070000Z
DTEND:20260906T220000Z
LOCATION:Localisation Chateau de la Lorie 49500 Segre
CATEGORIES:Sportif
STATUS:
DESCRIPTION:<table border="0" cellpadding="0" cellspacing="0"
 style="width:100%;">
 	<tbody>
 		<tr>
 			<td rowspan="2">
 			<p
 segoe="" style="box-sizing: border-box; margin-top: 0px;
 margin-bottom: 1rem; color: rgb(40, 40, 40); text-align: center;"
 ui=""><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Ecussons/Cand%C3%A9.jpg"
 style="width: 150px; float: left; height: 167px;" /><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; font-size: 16px;">Inscription des
 Archers de Laille<span> </span></span></strong><span
 style="box-sizing: border-box; font-size: 16px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; color: rgb(192, 57, 43);">avant le
 dimanche 23 aout 2026 inclus</span></strong></span></p>
 
 			<p
 segoe="" style="box-sizing: border-box; margin-top: 0px;
 margin-bottom: 1rem; color: rgb(40, 40, 40); text-align: center;"
 ui=""><span style="font-size:16px"><strong>Organise par la compagnie
 des arheers du S.O. Cande</strong></span></p>
 
 			<p segoe=""
 style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1rem;
 color: rgb(40, 40, 40); text-align: center;" ui=""><span
 style="font-size:16px"><strong>MANDAT</strong></span><br
 style="box-sizing: border-box;" />
 			<a
 href="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/2026-2027/Mandats/20260906-CAMPAGNE-Cand%C3%A9.pdf"
 style="box-sizing: border-box; color: rgb(33, 52, 69);
 text-decoration: none; background-color: transparent;"
 target="_blank"><span style="box-sizing: border-box; font-size:
 16px;"><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Logo%20PDF.png"
 style="box-sizing: border-box; vertical-align: middle; border-style:
 none; max-width: 100%; height: 40px; width: 40px;"
 /></span></a></p>
 			</td>
 		</tr>
 		<tr>
 			<td style="white-space:
 nowrap;"> </td>
 		</tr>
 	</tbody>
 </table>
 
 <hr />
 <table border="0"
 segoe="" style="border-color:white;width:100%;" ui="">
 	<thead
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<th scope="col" style="box-sizing: border-box;
 text-align: center; padding: 3px; position: sticky; top: 0px;
 background: rgb(255, 249, 235); vertical-align: middle; width: 300px;
 height: 40px;"><strong style="box-sizing: border-box; font-weight:
 bolder;"><span style="box-sizing: border-box; background-color:
 rgb(255, 249, 235);">Depart</span></strong></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;">
 			<p><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Ouverture </span></strong><br />
 			<strong style="box-sizing:
 border-box; font-weight: bolder;"><span style="box-sizing:
 border-box; background-color: rgb(255, 249, 235);">du
 greffe</span></strong></p>
 			</th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong>Appel
 des<br />
 			pelotons</strong></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong>Debut<br
 />
 			des tirs</strong></th>
 		</tr>
 	</thead>
 	<tbody
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: rgb(255, 255, 255); text-align: right; width:
 300px; vertical-align: middle; height: 40px;"><strong>Dimanche<br
 />
 			matin</strong></td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: rgb(255, 255, 255); text-align:
 center; vertical-align: middle; height: 40px;">9h00</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(255, 255, 255); text-align: center; vertical-align: middle;
 height: 40px;">10h00</td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: rgb(255, 255, 255); text-align:
 center; width: 142px; vertical-align: middle; height:
 40px;">10h30</td>
 		</tr>
 	</tbody>
 </table>
 
 <hr />
 <p
 style="text-align: right;"><span style="color:#7f8c8d;"><span
 style="font-size:10px;"><em>Publie le
 29/07/2026</em></span></span></p>
 
 <hr />
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/09/06/tir-campagne-de-cande-2485101
END:VEVENT
BEGIN:VEVENT
SUMMARY:Tir BEURSAULT a Guichen
UID:797d6d27-f99d-4693-8c32-2cf2339e1c72
DTSTART:20260912T220000Z
DTEND:20260913T220000Z
LOCATION:Localisation 116 Rue du General Leclerc 35580 Gichen
CATEGORIES:Sportif
STATUS:
DESCRIPTION:<div style="background-color:white;">
 <p segoe=""
 style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1rem;
 color: rgb(40, 40, 40); text-align: center;" ui=""><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Ecussons/Guichen.jpg"
 style="width: 150px; float: left; height: 167px;" /><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; font-size: 16px;">Inscription des
 Archers de Laille<span> </span></span></strong><span
 style="box-sizing: border-box; font-size: 16px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; color: rgb(192, 57, 43);">jusqu'au
 dimanche 30 aout inclus.</span></strong></span><br />
 <span
 style="font-size:16px"><strong>Organise par Guichen Archerie<br
 />
 Mandat</strong></span><br style="box-sizing: border-box;" />
 <a
 href="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/2025-2026/Mandats/20260913-Beursault-Guichen.pdf"
 style="box-sizing: border-box; color: rgb(33, 52, 69);
 text-decoration: none; background-color: transparent;"
 target="_blank"><span style="box-sizing: border-box; font-size:
 16px;"><img alt=""
 src="/media/uploaded/sites/5462/kcupload/images/Ecussons/Logo%20PDF.png"
 style="box-sizing: border-box; vertical-align: middle; border-style:
 none; max-width: 100%; height: 40px; width: 40px;" title="Ouvrir le
 mandat..." /></span></a></p>
 
 <hr />
 <table border="0" segoe=""
 style="border-color:white;color:black;width:100%;" ui="">
 	<thead
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<th scope="col" style="box-sizing: border-box;
 text-align: center; padding: 3px; position: sticky; top: 0px;
 background: rgb(255, 249, 235); vertical-align: middle; width: 300px;
 height: 40px;"> </th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong style="box-sizing: border-box;
 font-weight: bolder;"><span style="box-sizing: border-box;
 background-color: rgb(255, 249,
 235);">Depart</span></strong></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Ouverture<br style="box-sizing: border-box;" />
 			du
 greffe</span></strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Echauffement</strong></th>
 			<th
 scope="col" style="box-sizing: border-box; text-align: center;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Debuts<br style="box-sizing: border-box;" />
 			des
 tirs</span></strong></th>
 		</tr>
 	</thead>
 	<tbody
 style="box-sizing: border-box;">
 		<tr>
 			<td colspan="6"
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(255, 255, 204); vertical-align: middle; text-align:
 right;">
 			<p><span style="color:#d35400;"><em>Limite a 10 archers
 par depart (2 pelotons), informations particulieres a certains
 departs, lien de pre reservation et visualisation des places
 disponibles dans le mandat
 ci-dessus.</em></span></p>
 			</td>
 		</tr>
 		<tr>
 			<td colspan="1"
 rowspan="3" style="box-sizing: border-box; padding: 3px;
 background-color: rgb(221, 221, 221); text-align: right; width:
 300px; vertical-align: middle; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;">Dimanche 30
 septembre</strong></td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: rgb(255, 255, 255); text-align:
 center; width: 45px; vertical-align: middle; height: 40px;">matin<br
 />
 			<span style="color:#c0392b;"><strong>Tir du
 Bouquet</strong></span></td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: rgb(255, 255, 255); text-align:
 center; vertical-align: middle; height: 40px;"><span
 style="color:#c0392b;">7h30</span></td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(255, 255, 255);
 text-align: center; vertical-align: middle; height: 40px;"><span
 style="color:#c0392b;">7h30</span></td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(255, 255, 255);
 text-align: center; width: 142px; vertical-align: middle; height:
 40px;"><span
 style="color:#c0392b;">8h00</span></td>
 		</tr>
 		<tr>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(219, 237, 245); text-align: center; width: 45px; vertical-align:
 middle; height: 40px;">midi</td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(219, 237, 245);
 text-align: center; vertical-align: middle; height:
 40px;">11h00</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: rgb(219, 237, 245); text-align: center;
 vertical-align: middle; height: 40px;">11h00</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(219, 237, 245); text-align: center; vertical-align: middle;
 height: 40px;">11h30</td>
 		</tr>
 		<tr>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: rgb(255, 255, 255);
 text-align: center; width: 45px; vertical-align: middle; height:
 40px;">apres-midi</td>
 			<td style="box-sizing: border-box; padding:
 3px; background-color: rgb(255, 255, 255); text-align: center;
 vertical-align: middle; height: 40px;">14h30</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(255, 255, 255); text-align: center; vertical-align: middle;
 height: 40px;">14h30</td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: rgb(255, 255, 255); text-align:
 center; width: 142px; vertical-align: middle; height:
 40px;">15h00</td>
 		</tr>
 	</tbody>
 </table>
 
 <hr />
 <p
 style="text-align: right;"><span style="color:#7f8c8d;"><span
 style="font-size:10px;"><em>Publie le
 23/04/2025</em></span></span></p>
 
 <hr /></div>
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/09/13/tir-beursault-a-guichen-2444302
END:VEVENT
BEGIN:VEVENT
SUMMARY:Tir CAMPAGNE a Rennes
UID:4a66014f-8abc-4b67-8b3f-896809a9afec
DTSTART:20260926T070000Z
DTEND:20260926T220000Z
LOCATION:Localisation Centre Aere Dominique Savio 35000 Rennes
CATEGORIES:Sportif
STATUS:
DESCRIPTION:<div id="MANDAT" style="background-color:white">
 <p
 segoe="" style="box-sizing: border-box; margin-top: 0px;
 margin-bottom: 1rem; color: rgb(40, 40, 40); text-align: center;"
 ui=""><span style="font-size:16px"><strong><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Ecussons/Rennes.jpg"
 style="width: 130px; height: 150px; float: left;"
 /></strong></span><strong style="box-sizing: border-box; font-weight:
 bolder; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 letter-spacing: normal; orphans: 2; text-align: center; text-indent:
 0px; text-transform: none; widows: 2; word-spacing: 0px;
 -webkit-text-stroke-width: 0px; white-space: normal;
 background-color: rgb(255, 255, 255); text-decoration-thickness:
 initial; text-decoration-style: initial; text-decoration-color:
 initial;"><span style="box-sizing: border-box; font-size:
 16px;">Inscription des Archers de Laille<span> </span><span
 style="box-sizing: border-box; color: rgb(192, 57, 43);">avant le
 samedi 12 septembre inclus.</span><br style="box-sizing: border-box;"
 />
 Organise par la Compagnie d'Archers de Rennes</span></strong><br
 style="box-sizing: border-box; color: rgb(40, 40, 40); font-family:
 verdana, geneva, sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <span style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><strong style="box-sizing:
 border-box; font-weight: bolder;">Mandat</strong></span><br
 style="box-sizing: border-box; color: rgb(40, 40, 40); font-family:
 verdana, geneva, sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <em style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-variant-ligatures: normal;
 font-variant-caps: normal; font-weight: 400; letter-spacing: normal;
 orphans: 2; text-align: center; text-indent: 0px; text-transform:
 none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
 white-space: normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><a
 href="https://archersderennes.com/public/8372/upload/files/billetterie/93/tir-en-campagne-du-samedi-26-septembre-2026.pdf"
 style="box-sizing: border-box; color: rgb(33, 52, 69);
 text-decoration: none;" target="_blank"><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Logo%20PDF.png"
 style="box-sizing: border-box; vertical-align: middle; max-width:
 100%; width: 40px; height: 40px;" title="Voir le mandat sur le site
 des organisateurs..." /></a></em></p>
 
 <hr />
 <table align="center"
 border="0" segoe="" style="width:100%;" ui="">
 	<thead
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<th scope="col" style="box-sizing: border-box;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 300px; height: 40px; text-align:
 right;"><strong style="box-sizing: border-box; font-weight:
 bolder;"><span style="box-sizing: border-box; background-color:
 rgb(255, 249, 235);">Depart</span></strong></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Ouverture<br style="box-sizing: border-box;" />
 			du
 greffe</span></strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Entrainement</strong></th>
 			<th
 scope="col" style="box-sizing: border-box; text-align: center;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 150px; height:
 40px;"><strong>Depart des<br />
 			pelotons</strong></th>
 			<th
 scope="col" style="box-sizing: border-box; text-align: center;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 150px; height:
 40px;"><strong>Debut des tirs</strong></th>
 		</tr>
 	</thead>
 	<tbody
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<td colspan="1" style="box-sizing: border-box;
 padding: 3px; background-color: rgb(219, 237, 245); text-align:
 right; width: 300px; vertical-align: middle; height:
 0px;">
 			<p><strong style="box-sizing: border-box; font-weight:
 bolder;">Samedi<br />
 			matin</strong></p>
 			</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 #ffffff; text-align: center; vertical-align: middle; height:
 0px;">9h00</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: #ffffff; text-align: center; vertical-align:
 middle; height: 0px;">de 9h00 a 9h40</td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: #ffffff; text-align:
 center; vertical-align: middle; height: 0px;">9h50</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 #ffffff; text-align: center; vertical-align: middle; height:
 0px;">10h00</td>
 		</tr>
 	</tbody>
 </table>
 
 <hr />
 <p
 style="text-align: right;"><span style="color:#7f8c8d;"><span
 style="font-size:10px;"><em>Publie le
 13/08/2026</em></span></span></p>
 
 <hr /></div>
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/09/26/tir-campagne-a-rennes-2492282
END:VEVENT
BEGIN:VEVENT
SUMMARY:Tir NATURE a Rennes
UID:12db1886-532b-43d1-9b9f-be7337784de7
DTSTART:20260926T220000Z
DTEND:20260927T220000Z
LOCATION:Localisation Centre Aere Dominique Savio 35000 Rennes
CATEGORIES:Sportif
STATUS:
DESCRIPTION:<div id="MANDAT" style="background-color:white">
 <p
 segoe="" style="box-sizing: border-box; margin-top: 0px;
 margin-bottom: 1rem; color: rgb(40, 40, 40); text-align: center;"
 ui=""><span style="font-size:16px"><strong><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Ecussons/Rennes.jpg"
 style="width: 130px; height: 150px; float: left;"
 /></strong></span><strong style="box-sizing: border-box; font-weight:
 bolder; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 letter-spacing: normal; orphans: 2; text-align: center; text-indent:
 0px; text-transform: none; widows: 2; word-spacing: 0px;
 -webkit-text-stroke-width: 0px; white-space: normal;
 background-color: rgb(255, 255, 255); text-decoration-thickness:
 initial; text-decoration-style: initial; text-decoration-color:
 initial;"><span style="box-sizing: border-box; font-size:
 16px;">Inscription des Archers de Laille<span> </span><span
 style="box-sizing: border-box; color: rgb(192, 57, 43);">avant le
 dimanche 13 septembre inclus.</span><br style="box-sizing:
 border-box;" />
 Organise la Compagnie d'Archers de
 Rennes</span></strong><br style="box-sizing: border-box; color:
 rgb(40, 40, 40); font-family: verdana, geneva, sans-serif; font-size:
 16px; font-style: normal; font-variant-ligatures: normal;
 font-variant-caps: normal; font-weight: 400; letter-spacing: normal;
 orphans: 2; text-align: center; text-indent: 0px; text-transform:
 none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
 white-space: normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <span style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><strong style="box-sizing:
 border-box; font-weight: bolder;">Mandat</strong></span><br
 style="box-sizing: border-box; color: rgb(40, 40, 40); font-family:
 verdana, geneva, sans-serif; font-size: 16px; font-style: normal;
 font-variant-ligatures: normal; font-variant-caps: normal;
 font-weight: 400; letter-spacing: normal; orphans: 2; text-align:
 center; text-indent: 0px; text-transform: none; widows: 2;
 word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space:
 normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;" />
 <em style="box-sizing:
 border-box; color: rgb(40, 40, 40); font-family: verdana, geneva,
 sans-serif; font-size: 16px; font-variant-ligatures: normal;
 font-variant-caps: normal; font-weight: 400; letter-spacing: normal;
 orphans: 2; text-align: center; text-indent: 0px; text-transform:
 none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
 white-space: normal; background-color: rgb(255, 255, 255);
 text-decoration-thickness: initial; text-decoration-style: initial;
 text-decoration-color: initial;"><a
 href="https://archersderennes.com/public/8372/upload/files/billetterie/96/tir-nature-27-09-2026.pdf"
 style="box-sizing: border-box; color: rgb(33, 52, 69);
 text-decoration: none;" target="_blank"><img alt=""
 src="https://admin.sportsregions.fr/media/uploaded/sites/5462/kcupload/images/Logo%20PDF.png"
 style="box-sizing: border-box; vertical-align: middle; max-width:
 100%; width: 40px; height: 40px;" title="Voir le mandat sur le site
 des organisateurs..." /></a></em></p>
 
 <hr />
 <table align="center"
 border="0" segoe="" style="width:100%;" ui="">
 	<thead
 style="box-sizing: border-box;">
 		<tr>
 			<th colspan="5"
 scope="col" style="box-sizing: border-box; padding: 3px; position:
 sticky; top: 0px; background: rgb(255, 249, 235); vertical-align:
 middle; height: 40px;"><span style="color:#c0392b;"><em>Conrairement
 a ce qui est mentionne dans le mandat publie par les organisateurs,
 ce concours n'est pas le support du CD35 NATURE.<br />
 			Celui-ci
 aura lieu le samedi 3 octobre a Liffre</em></span></th>
 		</tr>
 		<tr
 style="box-sizing: border-box;">
 			<th scope="col"
 style="box-sizing: border-box; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 300px; height: 40px; text-align: right;"><strong style="box-sizing:
 border-box; font-weight: bolder;"><span style="box-sizing:
 border-box; background-color: rgb(255, 249,
 235);">Depart</span></strong></th>
 			<th scope="col"
 style="box-sizing: border-box; text-align: center; padding: 3px;
 position: sticky; top: 0px; background: rgb(255, 249, 235);
 vertical-align: middle; width: 150px; height: 40px;"><strong
 style="box-sizing: border-box; font-weight: bolder;"><span
 style="box-sizing: border-box; background-color: rgb(255, 249,
 235);">Ouverture<br style="box-sizing: border-box;" />
 			du
 greffe</span></strong></th>
 			<th scope="col" style="box-sizing:
 border-box; text-align: center; padding: 3px; position: sticky; top:
 0px; background: rgb(255, 249, 235); vertical-align: middle; width:
 150px; height: 40px;"><strong>Entrainement</strong></th>
 			<th
 scope="col" style="box-sizing: border-box; text-align: center;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 150px; height:
 40px;"><strong>Depart des<br />
 			pelotons</strong></th>
 			<th
 scope="col" style="box-sizing: border-box; text-align: center;
 padding: 3px; position: sticky; top: 0px; background: rgb(255, 249,
 235); vertical-align: middle; width: 150px; height:
 40px;"><strong>Debut des tirs</strong></th>
 		</tr>
 	</thead>
 	<tbody
 style="box-sizing: border-box;">
 		<tr style="box-sizing:
 border-box;">
 			<td colspan="1" style="box-sizing: border-box;
 padding: 3px; background-color: rgb(219, 237, 245); text-align:
 right; width: 300px; vertical-align: middle; height:
 0px;">
 			<p><strong style="box-sizing: border-box; font-weight:
 bolder;">Dimanche<br />
 			matin</strong></p>
 			</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 #ffffff; text-align: center; vertical-align: middle; height:
 0px;">8h30</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: #ffffff; text-align: center; vertical-align:
 middle; height: 0px;">de 8h30 a 9h10</td>
 			<td style="box-sizing:
 border-box; padding: 3px; background-color: #ffffff; text-align:
 center; vertical-align: middle; height: 0px;">9h20</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 #ffffff; text-align: center; vertical-align: middle; height:
 0px;">9h30</td>
 		</tr>
 		<tr>
 			<td colspan="1" style="box-sizing:
 border-box; padding: 3px; background-color: white; text-align: right;
 width: 300px; vertical-align: middle; height:
 0px;"><strong>Dimanche<br />
 			apres-midi</strong></td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(219, 237, 245); text-align: center; vertical-align: middle;
 height: 0px;">13h30</td>
 			<td style="box-sizing: border-box;
 padding: 3px; background-color: rgb(219, 237, 245); text-align:
 center; vertical-align: middle; height: 0px;">de 13h30 a
 14h10</td>
 			<td style="box-sizing: border-box; padding: 3px;
 background-color: rgb(219, 237, 245); text-align: center;
 vertical-align: middle; height: 0px;">14h20</td>
 			<td
 style="box-sizing: border-box; padding: 3px; background-color:
 rgb(219, 237, 245); text-align: center; vertical-align: middle;
 height: 0px;">14h30</td>
 		</tr>
 	</tbody>
 </table>
 
 <hr />
 <p
 style="text-align: right;"><span style="color:#7f8c8d;"><span
 style="font-size:10px;"><em>Publie le
 13/08/2026</em></span></span></p>
 
 <hr /></div>
URL;VALUE=URI:https://www.lesarchersdelaille.com/evenements/2026/09/27/tir-nature-a-rennes-2492283
END:VEVENT
END:VCALENDAR
