461 lines
20 KiB
HTML
461 lines
20 KiB
HTML
|
<html>
|
|||
|
<head>
|
|||
|
<style>
|
|||
|
body {
|
|||
|
max-width: 80vw;
|
|||
|
margin: 1rem auto;
|
|||
|
}
|
|||
|
|
|||
|
#table-of-contents {
|
|||
|
font-size: 1rem;
|
|||
|
border-left: solid 3px;
|
|||
|
padding-left: 1rem;
|
|||
|
|
|||
|
h2 {
|
|||
|
font-size: 1rem;
|
|||
|
text-align: left;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.section-number-2 {
|
|||
|
display: none;
|
|||
|
}
|
|||
|
|
|||
|
.title sub {
|
|||
|
font-size: 1em;
|
|||
|
margin-left: 0.5ch;
|
|||
|
}
|
|||
|
|
|||
|
.timestamp {
|
|||
|
font-weight: 700;
|
|||
|
color: #7e1b2c;
|
|||
|
}
|
|||
|
|
|||
|
h1 {
|
|||
|
color: #111;
|
|||
|
font-family: 'Calibri', 'Open Sans Condensed', sans-serif;
|
|||
|
font-size: 64px;
|
|||
|
font-weight: 700;
|
|||
|
line-height: 64px;
|
|||
|
margin: 0 0 0;
|
|||
|
padding: 1rem 2rem;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
|
|||
|
h2 {
|
|||
|
color: #111;
|
|||
|
font-family: 'Open Sans Condensed', sans-serif;
|
|||
|
font-size: 48px;
|
|||
|
font-weight: 700;
|
|||
|
line-height: 48px;
|
|||
|
margin: 0 0 24px;
|
|||
|
padding: 0 30px;
|
|||
|
text-align: center;
|
|||
|
text-transform: uppercase;
|
|||
|
}
|
|||
|
|
|||
|
p {
|
|||
|
color: #111;
|
|||
|
font-family: 'Calibri', 'Open Sans', sans-serif;
|
|||
|
font-size: 1rem;
|
|||
|
line-height: 1.5rem;
|
|||
|
margin: 0 0 2rem;
|
|||
|
}
|
|||
|
|
|||
|
a {
|
|||
|
color: #641818;
|
|||
|
text-decoration: none;
|
|||
|
|
|||
|
&:hover {
|
|||
|
text-decoration: underline;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.date {
|
|||
|
color: #111;
|
|||
|
display: block;
|
|||
|
font-family: 'Open Sans', sans-serif;
|
|||
|
font-size: 16px;
|
|||
|
position: relative;
|
|||
|
text-align: center;
|
|||
|
z-index: 1;
|
|||
|
background: white;
|
|||
|
|
|||
|
&:before {
|
|||
|
border-top: 1px solid #111;
|
|||
|
content: "";
|
|||
|
position: absolute;
|
|||
|
top: 0rem;
|
|||
|
left: 0;
|
|||
|
width: 100%;
|
|||
|
z-index: -1;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.author {
|
|||
|
color: #111;
|
|||
|
display: block;
|
|||
|
font-family: 'Open Sans', sans-serif;
|
|||
|
font-size: 16px;
|
|||
|
padding-bottom: 38px;
|
|||
|
position: relative;
|
|||
|
text-align: center;
|
|||
|
z-index: 1;
|
|||
|
background: white;
|
|||
|
|
|||
|
&:before {
|
|||
|
border-top: 1px solid #111;
|
|||
|
content: "";
|
|||
|
position: absolute;
|
|||
|
top: 0rem;
|
|||
|
left: 0;
|
|||
|
width: 100%;
|
|||
|
z-index: -1;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.date span, .author span {
|
|||
|
background: #fdfdfd;
|
|||
|
padding: 0 10px;
|
|||
|
text-transform: uppercase;
|
|||
|
}
|
|||
|
|
|||
|
.line {
|
|||
|
border-top: 1px solid #111;
|
|||
|
display: block;
|
|||
|
margin-top: 60px;
|
|||
|
padding-top: 50px;
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
|
|||
|
.read-more {
|
|||
|
-moz-border-radius: 50%;
|
|||
|
-moz-transition: all 0.2s ease-in-out;
|
|||
|
-webkit-border-radius: 50%;
|
|||
|
-webkit-transition: all 0.2s ease-in-out;
|
|||
|
background: #111;
|
|||
|
border-radius: 50%;
|
|||
|
border: 10px solid #fdfdfd;
|
|||
|
color: #fff;
|
|||
|
display: block;
|
|||
|
font-family: 'Open Sans', sans-serif;
|
|||
|
font-size: 14px;
|
|||
|
height: 80px;
|
|||
|
line-height: 80px;
|
|||
|
margin: -40px 0 0 -40px;
|
|||
|
position: absolute;
|
|||
|
bottom: 0px;
|
|||
|
left: 50%;
|
|||
|
text-align: center;
|
|||
|
text-transform: uppercase;
|
|||
|
width: 80px;
|
|||
|
|
|||
|
&:hover {
|
|||
|
background: #641818;
|
|||
|
text-decoration: none;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
.org-src-container {
|
|||
|
background: #dedede;
|
|||
|
padding: 0.5rem;
|
|||
|
margin-bottom: 2rem;
|
|||
|
}
|
|||
|
|
|||
|
pre.example {
|
|||
|
background: #ccc;
|
|||
|
padding: 0.5rem;
|
|||
|
margin: 1rem;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
</style>
|
|||
|
<meta charset="utf-8">
|
|||
|
<title>asso osm france présentation univ paris 8</title>
|
|||
|
<meta name="author" content="TyKayn">
|
|||
|
<meta name="description" content="">
|
|||
|
<meta name="keywords" content="">
|
|||
|
|
|||
|
<link rel="stylesheet" href="file:///home/tykayn/Nextcloud/textes/orgmode/reveal.js/css/reveal.css">
|
|||
|
|
|||
|
|
|||
|
</head>
|
|||
|
|
|||
|
<body>
|
|||
|
<h1>Exemple de corps de texte</h1>
|
|||
|
<p>
|
|||
|
|
|||
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque delectus doloremque ea illo incidunt laborum maiores
|
|||
|
nemo perspiciatis praesentium quae ratione sunt tempore vel, vero voluptatibus. Dignissimos, perferendis, sapiente!
|
|||
|
Ab consequuntur corporis cum cumque cupiditate delectus dolorem eum, illo iste iusto nobis nostrum possimus quaerat
|
|||
|
quia rem sint temporibus voluptate!
|
|||
|
</p>
|
|||
|
|
|||
|
<div class="reveal">
|
|||
|
<div class="slides">
|
|||
|
<section id="sec-title-slide"><h1 class="title">asso osm france présentation univ paris 8</h1><p class="subtitle"></p>
|
|||
|
<h2 class="author">TyKayn</h2><p class="date">Created: 2024-08-13 mar. 09:18</p>
|
|||
|
</section>
|
|||
|
<section id="sec-table-of-contents"><div id="table-of-contents" role="doc-toc">
|
|||
|
<h2>Table of Contents</h2>
|
|||
|
<div id="text-table-of-contents" role="doc-toc">
|
|||
|
<ul>
|
|||
|
<li><a href="#/slide-orga5381eb">asso osm france présentation univ paris 8</a>
|
|||
|
<ul>
|
|||
|
<li><a href="#/slide-orgfcd950d">Création de l'asso</a></li>
|
|||
|
<li><a href="#/slide-orgda1644e">Missions de l'asso Fr</a>
|
|||
|
<ul>
|
|||
|
<li><a href="#/slide-orgd819388">promouvoir le géocommun openstreetmap</a></li>
|
|||
|
<li><a href="#/slide-orgc5527fb">Encourager l'ouverture des données</a></li>
|
|||
|
<li><a href="#/slide-orgb88930f">Servir des fonds de carte</a></li>
|
|||
|
<li><a href="#/slide-org7ef4745">Suivre les attributions manquantes</a></li>
|
|||
|
<li><a href="#/slide-orgf8461bf">Aider les groupes locaux</a></li>
|
|||
|
<li><a href="#/slide-org28dd2e2">Partager des richesses</a></li>
|
|||
|
<li><a href="#/slide-org5fbfeef">Résoudre les conflits entre utilisateurs locaux</a></li>
|
|||
|
<li><a href="#/slide-org9f38f76">Organisation d'évènements</a></li>
|
|||
|
<li><a href="#/slide-orgd6296bc">Communication avec les médias</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="#/slide-orgae72f3c">Travaux en cours en ce moment</a>
|
|||
|
<ul>
|
|||
|
<li><a href="#/slide-orgda42cca">Flyer pour les cours de SNT au Lycée</a></li>
|
|||
|
<li><a href="#/slide-org0013c24">SOTM Monde à Paris pour 2025</a></li>
|
|||
|
<li><a href="#/slide-orgb2adc77">Guide de bienvenue aux membres du CA</a></li>
|
|||
|
<li><a href="#/slide-org5f690f6">Clarification de l'aide aux groupes locaux</a></li>
|
|||
|
<li><a href="#/slide-orgcfa5f76">Guide pour les groupes locaux</a></li>
|
|||
|
<li><a href="#/slide-org858087c">sponsoring OVH</a></li>
|
|||
|
<li><a href="#/slide-orga681b39">serveur virtuel de secours</a></li>
|
|||
|
<li><a href="#/slide-org043a32f">prestation 2 serveurs free</a></li>
|
|||
|
<li><a href="#/slide-orga9ba208">avoir du monitoring de service critique</a></li>
|
|||
|
<li><a href="#/slide-org471b52e">Organiser un hack weekend cet hiver 2024</a></li>
|
|||
|
<li><a href="#/slide-org58cc6cd">Traduction des guidelines et clarification ODBL</a></li>
|
|||
|
<li><a href="#/slide-orgea1b5bb">Nextcloud de l’asso, comptes à créer (si y’a des gens du CA qui n’ont pas de compte nextcloud)</a></li>
|
|||
|
<li><a href="#/slide-orgffb9708">Coordination Wikimedia Fr</a></li>
|
|||
|
<li><a href="#/slide-orgbd4a049">Convention Enedis</a></li>
|
|||
|
<li><a href="#/slide-org5289b15">Proposition de Moji</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="#/slide-org0d2bdd2">CA</a>
|
|||
|
<ul>
|
|||
|
<li><a href="#/slide-org1173d75">2024</a></li>
|
|||
|
<li><a href="#/slide-orgcae42fd">2011</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
<li><a href="#/slide-orgca8c292">Groupes de travail</a></li>
|
|||
|
<li><a href="#/slide-org4c1c6d2">Allez viens on est bien</a></li>
|
|||
|
</ul>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</section>
|
|||
|
|
|||
|
<section>
|
|||
|
<section id="slide-orga5381eb">
|
|||
|
<h2 id="orga5381eb">asso osm france présentation univ paris 8</h2>
|
|||
|
<p>
|
|||
|
<span class="timestamp-wrapper"><span class="timestamp">[2024-08-03 sam.]</span></span>
|
|||
|
<a href="20211211225031-osm_openstreetmap.html#ID-3eb3f5b5-d08b-4f85-9a78-b3d3d426a2a6">osm<sub>openstreetmap</sub></a>
|
|||
|
</p>
|
|||
|
</section>
|
|||
|
<section id="slide-orgfcd950d">
|
|||
|
<h3 id="orgfcd950d">Création de l'asso</h3>
|
|||
|
<p>
|
|||
|
Chapitre local Fr
|
|||
|
Officiellement née lors de l'AG constitutive du 08 octobre 2011
|
|||
|
</p>
|
|||
|
</section>
|
|||
|
<section id="slide-orgda1644e">
|
|||
|
<h3 id="orgda1644e">Missions de l'asso Fr</h3>
|
|||
|
<div class="outline-text-3" id="text-orgda1644e">
|
|||
|
</div>
|
|||
|
</section>
|
|||
|
<section id="slide-orgd819388">
|
|||
|
<h4 id="orgd819388">promouvoir le géocommun openstreetmap</h4>
|
|||
|
</section>
|
|||
|
<section id="slide-orgc5527fb">
|
|||
|
<h4 id="orgc5527fb">Encourager l'ouverture des données</h4>
|
|||
|
<p>
|
|||
|
Suivi des obligations en matière d'ouverture des donneés, liens avec la Team Open Data, demandes Cada avec Madada, adresses avec Pifomètre.
|
|||
|
</p>
|
|||
|
</section>
|
|||
|
<section id="slide-orgb88930f">
|
|||
|
<h4 id="orgb88930f">Servir des fonds de carte</h4>
|
|||
|
</section>
|
|||
|
<section id="slide-org7ef4745">
|
|||
|
<h4 id="org7ef4745">Suivre les attributions manquantes</h4>
|
|||
|
</section>
|
|||
|
<section id="slide-orgf8461bf">
|
|||
|
<h4 id="orgf8461bf">Aider les groupes locaux</h4>
|
|||
|
</section>
|
|||
|
<section id="slide-org28dd2e2">
|
|||
|
<h4 id="org28dd2e2">Partager des richesses</h4>
|
|||
|
</section>
|
|||
|
<section id="slide-org5fbfeef">
|
|||
|
<h4 id="org5fbfeef">Résoudre les conflits entre utilisateurs locaux</h4>
|
|||
|
<p>
|
|||
|
Pour éviter les guerres d'éditions, imports sauvages et les annulations, le plus souvent il suffit d'ouvrir la discussion.
|
|||
|
En cas de vandalisme on a des procédures, mais cela se résout généralement très vite sans que l'on ait à faire quoi que ce soit en tant qu'asso.
|
|||
|
<a href="https://forum.openstreetmap.fr/t/que-faire-en-cas-de-vandalisme/24625">https://forum.openstreetmap.fr/t/que-faire-en-cas-de-vandalisme/24625</a>
|
|||
|
</p>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-org9f38f76">
|
|||
|
<h4 id="org9f38f76">Organisation d'évènements</h4>
|
|||
|
<div class="outline-text-4" id="text-org9f38f76">
|
|||
|
</div>
|
|||
|
<ul class="org-ul">
|
|||
|
<li><a id="orgaf36b99"></a>State Of The Map<br>
|
|||
|
<p>
|
|||
|
<a href="https://wiki.openstreetmap.org/wiki/State_of_the_Map/Planning">https://wiki.openstreetmap.org/wiki/State_of_the_Map/Planning</a>
|
|||
|
<a href="20220125151000-sotm_state_of_the_map.html#ID-59cfe9fb-a08d-4b24-84c9-179a3cb80a70">sotm<sub>state</sub><sub>of</sub><sub>the</sub><sub>map</sub> </a>
|
|||
|
</p>
|
|||
|
</li>
|
|||
|
<li><a id="org80eddfd"></a>Hack Weekend<br></li>
|
|||
|
<li><a id="org85dd520"></a>Opération libre<br></li>
|
|||
|
<li><a id="org773fd38"></a>Cartopartie<br></li>
|
|||
|
<li><a id="org895e5a5"></a>Projet "du mois"<br></li>
|
|||
|
</ul>
|
|||
|
</section>
|
|||
|
<section id="slide-orgd6296bc">
|
|||
|
<h4 id="orgd6296bc">Communication avec les médias</h4>
|
|||
|
<p>
|
|||
|
Journalistes, administrations, entreprises.
|
|||
|
</p>
|
|||
|
<p>
|
|||
|
:CREATED: <span class="timestamp-wrapper"><span class="timestamp">[2024-08-03 sam. 13:33] </span></span>
|
|||
|
</p>
|
|||
|
</section>
|
|||
|
<section id="slide-orgae72f3c">
|
|||
|
<h3 id="orgae72f3c">Travaux en cours en ce moment</h3>
|
|||
|
<p>
|
|||
|
Voir le tableau d'avancement sur le nextcloud
|
|||
|
<a href="https://nextcloud.openstreetmap.fr/index.php/apps/deck/#/">https://nextcloud.openstreetmap.fr/index.php/apps/deck/#/</a>
|
|||
|
</p>
|
|||
|
</section>
|
|||
|
<section id="slide-orgda42cca">
|
|||
|
<h4 id="orgda42cca">Flyer pour les cours de SNT au Lycée</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-org0013c24">
|
|||
|
<h4 id="org0013c24">SOTM Monde à Paris pour 2025</h4>
|
|||
|
<p>
|
|||
|
Première fois que ça se passerait en France pour l'édition mondiale du SOTM, on profite des Jeux Olympiques pour essayer de réaliser cela.
|
|||
|
</p>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-orgb2adc77">
|
|||
|
<h4 id="orgb2adc77">Guide de bienvenue aux membres du CA</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-org5f690f6">
|
|||
|
<h4 id="org5f690f6">Clarification de l'aide aux groupes locaux</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-orgcfa5f76">
|
|||
|
<h4 id="orgcfa5f76">Guide pour les groupes locaux</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-org858087c">
|
|||
|
<h4 id="org858087c">sponsoring OVH</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-orga681b39">
|
|||
|
<h4 id="orga681b39">serveur virtuel de secours</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-org043a32f">
|
|||
|
<h4 id="org043a32f">prestation 2 serveurs free</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-orga9ba208">
|
|||
|
<h4 id="orga9ba208">avoir du monitoring de service critique</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-org471b52e">
|
|||
|
<h4 id="org471b52e">Organiser un hack weekend cet hiver 2024</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-org58cc6cd">
|
|||
|
<h4 id="org58cc6cd">Traduction des guidelines et clarification ODBL</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-orgea1b5bb">
|
|||
|
<h4 id="orgea1b5bb">Nextcloud de l’asso, comptes à créer (si y’a des gens du CA qui n’ont pas de compte nextcloud)</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-orgffb9708">
|
|||
|
<h4 id="orgffb9708">Coordination Wikimedia Fr</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-orgbd4a049">
|
|||
|
<h4 id="orgbd4a049">Convention Enedis</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-org5289b15">
|
|||
|
<h4 id="org5289b15">Proposition de Moji</h4>
|
|||
|
|
|||
|
</section>
|
|||
|
<section id="slide-org0d2bdd2">
|
|||
|
<h3 id="org0d2bdd2">CA</h3>
|
|||
|
<div class="outline-text-3" id="text-org0d2bdd2">
|
|||
|
</div>
|
|||
|
</section>
|
|||
|
<section id="slide-org1173d75">
|
|||
|
<h4 id="org1173d75">2024</h4>
|
|||
|
<p>
|
|||
|
Baptiste LEMOINE
|
|||
|
Tony EMERY
|
|||
|
Donat ROBAUX
|
|||
|
Nicolas MOYROUD
|
|||
|
Yves-Marie VALLADON
|
|||
|
François-Xavier LAMURE-TARDIEU
|
|||
|
René CHALON
|
|||
|
Vincent DE CHATEAU-THIERRY
|
|||
|
</p>
|
|||
|
</section>
|
|||
|
<section id="slide-orgcae42fd">
|
|||
|
<h4 id="orgcae42fd">2011</h4>
|
|||
|
<p>
|
|||
|
Marc Sibert: ok mandat sur le 91 pour Marc + le contact avec le SDIS. Marc coordonnera aussi la refonte du site avec de l'aide (Guillaume Allègre et Christian Quest) et sur le projet de livre avec Emilie et plus…
|
|||
|
Tony et Jean-Louis: ok pour mandat "Grand Sud Est"
|
|||
|
Denis Helfer: ok pour mandat Alsace
|
|||
|
Christian Rogel: ok pour mandat Cornouaille historique moins l'Ouest du Morbihan
|
|||
|
Simon Réau: ok pour mandat sur Indre et Loire
|
|||
|
Jean-Guilhem Cailton: ok pour mandat CNRS
|
|||
|
Vincent Privat: ok pour mandat sur CU Toulouse
|
|||
|
Christophe Merlet: mandat sur Pau
|
|||
|
Frédéric Rodrigo: mandat sur la Gironde
|
|||
|
</p>
|
|||
|
</section>
|
|||
|
<section id="slide-orgca8c292">
|
|||
|
<h3 id="orgca8c292">Groupes de travail</h3>
|
|||
|
<p>
|
|||
|
On fait des tas de choses sans être membres de l'asso.
|
|||
|
Les <a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail">groupes de travail</a>
|
|||
|
</p>
|
|||
|
|
|||
|
<ul>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#GT_Inclusivit%C3%A9">GT Inclusivité</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#GT_Technique">GT Technique</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#GT_Communication">GT Communication externe</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#GT_Animation_de_la_communaut%C3%A9">GT Animation de la communauté</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#GT_Communaut%C3%A9s_locales">GT Communautés locales</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#GT_International">GT International</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#GT_Gestion_et_comptabilit%C3%A9">GT Gestion et comptabilité</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#GT_Soutiens">GT Soutiens</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#GT_Conf%C3%A9rence_SotM-FR">GT Conférence SotM-FR</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#Groupes_sp%C3%A9ciaux">Groupes spéciaux</a></li>
|
|||
|
<li><a href="https://wiki.openstreetmap.org/wiki/France/OSM-FR/Groupes_de_travail#Groupes_projets_et_th%C3%A9matiques">Groupes projets et thématiques</a></li>
|
|||
|
|
|||
|
</ul>
|
|||
|
</section>
|
|||
|
<section id="slide-org4c1c6d2">
|
|||
|
<h3 id="org4c1c6d2">Allez viens on est bien</h3>
|
|||
|
</section>
|
|||
|
</section>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|