Subversion Repositories Applications.referentiel

Rev

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

Rev Author Line No. Line
6 jpm 1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
45 jpm 3
/* Générique */
47 jpm 4
body {
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
124 delphine 6
	font-size:0.85em;
47 jpm 7
	background-color:#fff;
8
	margin:2px;}
9
h1{
10
	font-size:1.4em;
11
	line-height:1.3em;
12
	font-weight:bold;
13
	padding:0 0 2px 5px;
14
	margin:10px 0 4px 0;
15
	background-color:#c38673;
16
	color:white;}
17
h2{
18
	font-size:1em;
19
	font-weight:bold;
20
	color:black;
21
	text-transform:uppercase;
22
	margin:10px 0 4px 0;
23
	color:#AD5A40;}
24
h3{
25
	font-size:0.95em;
26
	color:black;
27
	font-weight:bold;
28
	margin:8px 0 4px 0;
29
	text-transform:none;}
30
h4{
31
	font-size:0.8em;
32
	color:black;
33
	font-weight:bold;
34
	letter-spacing:0.1em;
35
	margin:8px 0 2px 0;}
36
h5{
37
	font-size:0.8em;
38
	color:black;
39
	font-style:italic;
40
	margin:4px 0 1px 0;}
41
h6{
42
	font-size:0.75em;
43
	color:black;
44
	font-style:italic;
45
	margin:4px 0 1px 0;}
46
a{
47
	color:black;
48
	text-decoration:none;
87 jpm 49
	background:url(images/img_underline_atelier.png) repeat-x center bottom;}
47 jpm 50
a:hover{
51
	color:black;
52
	text-decoration:none;
87 jpm 53
	background:url(images/img_underline_hover_atelier.png) repeat-x center bottom;}
47 jpm 54
hr{
55
	color:#62210F;}
56
table{
58 jpm 57
	border-collapse: collapse;
58
	width:100%;
105 jpm 59
	margin:5px 0;}
47 jpm 60
td,th{
61
	border:1px solid #36560B;
58 jpm 62
	padding:7px 5px;}
63
th{
64
	background-color:#EEE;}
206 delphine 65
label[title]:after, th[title]:after, span[title]:after {
103 jpm 66
    content: " " url("images/aide.png");
67
}
47 jpm 68
caption{
58 jpm 69
	border:1px solid #36560B;
70
	background-color:#EEE;
47 jpm 71
	font-weight:bold;
58 jpm 72
	padding:2px;}
47 jpm 73
img{
74
	border:0;}
75
img a{
76
	display:block;}
77
legend{
78
	color:#AD5A40;}
80 delphine 79
.nettoyeur{
103 jpm 80
	visibility:hidden;}
45 jpm 81
/*--------------------------------------------------------------------------------------------------------------*/
82
/* Disposition */
83
#zone-centrale {
47 jpm 84
	text-align:center;}
45 jpm 85
#zone-logo{
86
	left:18px;
47 jpm 87
	margin:1px 10px;
45 jpm 88
	position:absolute;
89
	top:2px;
90
	z-index:1;}
91
#zone-entete{
47 jpm 92
	height:121px;
45 jpm 93
	margin:0;
87 jpm 94
	background:url("images/bandeau_atelier_fond.png") repeat-x scroll 0 0 transparent;}
45 jpm 95
#zone-entete-contenu{
96
	height:120px;
87 jpm 97
	background:url("images/bandeau_atelier.jpg") no-repeat scroll 0 0 transparent;}
45 jpm 98
#zone-titre-site{
99
	height:38px;
100
	margin:0;
101
	text-align:right;}
102
#zone-titre-site h1{
103
	margin:0 20px 0 0;
104
	padding:0;
105
	background-color:transparent;
106
	font-size:28px;
107
	font-weight:bold;}
46 jpm 108
#zone-corps{
109
	margin:0;
110
	text-align:left;}
45 jpm 111
#zone-navigation{
47 jpm 112
	position:relative;
45 jpm 113
	float:left;
47 jpm 114
	height:21px;
115
	width:100%;
116
	margin:0;
117
	padding:0;
45 jpm 118
	text-align:left;
47 jpm 119
	font-weight:bold;
120
	border-bottom:1px solid #62210F;}
45 jpm 121
#zone-corps-contenu{
122
	clear:both;
123
	min-height:300px;
124
	padding:0 2px;
47 jpm 125
	text-align:justify;
126
	border-top:medium none !important;
127
	border:1px solid #62210F;}
45 jpm 128
#zone-fil-ariane{
47 jpm 129
	font-weight:bold;
130
	text-align:left;}
45 jpm 131
#zone-pied{
47 jpm 132
	clear:both;
133
	text-align:center;}
45 jpm 134
/*--------------------------------------------------------------------------------------------------------------*/
47 jpm 135
/* Logo */
136
#zone-logo img{
137
	border:0;}
138
#zone-logo a{
139
	position:absolute;
140
	top:0;
141
	left:0;}
142
#zone-logo a:hover{
143
	border:1px dotted;}
144
#zone-logo a:hover:after{
145
	content:" Retour à l'accueil ";}
146
/*--------------------------------------------------------------------------------------------------------------*/
45 jpm 147
/* Fil d'ariane */
148
#zone-fil-ariane{
149
	padding:10px 5px;}
150
#zone-fil-ariane p{
151
	font-weight:bold;
152
	float:left;
153
	margin:0;
154
	padding-right:5px;}
155
.fil-ariane{
156
	list-style-type:none;
157
	margin:0;
158
	padding:0;}
159
.fil-ariane li{
160
	float:left;
161
	margin:0;
162
	padding:0;}
163
.fil-ariane li:before{
164
	content: " > ";}
165
.fil-ariane a{
166
	padding:0 5px;}
167
/*--------------------------------------------------------------------------------------------------------------*/
168
/* Navigation onglets */
169
#zone-navigation ul {
170
	margin:0;
171
	padding:0;
172
	list-style:none;}
173
#zone-navigation li {
174
	float:left;
175
	margin:0;
176
	padding:0;
87 jpm 177
	background:url("images/norm_right_both.gif") no-repeat right top;}
45 jpm 178
#zone-navigation a {
179
	float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
180
	display:block;
87 jpm 181
	background:url("images/norm_left_both.gif") no-repeat left top;
45 jpm 182
	width:.1em;
183
	white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
184
	padding:5px 15px 4px;
185
	text-decoration:none;}
186
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
187
#zone-navigation a {float:none;}
188
/* End IE5-Mac hack */
189
#zone-navigation > ul a {
47 jpm 190
	width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
45 jpm 191
#zone-navigation li:hover {
47 jpm 192
	background-position:100% -150px;}
45 jpm 193
#zone-navigation li:hover a {
47 jpm 194
	background-position:0% -150px;}
195
#zone-navigation .inactif {
196
	border-bottom:medium none #62210F;}
197
#zone-navigation .inactif a{
198
	border-bottom:1px solid;
199
	line-height:12px;
200
	font-weight:normal;}
201
#zone-navigation .actif{
202
	position:relative;
203
	background-position:100% -150px;
204
	z-index:3;}
205
#zone-navigation .actif a{
206
	position:relative;
207
	background-position:0 -150px;
208
	line-height:13px;
209
	z-index:4;}
210
/*---------------------------------------------------------------------------------------------------------------------------------------*/
6 jpm 211
/* Général */
33 jpm 212
.discretion{
213
	color:#A9A9A9;
214
	font-size:10px;
215
	font-weight:normal;}
216
.description{
6 jpm 217
	background-color:#f0f0f0;
218
	white-space:pre-wrap;}
33 jpm 219
.resultat{
220
	text-transform:uppercase;}
221
.ok{
6 jpm 222
	background-color:#9ED30D !important;}
33 jpm 223
.ko{
6 jpm 224
	background-color:#E9584C !important;}
33 jpm 225
.espace{
226
	background-color:yellow !important;}
48 jpm 227
.obligatoire{
228
	color:red;}
229
.attention {
230
  display:block;
87 jpm 231
  background: #ffffcc url("images/attention.png") no-repeat 2% 50%;
48 jpm 232
  text-align:center;
233
  border: 1px solid red;
234
  min-height: 30px;
235
  max-width: 800px;
236
  padding:10px 5px 5px 50px;}
237
.information {
87 jpm 238
 background: #e7ebfd url("images/information.png") no-repeat 2% 50%;
48 jpm 239
  text-align:center;
240
  border:1px solid #5D81BA;
241
  max-width: 800px;
242
  min-height:30px;
243
  padding:10px 5px 5px 50px;}
47 jpm 244
hr.nettoyage{
245
	clear:both;
246
	width:0;}
247
/* Formulaire */
248
#zone-form fieldset{
249
	margin:5px;
250
	padding:5px;
251
	float:left;}
252
#zone-form fieldset legend{
253
	padding:0 10px;
254
	border-left:#CCC 1px solid;
255
	border-right:#CCC 1px solid;
256
	background-color:white;
257
	font-size:1.2em;
258
	color:#999;}
259
#zone-form input{
260
	margin:5px;}
261
#zone-form textarea{
262
	with:100%;}
263
#zone-form input[type="submit"] {
264
	width:auto !important;
265
	margin:5px !important;}
266
#zone-form input:hover, #zone-form select:hover, #zone-form input:focus, #zone-form select:focus{
267
	background-color:#DEF;}
38 jpm 268
.case-a-cocher-scroll {
47 jpm 269
	clear:both;
270
	height:6em;
271
	padding:2px;
140 jpm 272
	margin: 0 0 2px 0;
47 jpm 273
	overflow:auto;
274
	width:90%;
140 jpm 275
	border:1px solid #ccc;
47 jpm 276
	background-color:#FFF;}
277
.case-a-cocher-scroll label{
278
	width:90% !important;}
279
.case-a-cocher-scroll input{
280
	margin:0;
38 jpm 281
	padding:0;
47 jpm 282
	width:auto !important;}
283
.case-a-cocher-scroll label:after{
284
	content:"" !important;}
285
.liste-simple li, ul.liste-simple, ul.liste-champs{
38 jpm 286
	list-style-type:none;
287
	padding:0;
288
	margin:0 !important;}
289
.liste-champs li{
290
	padding:2px;}
47 jpm 291
/*---------------------------------------------------------------------------------------------------------------------------------------*/
111 jpm 292
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
293
.largeur-01{
294
	width:60px;}
206 delphine 295
.largeur-01-5{
296
	width:90px;}
111 jpm 297
.largeur-02{
298
	width:120px;}
206 delphine 299
.largeur-02-5{
300
	width:150px;}
111 jpm 301
.largeur-03{
302
	width:180px;}
206 delphine 303
.largeur-03-5{
304
	width:210px;}
111 jpm 305
.largeur-04{
306
	width:240px;}
307
.largeur-05{
308
	width:300px;}
309
.largeur-06{
310
	width:360px;}
311
.largeur-07{
312
	width:420px;}
313
.largeur-08{
314
	width:480px;}
315
.largeur-09{
316
	width:540px;}
317
.largeur-10{
318
	width:600px;}
319
.largeur-11{
320
	width:660px;}
321
.largeur-12{
322
	width:720px;}
323
.largeur-13{
324
	width:780px;}
325
.largeur-14{
326
	width:840px;}
327
.largeur-15{
328
	width:900px;}
329
.largeur-16{
330
	width:960px;}
331
/*---------------------------------------------------------------------------------------------------------------------------------------*/
33 jpm 332
/* Demande de traitements */
45 jpm 333
.traitement-attente{
334
	background-color:#F16158;}
335
.traitement-cours{
336
	background-color:#FCCB54;}
337
.traitement-termine{
338
	background-color:#BBEFA5;}
47 jpm 339
/*---------------------------------------------------------------------------------------------------------------------------------------*/
33 jpm 340
/* Traitement */
341
#resultats {
342
	width:1024px;}
343
#resultats .numero{
344
	font-weight:bold;
345
	width:2%;}
346
#resultats .nom{
347
	font-weight:bold;
348
	width:30%;}
47 jpm 349
/*---------------------------------------------------------------------------------------------------------------------------------------*/
33 jpm 350
/* Résultat */
351
#ref-resultat .resultat{
352
	width:20px;
353
	padding:5px;}
354
#ref-resultat .description, #ref-resultat .message{
355
	width:800px;
356
	padding:5px;}
357
#ref-resultat .message p{
38 jpm 358
	background-color:#f0f0f0;}
47 jpm 359
/*---------------------------------------------------------------------------------------------------------------------------------------*/
69 delphine 360
/* Résultat consultation*/
80 delphine 361
.nom_retenu{
69 delphine 362
	font-weight:bold;}
111 jpm 363
/*---------------------------------------------------------------------------------------------------------------------------------------*/
80 delphine 364
/* Présentation Fiche Taxon*/
365
.txt-long{
366
	white-space:pre-wrap;}
367
p.txt-long{
368
	width:53.6em;
369
	padding:.3em;
370
	background-color:#FFF;}
371
#texte li{
372
	margin:0;}
111 jpm 373
.ref-onglets{
374
	font-size:0.9em;}
80 delphine 375
.ref-sommaire a{
376
	background:none;}
377
.label-grand dt{
378
	width:28em;}
379
.label-court dt{
380
	width:12em;}
111 jpm 381
th.vide {
382
	background-color:transparent;
383
	border:none;}
206 delphine 384
#ref-ref-mail pre{
385
	font-family:Arial, Helvetica, Verdana, sans-serif;
210 delphine 386
	font-size:1em;
387
	margin:1em 0;
388
	border:none;}
389
#ref-ref-mail form{
390
	text-align:center;
391
	margin:1em 0;
392
	padding:0;
393
	}
394
#ref-ref-mail label{
395
	display:inline-block;
396
	width:150px;
397
	padding:0 1em;
398
	text-align:left;
399
	vertical-align: top;}
400
#ref-ref-mail textarea{
401
	width:600px;}
402
#ref-ref-mail .droite{
403
	margin-left:130px;}
404
#ref-ref-mail .champs{
405
	width:600px;}
406
#ref-ref-mail .valid{
407
	float:center;
408
	}
409
 
206 delphine 410
 
69 delphine 411
/*---------------------------------------------------------------------------------------------------------------------------------------*/
111 jpm 412
/* Fragmenteur : pagination */
413
.fragmenteur select, .fragmenteur a, .fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats {
414
    -moz-border-radius: 4px 4px 4px 4px;
415
    color: white;
416
    margin: 0 2px;
417
    padding: 5px;}
418
.fragmenteur select, .fragmenteur a {
419
    background-color: #C38673;
420
    border: 1px solid black;}
421
.fragmenteur a:hover, .fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats {
422
    background-color: #AEDC43;
423
    border: 1px solid #86A736;
424
    font-weight: bold;}
425
.frag_separateur {
426
    display: none;}
427
/*---------------------------------------------------------------------------------------------------------------------------------------*/
47 jpm 428
/* Versionnage */
429
#zone-form{
430
	position:relative;
431
	width:100%;}
432
#zone-form fieldset:hover{
433
	background-color:#EFE0D1;}
434
#ref-demande-versionnage fieldset{
435
	width:400px;}
436
#ref-demande-versionnage textarea{
437
	width:95%;}
438
#ref-demande-versionnage label{
439
	display:block;
440
	float:left;
140 jpm 441
	width:40%;
47 jpm 442
	margin:2px 0;}
48 jpm 443
#ref-demande-versionnage #champs-domaine label{
444
	width:90%;}
47 jpm 445
#ref-demande-versionnage input{
140 jpm 446
	width:100%;
447
	margin:0 0 2px 0;}
47 jpm 448
#case-a-cocher-scroll-licence, label[for="referencement"]{
449
	width:90% !important;}
450
#case-a-cocher-scroll-licence label{
451
	width:80%;}
452
#champs-contributeur{
453
	clear:left;}
454
#ref-versionnage-ok{/*Pour IE6*/
455
	width:auto !important;
456
	margin:5px !important;}
457
#champs-contributeur p{
458
	width:32%;
459
	float:left;
460
	font-size:0.8em;
461
	padding:3px;}
462
#champs-contributeur div{
463
	width:66%;
464
	float:left;
465
	margin-left:2px;
466
	padding-left:5px;
80 delphine 467
	border-left:1px dotted black;}
468
 
469
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
470
.ref-onglets{
471
	margin:0;/*Pour IE*/
472
	padding:0;/*Pour IE*/
473
	height:auto !important;height:100%;/*Pour IE*/}