Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
345 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 général */
8
#zone_centrage{
9
	width:800px;
10
	height:610px;
11
  margin:0 auto;
12
  background:url(./fond_fleur.jpg) top center no-repeat;}
346 jpm 13
#zone_habillage{float:right;}
345 jpm 14
 
15
/* Entête de la page */
16
#zone_bandeau{
17
	position:absolute;
18
	top:10px;
19
	height:115px;
20
	width:610px;
21
	margin-left:-305px;
22
	left: 50%;
23
	background:url(./pixel_marron.png) repeat-y 168px 0;}
24
#titre_tb{
25
	position:absolute;
26
	bottom:0;
27
	left:0;
28
	height:114px;
29
	width:154px;
30
	margin:0;}
31
#titre_reseau{
32
	position:absolute;
33
	top:0;
34
	left:180px;
35
	height:92px;
36
	width:381px;
37
	margin:0;}
38
#liste_informations {
39
	position:absolute;
346 jpm 40
	text-align:left;
345 jpm 41
	top:95px;
346 jpm 42
	left:180px;
345 jpm 43
	width:450px;
44
	padding:0;}
45
#liste_informations li{
46
	display:inline;}
47
#liste_informations a{
48
	padding:2px;
49
	border:2px solid #A2A2A2;
50
	background-color:#CFCFCF;
51
	height:24px;
52
	voice-family: "\"}\"";
53
  voice-family:inherit;
54
	height:16px;}
55
#liste_informations a:hover{
56
	text-transform:none;
57
	color:#FFF;
58
	background:#7A292A;
59
	border:1px solid white;}
60
#liste_informations a:visited{
61
	color:#fff;}
62
#liste_informations li:after{
63
	content: " "url(./fleche_gauche.png);}
64
#liste_informations li:before{
65
	content: url(./fleche_droite.png)" ";}
66
 
67
 
346 jpm 68
/* Les liens de la page */
69
#zone_liens{
345 jpm 70
	position:absolute;
71
	top:130px;
72
	height:400px;
73
	width:800px;
74
	margin-left:-400px;
75
	left: 50%;
76
  background:url(./picto_fleur.png) bottom left no-repeat;}
346 jpm 77
#zone_liens li{
345 jpm 78
	list-style-type:none;}
346 jpm 79
#zone_liens ul{
345 jpm 80
	padding:0;}
346 jpm 81
#titre_liens{
345 jpm 82
	display:none;}
83
#zone_info_actu, #zone_info_reseau, #zone_info_botanique, #zone_info_ateliers{
84
	position:absolute;
85
	width:300px;
86
	height:175px;
87
	padding:5px;}
88
#titre_info_botanique{
89
	color:#B5C724;
90
	padding:10px 15px 0 0;}
91
#zone_info_botanique a:visited {
92
	color:#B5C724;}
93
#titre_info_actu{
94
	color:#7D90F4;
95
	padding:10px 0 0 15px;}
96
#zone_info_actu a:visited {
97
	color:#7D90F4;}
98
#titre_info_reseau{
99
	color:#EFBA0C;
100
	padding:10px 15px 0 0;}
101
#zone_info_reseau a:visited {
102
	color:#EFBA0C;}
103
#titre_info_ateliers{
104
	color:#D8572D;
105
	padding:10px 0 0 15px ;}
106
#zone_info_ateliers a:visited {
107
	color:#D8572D;}
346 jpm 108
#zone_liens h3{
345 jpm 109
	text-transform:uppercase;
110
	font-weight:bold;
111
	font-size:20px;
112
	margin:0;}
113
#titre_info_botanique, #titre_info_actu{
114
	padding-top:50px;}
115
#zone_info_botanique{
116
	text-align:right;
117
	top:10px;
118
	left:100px;
119
  background:url(./contour_vert.png) bottom right no-repeat;}
120
#liste_liens_botanique{
121
	margin:10px 15px 0 0;}
122
#zone_info_actu{
123
	text-align:left;
124
	top:10px;
125
	left:412px;
126
  background:url(./contour_bleu.png) bottom left no-repeat;}
127
#liste_liens_actu{
128
	margin:10px 0 0 15px;}
129
#zone_info_reseau{
130
	text-align:right;
131
	top:197px;
132
	left:100px;
133
  background:url(./contour_jaune.png) top right no-repeat;}
134
#liste_liens_reseau{
135
	margin:10px 15px 0 0;}
136
#zone_info_ateliers{
137
	text-align:left;
138
	top:197px;
139
	left:412px;
140
  background:url(./contour_rouge.png) top left no-repeat;}
141
#liste_liens_ateliers{
142
	margin:10px 0 0 15px;}
143
 
346 jpm 144
/* Les mondes */
145
#zone_sites{
146
	display:none;}
345 jpm 147
 
148
/* Pied de page */
149
#zone_partenaires{
150
	position:absolute;
151
	top:490px;
152
	height:100px;
153
	width:800px;
154
	margin-left:-400px;
155
	left: 50%;}
156
#liste_partenaires li{
157
	display:inline;
158
	padding:0 30px 0 0;}
159
#admin {
160
	float:right;
161
	margin-right:20px;}
162
#admin a {
163
	font-size:10px;
164
	color:rgb(169,169,169);
165
	background:url(/accueil/img_underline_accueil.png) center bottom repeat-x;}