Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev Author Line No. Line
526 gduche 1
<!-- Fichier débutant -->
938 aurelien 2
<? $url = htmlentities('?referentiel='.Registre::get('parametres.referentiel').'&niveau='.Registre::get('parametres.niveau').'&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>
594 delphine 20
			<div id="contenu-1" class="contenu">
525 gduche 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
					<? endif;?>
571 mathilde 152
				<? endif;?>
886 delphine 153
				<a href="<?=$url;?>description" class="lien_ouverture_onglet_parent"  id="alignement-droite">
154
					Voir +/Compléter
537 mathilde 155
				</a>
594 delphine 156
			</div>
525 gduche 157
		</div>
158
 
531 gduche 159
		<!-- Ethnobotanique -->
525 gduche 160
		<div id="synthese_ethnobotanique" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
161
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-4">
162
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ethnobotanique">Ethnobotanique</a>
163
			</h3>
164
			<div id="contenu-4" class="contenu">
165
				<h4>Noms communs</h4>
166
				<?php if ($ethnobotanique['nomsVerna'] == array()) { ?>
167
					Aucun nom vernaculaire<br /><br />
168
					<? if ($ethnobotanique['wikini']['noms_communs'] == '') {?>
169
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 170
						Rajouter vos données.
525 gduche 171
					</a>
886 delphine 172
				<? } else { echo $ethnobotanique['wikini']['noms_communs']; } ?>
525 gduche 173
				<?php } else { ?>
174
					<?php foreach ($ethnobotanique['nomsVerna'] as $nom_verna) : ?>
175
						<div> - <?= $nom_verna['nom_vernaculaire'].' ('.$nom_verna['code_langue'].')'; ?> </div>
176
					<?php endforeach; ?>
177
					<?php if($ethnobotanique['autresNomsVerna'] > 0) { ?>
886 delphine 178
						<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent"  id="alignement-droite">
179
							et <?= $ethnobotanique['autresNomsVerna'] ?>
525 gduche 180
							autre<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
181
							nom<?= ($ethnobotanique['autresNomsVerna'] > 1) ? 's' : '' ?>
182
						</a><br />
183
					<?php }?>
184
				<?php }?>
185
				<h4>Usages</h4>
186
				<? if ($ethnobotanique['wikini']['usage'] == '') {?>
187
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 188
						Rajouter vos données.
525 gduche 189
					</a>
886 delphine 190
				<? } else { echo $ethnobotanique['wikini']['usage'];} ?>
525 gduche 191
				<h4>Culture et arts</h4>
192
				<? if ($ethnobotanique['wikini']['culture_et_arts'] == '') {?>
193
					<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent" >
886 delphine 194
						Rajouter vos données.
525 gduche 195
					</a>
886 delphine 196
				<? } else { echo $ethnobotanique['wikini']['culture_et_arts']; } ?>
197
				<br />
198
				<a href="<?=$url;?>ethnobotanique" class="lien_ouverture_onglet_parent"  id="alignement-droite">
199
					Voir +/Compléter
200
				</a>
525 gduche 201
			</div>
202
		</div>
531 gduche 203
 
886 delphine 204
 
531 gduche 205
		<!-- Ecologie -->
206
		<div id="synthese_ecologie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
207
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-8">
208
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>ecologie">Ecologie</a>
525 gduche 209
			</h3>
594 delphine 210
			<div id="contenu-8" class="contenu">
823 mathilde 211
				<h4><?= $ecologie['graph']['titre']  ?></h4>
886 delphine 212
				<? if (empty($ecologie['graph']['description'])) : ?>
213
					<? if ($ecologie['graph']['wikini']['ecologie'] == '') :?>
214
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
215
							Rajouter vos données.
216
						</a>
217
					<? else : echo $ecologie['graph']['wikini']['ecologie'];?>
218
					<? endif; ?>
219
				<? else : ?>
220
					<div class="fond_graphique">
221
						<? if (isset($ecologie['graph']['description']['climat_url'])) :?>
556 mathilde 222
							<span class="titre">caractéristiques climatiques</span>
223
							<div class="graphique">
823 mathilde 224
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['climat_url']?>"
886 delphine 225
									class="svg" alt="<?=$ecologie['graph']['description']['climat_url_png']?>" >
556 mathilde 226
								</object>
227
							</div>
839 mathilde 228
						<? endif; ?>
229
						<? if (isset($ecologie['graph']['description']['sol_url'])) :?>
556 mathilde 230
							<span class="titre">caractéristiques du sol</span>
231
							<div class="graphique">
823 mathilde 232
								<object  type="image/svg+xml" data="<?=$ecologie['graph']['description']['sol_url']?>"
886 delphine 233
									class="svg" class="svg" alt="<?=$ecologie['graph']['description']['sol_url_png']?>" >  >
556 mathilde 234
								</object>
235
							</div>
839 mathilde 236
						<? endif; ?>
886 delphine 237
						<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent">
238
							Voir les références
239
						</a>
240
					</div>
241
				<? endif; ?>
242
				<? if (!empty($ecologie['phytosocio']['description'])) : ?>
243
					<h4>Phytosociologie</h4>
244
					<span class="gras">
245
						<?=$ecologie['phytosocio']['description'][0]['niveau.libelle']?> -
246
						<?=$ecologie['phytosocio']['description'][0]['code_catminat']?>
247
					</span> <br/>
248
						<?=$ecologie['phytosocio']['description'][0]['syntaxon']?> -
249
					<span class="italique">
250
						<?=$ecologie['phytosocio']['description'][0]['physio_biotype']?>
251
					</span>
252
				<? endif; ?>
253
				<br/>
254
				<a href="<?=$url;?>ecologie" class="lien_ouverture_onglet_parent" id="alignement-droite">
255
					Voir +/Compléter
256
				</a>
594 delphine 257
			</div>
525 gduche 258
		</div>
259
 
886 delphine 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</span> : <?= $nomenclature['basionyme_nom_retenu']; ?></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
				<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id="alignement-droite">
310
					Voir +/Compléter
311
				</a>
531 gduche 312
			</div>
313
		</div>
886 delphine 314
 
315
 
531 gduche 316
		<!-- Bibliographie -->
317
		<div id="synthese_bibliographie" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
886 delphine 318
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-2">
319
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>bibliographie">Bibliographie</a>
320
			</h3>
321
			<div id="contenu-2" class="contenu">
322
				<?php if (isset($bibliographie['wikini'])) { ?>
323
					<?= ($bibliographie['wikini']['biblio'] == '') ?
324
						'<a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
325
						Ajoutez votre bibliographie sur ce taxon</a>'
326
					: $bibliographie['wikini']['biblio'].
327
						'<br /><br /><a href="'.$url.'description" class="lien_ouverture_onglet_parent" >
328
							Rajouter vos données.</a>'; ?>
329
				<?php } else { ?>
330
					<h4>Flores</h4>
331
					<?php if ($bibliographie['flores'] == array()) { ?>
332
						Aucune flore indiquée
531 gduche 333
					<?php } else { ?>
886 delphine 334
						<?php foreach ($bibliographie['flores'] as $flore) : ?>
335
							<div> - <?= $flore; ?> </div>
336
						<?php endforeach; ?>
337
						<?php if($bibliographie['autresFlores'] > 0) { ?>
338
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id=alignement-droite>
339
								et <?= htmlentities($bibliographie['autresFlores']) ?>
340
								autre<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
341
								flore<?= ($bibliographie['autresFlores'] > 1) ? 's' : '' ?>
342
							</a>
343
					<?php } } ?><br />
344
					<h4>Références</h4>
345
					<?php if ($bibliographie['references'] == array()) { ?>
346
						Aucune référence bibliographique
347
					<?php } else { ?>
348
						<?php foreach ($bibliographie['references'] as $reference) : ?>
349
							<div> - <?= $reference['reference_html']; ?> </div>
350
						<?php endforeach; ?>
351
						<?php if($bibliographie['autresReferences'] > 0) { ?>
352
							<a href="<?=$url;?>nomenclature" class="lien_ouverture_onglet_parent" id=alignement-droite>
353
								et <?= $bibliographie['autresReferences'] ?>
354
								autre<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
355
								référence<?= ($bibliographie['autresReferences'] > 1) ? 's' : '' ?>
356
							</a>
357
					<?php } } ?>
358
				<?php }?>
913 aurelien 359
				<hr class="nettoyage" />
886 delphine 360
				<a href="<?=$url;?>bibliographie" class="lien_ouverture_onglet_parent" id=alignement-droite>
361
					Voir +/Compléter
362
				</a>
531 gduche 363
			</div>
886 delphine 364
		</div>
531 gduche 365
	</div>
366
 
367
 
368
	<div class="colonne">
369
 
370
		<!-- Illustrations -->
371
		<div id="synthese_illustrations" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
372
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-0">
373
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>illustrations">Illustrations</a>
374
			</h3>
886 delphine 375
			<div id="contenu-0" class="contenu">
876 aurelien 376
				<?php if (empty($illustrations['imageUrl']) == false) : ?>
921 aurelien 377
					<img class="illustration_cel" title="<?= $num_nom; ?>" src="<?=$illustrations['imageUrl']?>" alt="Image issue du cel ou du site photoflora ou de la flore de Coste" style="margin-bottom: 0px; margin-left: -2px; width: 210px;"/>
531 gduche 378
				<?php else : ?>
379
					<span class="absent" style="float:none; margin-left:55px">
380
						Pas de photo<br />
381
						<a href="http://www.tela-botanica.org/page:cel"
382
							title="Ajouter une photographie au moyen du Carnet en Ligne"
383
							onclick="window.open(this.href); return false;" class="contribuer">
384
							Contribuer
385
						</a>
386
					</span>
886 delphine 387
				<?php endif; ?> <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 -->
412
		<div id="synthese_statut" class="module ui-widget ui-widget-content ui-helper-clearfix ui-corner-all">
413
			<h3 class="titre ui-widget-header ui-corner-all" id="titre-7">
874 aurelien 414
				<a class="titreOnglet lien-onglet-synthese" href="<?=$url;?>statut">Protection</a>
767 aurelien 415
			</h3>
886 delphine 416
			<div id="contenu-7" class="contenu <?= (!empty($statut['statuts'])) ? 'attention' : ''; ?>">
810 aurelien 417
				<? if (!empty($statut['statuts'])) { ?>
767 aurelien 418
					<span>Attention ce taxon est protégé dans les zones suivantes : <br />
419
					<?php foreach($statut['statuts'] as $statut_zone) : ?>
420
						<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" >
421
							<?= $statut_zone['zone_application']; ?><br />
422
						</a>
423
					<?php endforeach; ?>
424
					</span>
425
				<? } else if ($statut['wikini']['statuts_de_protection'] == '') {?>
426
					<span class="pas_de_protection">Pas de protection connue</span>
886 delphine 427
				<? } else { echo $statut['wikini']['statuts_de_protection'];?>
767 aurelien 428
				<? } ?>
886 delphine 429
				<br />
430
				<a href="<?=$url;?>statut" class="lien_ouverture_onglet_parent" id="alignement-droite">
431
					Voir +/Compléter
767 aurelien 432
				</a>
886 delphine 433
			</div>
767 aurelien 434
		</div>
531 gduche 435
 
525 gduche 436
	</div>
437
	<hr class="nettoyage" />
438
</div>