Subversion Repositories Sites.gentiana.org

Rev

Rev 8 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 jpm 1
/**********************************************************************************************************************/
2
/*																			Feuille de style de la page d'accueil																					*/
3
/**********************************************************************************************************************/
4
/* Auteur : Jean-Pascal MILCENT <jpm@tela-botanica.org> 																															*/
5
/* Date réalisation : 12 juin 2007 																																										*/
6
 
7
#centrage {
8
	height:768px;
9
	width:1024px;
10
  margin:0 auto;
11
  background:url(/gentiana/accueil/accueil_fond_88ko.jpg) top left no-repeat;}
12
#cartouche {
13
	position:absolute;
14
	height:374px;
15
	width:740px;
16
  margin:0 auto;
17
	margin-top:-187px;
18
	top: 50%;
19
	margin-left:-370px;
20
	left: 50%;
21
  background:url(/gentiana/accueil/cartouche.png) top left no-repeat;}
22
#logo_gentiana{
23
	position:absolute;
24
	top:0;
25
	left:0;}
26
 
27
#titre_sites, #titre_logos {display:none;}
28
 
29
#zone_sites{
30
	position:absolute;
31
	top:0;
32
	left:250px;
33
	width:200px;
34
	margin:0;}
35
#liste_sites, #liste_sites li{
36
	margin:0;
37
	padding:0;
38
	list-style-type:none;}
39
#liste_sites li a{
40
	text-align:left;
41
	display:block;
42
	height:50px;
43
	width:100px;
44
	padding-left:50px;
45
	color:#333399;}
46
#liste_sites li a:hover{
47
	text-decoration:underline;}
48
#site_asso_gentiana {
49
	display: table-cell;
50
	vertical-align:middle;
51
  background:url(/gentiana/accueil/site_asso_gentiana.png) center left no-repeat;}
52
#site_flore_isere {
53
  background:url(/gentiana/accueil/site_flore_isere.png) center left no-repeat;}
54
#site_gestion_raisonnable {
55
  background:url(/gentiana/accueil/site_gestion_raisonnable.png) center left no-repeat;}
56
 
57
#zone_actu{
58
	position:absolute;
59
	top:0;
60
	right:60px;
61
	margin:0;}
62
#titre_actu{
63
	margin:0;
64
	font-size:24px;
65
	color:#fff;}
66
 
67
#zone_logos{
68
	position:absolute;
69
	bottom:0;
70
	left:0;
71
	margin:0;}
72
#liste_logos{
73
	margin:0;
74
	padding:0 0 5px 10px;}
75
#liste_logos li{
76
	display:inline;
77
	margin:0;
78
	padding:0 10px 0 0;}
79