Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2649 Rev 2656
1
/** Add css rules here for your application. */
1
/** Add css rules here for your application. */
2
body,td,a,div,.p {
2
body,td,a,div,.p {
3
	font-family: arial, sans-serif
3
	font-family: arial, sans-serif
4
}
4
}
5
 
5
 
6
div,td {
6
div,td {
7
	color: #000000
7
	color: #000000
8
}
8
}
9
 
9
 
10
a:link,.w,.w a:link {
10
a:link,.w,.w a:link {
11
	color: #0000cc
11
	color: #0000cc
12
}
12
}
13
 
13
 
14
a:visited {
14
a:visited {
15
	color: #551a8b
15
	color: #551a8b
16
}
16
}
17
 
17
 
18
a:active {
18
a:active {
19
	color: #ff0000
19
	color: #ff0000
20
}
20
}
21
 
21
 
22
.thumb-wrap {
22
.thumb-wrap {
23
	width: 100px;
23
	width: 100px;
24
	height: 130px;
24
	height: 130px;
25
	display: table-cell;
25
	display: table-cell;
26
	text-align: center;
26
	text-align: center;
27
	vertical-align: middle;
27
	vertical-align: middle;
28
	background-color: #DCDCDC;
28
	background-color: #DCDCDC;
29
	border-width: 1px;
29
	border-width: 1px;
30
	border-style: solid;
30
	border-style: solid;
31
	border-color: #667A6B;
31
	border-color: #667A6B;
32
	overflow: hidden;
32
	overflow: hidden;
33
	position: relative;
33
	position: relative;
34
}
34
}
35
 
35
 
36
miniature_galerie {
36
miniature_galerie {
37
	z-index: 35;
37
	z-index: 35;
38
}
38
}
39
 
39
 
40
.picto_haut_gauche {
40
.picto_haut_gauche {
41
	position: absolute;
41
	position: absolute;
42
	top: 2px;
42
	top: 2px;
43
	left: 2px;
43
	left: 2px;
44
	z-index: 40;
44
	z-index: 40;
45
}
45
}
46
 
46
 
47
.picto_haut_droite {
47
.picto_haut_droite {
48
	position: absolute;
48
	position: absolute;
49
	top: 2px;
49
	top: 2px;
50
	right: 2px;
50
	right: 2px;
51
	z-index: 40;
51
	z-index: 40;
52
}
52
}
53
 
53
 
54
.x-window-tl .x-window-header {
54
.x-window-tl .x-window-header {
55
	color: #4A6438;
55
	color: #4A6438;
56
}
56
}
57
 
57
 
58
.x-window-mc {
58
.x-window-mc {
59
	background-color: #FFFFFF;
59
	background-color: #FFFFFF;
60
}
60
}
61
 
61
 
62
.x-panel-header {
62
.x-panel-header {
63
	color: #FFFFFF;
63
	color: #FFFFFF;
64
}
64
}
65
 
65
 
66
.x-tab-strip span.x-tab-strip-text {
66
.x-tab-strip span.x-tab-strip-text {
67
	color: #FFFFFF;
67
	color: #FFFFFF;
68
}
68
}
69
 
69
 
70
.x-tab-strip-active span.x-tab-strip-text {
70
.x-tab-strip-active span.x-tab-strip-text {
71
	color: #4A6438;
71
	color: #4A6438;
72
	cursor: default;
72
	cursor: default;
73
	font-weight: bold;
73
	font-weight: bold;
74
}
74
}
75
 
75
 
76
.img-list {
76
.img-list {
77
	height: 50px;
77
	height: 50px;
78
	width: 50px;
78
	width: 50px;
79
	display: table-cell;
79
	display: table-cell;
80
	text-align: center;
80
	text-align: center;
81
	vertical-align: middle;
81
	vertical-align: middle;
82
}
82
}
83
 
83
 
84
.dview-list {
84
.dview-list {
85
	display: table-cell;
85
	display: table-cell;
86
	height: auto;
86
	height: auto;
87
	padding-bottom: 10px;
87
	padding-bottom: 10px;
88
	text-align: center;
88
	text-align: center;
89
	vertical-align: middle;
89
	vertical-align: middle;
90
	width: 100px;
90
	width: 100px;
91
}
91
}
92
 
92
 
93
.thumb img:hover {
93
.thumb img:hover {
94
	color: #000000;
94
	color: #000000;
95
}
95
}
96
 
96
 
97
.x-view-over {
97
.x-view-over {
98
	background: #6a8192;
98
	background: #6a8192;
99
	padding: 4px;
99
	padding: 4px;
100
}
100
}
101
 
101
 
102
.x-view-selected {
102
.x-view-selected {
103
	background: #cf7d6a;
103
	background: #cf7d6a;
104
	padding: 4px;
104
	padding: 4px;
105
}
105
}
106
 
106
 
107
.x-temp-crea {
107
.x-temp-crea {
108
	background: #000000;
108
	background: #000000;
109
}
109
}
110
 
110
 
111
.x-temp-modif {
111
.x-temp-modif {
112
	background: #ffffff;
112
	background: #ffffff;
113
}
113
}
114
 
114
 
115
.thumb-wrap {
115
.thumb-wrap {
116
	float: left;
116
	float: left;
117
	margin: 4px;
117
	margin: 4px;
118
	margin-right: 0;
118
	margin-right: 0;
119
	padding: 5px;
119
	padding: 5px;
120
}
120
}
121
 
121
 
122
.avertissement {
122
.avertissement {
123
	font-size: 15px;
123
	font-size: 15px;
124
	text-align: center;
124
	text-align: center;
125
	color: #318D9F;
125
	color: #318D9F;
126
	font-weight: bold;
126
	font-weight: bold;
127
}
127
}
128
 
128
 
129
#liensExt {
129
#liensExt {
130
	float: right;
130
	float: right;
131
	margin-top: -15px;
131
	margin-top: -15px;
132
}
132
}
133
 
133
 
134
#liensExt a {
134
#liensExt a {
135
	margin-right: 10px;
135
	margin-right: 10px;
136
}
136
}
137
 
-
 
138
#lienAide {
-
 
139
	padding-right: 40px;
-
 
140
}
-
 
141
 
137
 
142
#panneau_etat_connexion,#panneau_admin {
138
#panneau_etat_connexion,#panneau_admin {
143
	min-height: 16px;
139
	min-height: 16px;
144
}
140
}
145
 
141
 
146
#x-up-bandeau div div {
142
#x-up-bandeau div div {
147
	height: 100 px !important;
143
	height: 100 px !important;
148
	background-image: url(fond-herbes.png);
144
	background-image: url(fond-herbes.png);
149
	background-repeat: repeat-x;
145
	background-repeat: repeat-x;
150
}
146
}
151
 
147
 
152
#x-view-zoom-img div div {
148
#x-view-zoom-img div div {
153
	display: table-cell;
149
	display: table-cell;
154
	text-align: center;
150
	text-align: center;
155
	vertical-align: middle;
151
	vertical-align: middle;
156
}
152
}
157
 
153
 
158
#x-view-mini-zoom-img div div {
154
#x-view-mini-zoom-img div div {
159
	display: table-cell;
155
	display: table-cell;
160
	text-align: center;
156
	text-align: center;
161
	vertical-align: middle;
157
	vertical-align: middle;
162
}
158
}
163
 
159
 
164
.img-curseur-depl {
160
.img-curseur-depl {
165
	cursor: pointer;
161
	cursor: pointer;
166
}
162
}
167
 
163
 
168
/*#x-view-mini-zoom-img div div img {
164
/*#x-view-mini-zoom-img div div img {
169
	height: 150px;
165
	height: 150px;
170
	width: 150px;
166
	width: 150px;
171
}*/
167
}*/
172
.x-image-gen div div {
168
.x-image-gen div div {
173
	display: table-cell;
169
	display: table-cell;
174
	text-align: center;
170
	text-align: center;
175
	vertical-align: middle;
171
	vertical-align: middle;
176
}
172
}
177
 
173
 
178
.x-image-info-rep div div {
174
.x-image-info-rep div div {
179
	display: table-cell;
175
	display: table-cell;
180
	text-align: center;
176
	text-align: center;
181
	vertical-align: middle;
177
	vertical-align: middle;
182
}
178
}
183
 
179
 
184
.x-selec-modif {
180
.x-selec-modif {
185
	background: #FFCCCC !important;
181
	background: #FFCCCC !important;
186
}
182
}
187
 
183
 
188
.x-selec-crea {
184
.x-selec-crea {
189
	background: #DEE5EE !important;
185
	background: #DEE5EE !important;
190
}
186
}
191
 
187
 
192
.x-selec-liaison {
188
.x-selec-liaison {
193
	background: #FFCCCC !important;
189
	background: #FFCCCC !important;
194
}
190
}
195
 
191
 
196
.x-selec-consult {
192
.x-selec-consult {
197
	background: #DEE5EE !important;
193
	background: #DEE5EE !important;
198
}
194
}
199
 
195
 
200
.x-view-notation-bar {
196
.x-view-notation-bar {
201
	height: 25px;
197
	height: 25px;
202
	width: 25px;
198
	width: 25px;
203
}
199
}
204
 
200
 
205
.x-view-zoom-button-p {
201
.x-view-zoom-button-p {
206
	background-color: #FFFFFF;
202
	background-color: #FFFFFF;
207
	background-image: url("Fleche_gauche.gif");
203
	background-image: url("Fleche_gauche.gif");
208
	background-repeat: no-repeat;
204
	background-repeat: no-repeat;
209
	background-position: 50%;
205
	background-position: 50%;
210
	border: none;
206
	border: none;
211
}
207
}
212
 
208
 
213
.x-view-zoom-button-s {
209
.x-view-zoom-button-s {
214
	background-color: #FFFFFF;
210
	background-color: #FFFFFF;
215
	background-image: url("Fleche_droite.gif");
211
	background-image: url("Fleche_droite.gif");
216
	background-repeat: no-repeat;
212
	background-repeat: no-repeat;
217
	background-position: 50%;
213
	background-position: 50%;
218
	border: none;
214
	border: none;
219
}
215
}
220
 
216
 
221
.img-note img {
217
.img-note img {
222
	height: 20px;
218
	height: 20px;
223
	width: 20px;
219
	width: 20px;
224
}
220
}
225
 
221
 
226
.thumb-wrap span {
222
.thumb-wrap span {
227
	display: block;
223
	display: block;
228
	overflow: hidden;
224
	overflow: hidden;
229
	text-align: center;
225
	text-align: center;
230
}
226
}
231
 
227
 
232
#listeImageGrid {
228
#listeImageGrid {
233
	overflow: hidden;
229
	overflow: hidden;
234
}
230
}
235
 
231
 
236
td.centered-list {
232
td.centered-list {
237
	display: table-cell;
233
	display: table-cell;
238
	overflow: hidden;
234
	overflow: hidden;
239
	vertical-align: middle !important;
235
	vertical-align: middle !important;
240
}
236
}
241
 
237
 
242
.warning_upload {
238
.warning_upload {
243
	font-size: 15px;
239
	font-size: 15px;
244
	text-align: center;
240
	text-align: center;
245
	background-color: #ffffcc;
241
	background-color: #ffffcc;
246
	color: #ff0033;
242
	color: #ff0033;
247
	font-weight: bold;
243
	font-weight: bold;
248
}
244
}
249
 
245
 
250
.nom_retenu {
246
.nom_retenu {
251
	font-weight: bold;
247
	font-weight: bold;
252
}
248
}
253
 
249
 
254
.x-form-creation {
250
.x-form-creation {
255
	background-color: green;
251
	background-color: green;
256
}
252
}
257
 
253
 
258
.x-form-modification {
254
.x-form-modification {
259
	background-color: red;
255
	background-color: red;
260
}
256
}
261
 
257
 
262
.fenmotcles .x-window-body {
258
.fenmotcles .x-window-body {
263
	background-color: white !important;
259
	background-color: white !important;
264
}
260
}
265
 
261
 
266
.nuagetag {
262
.nuagetag {
267
	background-color: white;
263
	background-color: white;
268
}
264
}
269
 
265
 
270
.nuagetag li {
266
.nuagetag li {
271
	float: left;
267
	float: left;
272
	padding: 2px;
268
	padding: 2px;
273
}
269
}
274
 
270
 
275
.motcletaille1 {
271
.motcletaille1 {
276
	font-size: 10px;
272
	font-size: 10px;
277
	color: #990033;
273
	color: #990033;
278
}
274
}
279
 
275
 
280
.motcletaille2 {
276
.motcletaille2 {
281
	font-size: 12px;
277
	font-size: 12px;
282
	color: #FF9999;
278
	color: #FF9999;
283
}
279
}
284
 
280
 
285
.motcletaille3 {
281
.motcletaille3 {
286
	font-size: 14px;
282
	font-size: 14px;
287
	color: #FF9966;
283
	color: #FF9966;
288
}
284
}
289
 
285
 
290
.motcletaille4 {
286
.motcletaille4 {
291
	font-size: 16px;
287
	font-size: 16px;
292
	color: #00FF00;
288
	color: #00FF00;
293
}
289
}
294
 
290
 
295
.motcletaille5 {
291
.motcletaille5 {
296
	font-size: 18px;
292
	font-size: 18px;
297
	color: #33FF99;
293
	color: #33FF99;
298
}
294
}
299
 
295
 
300
.motcletaille6 {
296
.motcletaille6 {
301
	font-size: 20px;
297
	font-size: 20px;
302
	color: #9999FF;
298
	color: #9999FF;
303
}
299
}
304
 
300
 
305
.motcletaille7 {
301
.motcletaille7 {
306
	font-size: 22px;
302
	font-size: 22px;
307
	color: #CCCCCC;
303
	color: #CCCCCC;
308
}
304
}
309
 
305
 
310
.motcletaille8 {
306
.motcletaille8 {
311
	font-size: 24px;
307
	font-size: 24px;
312
	color: #999999;
308
	color: #999999;
313
}
309
}
314
 
310
 
315
.motcletaille9 {
311
.motcletaille9 {
316
	font-size: 26px;
312
	font-size: 26px;
317
	color: #0000FF;
313
	color: #0000FF;
318
}
314
}
319
 
315
 
320
.motcletaille10 {
316
.motcletaille10 {
321
	font-size: 28px;
317
	font-size: 28px;
322
	color: #333333;
318
	color: #333333;
323
}
319
}
324
 
320
 
325
.saisie_invalide_invisible {
321
.saisie_invalide_invisible {
326
	display: none;
322
	display: none;
327
}
323
}
328
 
324
 
329
.saisie_invalide {
325
.saisie_invalide {
330
	display: block;
326
	display: block;
331
	font-size: 12px;
327
	font-size: 12px;
332
	color: #FF0000;
328
	color: #FF0000;
333
	text-align: center;
329
	text-align: center;
334
}
330
}
335
 
331
 
336
#lien_carto {
332
#lien_carto {
337
	padding-left: 2px;
333
	padding-left: 2px;
338
	text-align: left;
334
	text-align: left;
339
}
335
}
340
 
336
 
341
#lien_coord {
337
#lien_coord {
342
	padding-left: 0px;
338
	padding-left: 0px;
343
}
339
}
344
 
340
 
345
.lien_actif {
341
.lien_actif {
346
	text-align: center;
342
	text-align: center;
347
	cursor: pointer;
343
	cursor: pointer;
348
	color: #0033CC;
344
	color: #0033CC;
349
	text-decoration: underline;
345
	text-decoration: underline;
350
}
346
}
351
 
347
 
352
.lien_decale {
348
.lien_decale {
353
	padding-left: 10px;
349
	padding-left: 10px;
354
}
350
}
355
 
351
 
356
.conteneur_selection_localite {
352
.conteneur_selection_localite {
357
	padding-left: 10px;
353
	padding-left: 10px;
358
	text-decoration: none;
354
	text-decoration: none;
359
}
355
}
360
 
356
 
361
#lien_selection_localite {
357
#lien_selection_localite {
362
	color: #0033CC;
358
	color: #0033CC;
363
	text-decoration: underline;
359
	text-decoration: underline;
364
	padding-left: 100px;
360
	padding-left: 100px;
365
}
361
}
366
 
362
 
367
.lien_sel {
363
.lien_sel {
368
	border: dotted 1px black;
364
	border: dotted 1px black;
369
}
365
}
370
 
366
 
371
.x-tree-node-icon-kw {
367
.x-tree-node-icon-kw {
372
	background-image: url("checked.png");
368
	background-image: url("checked.png");
373
	background-position: center center;
369
	background-position: center center;
374
	background-repeat: no-repeat;
370
	background-repeat: no-repeat;
375
	border: 0 none;
371
	border: 0 none;
376
	height: 18px;
372
	height: 18px;
377
	margin: 0;
373
	margin: 0;
378
	padding: 0;
374
	padding: 0;
379
	vertical-align: top;
375
	vertical-align: top;
380
	width: 16px;
376
	width: 16px;
381
}
377
}
382
 
378
 
383
.x-tree-node a span.x-tree-node-text-norm {
379
.x-tree-node a span.x-tree-node-text-norm {
384
	
380
	
385
}
381
}
386
 
382
 
387
.x-tree-node a span.x-tree-node-text-kw {
383
.x-tree-node a span.x-tree-node-text-kw {
388
	color: #008000;
384
	color: #008000;
389
	font-weight: bold;
385
	font-weight: bold;
390
	font-size: 1.1em;
386
	font-size: 1.1em;
391
	font-style: italic;
387
	font-style: italic;
392
}
388
}
393
 
389
 
394
.x-dd-drop-unlink .x-dd-drop-icon {
390
.x-dd-drop-unlink .x-dd-drop-icon {
395
	background-image: url("delier.png");
391
	background-image: url("delier.png");
396
}
392
}
397
 
393
 
398
#infos_taxon {
394
#infos_taxon {
399
	margin-top: 5px;
395
	margin-top: 5px;
400
	vertical-align: middle !important;
396
	vertical-align: middle !important;
401
	margin-left: auto;
397
	margin-left: auto;
402
	margin-right: auto;
398
	margin-right: auto;
403
	text-align: center;
399
	text-align: center;
404
}
400
}
405
 
401
 
406
.texte_info_taxon {
402
.texte_info_taxon {
407
	font-weight: bold;
403
	font-weight: bold;
408
	font-size: 1.1em;
404
	font-size: 1.1em;
409
	font-style: italic;
405
	font-style: italic;
410
}
406
}
411
 
407
 
412
.info_image {
408
.info_image {
413
	font-size: 10px;
409
	font-size: 10px;
414
}
410
}
415
 
411
 
416
.accepter_licence {
412
.accepter_licence {
417
	font-size: 1.5em;
413
	font-size: 1.5em;
418
	height: 70px;
414
	height: 70px;
419
	margin-left: 20px;
415
	margin-left: 20px;
420
	visibility: visible;
416
	visibility: visible;
421
}
417
}
422
 
418
 
423
#loading {
419
#loading {
424
	position: absolute;
420
	position: absolute;
425
	left: 50%;
421
	left: 50%;
426
	top: 50%;
422
	top: 50%;
427
	margin-top: -103px; /* moitié de la hauteur de l'image */
423
	margin-top: -103px; /* moitié de la hauteur de l'image */
428
	margin-left: -332px; /* moitié de la largeur de l'image */
424
	margin-left: -332px; /* moitié de la largeur de l'image */
429
}
425
}
430
 
426
 
431
#loading img {
427
#loading img {
432
	border: 2px solid black;
428
	border: 2px solid black;
433
}
429
}
434
 
430
 
435
.indicateur_filtres {
431
.indicateur_filtres {
436
	color: #000000;
432
	color: #000000;
437
	font-weight: bold !important;
433
	font-weight: bold !important;
438
}
434
}
439
 
435
 
440
.affichage_filtre {
436
.affichage_filtre {
441
	padding: 3px;
437
	padding: 3px;
442
	padding-right: 1px;
438
	padding-right: 1px;
443
	border: solid 1px #555555;
439
	border: solid 1px #555555;
444
	background-color: #AAAAAA;
440
	background-color: #AAAAAA;
445
}
441
}
446
 
442
 
447
.affichage_filtre input[type="button"] {
443
.affichage_filtre input[type="button"] {
448
	background: none;
444
	background: none;
449
	background-color: #999999;
445
	background-color: #999999;
450
	font: 11px tahoma, arial, helvetica, sans-serif;
446
	font: 11px tahoma, arial, helvetica, sans-serif;
451
}
447
}
452
 
448
 
453
.liste_mots_cles {
449
.liste_mots_cles {
454
	list-style-position: outside;
450
	list-style-position: outside;
455
	margin-left: 20px;
451
	margin-left: 20px;
456
	list-style-type: square;
452
	list-style-type: square;
457
}
453
}
458
 
454
 
459
.champ-separation {
455
.champ-separation {
460
	padding-top: 10px;	
456
	padding-top: 10px;	
461
}
457
}
462
 
458
 
463
.lienAfficherChampsEtendus, .lienAjouterChampEtendu {
459
.lienAfficherChampsEtendus, .lienAjouterChampEtendu {
464
	color: #0000CC;
460
	color: #0000CC;
465
    cursor: pointer;
461
    cursor: pointer;
466
    padding-left: 105px;
462
    padding-left: 105px;
467
    text-align: left;
463
    text-align: left;
468
    text-decoration: underline;
464
    text-decoration: underline;
469
}
465
}
470
 
466
 
471
.lienAfficherChampsEtendus {
467
.lienAfficherChampsEtendus {
472
	padding-bottom: 10px;
468
	padding-bottom: 10px;
473
}
469
}
474
 
470
 
475
.lienAjouterChampEtendu {
471
.lienAjouterChampEtendu {
476
 
472
 
477
    padding-bottom: 2px;
473
    padding-bottom: 2px;
478
}
474
}
479
 
475
 
480
.aideCreerChampEtendu {
476
.aideCreerChampEtendu {
481
    color: #666666;
477
    color: #666666;
482
    font-size: 0.85em;
478
    font-size: 0.85em;
483
    padding-bottom: 4px;
479
    padding-bottom: 4px;
484
    padding-top: 10px;
480
    padding-top: 10px;
485
    text-align: justify;
481
    text-align: justify;
486
    width: 360px;
482
    width: 360px;
487
}
483
}
488
 
484
 
489
.popup_champ_etendu {
485
.popup_champ_etendu {
490
	border: 3px solid #667A6B;
486
	border: 3px solid #667A6B;
491
	z-index: 3000;
487
	z-index: 3000;
492
}
488
}
493
 
489
 
494
.popup_connexion {
490
.popup_connexion {
495
	z-index: 3000;
491
	z-index: 3000;
496
}
492
}
497
 
493
 
498
.aideWikiChampEtendu {
494
.aideWikiChampEtendu {
499
    color: #666666;
495
    color: #666666;
500
    font-size: 0.9em;
496
    font-size: 0.9em;
501
    padding-top: 4px;
497
    padding-top: 4px;
502
    padding-bottom: 5px;
498
    padding-bottom: 5px;
503
    text-align: justify;
499
    text-align: justify;
504
    width: 500px;
500
    width: 500px;
505
    height: 30px;
501
    height: 30px;
506
}
502
}
507
 
503
 
508
.descriptionChampEtenduTitre {
504
.descriptionChampEtenduTitre {
509
	color: black; 
505
	color: black; 
510
}
506
}
511
 
507
 
512
.recherche_infos_zone_geo {
508
.recherche_infos_zone_geo {
513
	
509
	
514
}
510
}
515
 
511
 
516
.recherche_infos_zone_geo_en_cours {
512
.recherche_infos_zone_geo_en_cours {
517
	padding: 5px;	
513
	padding: 5px;	
518
}
514
}
519
 
515
 
520
.recherche_infos_zone_geo_en_cours div {
516
.recherche_infos_zone_geo_en_cours div {
521
	font-size: 1.1em;
517
	font-size: 1.1em;
522
	padding-left: 15px;
518
	padding-left: 15px;
523
}
519
}
524
 
520
 
525
.recherche_infos_zone_geo_en_cours div, .recherche_infos_zone_geo_en_cours img {
521
.recherche_infos_zone_geo_en_cours div, .recherche_infos_zone_geo_en_cours img {
526
	float: left;
522
	float: left;
527
}
523
}
528
 
524
 
529
hr.nettoyage {
525
hr.nettoyage {
530
	clear: both;
526
	clear: both;
531
	visibility: hidden;
527
	visibility: hidden;
532
}
528
}
533
 
529
 
534
.champAutoComplete {
530
.champAutoComplete {
535
	margin-bottom: 4px;
531
	margin-bottom: 4px;
536
}
532
}
537
 
533
 
538
.champAutoComplete .gwt-Label {
534
.champAutoComplete .gwt-Label {
539
	visibility: visible;
535
	visibility: visible;
540
	display: inline;
536
	display: inline;
541
	border: none;
537
	border: none;
542
	padding-left: 53px;
538
	padding-left: 53px;
543
	padding-right: 7px;
539
	padding-right: 7px;
544
}
540
}
545
 
541
 
546
.champAutoComplete div, .champAutoComplete div div {
542
.champAutoComplete div, .champAutoComplete div div {
547
	border: none;
543
	border: none;
548
}
544
}
549
 
545
 
550
.champAutoComplete input {
546
.champAutoComplete input {
551
	border: 1px solid #b5b8c8;
547
	border: 1px solid #b5b8c8;
552
	background: #fff url(org.tela_botanica.cel2/js/ext/resources/images/default/form/text-bg.gif) repeat-x 0 0;
548
	background: #fff url(org.tela_botanica.cel2/js/ext/resources/images/default/form/text-bg.gif) repeat-x 0 0;
553
	font: 12px tahoma,arial,helvetica,sans-serif;
549
	font: 12px tahoma,arial,helvetica,sans-serif;
554
}
550
}
555
 
551
 
556
.gwt-SuggestBoxPopup {
552
.gwt-SuggestBoxPopup {
557
	z-index: 9999;	
553
	z-index: 9999;	
558
}
554
}
559
 
555
 
560
.panneauEnLigne .gwt-Label {
556
.panneauEnLigne .gwt-Label {
561
	display: inline;
557
	display: inline;
562
	padding-left: 5px;
558
	padding-left: 5px;
563
	padding-right: 7px;
559
	padding-right: 7px;
564
	height: 15px;
560
	height: 15px;
565
}
561
}
566
 
562
 
567
.panneauModePetiteLargeur div.gwt-Label {
563
.panneauModePetiteLargeur div.gwt-Label {
568
	display: block;
564
	display: block;
569
	height: 15px;
565
	height: 15px;
570
}
566
}
571
 
567
 
572
.panneauModePetiteLargeur input {
568
.panneauModePetiteLargeur input {
573
    margin-left: 53px;
569
    margin-left: 53px;
574
}
570
}
575
 
571
 
576
.panneauEnLigne div {
572
.panneauEnLigne div {
577
	border: none;
573
	border: none;
578
}
574
}
579
 
575
 
580
.selecteurGroupeEtendus select {
576
.selecteurGroupeEtendus select {
581
	background: transparent;
577
	background: transparent;
582
   	border: none;
578
   	border: none;
583
   	font-size: 14px;
579
   	font-size: 14px;
584
   	height: 29px;
580
   	height: 29px;
585
   	padding: 5px; /* If you add too much padding here, the options won't show in IE */
581
   	padding: 5px; /* If you add too much padding here, the options won't show in IE */
586
	background: #fff url(org.tela_botanica.cel2/js/ext/resources/images/default/form/text-bg.gif) repeat-x 0 0;
582
	background: #fff url(org.tela_botanica.cel2/js/ext/resources/images/default/form/text-bg.gif) repeat-x 0 0;
587
    border: 1px solid #b5b8c8;
583
    border: 1px solid #b5b8c8;
588
}
584
}
589
 
585
 
590
.nomRetenu {
586
.nomRetenu {
591
	font-weight: bold;
587
	font-weight: bold;
592
}
588
}
593
 
589
 
594
img#icone_chargement {
590
img#icone_chargement {
595
    border: medium none;
591
    border: medium none;
596
    bottom: 40px;
592
    bottom: 40px;
597
    font-size: 44px;
593
    font-size: 44px;
598
    position: absolute;
594
    position: absolute;
599
    right: 462px;
595
    right: 462px;
600
}
596
}
601
 
597
 
602
#texte_chargement {
598
#texte_chargement {
603
    border: medium none;
599
    border: medium none;
604
    bottom: 33px;
600
    bottom: 33px;
605
    font-family: times new roman;
601
    font-family: times new roman;
606
    font-size: 44px;
602
    font-size: 44px;
607
    font-weight: bold;
603
    font-weight: bold;
608
    left: 228px;
604
    left: 228px;
609
    position: absolute;
605
    position: absolute;
610
}
606
}
611
 
607
 
612
#loading.splash_screen {
608
#loading.splash_screen {
613
	border: none;
609
	border: none;
614
}
610
}
615
 
611
 
616
#x-view-zoom-img div div img.invisible {
612
#x-view-zoom-img div div img.invisible {
617
	display: none;
613
	display: none;
618
}
614
}
619
 
615
 
620
#indication_aucune_image {
616
#indication_aucune_image {
621
    font-family: Times New Roman;
617
    font-family: Times New Roman;
622
    font-size: 40px;
618
    font-size: 40px;
623
    padding-left: 40%;
619
    padding-left: 40%;
-
 
620
}
-
 
621
 
-
 
622
#liste_selection_langue {
-
 
623
	bottom: 2px;
-
 
624
    float: right;
-
 
625
    height: 20px;
-
 
626
    position: relative;
-
 
627
    visibility: visible;
-
 
628
    width: 80px;
-
 
629
}
-
 
630
 
-
 
631
.aucune_image_pour {
-
 
632
	text-align: center;
-
 
633
	vertical-align: middle;
-
 
634
	color: #777;
-
 
635
	font-size: 35px;
624
}
636
}
625
637