7 |
jpm |
1 |
<?php
|
|
|
2 |
/**
|
|
|
3 |
* gentiana - index.php
|
|
|
4 |
*
|
|
|
5 |
* Description :
|
|
|
6 |
*
|
|
|
7 |
*@package gentiana
|
|
|
8 |
//Auteur original :
|
|
|
9 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
|
|
10 |
//Autres auteurs :
|
|
|
11 |
*@author Aucun
|
|
|
12 |
*@copyright Tela-Botanica 1999-2007
|
|
|
13 |
*@version $Revision$ $Date$
|
|
|
14 |
// +------------------------------------------------------------------------------------------------------+
|
|
|
15 |
*/
|
|
|
16 |
?>
|
|
|
17 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
18 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
19 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
20 |
<head>
|
|
|
21 |
<title>Gentiana</title>
|
|
|
22 |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
|
23 |
<meta http-equiv="Content-style-type" content="text/css" />
|
|
|
24 |
<meta http-equiv="Content-script-type" content="text/javascript" />
|
|
|
25 |
<meta http-equiv="Content-language" content="fr" />
|
|
|
26 |
<meta name="robots" content="noindex,nofollow" />
|
|
|
27 |
<meta name="author" content="Tela Botanica" />
|
|
|
28 |
<meta name="keywords" content="Gentiana, association, botanique, botanistes, isère, langue française, France, végétaux, nature, environnement, connaissance, protection, plante, plantes protégées, floristique, cartographie, découvrir, fleurs." />
|
|
|
29 |
<meta name="description" content="Sites web de l'association Gentiana" />
|
|
|
30 |
<link rel="stylesheet" type="text/css" media="screen" href="accueil/accueil_simple.css" />
|
|
|
31 |
<style type="text/css" media="screen"><!-- @import "accueil/accueil_prairie.css"; --></style>
|
|
|
32 |
<link rel="stylesheet" type="text/css" media="print" href="accueil/impression.css" />
|
|
|
33 |
<link rel="alternate stylesheet" type="text/css" media="screen" href="accueil/accueil_bas_debit.css" title="Connexion bas débit" />
|
|
|
34 |
</head>
|
|
|
35 |
<body>
|
|
|
36 |
<div id="centrage">
|
|
|
37 |
<div id="cartouche">
|
|
|
38 |
<h1><a href="/" title="Retour à la page d'accueil"><img id="logo_gentiana" src="accueil/logo_gentiana.png" alt="Gentiana"/></a></h1>
|
|
|
39 |
<div id="zone_sites">
|
|
|
40 |
<h1 id="titre_sites">Sites de l'association Gentiana</h1>
|
|
|
41 |
<ul id="liste_sites">
|
|
|
42 |
<li id="site_asso_gentiana"><a href="#">L'association Gentiana</a></li>
|
|
|
43 |
<li id="site_flore_isere"><a href="#">La flore de l'Isère</a></li>
|
|
|
44 |
<li id="site_gestion_raisonnable"><a href="#">La gestion raisonnable</a></li>
|
|
|
45 |
</ul>
|
|
|
46 |
</div>
|
|
|
47 |
<div id="zone_actu">
|
|
|
48 |
<h1 id="titre_actu">Actualités • Agenda</h1>
|
|
|
49 |
</div>
|
|
|
50 |
<div id="zone_logos">
|
|
|
51 |
<h1 id="titre_logos">Les partenaires de Gentiana</h1>
|
|
|
52 |
<ul id="liste_logos">
|
|
|
53 |
<li id="logo_cg_isere"><a href="http://www.cg38.fr/" title="Aller sur le site du Conseil Générale de l'Isère"><img src="accueil/logo_cg_isere.png" alt="Conseil Générale de l'Isère"/></a></li>
|
|
|
54 |
<li id="logo_tela_botanica"><a href="http://www.tela-botanica.org/" title="Aller sur le site de Tela Botanica"><img src="accueil/logo_tela_botanica.png" alt="Conseil Générale de l'Isère"/></a></li>
|
|
|
55 |
<li id="logo_rhone_alpes"><a href="http://www.rhonealpes.fr/" title="Aller sur le site de Rhône-Alpes"><img src="accueil/logo_rhone_alpes.png" alt="Rhônes-Alpes"/></a></li>
|
|
|
56 |
</ul>
|
|
|
57 |
</div>
|
|
|
58 |
</div>
|
|
|
59 |
</div>
|
|
|
60 |
</body>
|
|
|
61 |
</html>
|