Subversion Repositories Sites.gentiana.org

Rev

Rev 28 | Rev 37 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 36
1
/*
1
/*
2
Feuille de style supportée par les navigateurs modernes (version 5 et +)
2
Feuille de style supportée par les navigateurs modernes (version 5 et +)
3
Auteur:	Jean-Pascal MILCENT 
3
Auteur:	Jean-Pascal MILCENT 
4
*/
4
*/
5
 
5
 
6
/* Icones */
6
/* Icones */
7
a.lien_ext:after {
7
a.lien_ext:after {
8
content: " "url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_fleche.png");}
8
content: " "url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_fleche.png");}
9
a.pdf:before {
9
a.pdf:before {
10
content: url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icon_pdf.png")" ";}
10
content: url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icon_pdf.png")" ";}
11
/*CSS3 : ajout d'un espace entre href et ^ pour konqueror*/
11
/*CSS3 : ajout d'un espace entre href et ^ pour konqueror*/
12
a.mail:after, a[href ^="mailto:"]:after	{
12
a.mail:after, a[href ^="mailto:"]:after	{
13
content: " "url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_mail.png");}
13
content: " "url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_mail.png");}
14
.table_bordure th[title]:after {
14
.table_bordure th[title]:after {
15
content: " "url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_aide.png");}
15
content: " "url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_aide.png");}
16
 
16
 
17
/* Présentation des liens */
17
/* Présentation des liens */
18
a {color:black;}
18
a {color:black;}
19
 
19
 
20
/* Présentation des listes de définitions */
20
/* Présentation des listes de définitions */
21
dl {
21
dl {
22
	width:100%;}
22
	width:100%;}
23
dt {
23
dt {
24
	float:left;
24
	float:left;
25
	font-weight:bold;
25
	font-weight:bold;
26
	text-align:top left;
26
	text-align:top left;
27
	margin-right:0.3em;}
27
	margin-right:0.3em;}
28
dd {
28
dd {
29
	width:auto;
29
	width:auto;
30
	margin-left:0;
30
	margin-left:0;
31
	margin:0.5em 0;}
31
	margin:0.5em 0;}
32
 
32
 
33
/* Présentation des images */
33
/* Présentation des images */
34
img a {
34
img a {
35
	display:block;}
35
	display:block;}
36
 
36
 
37
/* Divers */
37
/* Divers */
38
.clear {
38
.clear {
39
	clear:both;}
39
	clear:both;}
40
.texte_inactif {
40
.texte_inactif {
41
	font-size:10px;
41
	font-size:10px;
42
	color:gray;}
42
	color:gray;}
43
.attention, .information {
43
.attention, .information {
44
	display:block;
44
	display:block;
45
	text-align:center;
45
	text-align:center;
46
	min-height: 50px;
46
	min-height: 50px;
47
	max-width: 800px;
47
	max-width: 800px;
48
	padding:5px 5px 5px 50px;}
48
	padding:5px 5px 5px 50px;}
49
.attention {
49
.attention {
50
	background: #ffffcc url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_attention.png") no-repeat 2% 50%;
50
	background: #ffffcc url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_attention.png") no-repeat 2% 50%;
51
	border: 1px solid red;}
51
	border: 1px solid red;}
52
.information {
52
.information {
53
	background: #e7ebfd url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_information.png") no-repeat 2% 50%;
53
	background: #e7ebfd url("http://www.gentiana.org/sites/commun/generique/images/graphisme/icone_information.png") no-repeat 2% 50%;
54
	border:1px solid #5D81BA;}
54
	border:1px solid #5D81BA;}
55
blockquote {
55
blockquote {
56
	font-style:italic;
56
	font-style:italic;
57
	text-align:center;}
57
	text-align:center;}
58
legend {
58
legend {
59
	text-align:center;}
59
	text-align:center;}
60
 
60
 
61
/*DIFFERENTS BLOCS DE LA PAGE*/
61
/*DIFFERENTS BLOCS DE LA PAGE*/
62
 
62
 
63
#zone_generale {
63
#zone_generale {
64
	text-align:center;}
64
	text-align:center;}
65
 
65
 
66
/* Zone logo */
66
/* Zone logo */
67
#zone_logo {
67
#zone_logo {
68
	position:absolute;
68
	position:absolute;
69
	top:15px;
69
	top:15px;
70
	left:20px;
70
	left:20px;
71
	background:none !important;}
71
	background:none !important;
-
 
72
	z-index:1;}
72
#zone_logo img {
73
#zone_logo img {
73
	border:0 !important;}
74
	border:0 !important;}
74
 
75
 
75
/* Accessibilité */
76
/* Accessibilité */
76
#zone_accessibilite {
77
#zone_accessibilite {
77
	position:absolute;
78
	position:absolute;
78
	top:2px;
79
	top:2px;
79
	left:775px;}
80
	left:775px;
-
 
81
	z-index:1;}
80
#zone_accessibilite a{
82
#zone_accessibilite a{
81
	font-size:10px;
83
	font-size:10px;
82
	color:gray;}
84
	color:gray;}
83
 
85
 
84
 
86
 
85
/* Bandeau */
87
/* Bandeau */
86
#zone_bandeau {
88
#zone_bandeau {
-
 
89
	position:relative;
87
	height:158px;
90
	height:160px;
88
	margin:0}
91
	margin:0;}
89
#titre_site {
92
#titre_site {
90
	position:absolute;
93
	position:absolute;
91
	top:100px;
94
	top:107px;
92
	left:200px;
95
	left:198px;
93
	margin:0;
96
	margin:0;
94
	text-align:right;
97
	text-align:right;
95
	height:38px;
98
  color:white;
96
	background:none !important;}
99
	background:none !important;}
97
#bandeau_contenu {
100
#bandeau_contenu {
98
	position:absolute;
101
	position:absolute;
99
	top:125px;
102
	top:136px;
100
	left:200px;
103
	left:198px;
101
	height:22px;
104
	height:22px;
102
	width:600px;
105
	width:600px;
103
	text-align:left;
106
	text-align:left;
-
 
107
	margin:0;
104
	padding-top:5px;
108
	padding-top:5px;
105
	text-transform:uppercase;}
109
	text-transform:uppercase;}
106
#bandeau_contenu a, #bandeau_contenu a:hover {
110
#bandeau_contenu a, #bandeau_contenu a:hover {
107
	font-weight:bolder;
111
	font-weight:bolder;
108
	margin-left:10px;
112
	margin-left:15px;
109
	color:white;
113
	color:white;
110
	text-decoration:none;}
114
	text-decoration:none;}
111
#bandeau_contenu a:hover {
115
#bandeau_contenu a:hover {
112
	text-decoration:underline;}
116
	text-decoration:underline;}
113
 
117
 
114
/* Moteur de recherche */
118
/* Moteur de recherche */
115
#zone_moteur_recherche {
119
#zone_moteur_recherche {
116
	position:absolute;
120
	position:absolute;
117
	top:139px;
121
	top:138px;
118
	left:540px;
122
	left:540px;
119
	height:22px;
123
	height:22px;
120
	width:250px;}
124
	width:250px;
-
 
125
	margin:0;}
121
#form_more_recherche {
126
#form_more_recherche {
122
	float:right;
127
	float:right;
123
	padding:0;
128
	padding:0;
124
	margin:0;}
129
	margin:0;}
125
#form_more_recherche legend {
130
#form_more_recherche legend {
126
	display:none;}
131
	display:none;}
127
#form_more_recherche fieldset {
132
#form_more_recherche fieldset {
128
	border:0;
133
	border:0;
129
	margin:0;
134
	margin:0;
130
	padding:0;}
135
	padding:0;}
131
#form_more_recherche label {
136
#form_more_recherche label {
132
	display:none;}
137
	display:none;}
-
 
138
#form_more_recherche input#more_motif{
-
 
139
	height:17px;
-
 
140
	margin:0;
-
 
141
	padding:0;}
133
#form_more_recherche input#more_ok {
142
#form_more_recherche input#more_ok {
134
	border:none;
143
	border:none;
135
	background:none;
144
	background:none;
136
	text-transform:uppercase;
145
	text-transform:uppercase;
137
	font-weight:bold;
146
	font-weight:bold;
-
 
147
	height:17px;
138
	margin:0;
148
	margin:0;
139
	padding:0;}
149
	padding:0;}
140
#form_more_recherche input#more_ok:hover {
150
#form_more_recherche input#more_ok:hover {
141
	border-bottom:1px solid;}
151
	border-bottom:1px solid;}
142
/* Texte trouvé par le moteur de recherche */
152
/* Texte trouvé par le moteur de recherche */
143
.surlignage {
153
.surlignage {
144
	background-color:yellow;}
154
	background-color:yellow;}
145
/* Formatage des résultats du moteur de recherche */
155
/* Formatage des résultats du moteur de recherche */
146
#more_resultat, #more_resultat li {
156
#more_resultat, #more_resultat li {
147
	clear:left;
157
	clear:left;
148
	display: inline;
158
	display: inline;
149
	margin: 0;
159
	margin: 0;
150
	padding: 0;
160
	padding: 0;
151
	list-style-type:none;}
161
	list-style-type:none;}
152
.more_iid, .more_dui {
162
.more_iid, .more_dui {
153
	display:none;}
163
	display:none;}
154
.more_ivd {
164
.more_ivd {
155
	width:600px;}
165
	width:600px;}
156
.more_duv a {
166
.more_duv a {
157
	color:#008000;}
167
	color:#008000;}
158
.more_dsv, .more_dsi {
168
.more_dsv, .more_dsi {
159
	color:#C1C1C1;}
169
	color:#C1C1C1;}
160
.more_detail, .more_detail li {
170
.more_detail, .more_detail li {
161
	display: inline;
171
	display: inline;
162
	margin: 0;
172
	margin: 0;
163
	padding: 0;
173
	padding: 0;
164
	list-style-type:none;}
174
	list-style-type:none;}
165
 
175
 
166
/* Zone contenu */
176
/* Zone contenu */
167
#zone_contenu {
177
#zone_contenu {
168
	margin:0 5px 0 205px;
-
 
169
	position:relative;
178
	position:relative;
-
 
179
	margin:0 5px 0 205px;
-
 
180
	padding:0;
170
	min-width:750px;
181
	min-width:750px;
171
	max-width:900px;}
182
	max-width:900px;}
172
 
183
 
173
/* Zone contenu -> VEI*/
184
/* Zone contenu -> VEI*/
174
#zone_vei {
185
#zone_vei {
175
	text-align:left;
186
	text-align:left;
176
	margin:2px 0 5px 0;
187
	margin:10px 0 5px 0;
177
	height:33px;}
188
	height:33px;}
178
#vei {
189
#vei {
179
	display:block;
190
	display:block;
180
	padding:16px 0 0 16px;
191
	padding:16px 0 0 16px;
181
	font-weight:bold;}
192
	font-weight:bold;}
182
#vei_titre {
193
#vei_titre {
183
	text-transform:uppercase;}
194
	text-transform:uppercase;}
184
 
195
 
185
/* Zone contenu navigation : les onglets */
196
/* Zone contenu navigation : les onglets */
186
#zone_contenu_navigation {
197
#zone_contenu_navigation {
187
	position:relative;
198
	position:relative;
188
	float:left;
199
	float:left;
189
	text-align:left;
200
	text-align:left;
190
	font-weight:bold;}
201
	font-weight:bold;
-
 
202
	margin:0;
-
 
203
	padding:0;
-
 
204
	height:21px;
-
 
205
	border-bottom:1px solid;
-
 
206
	width:100%;}
191
#zone_contenu_navigation ul {
207
#zone_contenu_navigation ul {
192
	margin:0;
208
	margin:0;
193
	padding:0;
209
	padding:0;
194
	list-style:none;}
210
	list-style:none;}
195
#zone_contenu_navigation li {
211
#zone_contenu_navigation li {
196
	background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/onglet_droite.png") no-repeat right top;
212
	background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/onglet_droite.png") no-repeat right top;
197
	float:left;
213
	float:left;
198
	margin:0;
214
	margin:0;
199
	padding:0;}
215
	padding:0;}
200
#zone_contenu_navigation a {
216
#zone_contenu_navigation a {
201
	float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
217
	float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
202
	display:block;
218
	display:block;
203
	background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/onglet_gauche.png") no-repeat left top;
219
	background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/onglet_gauche.png") no-repeat left top;
204
	width:.1em;
-
 
205
	white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
220
	white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
-
 
221
	margin:0;
206
	padding:5px 15px 4px;
222
	padding:5px 15px 4px;
-
 
223
	line-height:12px;
207
	text-decoration:none;}
224
	text-decoration:none;}
208
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
225
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
209
#header a {float:none;}
226
#header a {float:none;}
210
/* End IE5-Mac hack */
227
/* End IE5-Mac hack */
211
#zone_contenu_navigation > ul a {
228
#zone_contenu_navigation > ul a {
212
	width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
229
	width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
213
#zone_contenu_navigation li:hover {
230
#zone_contenu_navigation li:hover {
214
	background-position:100% -150px;}
231
	background-position:100% -150px;}
215
#zone_contenu_navigation li:hover a {
232
#zone_contenu_navigation li:hover a {
216
	background-position:0% -150px;}
233
	background-position:0% -150px;}
217
#zone_contenu_navigation .menu_inactif {
234
#zone_contenu_navigation .menu_inactif a {
-
 
235
	line-height:12px;
218
	border-bottom:1px solid;}
236
	border-bottom:1px solid;}
219
#zone_contenu_navigation .menu_actif {
237
#zone_contenu_navigation .menu_actif {
220
	position:relative;
238
	position:relative;
221
	background-position:100% -150px;
239
	background-position:100% -150px;
222
	padding-bottom:2px;
-
 
223
	z-index:3;
240
	z-index:3;
224
	font-weight:bold;}
241
	font-weight:bold;}
225
#zone_contenu_navigation .menu_actif a {
242
#zone_contenu_navigation .menu_actif a {
226
	position:relative;
243
	position:relative;
227
	background-position:0% -150px;
244
	background-position:0% -150px;
228
	padding-bottom:3px;
245
	line-height:13px;
229
	z-index:4;}
246
	z-index:4;}
230
#zone_contenu_navigation .menu_n3 {
-
 
231
	margin:0 0 0 10px;
-
 
232
	padding:0;
-
 
233
	text-align:left;}
-
 
234
 
247
 
235
/* Zone contenu page */
248
/* Zone contenu page */
236
#zone_contenu_page {
249
#zone_contenu_page {
237
	position:relative;
250
	position:relative;
238
	top:-1px;
251
	top:-1px;
239
	clear:both;
252
	clear:both;
240
	padding:0 2px 0 2px;
253
	padding:10px 2px 0 2px;
-
 
254
	margin:-4px 0 0 0;
241
	text-align:justify;
255
	text-align:justify;
242
	min-height:300px;}
256
	min-height:300px;
-
 
257
	border-top:none !important;}
243
#zone_contenu_page_corps{
258
#zone_contenu_page_corps{
244
	clear:both;
259
	clear:both;
245
	line-height:1.2em;
260
	line-height:1.2em;
246
	text-align:justify;
261
	text-align:justify;
247
	padding:0 5px 7px 5px;}
262
	padding:0 5px 7px 5px;}
248
 
263
 
249
/* Zone liste site */
264
/* Zone liste site */
250
#zone_liste_site {
265
#zone_liste_site {
251
	position:absolute;
266
	position:absolute;
252
	top:40px;
267
	top:40px;
253
	left:780px;}
268
	left:780px;}
254
#liste_site li {
269
#liste_site li {
255
	margin:0;
270
	margin:0;
256
	padding:0;
271
	padding:0;
257
	list-style-type:none;
272
	list-style-type:none;
258
	text-align:left;}
273
	text-align:left;}
259
#liste_site a{
274
#liste_site a{
260
	display:block;
275
	display:block;
261
	height:25px;
276
	height:25px;
262
	_width:100px;/* Hack IE PC : bogue modèle de boite*/
277
	_width:100px;/* Hack IE PC : bogue modèle de boite*/
263
	width:75px;
278
	width:75px;
264
	padding:0px 0 0 32px;
279
	padding:0px 0 0 32px;
265
	margin:8px 0;
280
	margin:8px 0;
266
	color:#333399;
281
	color:#333399;
267
	text-decoration:none;
282
	text-decoration:none;
268
	font-size:12px;
283
	line-height:13px;
269
	font-weight:bold;}
284
	font-weight:bold;}
270
#liste_site a:hover{
285
#liste_site a:hover{
271
	text-decoration:underline;}
286
	text-decoration:underline;}
272
#site_asso_gentiana a{
287
#site_asso_gentiana a{
273
  background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_asso_gentiana.png") center left no-repeat;}
288
  background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_asso_gentiana.png") center left no-repeat;}
274
#site_flore_isere a{
289
#site_flore_isere a{
275
  background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_flore_isere.png") center left no-repeat;}
290
  background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_flore_isere.png") center left no-repeat;}
276
#site_gestion_raisonnable a{
291
#site_gestion_raisonnable a{
277
  background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_gestion_raisonnable.png") center left no-repeat;}
292
  background:url("http://www.gentiana.org/sites/commun/generique/images/graphisme/site_gestion_raisonnable.png") center left no-repeat;}
278
 
293
 
279
/* Zone menu */
294
/* Zone menu */
280
#zone_menu {
295
#zone_menu {
281
	position:absolute;
296
	position:absolute;
282
	top:150px;
297
	top:150px;
283
	left:2px;
298
	left:2px;
284
	width:188px;
299
	width:198px;
285
	min-height:292px;
300
	min-height:292px;
286
	padding:5px 5px;
-
 
287
	margin:10px 0;
301
	margin:10px 0;
288
	font-size:13px;
302
	font-size:13px;
289
	text-align:left;}
303
	text-align:left;}
290
#zone_menu hr {
304
#zone_menu hr {
291
	width:40%;
305
	width:40%;
292
	text-align:center;}
306
	text-align:center;}
293
 
307
 
294
/* Zone menu -> menu classique */
308
/* Zone menu -> menu classique */
-
 
309
#zone_menu_classique .menu_classique_n1 {
-
 
310
	margin:5px;
-
 
311
	padding:0;
-
 
312
	list-style-type:none;}
295
#zone_menu_classique .menu_classique_n1, #zone_menu_classique .menu_classique_n2 {
313
#zone_menu_classique .menu_classique_n2 {
296
	padding:0;
314
	padding:0;
297
	margin:0;
315
	margin:0;
298
	list-style-type:none;}
316
	list-style-type:none;}
299
#zone_menu_classique a {
317
#zone_menu_classique a {
300
	display:block;
318
	display:block;
301
	text-decoration:none;
319
	text-decoration:none;
-
 
320
	margin:0;
-
 
321
	height:18px;
302
	font-weight:bold;
322
	font-weight:bold;
303
	background-color:transparent;}
323
	background-color:transparent;}
304
#zone_menu_classique .menu_classique_n1 a {
324
#zone_menu_classique .menu_classique_n1 a {
305
	padding:3px 0 3px 10px;
325
	padding:3px 0 3px 10px;
306
	margin:2px 0;}
326
	margin:2px 0;}
307
#zone_menu_classique .menu_classique_n2 a {
327
#zone_menu_classique .menu_classique_n2 a {
308
	padding:3px 0 3px 15px;
328
	padding:3px 0 3px 15px;
309
	margin:2px;}
329
	margin:2px 0;}
310
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* lien menu niveau 1 actif */
330
#zone_menu_classique .menu_classique_n1>li.menu_actif>a {/* lien menu niveau 1 actif */
311
	border-top-right-radius:10px;
-
 
312
	border-top-left-radius:10px;
-
 
313
	-moz-border-radius-topright:10px;
331
	-moz-border-radius-topright:10px;
314
	-moz-border-radius-topleft:10px;
332
	-moz-border-radius-topleft:10px;
315
	-webkit-border-top-right-radius:10px;
333
	-webkit-border-top-right-radius:10px;
316
	-webkit-border-top-left-radius:10px;
334
	-webkit-border-top-left-radius:10px;
317
	-khtml-border-radius-topright:10px;
335
	-khtml-border-radius-topright:10px;
318
	-khtml-border-radius-topleft:10px;}
336
	-khtml-border-radius-topleft:10px;}
319
 
337
 
320
/* Zone menu -> form connexion et deconnexion */
338
/* Zone menu -> form connexion et deconnexion */
321
#zone_identification {
339
#zone_identification {
322
	margin-top:3em;
340
	margin-top:3em;
323
	padding-top:15px;
341
	padding-top:5px;
324
	min-height:180px;}
342
	min-height:180px;}
325
#zone_identification .erreur {
343
#zone_identification .erreur {
326
	display:block;
344
	display:block;
-
 
345
	text-align:center;
327
	color:red;
346
	color:red;
328
	padding:1em 0 0 2em;}
347
	padding:10px;}
329
#form_connexion, #identification {
348
#form_connexion, #identification {
330
	padding:12px 2px 2px 5px;}
349
	padding:10px 2px 2px 5px;
-
 
350
	margin:0;}
-
 
351
#form_connexion fieldset, #identification fieldset{
-
 
352
	border:none;}
331
#form_connexion legend, #identification legend {
353
#form_connexion legend, #identification legend {
332
	text-transform:uppercase;
354
	text-transform:uppercase;
333
	font-size:14px;
355
	font-size:14px;
334
	font-weight:bold;}
356
	font-weight:bold;}
335
#form_connexion label, #identification label {
357
#form_connexion label, #identification label {
336
	display:none;}
358
	display:none;}
337
label#persistant_label {
359
label#persistant_label {
338
	display:block;
360
	display:block;
339
	margin:0.5em 0 1em 2em;
361
	margin:5px 0 5px 10px;
340
	color:black;
362
	color:black;
341
	font-weight:bold;}
363
	font-weight:bold;}
342
#form_connexion fieldset, #identification fieldset{
-
 
343
	border:none;}
-
 
344
#username, #password {
364
#username, #password {
345
	width:10em;
365
	width:150px;
346
	text-align:left;
366
	margin:5px;
347
	margin:0.5em 0;}
367
	margin-right:40px;
-
 
368
	clear:both;}
348
#persistant {
369
#persistant {
349
	text-align:left;
370
	display:block;
350
	float:left;
371
	float:left;
351
	margin:0.5em 0 1em 0;}
372
	margin:5px;}
352
#form_connexion input#connexion {
373
#form_connexion input#connexion {
353
	border:none;
374
	border:none;
354
	background:none;
375
	background:none;
355
	text-transform:uppercase;
376
	text-transform:uppercase;
356
	font-weight:bold;
377
	font-weight:bold;
357
	margin:0;
378
	margin:0;
358
	padding:0;}
379
	padding:0;}
359
#form_connexion input#connexion:hover {
380
#form_connexion input#connexion:hover {
360
	border-bottom:1px solid;}
381
	border-bottom:1px solid;}
361
#identification_info, #identification, #formconnexion, #iden_action {
382
#identification_info, #identification, #formconnexion, #iden_action {
362
	display:block;
383
	display:block;
363
	width:auto;
384
	width:auto;
364
	text-align:center;
385
	text-align:center;
365
	font-size:11px;
386
	font-size:11px;
366
	margin: 0;
387
	margin: 0;
367
	padding-bottom:2px;}
388
	padding-bottom:2px;}
-
 
389
#inscription_info {
-
 
390
	margin:5px 0 5px 5px;}
368
#lien_inscription, #iden_action a, #lien_inscription:hover, #iden_action a:hover{
391
#lien_inscription, #iden_action a, #lien_inscription:hover, #iden_action a:hover{
369
	text-transform:uppercase;
392
	text-transform:uppercase;
370
	font-weight:bold;
393
	font-weight:bold;
371
	margin:0.5em 0 1.5em 0.5em;
-
 
372
	text-decoration:none;}
394
	text-decoration:none;}
373
#lien_inscription:hover, #iden_action a:hover{
395
#lien_inscription:hover, #iden_action a:hover{
374
	text-decoration:underline;}
396
	text-decoration:underline;}
375
#inscription_aide {
397
#inscription_aide {
376
	margin-left:1em;}
398
	margin-left:1em;}
-
 
399
/* Information sur la personne identifiée */
377
#identification_message, #menu_contextuel h2, #hba_info h1, #hba_info p {
400
#identification_message, #menu_contextuel h2, #hba_info h1, #hba_info p {
378
	display:block;
401
	display:block;
379
	font-size:14px;
402
	font-size:14px;
380
	text-align:center;
403
	text-align:center;
381
	font-weight:bold;
404
	font-weight:bold;
382
	text-transform:none;
405
	text-transform:none;
383
	margin:0 0 5px 0;}
406
	margin:10px 0 5px 0;}
384
#identification_message {
407
#identification_message {
385
	text-transform:uppercase;}
408
	text-transform:uppercase;}
386
#identification_prenom, #identification_nom{
409
#identification_prenom, #identification_nom{
387
	font-size:13px;
410
	font-size:13px;
388
	font-weight:bold;
411
	font-weight:bold;
389
	color:black;}
412
	color:black;}
390
#identification_nom {
413
#identification_nom {
391
	text-transform:uppercase;}
414
	text-transform:uppercase;}
392
#iden_action {
415
#iden_action {
393
	height:125px;}
416
	height:125px;}
394
 
417
 
395
/* Zone menu -> menu contextuel */
418
/* Zone menu -> menu contextuel */
396
#menu_contextuel {
419
#menu_contextuel {
397
	border:1px solid;}
420
	border:1px solid;}
398
 
421
 
399
/* Zone pied */
422
/* Zone pied */
400
#zone_pied {
423
#zone_pied {
401
	font-size:11px;
424
	font-size:11px;
402
	clear:both;
425
	clear:both;
403
	text-align:center;
426
	text-align:center;
404
	min-width:750px;
427
	min-width:750px;
405
	max-width:900px;
428
	max-width:900px;
406
	margin:0 5px 0 205px;}
429
	margin:0 5px 0 205px;}
407
#zone_pied p{
430
#zone_pied p{
408
	position:center;}
431
	position:center;}
409
#zone_pied a, #zone_pied a:hover {
432
#zone_pied a, #zone_pied a:hover {
410
	margin:0 10px;
433
	margin:0 10px;
411
	text-decoration:none;}
434
	text-decoration:none;}
412
#zone_pied a:hover {
435
#zone_pied a:hover {
413
	text-decoration:underline;}
436
	text-decoration:underline;}
414
#pied_menu_commun .menu_commun_n1 {
437
#pied_menu_commun .menu_commun_n1 {
415
	padding:0;}
438
	padding:0;}
416
#pied_menu_commun li {
439
#pied_menu_commun li {
417
	display:inline;}
440
	display:inline;}
418
#pied_menu_commun li+li {
441
#pied_menu_commun li+li {
419
	display:inline;
442
	display:inline;
420
	padding-left:10px;}
443
	padding-left:10px;}
421
 
444
 
422
 
445
 
423
/* Applette Catégorie et Mots Clés */
446
/* Applette Catégorie et Mots Clés */
424
.page_separateur_date_heure, .page_creation_jour, .page_creation_heure, .page_creation_minute, .page_creation_seconde, .page_separateur_heure, .page_separateur_minute, .page_modification_heure, .page_modification_minute{
447
.page_separateur_date_heure, .page_creation_jour, .page_creation_heure, .page_creation_minute, .page_creation_seconde, .page_separateur_heure, .page_separateur_minute, .page_modification_heure, .page_modification_minute{
425
	display:none;}
448
	display:none;}
426
.page_titre {
449
.page_titre {
427
	font-weight:bold;}
450
	font-weight:bold;}
428
 
451
 
429
/* Texte champ d'une fiche */
452
/* Texte champ d'une fiche */
430
.champ_cle {
453
.champ_cle {
431
	font-weight:bold;}
454
	font-weight:bold;}
432
.champ_valeur {
455
.champ_valeur {
433
	font-weight:normal;}p_cle {
456
	font-weight:normal;}p_cle {
434
	font-weight:bold;}
457
	font-weight:bold;}
435
.champ_valeur {
458
.champ_valeur {
436
	font-weight:normal;}
459
	font-weight:normal;}
437
 
460
 
438
/*menu_commun*/
461
/*menu_commun*/
439
.question {
462
.question {
440
	font-weight:bold;}
463
	font-weight:bold;}