Subversion Repositories Sites.gentiana.org

Rev

Rev 13 | 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 {
12 jpm 8
	height:1024px;
9
	width:1280px;
5 jpm 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;
12 jpm 31
	top:50px;
11 jpm 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;}
96 jpm 55
#site_animation_botanique a{
56
  background:url(./site_animation_botanique.png) center left no-repeat;}
5 jpm 57
 
58
#zone_actu{
59
	position:absolute;
60
	top:0;
9 jpm 61
	left:435px;
11 jpm 62
	width:245px;
5 jpm 63
	margin:0;}
64
#titre_actu{
13 jpm 65
	margin:5px 0 0 0;
9 jpm 66
	font-size:20px;
5 jpm 67
	color:#fff;}
8 jpm 68
#liste_actu, .rss_titre, .rss_date, .rss_description{
69
	text-align:left;
11 jpm 70
	width:235px;
13 jpm 71
	margin:5px 0 0 0;
8 jpm 72
	padding:0;}
73
#liste_actu{
13 jpm 74
	height:335px;
75
	width:267px;
8 jpm 76
	overflow:auto;}
77
#liste_actu li{
78
	padding:10px 0 0 0;
79
	list-style-type:none;}
80
.rss_titre{
9 jpm 81
	font-size:16px;
82
	font-weight:bold;}
8 jpm 83
.rss_titre a{
84
	color:#666600;}
9 jpm 85
.rss_titre a:hover{
86
	text-decoration:underline;}
8 jpm 87
.rss_image {
9 jpm 88
	display:block;
8 jpm 89
	width:50px;
90
	height:50px;
91
	margin:2px;}
92
.rss_date {
9 jpm 93
	font-weight:bold;
8 jpm 94
	font-size:12px;
13 jpm 95
	color:#FFFF99;
96
	margin:0;}
8 jpm 97
.rss_description {
11 jpm 98
	font-size:11px;
13 jpm 99
	color:#666600;
100
	margin:0;}
5 jpm 101
 
102
#zone_logos{
103
	position:absolute;
104
	bottom:0;
105
	left:0;
106
	margin:0;}
107
#liste_logos{
108
	margin:0;
11 jpm 109
	padding:0 0 0 4px;}
5 jpm 110
#liste_logos li{
111
	display:inline;
112
	margin:0;
11 jpm 113
	padding:0;}
5 jpm 114