Subversion Repositories Sites.gentiana.org

Rev

Rev 99 | Rev 112 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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