Subversion Repositories Sites.gentiana.org

Rev

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

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