Subversion Repositories Sites.gentiana.org

Rev

Rev 9 | Rev 12 | Go to most recent revision | Details | Compare with Previous | 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 jpm 11
  background:url(./accueil_fond.jpg) top left no-repeat;}
5 jpm 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%;
8 jpm 21
  background:url(./cartouche.png) top left no-repeat;}
5 jpm 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;
11 jpm 31
	top:20px;
32
	left:240px;
5 jpm 33
	width:200px;
34
	margin:0;}
35
#liste_sites, #liste_sites li{
36
	margin:0;
37
	padding:0;
11 jpm 38
	list-style-type:none;
39
	text-align:left;}
40
#liste_sites a{
5 jpm 41
	display:block;
42
	height:50px;
11 jpm 43
	_width:200px;/* Hack IE PC : bogue modèle de boite*/
44
	width:150px;
45
	padding:5px 0 0 50px;
5 jpm 46
	color:#333399;}
47
#liste_sites li a:hover{
48
	text-decoration:underline;}
11 jpm 49
#site_asso_gentiana a{
8 jpm 50
  background:url(./site_asso_gentiana.png) center left no-repeat;}
11 jpm 51
#site_flore_isere a{
8 jpm 52
  background:url(./site_flore_isere.png) center left no-repeat;}
11 jpm 53
#site_gestion_raisonnable a{
8 jpm 54
  background:url(./site_gestion_raisonnable.png) center left no-repeat;}
5 jpm 55
 
56
#zone_actu{
57
	position:absolute;
58
	top:0;
9 jpm 59
	left:435px;
11 jpm 60
	width:245px;
5 jpm 61
	margin:0;}
62
#titre_actu{
63
	margin:0;
9 jpm 64
	font-size:20px;
5 jpm 65
	color:#fff;}
8 jpm 66
#liste_actu, .rss_titre, .rss_date, .rss_description{
67
	text-align:left;
11 jpm 68
	width:235px;
8 jpm 69
	margin:0;
70
	padding:0;}
71
#liste_actu{
72
	height:315px;
11 jpm 73
	width:270px;
8 jpm 74
	overflow:auto;}
75
#liste_actu li{
76
	padding:10px 0 0 0;
77
	list-style-type:none;}
78
.rss_titre{
9 jpm 79
	font-size:16px;
80
	font-weight:bold;}
8 jpm 81
.rss_titre a{
82
	color:#666600;}
9 jpm 83
.rss_titre a:hover{
84
	text-decoration:underline;}
8 jpm 85
.rss_image {
86
	float:left;
9 jpm 87
	display:block;
8 jpm 88
	width:50px;
89
	height:50px;
90
	margin:2px;}
91
.rss_date {
9 jpm 92
	font-weight:bold;
8 jpm 93
	font-size:12px;
94
	color:#FFFF99;}
95
.rss_description {
11 jpm 96
	font-size:11px;
8 jpm 97
	color:#666600;}
5 jpm 98
 
99
#zone_logos{
100
	position:absolute;
101
	bottom:0;
102
	left:0;
103
	margin:0;}
104
#liste_logos{
105
	margin:0;
11 jpm 106
	padding:0 0 0 4px;}
5 jpm 107
#liste_logos li{
108
	display:inline;
109
	margin:0;
11 jpm 110
	padding:0;}
5 jpm 111