| 22 | jpm | 1 | <?php
 | 
        
           |  |  | 2 | // declare(encoding='UTF-8');
 | 
        
           |  |  | 3 | /** Inclusion du fichier principal de l'application*/
 | 
        
           |  |  | 4 | require_once 'eflore.php';
 | 
        
           |  |  | 5 | ?>
 | 
        
           |  |  | 6 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 | 
        
           |  |  | 7 | 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
        
           |  |  | 8 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
 | 
        
           |  |  | 9 | 	<head>
 | 
        
           |  |  | 10 | 		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 | 
        
           |  |  | 11 | 		<meta http-equiv="Content-style-type" content="text/css" />
 | 
        
           |  |  | 12 | 		<meta http-equiv="Content-script-type" content="text/javascript" />
 | 
        
           |  |  | 13 | 		<meta http-equiv="Content-language" content="fr" />
 | 
        
           |  |  | 14 |   | 
        
           |  |  | 15 |    	 <title><?php echo AppControleur::getMetaTitre(); ?></title>
 | 
        
           |  |  | 16 | 		<meta name="description" content="<?php echo AppControleur::getMetaDescription();?>" />
 | 
        
           |  |  | 17 | 		<meta name="keywords" content="<?php echo AppControleur::getMetaTags();?>" />
 | 
        
           | 144 | jpm | 18 |   | 
        
           | 22 | jpm | 19 | 		<meta name="revisit-after" content="15 days" />
 | 
        
           |  |  | 20 | 		<meta name="robots" content="index,follow" />
 | 
        
           |  |  | 21 | 		<meta name="author" content="Tela Botanica" />
 | 
        
           |  |  | 22 |   | 
        
           |  |  | 23 | 		<!-- Favicones -->
 | 
        
           |  |  | 24 | 		<link rel="icon" type="image/png" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.png" />
 | 
        
           |  |  | 25 | 		<link rel="shortcut icon" type="image/x-icon" href="http://www.tela-botanica.org/sites/commun/generique/images/favicone/tela_botanica.ico" />
 | 
        
           |  |  | 26 |   | 
        
           |  |  | 27 | 		<!-- CSS -->
 | 
        
           |  |  | 28 | 		<link href="http://www.tela-botanica.org/sites/commun/generique/styles/commun.css" rel="stylesheet" type="text/css" />
 | 
        
           |  |  | 29 | 		<link href="http://www.tela-botanica.org/sites/botanique/generique/styles/botanique.css" rel="stylesheet" type="text/css" />
 | 
        
           | 105 | aurelien | 30 | 		<link href="presentations/styles/jquery-ui-1.8.16/ui-lightness/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css" />
 | 
        
           | 104 | gduche | 31 | 		<link href="presentations/styles/eflore.css" rel="stylesheet" type="text/css" />
 | 
        
           | 144 | jpm | 32 |   | 
        
           | 22 | jpm | 33 | 		<!-- JavaScript -->
 | 
        
           | 105 | aurelien | 34 | 		<script type="text/Javascript" src="presentations/scripts/jquery-1.7.js"></script>
 | 
        
           |  |  | 35 | 		<script type="text/Javascript" src="presentations/scripts/jquery-ui-1.8.16.custom.min.js"></script>
 | 
        
           | 115 | jpm | 36 | 		<script type="text/Javascript" src="http://www.tela-botanica.org/sites/commun/generique/scripts/commun.js"></script>
 | 
        
           | 119 | aurelien | 37 | 		<script type="text/Javascript" src="presentations/scripts/recherche.js"></script>
 | 
        
           | 227 | delphine | 38 | 		<script type="text/Javascript" src="presentations/scripts/fiche-synthese.js"></script>
 | 
        
           | 22 | jpm | 39 | 	</head>
 | 
        
           |  |  | 40 | 	<body id="botanique">
 | 
        
           |  |  | 41 |   | 
        
           |  |  | 42 | 		<div id="zone-principale">
 | 
        
           |  |  | 43 | 			<div id="zone-botanique" class="zone-haut">
 | 
        
           |  |  | 44 | 				<h1 id="zone-logo-tela">
 | 
        
           |  |  | 45 | 					<a href="http://www.tela-botanica.org/site:accueil" title="Retour à l'accueil">
 | 
        
           |  |  | 46 | 						<img src="http://www.tela-botanica.org/sites/botanique/generique/images/graphisme/logo_tela_fond_vert.png" alt="Tela Botanica"/>
 | 
        
           |  |  | 47 | 					</a>
 | 
        
           |  |  | 48 | 				</h1>
 | 
        
           |  |  | 49 | 				<h2>Le réseau de la botanique francophone</h2>
 | 
        
           |  |  | 50 |   | 
        
           |  |  | 51 | 				<div class="motsclefs">
 | 
        
           |  |  | 52 | 					<h3>Botanique</h3>
 | 
        
           |  |  | 53 | 					<h4>
 | 
        
           |  |  | 54 | 						<span class="mot1">se former</span><span class="cacher">, </span>
 | 
        
           |  |  | 55 | 						<span class="mot2">identifier</span><span class="cacher">, </span>
 | 
        
           |  |  | 56 | 						<span class="mot3">plantes sauvages</span>
 | 
        
           |  |  | 57 |   | 
        
           |  |  | 58 | 					</h4>
 | 
        
           |  |  | 59 | 				</div>
 | 
        
           |  |  | 60 | 			</div>
 | 
        
           |  |  | 61 |   | 
        
           |  |  | 62 | 			<div id="zone-menu-navigation">
 | 
        
           |  |  | 63 | 				<ul>
 | 
        
           |  |  | 64 | 					<li id="menuAccueil" >
 | 
        
           |  |  | 65 | 						<span ><a href="http://www.tela-botanica.org/site:accueil">Accueil</a></span>
 | 
        
           |  |  | 66 | 					</li>
 | 
        
           |  |  | 67 | 					<li id="menuBotanique" >
 | 
        
           |  |  | 68 | 						<span class="menuHautActif"><a href="http://www.tela-botanica.org/site:botanique">Botanique</a></span>
 | 
        
           |  |  | 69 | 					</li>
 | 
        
           |  |  | 70 | 					<li id="menuActualites" >
 | 
        
           |  |  | 71 | 						<span ><a href="http://www.tela-botanica.org/site:actu">Actualités</a></span>
 | 
        
           |  |  | 72 | 					</li>
 | 
        
           |  |  | 73 | 					<li id="menuReseau" >
 | 
        
           |  |  | 74 | 						<span ><a href="http://www.tela-botanica.org/site:reseau">Réseau</a></span>
 | 
        
           |  |  | 75 | 					</li>
 | 
        
           |  |  | 76 | 					<li id="menuProjets" >
 | 
        
           |  |  | 77 | 						<span ><a href="http://www.tela-botanica.org/site:projets">Projets</a></span>
 | 
        
           |  |  | 78 | 					</li>
 | 
        
           |  |  | 79 | 				</ul>
 | 
        
           |  |  | 80 | 			</div>
 | 
        
           |  |  | 81 |   | 
        
           |  |  | 82 | 			<div id="zone-gauche">
 | 
        
           |  |  | 83 | 				<div id="zone-menu-gauche">
 | 
        
           |  |  | 84 | 					<h1>Botanique</h1>
 | 
        
           |  |  | 85 | 					<?php echo AppControleur::getContenuMenu(); ?>
 | 
        
           | 144 | jpm | 86 | 				</div>
 | 
        
           | 22 | jpm | 87 | 				<div id="zone-menu-connexion">
 | 
        
           |  |  | 88 | 					<form id="form_connexion" class="form_identification" action="http://www.tela-botanica.org/page:accueil_botanique#form_connexion" method="post">
 | 
        
           |  |  | 89 | 						<fieldset>
 | 
        
           |  |  | 90 | 							<h3>Identifiez vous</h3>
 | 
        
           |  |  | 91 | 							<label for="username">Courriel : </label>
 | 
        
           |  |  | 92 | 							<input type="text"  id="username" name="username" maxlength="80" tabindex="1" value="courriel" />
 | 
        
           | 144 | jpm | 93 |   | 
        
           | 22 | jpm | 94 | 							<label for="password">Mot de passe : </label>
 | 
        
           |  |  | 95 | 							<input type="password" id="password" name="password" maxlength="80" tabindex="2" value="mot de passe" />
 | 
        
           | 144 | jpm | 96 |   | 
        
           | 22 | jpm | 97 | 							<input type="submit" id="connexion" name="connexion" tabindex="4" value="ok" />
 | 
        
           |  |  | 98 | 							<p class="connectvertpetit"><input type="checkbox" id="persistant" name="persistant" tabindex="3" value="o" />
 | 
        
           |  |  | 99 | 							<label id="persistant_label" for="persistant">Se souvenir de moi</label></p>
 | 
        
           |  |  | 100 | 							<div id="colonneDroite"><br />
 | 
        
           |  |  | 101 | 								<a href="/page:inscription">S'inscrire... </a>
 | 
        
           |  |  | 102 | 								<p class="connectgris">Devenez telabotaniste et partagez votre passion pour le végétal !</p>
 | 
        
           |  |  | 103 | 								<p> <a id="lien_inscription" href="http://www.tela-botanica.org/page:inscription?m=f_oubli_mdp">Mot de passe perdu ? </a></p>
 | 
        
           |  |  | 104 | 							</div>
 | 
        
           |  |  | 105 | 						</fieldset>
 | 
        
           |  |  | 106 | 					</form>
 | 
        
           |  |  | 107 | 				</div>
 | 
        
           |  |  | 108 | 			</div>
 | 
        
           |  |  | 109 |   | 
        
           |  |  | 110 | 			<div id="zone-droite">
 | 
        
           |  |  | 111 | 				<div id="main">
 | 
        
           |  |  | 112 | 					<div id="zone_contenu_tete">
 | 
        
           |  |  | 113 | 						<?php echo AppControleur::getContenuTete(); ?>
 | 
        
           |  |  | 114 | 					</div>
 | 
        
           |  |  | 115 |   | 
        
           |  |  | 116 | 					<div id="zone_contenu_corps">
 | 
        
           |  |  | 117 | 						<?php echo AppControleur::getContenuCorps(); ?>
 | 
        
           | 144 | jpm | 118 |   | 
        
           | 22 | jpm | 119 | 					</div>
 | 
        
           | 144 | jpm | 120 |   | 
        
           | 22 | jpm | 121 | 					<div id="zone_contenu_pied">
 | 
        
           |  |  | 122 | 						<?php echo AppControleur::getContenuPied(); ?>
 | 
        
           | 144 | jpm | 123 | 						<div>
 | 
        
           |  |  | 124 | 							<?php echo AppControleur::getChrono(); ?>
 | 
        
           |  |  | 125 | 							<?php echo AppControleur::getExceptions(); ?>
 | 
        
           |  |  | 126 | 						</div>
 | 
        
           | 22 | jpm | 127 | 					</div>
 | 
        
           |  |  | 128 | 				</div>
 | 
        
           |  |  | 129 | 			</div>
 | 
        
           | 144 | jpm | 130 |   | 
        
           | 22 | jpm | 131 | 			<div id="bandeauProjets">
 | 
        
           |  |  | 132 | 				<ul>
 | 
        
           |  |  | 133 | 				    <li><img height="80" width="58" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/floraBellissima.jpeg" alt="Illustration DVD Flora Bellissima">
 | 
        
           |  |  | 134 | 				    <h3><a href="http://www.tela-botanica.org/page:flora_bellissima"> Flora Bellissima</a></h3>
 | 
        
           |  |  | 135 | 				    Premier outil d'aide à la reconnaissance des plantes, ce logiciel vous permet d'identifier plus de 1500 plantes de France. 	<br>
 | 
        
           |  |  | 136 | 				    <a href="http://www.tela-botanica.org/page:flora_bellissima">Plus d'infos</a></li>
 | 
        
           | 144 | jpm | 137 |   | 
        
           | 22 | jpm | 138 | 				    <li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/partage_80.jpg" alt="illustration quiz bota">
 | 
        
           |  |  | 139 | 				    <h3><a href="http://www.tela-botanica.org/actu/article4536.html">Quiz botanique</a></h3>
 | 
        
           |  |  | 140 | 				    Pour tester vos connaissances en botanique... <br>
 | 
        
           |  |  | 141 | 				    <a href="http://www.tela-botanica.org/actu/article4536.html">Plus d'infos</a></li>
 | 
        
           | 144 | jpm | 142 |   | 
        
           | 22 | jpm | 143 | 				    <li><img style="width: 109px; height: 81px;" src="http://www.tela-botanica.org/sites/commun/generique/hetre_120.JPG" alt="Illustration hêtre tortillard">
 | 
        
           |  |  | 144 | 				    <h3><a href="http://www.tela-botanica.org/actu/article4467.html">À la recherche des hêtres tortillards</a></h3>
 | 
        
           |  |  | 145 | 				    Participer au projet de recensement des hêtres tortillards. <a href="http://www.tela-botanica.org/page:liste_projets?id_projet=94">Plus d'infos</a></li>
 | 
        
           | 144 | jpm | 146 |   | 
        
           | 22 | jpm | 147 | 				    <li><img height="58" width="80" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/euphorbe_80.jpg" alt="Illustration cours de botanique à Montpellier">
 | 
        
           |  |  | 148 | 				    <h3><a href="http://www.tela-botanica.org/page:evenements?vue=1&action=8&id_fiche=2531">Cours de botanique à Montpellier</a></h3>
 | 
        
           |  |  | 149 | 				    Partez à la découverte de la flore sauvage à partir de septembre 2011. <br>
 | 
        
           |  |  | 150 | 				    <a href="http://www.tela-botanica.org/page:evenements?vue=1&action=8&id_fiche=2531">Plus d'infos</a></li>
 | 
        
           | 144 | jpm | 151 |   | 
        
           |  |  | 152 |   | 
        
           |  |  | 153 |   | 
        
           | 22 | jpm | 154 | 				    <li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/phyto_80.JPG" alt="Illustration identifier plante">
 | 
        
           |  |  | 155 | 				    <h3><a href="http://www.tela-botanica.org/page:identification_plantes">Identifier une plante</a></h3>
 | 
        
           |  |  | 156 | 				    Vous observez des plantes mais ne réussissez pas toujours à les nommer. Retours sur les ressources en ligne. <a href="http://www.tela-botanica.org/page:identification_plantes">Plus d'infos</a></li>
 | 
        
           |  |  | 157 | 				    <li><img height="80" width="58" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/partage_80.jpg" alt="Illustration capitalisation images plantes">
 | 
        
           |  |  | 158 | 				    <h3><a href="http://www.tela-botanica.org/actu/article4377.html"> Contribuez à l’identification des plantes par l’image</a></h3>
 | 
        
           |  |  | 159 | 				    Participez à un projet de recherche en collectant les feuilles, troncs, fleurs d'une vingtaine d'espèces d'arbres. <a href="http://www.tela-botanica.org/actu/article4377.html">Plus d'infos</a></li>
 | 
        
           |  |  | 160 | 				    <li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/widget_80.jpeg" alt="Illustration widget carto">
 | 
        
           |  |  | 161 | 				    <h3><a href="http://www.tela-botanica.org/actu/article4086.html">Créer votre carte des observations </a></h3>
 | 
        
           |  |  | 162 | 				    Des widgets permettent d’afficher sur votre site les observations des membres du réseau. <a href="http://www.tela-botanica.org/actu/article4086.html">Plus d'infos</a></li>
 | 
        
           |  |  | 163 | 				    <li><img height="80" width="81" alt="Logo projet ODS" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/Logo-ODS.jpg">
 | 
        
           |  |  | 164 | 				    <h3><a href="http://www.obs-saisons.fr">Observez les saisons</a></h3>
 | 
        
           |  |  | 165 | 				    Participez à ce programme scientifique ! Les premières observations de printemps ne vont pas tarder...<br>
 | 
        
           |  |  | 166 | 				    <a href="http://www.obs-saisons.fr">Voir le nouveau site</a></li>
 | 
        
           |  |  | 167 | 				    <li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/vigie_flore_80.jpg" alt="Illustration vigie flore">
 | 
        
           |  |  | 168 | 				    <h3><a href="http://www.vigie-flore.fr">Participez à Vigie-flore</a></h3>
 | 
        
           |  |  | 169 | 				    Suivez les changements d'abondance des espèces végétales les plus communes en France. <a href="http://www.vigie-flore.fr"><br>
 | 
        
           |  |  | 170 | 				    Plus d'infos</a></li>
 | 
        
           |  |  | 171 | 				    <li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/widget_80.jpeg" alt="Illustration observatoire 2.0">
 | 
        
           |  |  | 172 | 				    <h3><a href="http://www.tela-botanica.org/actu/article4268.html">Monter un projet d'inventaire de la flore</a></h3>
 | 
        
           |  |  | 173 | 				    Tour d'horizon de tous les outils web du réseau qui pourront vous aider dans ce projet... <a href="http://www.tela-botanica.org/actu/article4268.html"><br>
 | 
        
           |  |  | 174 | 				    Plus d'infos</a></li>
 | 
        
           |  |  | 175 | 				    <li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/partage_80.jpg" alt="Illustration Gérer ses images">
 | 
        
           |  |  | 176 | 				    <h3><a href="http://www.tela-botanica.org/actu/article4241.html">Gérer et rechercher des images de plantes</a></h3>
 | 
        
           |  |  | 177 | 				    Rechercher les photos de plantes transmises par les membres du réseau devient simple... <a href="http://www.tela-botanica.org/actu/article4241.html">Plus d'infos</a></li>
 | 
        
           |  |  | 178 | 				    <li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/generique_logo_80.jpg" alt="Illustration FP géoréférencement photos">
 | 
        
           |  |  | 179 | 				    <h3><a href="http://www.tela-botanica.org/actu/article3261.html">Comment géoréférencer ses photos ?</a></h3>
 | 
        
           |  |  | 180 | 				    Une fiche pratique qui donne des conseils utiles sur le géoréférencement. <a href="http://www.tela-botanica.org/actu/article3261.html"><br>
 | 
        
           |  |  | 181 | 				    Plus d'infos</a></li>
 | 
        
           |  |  | 182 | 				    <li><img src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/Logo-livret.jpg" alt="Illustration livret">
 | 
        
           |  |  | 183 | 				    <h3><a href="http://www.tela-botanica.org/wikini/colloquescb/wakka.php?wiki=LeLivret">Sciences citoyennes</a></h3>
 | 
        
           |  |  | 184 | 				    Découvrez tous les programmes de sciences citoyenne, autant de moyens d'agir pour la nature.<br>
 | 
        
           |  |  | 185 | 				    <a href="http://www.tela-botanica.org/wikini/colloquescb/wakka.php?wiki=LeLivret">Plus d'infos</a></li>
 | 
        
           |  |  | 186 | 				    <li><img height="80" width="57" alt="Illustration mode d'emploi" src="http://www.tela-botanica.org/sites/commun/generique/images/projets_defilants/modeemploi_80.jpg">
 | 
        
           |  |  | 187 | 				    <h3><a href="http://www.tela-botanica.org/actu/article3814.html">Tela : mode d'emploi</a></h3>
 | 
        
           |  |  | 188 | 				    Annoncer un événement, échanger sur les forums, partager vos relevés... les outils de Tela n'auront plus de secrets pour vous.<br>
 | 
        
           |  |  | 189 | 				    <a href="http://www.tela-botanica.org/actu/article3814.html">Plus d'infos</a></li>
 | 
        
           |  |  | 190 | 				</ul>
 | 
        
           |  |  | 191 | 			</div>
 | 
        
           | 144 | jpm | 192 |   | 
        
           | 22 | jpm | 193 | 			<div id="zone-bas-page">
 | 
        
           |  |  | 194 | 				<div>
 | 
        
           |  |  | 195 | 					<ul>
 | 
        
           |  |  | 196 | 						<li id="accueil"><a id="menu_lien_Array_759" href="http://www.tela-botanica.org/page:accueil?langue=fr" title="Accueil du site de Tela Botanica." >Accueil</a></li>
 | 
        
           |  |  | 197 | 						<li id="faq"><a id="menu_lien_Array_386" href="http://www.tela-botanica.org/page:faq?langue=fr" title="Foire aux Questions, aide en ligne" >Aide</a></li>
 | 
        
           |  |  | 198 | 						<li id="contact"><a id="menu_lien_Array_105" href="http://www.tela-botanica.org/page:contact?langue=fr" accesskey="9" >Contacts</a></li>
 | 
        
           |  |  | 199 | 						<li id="plan"><a id="menu_lien_Array_9" href="http://www.tela-botanica.org/page:plan_du_site?langue=fr" accesskey="5" >Plan du site</a></li>
 | 
        
           |  |  | 200 | 						<li id="rss"><a id="menu_lien_Array_630" href="http://www.tela-botanica.org/page:fluxRSS?langue=fr" title="Flux Rss du site Tela Botanica" >Flux RSS</a></li>
 | 
        
           |  |  | 201 | 						<li id="telechargement"><a id="menu_lien_Array_273" href="http://www.tela-botanica.org/page:telechargement?langue=fr" title="[Raccourci : Alt+6 ] Téléchargement de l'ensemble des fichiers des projets." accesskey="6" >Téléchargement</a></li>
 | 
        
           |  |  | 202 | 						<li id="visite"><a id="menu_lien_Array_25" href="http://www.tela-botanica.org/page:comment_marche_le_reseau?langue=fr" >Présentation du réseau</a></li>
 | 
        
           |  |  | 203 | 						<li id="mentions"><a id="menu_lien_Array_104" href="http://www.tela-botanica.org/page:licence?langue=fr" title="Droits de reproduction" >Mentions légales</a></li>
 | 
        
           |  |  | 204 | 					</ul>
 | 
        
           |  |  | 205 | 				</div>
 | 
        
           |  |  | 206 | 				<address id="coordonees">
 | 
        
           |  |  | 207 | 					<span>Association TELA BOTANICA</span>
 | 
        
           |  |  | 208 | 					<span>Institut de Botanique </span>
 | 
        
           |  |  | 209 | 					<span>163, Rue Auguste Broussonnet</span>
 | 
        
           |  |  | 210 | 					<span>34090 Montpellier</span>
 | 
        
           |  |  | 211 | 					<span>Tél. +334 67 52 41 22</span>
 | 
        
           |  |  | 212 |   | 
        
           |  |  | 213 | 					<span>accueil[at]tela-botanica.org</span>
 | 
        
           |  |  | 214 | 					<br /><br />
 | 
        
           |  |  | 215 | 				</address>
 | 
        
           |  |  | 216 | 			</div>
 | 
        
           |  |  | 217 |   | 
        
           |  |  | 218 | 			<div id="zone-menu-haut">
 | 
        
           |  |  | 219 | 				<div id="zone-visiteur">
 | 
        
           |  |  | 220 | 					<ul>
 | 
        
           |  |  | 221 | 						<li id="connectes">En ligne : <span class="gris"></span></li>
 | 
        
           |  |  | 222 |   | 
        
           |  |  | 223 | 						<li id="inscrits">Inscrits : <span class="gris"></span></li>
 | 
        
           |  |  | 224 | 					</ul>
 | 
        
           |  |  | 225 | 				</div>
 | 
        
           |  |  | 226 | 				<div id="zone-acces-rapide">
 | 
        
           |  |  | 227 | 					<ul>
 | 
        
           |  |  | 228 | 						<li id="don">	<a href="http://www.tela-botanica.org/page:soutien">Faites un don</a></li>
 | 
        
           |  |  | 229 | 						<li id="lettre">	<a href="http://www.tela-botanica.org/page:mon_inscription_au_reseau">Lettre d'actualités</a></li>
 | 
        
           |  |  | 230 | 						<li id="recherche">
 | 
        
           |  |  | 231 | 							<form action="http://www.tela-botanica.org/page:accueil_botanique" method="post" id="form_more_recherche">
 | 
        
           |  |  | 232 | 								<fieldset>
 | 
        
           |  |  | 233 | 									<legend>Moteur de recherche</legend>
 | 
        
           |  |  | 234 | 									<label for="more_motif">Rechercher : </label>
 | 
        
           |  |  | 235 | 									<input id="more_motif" name="more_motif" tabindex="100" maxlength="100" accesskey="4" type="text" value="Rechercher" onfocus="nettoyerChamp(this.id, 'Rechercher');" onblur="nettoyerChamp(this, 'Rechercher'); " title="Mettre les termes entre guillemets pour rechercher sur la phrase exacte."/>
 | 
        
           |  |  | 236 | 									<input id="more_ok" name="more_ok" tabindex="101" value="ok" type="submit" />
 | 
        
           |  |  | 237 | 								</fieldset>
 | 
        
           |  |  | 238 | 							</form>
 | 
        
           |  |  | 239 | 						</li>
 | 
        
           |  |  | 240 | 						<li class="drapeau">
 | 
        
           |  |  | 241 | 							<a href="?langue=fr">
 | 
        
           |  |  | 242 | 								<img src="http://www.tela-botanica.org/sites/commun/generique/images/graphisme/drapeau_fr.png" alt="Français" title="Tela Botanica en Français" />
 | 
        
           |  |  | 243 | 							</a>
 | 
        
           |  |  | 244 | 						</li>
 | 
        
           |  |  | 245 | 						<li class="drapeau">
 | 
        
           |  |  | 246 | 							<a href="?langue=en">
 | 
        
           |  |  | 247 | 								<img src="http://www.tela-botanica.org/sites/commun/generique/images/graphisme/drapeau_gb.png" alt="Anglais" title="Tela Botanica in english" />
 | 
        
           |  |  | 248 | 							</a>
 | 
        
           |  |  | 249 | 						</li>
 | 
        
           |  |  | 250 | 					</ul>
 | 
        
           |  |  | 251 | 				</div>
 | 
        
           |  |  | 252 | 			</div>
 | 
        
           |  |  | 253 | 		</div>
 | 
        
           |  |  | 254 | 	</body>
 | 
        
           |  |  | 255 | </html>
 |