Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 917 | Rev 938 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
527 gduche 1
<!-- Fichier intermédiaire -->
908 aurelien 2
<? $url = htmlentities('?referentiel=bdtfx&niveau=1&module=fiche&num_nom='.$num_nom.'&type_nom='.$type_nom.'&nom='.$nom.'&onglet=');?>
525 gduche 3
<script type="text/javascript">
4
//<![CDATA[
5
	var urlTexteBrutSectionWikiTpl = "<?= Config::get('texteBrutSectionWikiTpl'); ?>";
6
	var urlEditionSectionWikiTpl = "<?= Config::get('editionSectionWikiTpl'); ?>";
7
	var urlTexteFormateSectionWikiTpl = "<?= Config::get('texteFormateSectionWikiTpl'); ?>";
8
	var pageWikiTaxon = "<?= strtoupper($infos['referentiel']); ?>nt<?= $infos['num_tax']; ?>";
917 aurelien 9
	var urlPopup = "<?= Config::get('base_url_application_popup'); ?>";
525 gduche 10
//]]>
11
</script>
12
<div class="synthese">
13
	<div class="colonne deuxtiers">
531 gduche 14
 
15
		<!-- Description -->
525 gduche 16
		<div id="synthese_description" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
17
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-1">
18
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>description">Description</a>
19
			</h3>
20
			<div id="contenu-1" class="contenu">
21
				<h4><?= $description['titre']?></h4>
609 mathilde 22
				<? if ($description['description'] != '') : ?>
608 mathilde 23
					<? if($description['titre'] == 'Description Baseflor') : ?>
24
						<table class="desc">
579 mathilde 25
							<tr>
608 mathilde 26
								<td colspan="2">
27
									<?if ($description['description']['type_bio'] != '') : ?>
28
									 	<span class="titre">Type Biologique :</span> <?=$description['description']['type_bio']; ?><br/>
29
									 <? endif; ?>
579 mathilde 30
								</td>
31
							</tr>
608 mathilde 32
							<tr>
33
								<td colspan="2">
34
									<?  if ($description['description']['form_vegetale'] != '') : ?>
35
								 		<span class="titre">Forme végétale  :</span>  <?=$description['description']['form_vegetale']; ?><br/>
36
								 	<? endif; ?>
37
								 </td>
38
							</tr>
39
							<tr>
40
								<td colspan="2">
41
									<? if ($description['description']['chorologie'] != ''): ?>
42
								 		<span class="titre">Chorologie  : </span> <?=$description['description']['chorologie']; ?><br/>
43
								 	<? endif; ?>
571 mathilde 44
								</td>
45
							</tr>
46
							<tr>
608 mathilde 47
								<td >
48
									<? if ($description['description']['inflorescence'] != '') : ?>
49
									 	<span class="titre">Inflorescence :</span>  <?=$description['description']['inflorescence']; ?><br/>
50
									<? endif; ?>
51
									<? if ($description['description']['fruit'] != '') : ?>
52
									 	<span class="titre">Fruit :</span>  <?=$description['description']['fruit']; ?><br/>
53
									<? endif; ?>
54
									<? if ($description['description']['couleur_fleur'] != '') : ?>
55
									 	<span class="titre">Couleur de la fleur  : </span> <?=$description['description']['couleur_fleur']; ?><br/>
56
									<? endif; ?>
57
									<? if ($description['description']['macule'] != '') : ?>
58
									 	<span class="titre">Macule  :</span>  <?=$description['description']['macule']; ?><br/>
59
									<? endif; ?>
60
									<? if ($description['description']['floraison'] != '') : ?>
61
									 	<span class="titre">Floraison  :</span>  <?=$description['description']['floraison']; ?><br/>
62
									<? endif; ?>
571 mathilde 63
								</td>
608 mathilde 64
								<td>
65
									<? if ($description['description']['sexualite'] != '') : ?>
66
									 	<span class="titre">Sexualité : </span> <?=$description['description']['sexualite']; ?><br/>
67
									<? endif; ?>
68
									<?if ($description['description']['ordre_maturation'] != '') : ?>
69
									 	<span class="titre">Ordre de maturation : </span> <?=$description['description']['ordre_maturation']; ?><br/>
70
									<? endif; ?>
71
									<? if ($description['description']['pollinisation'] != '') : ?>
72
									 	<span class="titre">Pollinisation : </span> <?=$description['description']['pollinisation']; ?><br/>
73
									<? endif; ?>
74
									<? if ($description['description']['dissemination'] != '') : ?>
75
									 	<span class="titre">Dissémination : </span><?=$description['description']['dissemination']; ?><br/>
76
									<? endif; ?>
77
								</td>
571 mathilde 78
							</tr>
608 mathilde 79
						</table>
80
					<? elseif($description['titre'] == 'Description de Coste') : ?>
81
						<table class="desc">
571 mathilde 82
							 <tr>
608 mathilde 83
							 	<td>
84
									<?if ($description['description']['nom_scientifique'] != '') : ?>
85
										<span class="gras">
86
										<?=$description['description']['nom_scientifique']; ?>
87
										</span>
579 mathilde 88
									<? endif; ?>
608 mathilde 89
									<?if ($description['description']['nom_commun'] != '') : ?>
90
										<span class="italique">
91
										<?=$description['description']['nom_commun']; ?>
92
										</span>
93
									<? endif; ?>
571 mathilde 94
								</td>
608 mathilde 95
							 </tr>
96
							 <?if ($description['description']['synonymes'] != '') : ?>
97
								<tr>
98
							 		<td>
99
										<span class="titre">Synonymes </span>
100
										<?=$description['description']['synonymes']; ?>
101
									</td>
102
								</tr>
103
							<? endif; ?>
104
							 <tr>
105
							 	<td>
106
									<?if ($description['description']['texte'] != '') : ?>
107
										<?=$description['description']['texte']; ?>
108
										<br/>
109
									<? endif; ?>
594 delphine 110
								</td>
111
							</tr>
608 mathilde 112
							<?if ($description['description']['ecologie'] != '') : ?>
113
								 <tr>
114
							 		<td>
115
										<span class="titre">Écologie </span>
116
										<?=$description['description']['ecologie']; ?>
117
									</td>
118
								</tr>
119
							<? endif; ?>
120
							<?if ($description['description']['repartition'] != '') : ?>
121
								<tr>
122
							 		<td>
123
										<span class="titre">Répartition </span>
124
										<?=$description['description']['repartition']; ?>
125
									</td>
126
								</tr>
127
							<? endif; ?>
128
							<?if ($description['description']['floraison'] != '') : ?>
129
								 <tr>
130
									 <td>
131
										<span class="titre">Floraison </span>
132
										<?=$description['description']['floraison']; ?>
133
										<?if ($description['description']['fructification'] != '') : ?>
134
											<span class="titre">Fructification </span>
135
											<?=$description['description']['fructification']; ?>
136
										<? endif; ?>
137
									</td>
138
								</tr>
139
							<? endif; ?>
140
							<?if ($description['description']['usages'] != '') : ?>
141
								<tr>
142
									<td>
143
										<span class="titre">Usages</span>
144
											<?=$description['description']['usages']; ?>
145
									</td>
146
								</tr>
147
							<? endif; ?>
148
						</table>
149
					<? else : ?>
150
						<?=$description['description']?>
151
 
152
					<? endif;?>
153
 
886 delphine 154
				<? endif;?><br />
155
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent" id="alignement-droite">
156
					Voir +/Compléter
537 mathilde 157
				</a>
525 gduche 158
			</div>
159
		</div>
160
 
531 gduche 161
		<!-- Ethnobotanique -->
525 gduche 162
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
163
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
164
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
165
			</h3>
166
			<div id="contenu-4" class="contenu">
167
				<h4>Noms communs</h4>
168
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
169
					Aucun nom vernaculaire<br /><br />
170
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
171
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 172
						Rajouter vos informations.
525 gduche 173
					</a>
886 delphine 174
				<? } else { echo $ethnobotanique['wikini']['noms_communs'];} ?>
525 gduche 175
				<?php } else { ?>
176
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
177
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
178
					<?php endforeach; ?>
179
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
886 delphine 180
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
181
							et <?= $ethnobotanique['autresNomsVerna'] ?>
525 gduche 182
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
183
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
184
						</a><br />
185
					<?php }?>
186
				<?php }?>
187
				<h4>Usages</h4>
188
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
189
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 190
						Rajouter vos informations.
525 gduche 191
					</a>
886 delphine 192
				<? } else { echo $ethnobotanique['wikini']['usage']; } ?>
525 gduche 193
				<h4>Culture et arts</h4>
194
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
195
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 196
						Rajouter vos informations.
525 gduche 197
					</a>
886 delphine 198
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
199
				<br />
200
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" id="alignement-droite">
201
					Voir +/Compléter
202
				</a>
525 gduche 203
			</div>
204
		</div>
531 gduche 205
 
206
		<!-- Ecologie -->
207
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
208
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
209
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
525 gduche 210
			</h3>
594 delphine 211
			<div id="contenu-8" class="contenu">
823 mathilde 212
				<h4><?= $ecologie['graph']['titre'] ?></h4>
886 delphine 213
				<? if (empty($ecologie['graph']['description'])) : ?>
214
					<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
215
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
216
							Rajouter vos informations.
217
						</a>
218
					<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
219
					<? endif; ?>
220
				<? else : ?>
221
					<div class="fond_graphique">
222
						<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
556 mathilde 223
							<span class="titre">caractéristiques climatiques</span>
224
							<div class="graphique">
823 mathilde 225
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>"
886 delphine 226
									class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >
556 mathilde 227
								</object>
228
							</div>
839 mathilde 229
						<? endif;?>
230
						<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
556 mathilde 231
							<span class="titre">caractéristiques du sol</span>
232
							<div class="graphique">
823 mathilde 233
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>"
886 delphine 234
									class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >
556 mathilde 235
								</object>
236
							</div>
839 mathilde 237
						<? endif;?>
886 delphine 238
						<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
239
							Voir les références
240
						</a>
241
					</div>
242
				<? endif; ?>
243
				<? if (!empty($ecologie['phytosocio']['description'])) : ?>
244
					<h4>Phytosociologie</h4>
245
					<span class="gras">
246
						<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> -
247
						<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
248
					</span> <br/>
249
					<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> -
250
					<span class="italique">
251
						<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
252
					</span>
253
				<? endif; ?>
254
				<br/>
255
				<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" id="alignement-droite">
256
					Voir +/Compléter
257
				</a>
594 delphine 258
			</div>
525 gduche 259
		</div>
260
 
531 gduche 261
		<!-- Nomenclature -->
525 gduche 262
		<div id="synthese_nomenclature" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
263
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-6">
876 aurelien 264
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>nomenclature">Classification</a>
525 gduche 265
			</h3>
266
			<div id="contenu-6" class="contenu">
829 delphine 267
				<h4>Taxons supérieurs</h4>
846 delphine 268
				<?php if($nomenclature['taxons_sup'] != array()) { ?>
269
					<?php foreach($nomenclature['taxons_sup'] as $taxon) : ?>
829 delphine 270
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
271
					<?php endforeach; ?>
272
				<?php } else { ?>
273
					<div>Aucun taxon supérieur référencé </div>
274
				<?php } ?>
525 gduche 275
				<h4>Nom retenu</h4>
276
				<div>
277
					<div class="nom retenu <?= ($nomenclature['nom_selectionne'] == $nomenclature['nom_retenu_formate']) ? 'surlignage' : '' ?>">
278
						<?= $nomenclature['nom_retenu_formate']; ?>
279
					</div>
280
					<?php if($nomenclature['basionyme_nom_retenu'] != '') { ?>
876 aurelien 281
						<div class="nom"> <span class="nomenclature_basionyme">Basionyme : <?= $nomenclature['basionyme_nom_retenu']; ?></span></div>
525 gduche 282
					<?php } ?>
283
				</div>
284
 
285
				<h4>Synonymes</h4>
286
				<?php if($nomenclature['synonymes'] == array()) { ?>
287
					Aucun synonyme
288
				<? } else { ?>
289
					<?php foreach ($nomenclature['synonymes'] as $synonyme) : ?>
876 aurelien 290
						<div class="nomenclature_synonyme nom<?= ($nomenclature['nom_selectionne'] == $synonyme['nom_sci_complet']) ? ' surlignage' : '' ?>">
525 gduche 291
							<?= $synonyme['nom_sci_complet']; ?>
292
						</div>
293
					<?php endforeach; ?>
294
					<?php if($nomenclature['autresSynonymesNbre'] > 0) { ?>
295
						<a href="<?=$url;?>nomenclature" style="float:right;" class="lien_ouverture_onglet_parent" >et
296
							<?= $nomenclature['autresSynonymesNbre'] ?>
297
							autre<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
298
							synonyme<?= ($nomenclature['autresSynonymesNbre'] > 1) ? 's' : '' ?>
299
						</a>
300
				<?php }} ?>
531 gduche 301
				<h4>Taxons inférieurs</h4>
846 delphine 302
				<?php if($nomenclature['taxons_inf'] != array()) { ?>
303
					<?php foreach($nomenclature['taxons_inf'] as $taxon) : ?>
531 gduche 304
						<div><?= $taxon['rang.libelle'];  ?> : <?= $taxon['nom_sci']; ?></div>
305
					<?php endforeach; ?>
306
				<?php } else { ?>
307
					<div>Aucun taxon inférieur référencé </div>
829 delphine 308
				<?php } ?>
886 delphine 309
				<br/>
310
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
311
					Voir +/Compléter
312
				</a>
531 gduche 313
			</div>
314
		</div>
315
 
886 delphine 316
 
531 gduche 317
		<!-- Bibliographie -->
318
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
886 delphine 319
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
320
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
321
			</h3>
322
			<div id="contenu-2" class="contenu">
323
				<?php if (isset($bibliographie['wikini'])) { ?>
324
					<?= ($bibliographie['wikini']['biblio'] == '') ?
325
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
326
							Rajouter vos données.</a>'
327
					: $bibliographie['wikini']['biblio'].
328
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
329
						Compléter cette  bibliographie</a>'; ?>
330
				<?php } else { ?>
331
					<h4>Flores</h4>
332
					<?php if ($bibliographie['flores'] == array()) { ?>
333
						Aucune flore indiquée
531 gduche 334
					<?php } else { ?>
886 delphine 335
						<?php foreach ($bibliographie['flores'] as $flore) : ?>
336
							<div> - <?= $flore; ?> </div>
337
						<?php endforeach; ?>
338
						<?php if($bibliographie['autresFlores'] > 0) { ?>
339
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
340
								et <?= htmlentities($bibliographie['autresFlores']) ?>
341
								autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
342
								flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
343
							</a>
531 gduche 344
						<?php } } ?><br />
886 delphine 345
					<h4>Références</h4>
346
					<?php if ($bibliographie['references'] == array()) { ?>
347
						Aucune référence bibliographique
348
					<?php } else { ?>
349
						<?php foreach ($bibliographie['references'] as $reference) : ?>
350
							<div> - <?= $reference['reference_html']; ?> </div>
351
						<?php endforeach; ?>
352
						<?php if($bibliographie['autresReferences'] > 0) { ?>
353
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
354
								et <?= $bibliographie['autresReferences'] ?>
355
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
356
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
357
							</a>
358
					<?php } } ?>
359
				<?php }?>
913 aurelien 360
				<hr class="nettoyage" />
886 delphine 361
				<a href="<?=$url;?>bibliographie" class="lien_ouverture_onglet_parent" id="alignement-droite">
362
					Voir +/Compléter
363
				</a>
531 gduche 364
			</div>
886 delphine 365
		</div>
531 gduche 366
 
886 delphine 367
	</div><div class="colonne">
531 gduche 368
 
369
		<!-- Illustrations -->
370
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
371
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
372
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
373
			</h3>
886 delphine 374
			<div id="contenu-0" class="contenu">
876 aurelien 375
				<?php if ($illustrations['imageUrl'] != '') : ?>
917 aurelien 376
					<img class="illustration_cel" title="<?= $num_nom; ?>" src="<?=$illustrations['imageUrl']?>" alt="Image issue du cel ou du site photoflora" style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
531 gduche 377
				<?php else : ?>
378
					<span class="absent" style="float:none; margin-left:55px">
379
						Pas de photo<br />
380
						<a href="http://www.tela-botanica.org/page:cel"
381
							title="Ajouter une photographie au moyen du Carnet en Ligne"
382
							onclick="window.open(this.href); return false;" class="contribuer">
383
							Contribuer
384
						</a>
385
					</span>
386
				<?php endif; ?>
886 delphine 387
				<br/>
388
				<a href="<?=$url;?>illustrations" class="lien_ouverture_onglet_parent" id="alignement-droite">
389
					Voir +/Compléter
390
				</a>
391
			</div>
525 gduche 392
		</div>
531 gduche 393
 
394
		<!-- Répartition -->
395
		<div id="synthese_repartition" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
396
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-3">
397
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>repartition">Répartition</a>
525 gduche 398
			</h3>
886 delphine 399
			<div id="contenu-3" class="contenu">
400
				<h4>Observations</h4>
401
				<img src="<?=htmlentities($repartition['eflore'])?>" alt="Carte des observations" style="margin-left: 11px; width: 190px;" />
402
				<h4>Répartition départementale</h4>
531 gduche 403
				<img src="<?=htmlentities($repartition['chorodep'])?>" alt="Carte de répartition"/>
886 delphine 404
				<br/>
405
				<a href="<?=$url;?>repartition" class="lien_ouverture_onglet_parent" id="alignement-droite">
406
					Voir +/Compléter
407
				</a>
408
			</div>
525 gduche 409
		</div>
531 gduche 410
 
767 aurelien 411
		<!-- Statut de protection -->
934 delphine 412
		<!-- Statut de protection -->
767 aurelien 413
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
414
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
874 aurelien 415
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Protection</a>
767 aurelien 416
			</h3>
934 delphine 417
			<div id="contenu-7" class="contenu <?= (!empty($statut['statuts'])) ? 'attention' : ''; ?>">
810 aurelien 418
				<? if (!empty($statut['statuts'])) { ?>
934 delphine 419
					Attention ce taxon est protégé dans les zones suivantes : <br />
767 aurelien 420
					<?php foreach($statut['statuts'] as $statut_zone) : ?>
421
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
422
							<?= $statut_zone['zone_application']; ?><br />
423
						</a>
424
					<?php endforeach; ?>
425
				<? } else if ($statut['wikini']['statuts_de_protection'] == '') {?>
426
					<span class="pas_de_protection">Pas de protection connue</span>
934 delphine 427
				<? } else { echo $statut['wikini']['statuts_de_protection'];?>
428
				<? } ?>
429
				<br />
886 delphine 430
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
431
					Voir +/Compléter
767 aurelien 432
				</a>
934 delphine 433
			</div>
767 aurelien 434
		</div>
435
 
525 gduche 436
	</div>
437
	<hr class="nettoyage" />
438
</div>