Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 488 Rev 490
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*----------------------------------------------------------------------------------------------------------*/
2
/*----------------------------------------------------------------------------------------------------------*/
3
/* Générique */
3
/* Générique */
4
body {
4
body {
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
6
	font-size:0.85em;
6
	font-size:0.85em;
7
	background-color:#fff;
7
	background-color:#fff;
8
	margin:2px;
8
	margin:2px;
9
}
9
}
10
h1, h2, h3, h4 {
10
h1, h2, h3, h4 {
11
	font-weight:bold;
11
	font-weight:bold;
12
	letter-spacing:0;
12
	letter-spacing:0;
13
}
13
}
14
h1 {
14
h1 {
15
	padding:0 0 0 25px;
15
	padding:0 0 0 25px;
16
	margin:20px 0 10px 0;
16
	margin:20px 0 10px 0;
17
	font-size:15px;
17
	font-size:15px;
18
	text-transform:uppercase;
18
	text-transform:uppercase;
19
	color:#fd8c13;
19
	color:#fd8c13;
20
}
20
}
21
h2 {
21
h2 {
22
	margin:20px 0 12px 0;
22
	margin:20px 0 12px 0;
23
	font-size:15px;
23
	font-size:15px;
24
	color:#FD8C13;
24
	color:#FD8C13;
25
}
25
}
26
h3 {
26
h3 {
27
	margin:20px 0 12px;
27
	margin:20px 0 12px;
28
	font-size:14px;
28
	font-size:14px;
29
	color:#454341;
29
	color:#454341;
30
}
30
}
31
h4 {
31
h4 {
32
	margin:2px 2px 2px 0;
32
	margin:2px 2px 2px 0;
33
	font-size:11px;
33
	font-size:11px;
34
	font-weight:normal;
34
	font-weight:normal;
35
	color:#AAAAAA;
35
	color:#AAAAAA;
36
}
36
}
37
h1 a, h2 a, h3 a, h4 a {
37
h1 a, h2 a, h3 a, h4 a {
38
	color:inherit;
38
	color:inherit;
39
	border-bottom: dotted 1px;
39
	border-bottom: dotted 1px;
40
}
40
}
41
h3 a {
41
h3 a {
42
	border-color:#CCCCCC;
42
	border-color:#CCCCCC;
43
}
43
}
44
a {
44
a {
45
	color:#598000;
45
	color:#598000;
46
	border-bottom:1px dotted #95ae5d;
46
	border-bottom:1px dotted #95ae5d;
47
}
47
}
48
a:hover {
48
a:hover {
49
	color:#FD8C13;
49
	color:#FD8C13;
50
	border-bottom:1px dotted #95ae5d;
50
	border-bottom:1px dotted #95ae5d;
51
}
51
}
52
hr{
52
hr{
53
	color:#62210F;
53
	color:#62210F;
54
}
54
}
55
table{
55
table{
56
	border-collapse: collapse;
56
	border-collapse: collapse;
57
	width:100%;
57
	width:100%;
58
	margin:5px 0;
58
	margin:5px 0;
59
}
59
}
60
td,th{
60
td,th{
61
	border:1px solid #36560B;
61
	border:1px solid #36560B;
62
	padding:7px 5px;
62
	padding:7px 5px;
63
}
63
}
64
th{
64
th{
65
	background-color:#EEE;
65
	background-color:#EEE;
66
}
66
}
67
th[title]:after {
67
th[title]:after {
68
    content: " " url("../images/aide.png") !important;
68
    content: " " url("../images/aide.png") !important;
69
}
69
}
70
caption{
70
caption{
71
	border:1px solid #36560B;
71
	border:1px solid #36560B;
72
	background-color:#EEE;
72
	background-color:#EEE;
73
	font-weight:bold;
73
	font-weight:bold;
74
	padding:2px;
74
	padding:2px;
75
}
75
}
76
img{
76
img{
77
	border:0;
77
	border:0;
78
}
78
}
79
img a{
79
img a{
80
	display:block;
80
	display:block;
81
}
81
}
82
legend{
82
legend{
83
	color:#AD5A40;
83
	color:#AD5A40;
84
}
84
}
85
dl {
85
dl {
86
	width:100%;
86
	width:100%;
87
}
87
}
88
dt {
88
dt {
89
	float:left;
89
	float:left;
90
	font-weight:bold;
90
	font-weight:bold;
91
	text-align:top left;
91
	text-align:top left;
92
	margin-right:0.3em;
92
	margin-right:0.3em;
93
}
93
}
94
dd {
94
dd {
95
	width:auto;
95
	width:auto;
96
	margin:0.5em 0;
96
	margin:0.5em 0;
97
}
97
}
98
/*----------------------------------------------------------------------------------------------------------*/
98
/*----------------------------------------------------------------------------------------------------------*/
99
/* Disposition */
99
/* Disposition */
100
#zone-centrale {
100
#zone-centrale {
101
	text-align:center;
101
	text-align:center;
102
}
102
}
103
#zone-logo{
103
#zone-logo{
104
	left:18px;
104
	left:18px;
105
	margin:1px 10px;
105
	margin:1px 10px;
106
	position:absolute;
106
	position:absolute;
107
	top:2px;
107
	top:2px;
108
	z-index:1;
108
	z-index:1;
109
}
109
}
110
#zone-entete{
110
#zone-entete{
111
	height:121px;
111
	height:121px;
112
	margin:0;
112
	margin:0;
113
}
113
}
114
#zone-titre{
114
#zone-titre{
115
	height:38px;
115
	height:38px;
116
	margin:0;
116
	margin:0;
117
	text-align:right;
117
	text-align:right;
118
}
118
}
119
#zone-titre h1{
119
#zone-titre h1{
120
	margin:0 20px 0 0;
120
	margin:0 20px 0 0;
121
	padding:0;
121
	padding:0;
122
	background-color:transparent;
122
	background-color:transparent;
123
	font-size:28px;
123
	font-size:28px;
124
	font-weight:bold;
124
	font-weight:bold;
125
}
125
}
126
#zone-corps{
126
#zone-corps{
127
	margin:0;
127
	margin:0;
128
	text-align:left;
128
	text-align:left;
129
}
129
}
130
#zone-menu{
130
#zone-menu{
131
	position:relative;
131
	position:relative;
132
	float:left;
132
	float:left;
133
	height:21px;
133
	height:21px;
134
	width:100%;
134
	width:100%;
135
	margin:0;
135
	margin:0;
136
	padding:0;
136
	padding:0;
137
	text-align:left;
137
	text-align:left;
138
	font-weight:bold;
138
	font-weight:bold;
139
	border-bottom:1px solid #62210F;
139
	border-bottom:1px solid #62210F;
140
}
140
}
141
#zone-contenu{
141
#zone-contenu{
142
	clear:both;
142
	clear:both;
143
	min-height:300px;
143
	min-height:300px;
144
	padding:0 2px;
144
	padding:0 2px;
145
	text-align:justify;
145
	text-align:justify;
146
	border-top:medium none !important;
146
	border-top:medium none !important;
147
	border:1px solid #62210F;
147
	border:1px solid #62210F;
148
}
148
}
149
#zone-pied{
149
#zone-pied{
150
	clear:both;
150
	clear:both;
151
	text-align:center;
151
	text-align:center;
152
}
152
}
153
 
153
 
154
.ui-tabs { padding:0; position: relative; }
154
.ui-tabs { padding:0; position: relative; }
155
/*----------------------------------------------------------------------------------------------------------*/
155
/*----------------------------------------------------------------------------------------------------------*/
156
/* Logo */
156
/* Logo */
157
#zone-logo img{
157
#zone-logo img{
158
	border:0;
158
	border:0;
159
}
159
}
160
#zone-logo a{
160
#zone-logo a{
161
	position:absolute;
161
	position:absolute;
162
	top:0;
162
	top:0;
163
	left:0;
163
	left:0;
164
}
164
}
165
#zone-logo a:hover{
165
#zone-logo a:hover{
166
	border:1px dotted;
166
	border:1px dotted;
167
}
167
}
168
#zone-logo a:hover:after{
168
#zone-logo a:hover:after{
169
	content:" Retour à l'accueil ";
169
	content:" Retour à l'accueil ";
170
}
170
}
171
/*----------------------------------------------------------------------------------------------------------*/
171
/*----------------------------------------------------------------------------------------------------------*/
172
/* Navigation : onglets */
172
/* Navigation : onglets */
173
.onglets { 
173
.onglets { 
174
	display:inline-block;
174
	display:inline-block;
175
	padding:0;
175
	padding:0;
176
	margin:0;
176
	margin:0;
177
}
177
}
178
.onglets a {
178
.onglets a {
179
	border:none
179
	border:none
180
}
180
}
181
.onglets li a, .onglets li{
181
.onglets li a, .onglets li{
182
	list-style-image:none;
182
	list-style-image:none;
183
	padding:5px 3px 5px 3px;
183
	padding:5px 3px 5px 3px;
184
	margin-top:2px;
184
	margin-top:2px;
185
	background-color:#C2C0AD;
185
	background-color:#C2C0AD;
186
}
186
}
187
.onglets li{
187
.onglets li{
188
	cursor:pointer;
188
	cursor:pointer;
189
	float:left;
189
	float:left;
190
	list-style:none;
190
	list-style:none;
191
	margin-right:5px;
191
	margin-right:5px;
192
	font-size:13px;
192
	font-size:13px;
193
	text-transform:uppercase;
193
	text-transform:uppercase;
194
	letter-spacing:0;
194
	letter-spacing:0;
195
	padding:5px 2px 5px 5px;
195
	padding:5px 2px 5px 5px;
196
	margin:0 1px 0 0;
196
	margin:0 1px 0 0;
197
	background:none no-repeat 5px 9px #C2C0AD;
197
	background:none no-repeat 5px 9px #C2C0AD;
198
	color:#fd8c13;
198
	color:#fd8c13;
199
	border:1px solid #c2c0ad;
199
	border:1px solid #c2c0ad;
200
	border-bottom:0px solid #c2c0ad;
200
	border-bottom:0px solid #c2c0ad;
201
	text-decoration:none;
201
	text-decoration:none;
202
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
202
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
203
}
203
}
204
.onglets .menu_actif a{
204
.onglets .menu_actif a{
205
	background:none;
205
	background:none;
206
	color:#FD8C13;
206
	color:#FD8C13;
207
	font-weight:bold;
207
	font-weight:bold;
208
}
208
}
209
.onglets .menu_actif{
209
.onglets .menu_actif{
210
	background:none;
210
	background:none;
211
	border:1px solid #C2C0AD;
211
	border:1px solid #C2C0AD;
212
	border-bottom:0 solid #c2c0ad;
212
	border-bottom:0 solid #c2c0ad;
213
	text-decoration:none;
213
	text-decoration:none;
214
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
214
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
215
}
215
}
216
.onglets .menu_inactif a, .onglets h1{
216
.onglets .menu_inactif a, .onglets h1{
217
	color:#6C6865;
217
	color:#6C6865;
218
}
218
}
219
.onglets .menu_actif h1{
219
.onglets .menu_actif h1{
220
	color:#FD8C13;
220
	color:#FD8C13;
221
}
221
}
222
.onglets li:hover{
222
.onglets li:hover{
223
	background:white;
223
	background:white;
224
	border-bottom:0;
224
	border-bottom:0;
225
}
225
}
226
.onglets li a:hover{
226
.onglets li a:hover{
227
	color:#FD8C13;
227
	color:#FD8C13;
228
	background:white
228
	background:white
229
}
229
}
230
/*----------------------------------------------------------------------------------------------------------*/
230
/*----------------------------------------------------------------------------------------------------------*/
231
/* Général */
231
/* Général */
232
.centrer{
232
.centrer{
233
	text-align:center;
233
	text-align:center;
234
}
234
}
235
.discretion{
235
.discretion{
236
	color:#A9A9A9;
236
	color:#A9A9A9;
237
	font-size:10px;
237
	font-size:10px;
238
	font-weight:normal;}
238
	font-weight:normal;}
239
.attention {
239
.attention {
240
	display:inline-block;
240
	display:inline-block;
241
	background-color:#ffffcc;
241
	background-color:#ffffcc;
242
	background-image:url("../images/attention.png");
242
	background-image:url("../images/attention.png");
243
	background-repeat:no-repeat;
243
	background-repeat:no-repeat;
244
	background-position:2% 50%;
244
	background-position:2% 50%;
245
	padding:10px 5px 5px 40px;
245
	padding:10px 5px 5px 40px;
246
	margin:0 0 3px 16px;
246
	margin:0 0 3px 16px;
247
	background-size:24px 24px;
-
 
248
	-webkit-background-size:24px 24px;
247
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
249
	-o-background-size:24px 24px;
-
 
250
	-moz-background-size:24px 24px;
-
 
251
	max-width:600px;
248
	max-width:600px;
252
	min-height:20px;}
249
	min-height:20px;}
253
.information {
250
.information {
254
	display:inline-block;
251
	display:inline-block;
255
	background-color:#e7ebfd;
252
	background-color:#e7ebfd;
256
	background-image:url("../images/information.png");
253
	background-image:url("../images/information.png");
257
	background-repeat:no-repeat;
254
	background-repeat:no-repeat;
258
	background-position:2% 50%;
255
	background-position:2% 50%;
259
	padding:10px 5px 5px 40px;
256
	padding:10px 5px 5px 40px;
260
	margin:0 0 3px 16px;
257
	margin:0 0 3px 16px;
261
	background-size:24px 24px;
-
 
262
	-webkit-background-size:24px 24px;
258
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
263
	-o-background-size:24px 24px;
-
 
264
	-moz-background-size:24px 24px;
-
 
265
	max-width:600px;
259
	max-width:600px;
266
	min-height:20px;}
260
	min-height:20px;}
267
hr.nettoyage{
261
hr.nettoyage{
268
	clear:both;
262
	clear:both;
269
	width:0;}
263
	width:0;}
270
.debogage pre{
264
.debogage, .debogage pre{
271
	white-space:-moz-pre-wrap; /* Mozilla depuis 1999 */
265
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
272
    white-space:-pre-wrap; /* Opera 4 à 6 */
-
 
273
    white-space:-o-pre-wrap; /* Opera 7 */
-
 
274
    word-wrap:break-word; /* IE 5.5+ */
266
	word-wrap:break-word; /* IE 5.5+ */
275
    overflow:auto;/* IE 6 */
267
    overflow:auto;/* IE 6 */
276
	white-space:pre-wrap;/* CSS 3 */
-
 
277
}
268
}
278
/*----------------------------------------------------------------------------------------------------------*/
269
/*----------------------------------------------------------------------------------------------------------*/
279
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
270
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
280
.largeur-01{
271
.largeur-01{
281
	width:60px;}
272
	width:60px;}
282
.largeur-02{
273
.largeur-02{
283
	width:120px;}
274
	width:120px;}
284
.largeur-03{
275
.largeur-03{
285
	width:180px;}
276
	width:180px;}
286
.largeur-04{
277
.largeur-04{
287
	width:240px;}
278
	width:240px;}
288
.largeur-05{
279
.largeur-05{
289
	width:300px;}
280
	width:300px;}
290
.largeur-06{
281
.largeur-06{
291
	width:360px;}
282
	width:360px;}
292
.largeur-07{
283
.largeur-07{
293
	width:420px;}
284
	width:420px;}
294
.largeur-08{
285
.largeur-08{
295
	width:480px;}
286
	width:480px;}
296
.largeur-09{
287
.largeur-09{
297
	width:540px;}
288
	width:540px;}
298
.largeur-10{
289
.largeur-10{
299
	width:600px;}
290
	width:600px;}
300
.largeur-11{
291
.largeur-11{
301
	width:660px;}
292
	width:660px;}
302
.largeur-12{
293
.largeur-12{
303
	width:720px;}
294
	width:720px;}
304
.largeur-13{
295
.largeur-13{
305
	width:780px;}
296
	width:780px;}
306
.largeur-14{
297
.largeur-14{
307
	width:840px;}
298
	width:840px;}
308
.largeur-15{
299
.largeur-15{
309
	width:900px;}
300
	width:900px;}
310
.largeur-16{
301
.largeur-16{
311
	width:960px;}
302
	width:960px;}
312
/*----------------------------------------------------------------------------------------------------------*/
303
/*----------------------------------------------------------------------------------------------------------*/
313
/* Formulaire de Recherche Simple */	
304
/* Formulaire de Recherche Simple */	
314
#bloc-recherche fieldset {
305
#bloc-recherche fieldset {
315
	border:none; 
306
	border:none; 
316
	padding:0;
307
	padding:0;
317
	width:100%;
308
	width:100%;
318
}
309
}
319
#ef-form-niveau fieldset {
310
#ef-form-niveau fieldset {
320
	float: right;
311
	float: right;
321
	margin-top: -30px;
312
	margin-top: -30px;
322
	padding: 0;
313
	padding: 0;
323
	width: auto;
314
	width: auto;
324
}
315
}
325
 
316
 
326
/* couleur des boutons non sélectionnés*/
317
/* couleur des boutons non sélectionnés*/
327
#ef-form-niveau .ui-buttonset {
318
#ef-form-niveau .ui-buttonset {
328
	margin-right: 25px;
319
	margin-right: 25px;
329
}
320
}
330
 
321
 
331
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
322
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
332
	background-color:#C2C0AD;
323
	background-color:#C2C0AD;
333
	color: #9AC343;
324
	color: #9AC343;
334
	font-weight: bold;
325
	font-weight: bold;
335
}
326
}
336
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
327
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
337
	background-color: #FFFFFF;
328
	background-color: #FFFFFF;
338
	color: #EB8F00;
329
	color: #EB8F00;
339
	font-weight: bold;
330
	font-weight: bold;
340
}
331
}
341
 
332
 
342
#ef-form-niveau .ui-button-text-only .ui-button-text {
333
#ef-form-niveau .ui-button-text-only .ui-button-text {
343
	padding: 0.2em 0.5em;
334
	padding: 0.2em 0.5em;
344
}
335
}
345
 
336
 
346
#bloc-recherche h1, #contenu h1 {
337
#bloc-recherche h1, #contenu h1 {
347
	background: none;
338
	background: none;
348
	padding: 0 0 0 20px;
339
	padding: 0 0 0 20px;
349
}
340
}
350
 
341
 
351
#bloc-recherche {
342
#bloc-recherche {
352
	padding-bottom: 0;	
343
	padding-bottom: 0;	
353
}
344
}
354
 
345
 
355
#ef-form-nomenclature table {
346
#ef-form-nomenclature table {
356
	width:100%;
347
	width:100%;
357
}
348
}
358
#ef-form-nomenclature h1 { 
349
#ef-form-nomenclature h1 { 
359
	margin:0 0 3px 16px; 
350
	margin:0 0 3px 16px; 
360
}
351
}
361
#ef-form-nomenclature .champ {
352
#ef-form-nomenclature .champ {
362
	padding:3px; 
353
	padding:3px; 
363
	font-size:12px;
354
	font-size:12px;
364
}
355
}
365
#ef-form-nomenclature .zone-choix-type-nom {
356
#ef-form-nomenclature .zone-choix-type-nom {
366
	float:left; 
357
	float:left; 
367
	padding:0 10px
358
	padding:0 10px
368
}
359
}
369
#ef-form-nomenclature .titre-choix-nom {
360
#ef-form-nomenclature .titre-choix-nom {
370
	padding:12px; 
361
	padding:12px; 
371
	font-weight:bold
362
	font-weight:bold
372
}
363
}
373
#ef-form-nomenclature #zone-liens-recherche  {
364
#ef-form-nomenclature #zone-liens-recherche  {
374
	padding:5px;
365
	padding:5px;
375
}
366
}
376
#eflore_nomenclature_fiche {
367
#eflore_nomenclature_fiche {
377
	background:url(../images/lien.png) no-repeat 0 -1px; 
368
	background:url(../images/lien.png) no-repeat 0 -1px; 
378
	padding:0 0 0 17px; 
369
	padding:0 0 0 17px; 
379
	color:#598000; 
370
	color:#598000; 
380
	border:1px dotted #95AE5D;
371
	border:1px dotted #95AE5D;
381
	border-width:0 0 1px 0; 
372
	border-width:0 0 1px 0; 
382
	cursor:pointer; 
373
	cursor:pointer; 
383
	margin:0 0 0 19px; 
374
	margin:0 0 0 19px; 
384
	font-size:12px
375
	font-size:12px
385
}
376
}
386
#ef-form-nomenclature input.ok {
377
#ef-form-nomenclature input.ok {
387
	color:rgba(0,0,0,0);
378
	color:rgba(0,0,0,0);
388
	font-size:12px; 
379
	font-size:12px; 
389
	font-weight:bold; 
380
	font-weight:bold; 
390
	padding:3px 10px 3px 10px;
381
	padding:3px 10px 3px 10px;
391
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
382
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
392
}
383
}
393
#ef-form-nomenclature input.ok:hover {
384
#ef-form-nomenclature input.ok:hover {
394
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
385
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
395
	cursor:pointer;	
386
	cursor:pointer;	
396
}
387
}
397
#ef-form-nomenclature label {
388
#ef-form-nomenclature label {
398
	font-size:12px
389
	font-size:12px
399
}
390
}
400
 
391
 
401
/*----------------------------------------------------------------------------------------------------------*/
392
/*----------------------------------------------------------------------------------------------------------*/
402
/* Formulaire d'autocompletion */	
393
/* Formulaire d'autocompletion */	
403
.ui-autocomplete a {
394
.ui-autocomplete a {
404
	text-decoration:none;
395
	text-decoration:none;
405
	border-bottom:none;
396
	border-bottom:none;
406
}
397
}
407
.ui-menu {
398
.ui-menu {
408
	list-style:none;
399
	list-style:none;
409
	padding: 2px;
400
	padding: 2px;
410
	margin: 0;
401
	margin: 0;
411
	display:block;
402
	display:block;
412
	float: left;
403
	float: left;
413
	font-size: 11px;
404
	font-size: 11px;
414
	font-family: arial;
405
	font-family: arial;
415
}
406
}
416
 
407
 
417
.ui-menu .ui-menu-item a {
408
.ui-menu .ui-menu-item a {
418
	text-decoration:none;
409
	text-decoration:none;
419
	display:block;
410
	display:block;
420
	padding:.2em .4em;
411
	padding:.2em .4em;
421
	line-height:0.8;
412
	line-height:0.8;
422
	zoom:1;
413
	zoom:1;
423
}
414
}
424
 
415
 
425
#nom.valeur-defaut-recherche {
416
#nom.valeur-defaut-recherche {
426
	color:#848484;
417
	color:#848484;
427
	font-style:italic;	
418
	font-style:italic;	
428
	font-weight:0.9em;
419
	font-weight:0.9em;
429
}
420
}
430
/*----------------------------------------------------------------------------------------------------------*/
421
/*----------------------------------------------------------------------------------------------------------*/
431
/* Résultats */
422
/* Résultats */
432
.zone-resultat {
423
.zone-resultat {
433
	margin-left:-40px;
424
	margin-left:-40px;
434
	min-height:101px;
425
	min-height:101px;
435
	padding:10px;
426
	padding:10px;
436
	margin-bottom:10px;
427
	margin-bottom:10px;
437
	background:#f8f9ec;
428
	background:#f8f9ec;
438
	border:solid 1px #f1f3de;
429
	border:solid 1px #f1f3de;
439
	-moz-border-radius:10px;
430
	-moz-border-radius:10px;
440
	-webkit-border-radius:10px;
431
	-webkit-border-radius:10px;
441
	border-radius:10px;
432
	border-radius:10px;
442
	font-size:13px;
433
	font-size:13px;
443
	-moz-box-shadow:3px 3px 3px #DDD;
434
	-moz-box-shadow:3px 3px 3px #DDD;
444
}
435
}
445
.zone-resultat img {
436
.zone-resultat img {
446
	border:solid 2px #DDD
437
	border:solid 2px #DDD
447
}
438
}
448
.surlignage {
439
.surlignage {
449
	background-color: #E6FFA2;
440
	background-color: #E6FFA2;
450
}
441
}
451
#ef-resultats-decomposition #col-ns{
442
#ef-resultats-decomposition #col-ns{
452
	width:33%;
443
	width:33%;
453
}
444
}
454
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
445
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
455
	font-size:0.8em;
446
	font-size:0.8em;
456
}
447
}
457
.retenu{
448
.retenu{
458
	font-weight:bold;
449
	font-weight:bold;
459
}
450
}
460
#ef-resultats-determination .synonymes li {
451
#ef-resultats-determination .synonymes li {
461
	background: none;
452
	background: none;
462
	line-height: 18px;
453
	line-height: 18px;
463
	list-style: none outside none;
454
	list-style: none outside none;
464
	padding-left: 15px;
455
	padding-left: 15px;
465
}
456
}
466
.absent {
457
.absent {
467
	display:block;
458
	display:block;
468
	float:right;
459
	float:right;
469
	background-color:transparent;
460
	background-color:transparent;
470
	background-image:url("../images/pasdephoto.png");
461
	background-image:url("../images/pasdephoto.png");
471
	background-repeat:no-repeat;
462
	background-repeat:no-repeat;
472
	background-position:50% 20%;
463
	background-position:50% 20%;
473
	border: 2px solid #DDDDDD;
464
	border: 2px solid #DDDDDD;
474
	margin: 0 5px;
465
	margin: 0 5px;
475
	height: 100px;
466
	height: 100px;
476
	width: 100px;
467
	width: 100px;
477
	font-weight: bold;
468
	font-weight: bold;
478
	text-align: center;
469
	text-align: center;
479
}
470
}
480
 
471
 
481
.absent .contribuer {
472
.absent .contribuer {
482
    display: block;
473
    display: block;
483
    padding-top: 66px;
474
    padding-top: 66px;
484
}
475
}
485
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
476
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
486
	border: none;
477
	border: none;
487
	background: none;
478
	background: none;
488
}
479
}
489
 
480
 
490
#ef-resultats-nv-determination .nom {
481
#ef-resultats-nv-determination .nom {
491
	width: 30%;
482
	width: 30%;
492
	vertical-align: top;
483
	vertical-align: top;
493
	margin-top: 5px;
484
	margin-top: 5px;
494
}
485
}
495
#ef-resultats-nv-determination .nom ul, li{
486
#ef-resultats-nv-determination .nom ul, li{
496
	margin: 0;
487
	margin: 0;
497
	margin-bottom: 5px
488
	margin-bottom: 5px
498
}
489
}
499
 
490
 
500
 
491
 
501
/*----------------------------------------------------------------------------------------------------------*/
492
/*----------------------------------------------------------------------------------------------------------*/
502
/* Fiche */
493
/* Fiche */
503
#bloc-fiche h1 {
494
#bloc-fiche h1 {
504
	background: none repeat scroll 0 0 transparent;
495
	background: none repeat scroll 0 0 transparent;
505
	padding: 0 0 0 20px;
496
	padding: 0 0 0 20px;
506
}
497
}
507
#zone_contenu_fiche { /* fond des onglets */
498
#zone_contenu_fiche { /* fond des onglets */
508
	border:solid 1px #DDD;
499
	border:solid 1px #DDD;
509
	border-width:0px 1px 1px 1px;
500
	border-width:0px 1px 1px 1px;
510
	background-color:#FFFFFF;
501
	background-color:#FFFFFF;
511
	width:100%;
502
	width:100%;
512
	min-height:300px;
503
	min-height:300px;
513
	clear:left;
504
	clear:left;
514
	padding-top: 0.4em;
505
	padding-top: 0.4em;
515
}
506
}
516
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
507
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
517
	border-bottom-right-radius: 0;
508
	border-bottom-right-radius: 0;
518
}
509
}
519
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
510
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
520
	border-bottom-left-radius: 0;
511
	border-bottom-left-radius: 0;
521
}
512
}
522
 
-
 
523
.colonne {
513
.colonne {
524
	float:left;
514
	float:left;
525
	padding-bottom:10px;
515
	padding-bottom:10px;
526
	width:33%;
516
	width:33%;
527
	margin: 0 1px;
517
	margin: 0 1px;
528
}
518
}
529
 
519
 
530
.deuxtiers{
520
.deuxtiers{
531
	width:66%;
521
	width:66%;
532
}
522
}
533
 
523
 
534
/* bloc */
524
/* bloc */
535
.module {
525
.module {
536
	margin: 0 1em 0.5em 0; 
526
	margin: 0 1em 0.5em 0; 
537
	width: 99%;
527
	width: 99%;
538
}
528
}
539
.module .titre{
529
.module .titre{
540
	padding-bottom: 4px;
530
	padding-bottom: 4px;
541
	padding-left: 0.2em;
531
	padding-left: 0.2em;
542
	cursor:move;
532
	cursor:move;
543
}
533
}
544
.module .titre .ui-icon {
534
.module .titre .ui-icon {
545
	float: right;
535
	float: right;
546
}
536
}
547
.lienToggle { /* +/- du titre */
537
.lienToggle { /* +/- du titre */
548
	cursor:pointer
538
	cursor:pointer
549
}
539
}
550
.module .contenu {
540
.module .contenu {
551
	padding: 0.4em;
541
	padding: 0.4em;
552
}
542
}
553
 
543
 
554
.ui-sortable-placeholder { /* déplacement bloc */
544
.ui-sortable-placeholder { /* déplacement bloc */
555
	border: 1px dotted black;
545
	border: 1px dotted black;
556
	visibility: visible !important;
546
	visibility: visible !important;
557
	height: 50px !important;
547
	height: 50px !important;
558
}
548
}
559
.ui-sortable-placeholder * {
549
.ui-sortable-placeholder * {
560
	visibility: hidden;
550
	visibility: hidden;
561
}
551
}
562
 
552
 
563
/* Onglets */
553
/* Onglets */
564
#zone_onglets {
554
#zone_onglets {
565
	margin-top: 0.1em;
555
	margin-top: 0.1em;
566
	border-width: 1px 1px 0 1px;
556
	border-width: 1px 1px 0 1px;
567
	border-radius:0;
557
	border-radius:0;
568
	width:100%;
558
	width:100%;
569
	font-size:12px
559
	font-size:12px
570
}
560
}
571
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
561
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
572
	padding:0;
562
	padding:0;
573
	position: relative;
563
	position: relative;
574
}
564
}
575
.ui-tabs .ui-tabs-nav li a {
565
.ui-tabs .ui-tabs-nav li a {
576
	float: left;
566
	float: left;
577
	padding: 0.3em 1em;
567
	padding: 0.3em 1em;
578
	text-decoration: none;
568
	text-decoration: none;
579
}
569
}
580
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
570
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
581
	color: #9AC343;
571
	color: #9AC343;
582
	text-decoration: none;
572
	text-decoration: none;
583
}
573
}
584
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
574
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
585
	color: #EB8F00;
575
	color: #EB8F00;
586
	text-decoration: none;
576
	text-decoration: none;
587
}
577
}
588
#onglets li {
578
#onglets li {
589
	list-style:none;
579
	list-style:none;
590
}
580
}
591
#onglets li {
581
#onglets li {
592
	float:left;
582
	float:left;
593
}
583
}
594
#zone_onglets li .ui-icon-close {
584
#zone_onglets li .ui-icon-close {
595
	float: left;
585
	float: left;
596
	margin: 0.4em 0.2em 0 0;
586
	margin: 0.4em 0.2em 0 0;
597
	cursor: pointer;
587
	cursor: pointer;
598
}
588
}
599
#zone_onglets li a.lien-onglet {
589
#zone_onglets li a.lien-onglet {
600
	overflow: hidden;
590
	overflow: hidden;
601
	text-decoration: none;
591
	text-decoration: none;
602
	border-bottom: none;
592
	border-bottom: none;
603
}
593
}
604
#zone_onglets li a.lien-onglet hover {
594
#zone_onglets li a.lien-onglet hover {
605
	overflow: hidden; 
595
	overflow: hidden; 
606
	text-decoration: none;
596
	text-decoration: none;
607
	border-bottom: none;
597
	border-bottom: none;
608
}
598
}
609
/* Menu et + */
599
/* Menu et + */
610
#zone_onglets #ongletEtPlus {
600
#zone_onglets #ongletEtPlus {
611
	cursor: pointer;
601
	cursor: pointer;
612
	float:right;
602
	float:right;
613
	z-index:500;
603
	z-index:500;
614
    height: 25px;
604
    height: 25px;
615
    width: 25px;
605
    width: 25px;
616
    position: relative;
606
    position: relative;
617
    top: 1px;
607
    top: 1px;
618
    display:none;
608
    display:none;
619
}
609
}
620
#zone_onglets #ongletEtPlus a {
610
#zone_onglets #ongletEtPlus a {
621
	border-bottom: none;
611
	border-bottom: none;
622
}
612
}
623
#lienOngletEtPlus { /* icone */
613
#lienOngletEtPlus { /* icone */
624
	width:6px;
614
	width:6px;
625
    padding-left: 9px;
615
    padding-left: 9px;
626
	padding-top: 0px;
616
	padding-top: 0px;
627
	display:block;
617
	display:block;
628
	margin-top:5px;
618
	margin-top:5px;
629
}
619
}
630
 
620
 
631
.lien-onglet-synthese, .lien-onglet-synthese:hover {
621
.lien-onglet-synthese, .lien-onglet-synthese:hover {
632
	border-bottom: none;
622
	border-bottom: none;
633
}
623
}
634
 
624
 
635
.menuModules { /* liste */
625
.menuModules { /* liste */
636
	left: 465px;
626
	left: 465px;
637
	width: 187px;
627
	width: 187px;
638
	position: absolute; 
628
	position: absolute; 
639
	border: 1px solid #DCD1CC; 
629
	border: 1px solid #DCD1CC; 
640
	margin: 0px; 
630
	margin: 0px; 
641
	padding: 0px;
631
	padding: 0px;
642
	top: 30px;
632
	top: 30px;
643
	z-index:499;
633
	z-index:499;
644
	background-color: #F9F9F9;
634
	background-color: #F9F9F9;
645
	color: #9AC343;
635
	color: #9AC343;
646
	font-weight: bold;
636
	font-weight: bold;
647
}
637
}
648
.elementMenuModules { /* element de la liste */
638
.elementMenuModules { /* element de la liste */
649
	display:block; 
639
	display:block; 
650
	border: 1px solid white; 
640
	border: 1px solid white; 
651
	width: 150px; 
641
	width: 150px; 
652
	padding: 10px 10px 10px 25px; 
642
	padding: 10px 10px 10px 25px; 
653
	margin:0px;
643
	margin:0px;
654
	cursor: pointer;
644
	cursor: pointer;
655
}	
645
}	
656
.elementMenuModules:hover {
646
.elementMenuModules:hover {
657
	background-color: #FEBF01;
647
	background-color: #FEBF01;
658
}	
648
}	
659
.elementMenuModulesSelectionne {
649
.elementMenuModulesSelectionne {
660
	background-color: #F6AF39;
650
	background-color: #F6AF39;
661
	color: white;
651
	color: white;
662
}
652
}
663
 
653
 
664
#dialog label, #dialog input { display:block; }
654
#dialog label, #dialog input { display:block; }
665
#dialog label { margin-top: 0.5em; }
655
#dialog label { margin-top: 0.5em; }
666
#dialog input, #dialog textarea { width: 95%; }
656
#dialog input, #dialog textarea { width: 95%; }
667
 
657
 
668
.bloc_legende_repartition {
658
.bloc_legende_repartition {
669
	float:left; 
659
	float:left; 
670
	margin-right:5px; 
660
	margin-right:5px; 
671
	margin-bottom:3px; 
661
	margin-bottom:3px; 
672
	width:15px; 
662
	width:15px; 
673
	height:15px; 
663
	height:15px; 
674
	border:solid 1px black;
664
	border:solid 1px black;
675
}
665
}
676
 
666
 
677
.texte_legende_repartition {
667
.texte_legende_repartition {
678
	float:left; 
668
	float:left; 
679
	text-transform:capitalize;
669
	text-transform:capitalize;
680
}
670
}
681
 
671
 
682
.conteneur_lien_metadonnees {
672
.conteneur_lien_metadonnees {
683
	padding: 15px;
673
	padding: 15px;
684
}
674
}
685
 
675
 
686
#ef-resultats-determination .repartition_vignette {
676
#ef-resultats-determination .repartition_vignette {
687
	float:right;
677
	float:right;
688
	height: 100px;
678
	height: 100px;
689
}
679
}
690
 
680
 
691
#nomenclature > ul > li.item_nomenclature { 
681
#nomenclature > ul > li.item_nomenclature { 
692
    line-height: 18px;
682
    line-height: 18px;
693
    width:100%;
683
    width:100%;
694
}
684
}
695
 
685
 
696
.tab-chargement {
686
.tab-chargement {
697
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
687
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
698
  	background-color: #FFFFFF;
688
  	background-color: #FFFFFF;
699
    border: medium none;
689
    border: medium none;
700
    cursor: pointer;
690
    cursor: pointer;
701
    display: inline-block;
691
    display: inline-block;
702
    font-size: 14px;
692
    font-size: 14px;
703
    padding: 20px 20px 20px 50px;
693
    padding: 20px 20px 20px 50px;
704
    width: 555px;
694
    width: 555px;
705
}
695
}
706
 
696
 
707
.conteneur_illustrations_cel {
697
.conteneur_illustrations_cel {
708
	width: 250px;	
698
	width: 250px;	
709
}
699
}
710
 
700
 
711
.conteneur_metadonnees_cel {
701
.conteneur_metadonnees_cel {
712
	width: 250px;
702
	width: 250px;
713
	padding-top : 20px;	
703
	padding-top : 20px;	
714
}
704
}
715
 
705
 
716
.onglet_marge_gauche {
706
.onglet_marge_gauche {
717
	margin-top: 7px;
707
	margin-top: 7px;
718
	padding-left: 30px;
708
	padding-left: 30px;
719
}
709
}
720
 
710
 
721
.references_bibliographiques .texte_inactif {
711
.references_bibliographiques .texte_inactif {
722
	display:none;
712
	display:none;
723
}
713
}
724
 
714
 
725
#repartition_observations { 
715
#repartition_observations { 
726
    height: 590px;
716
    height: 590px;
727
    width: 100%;
717
    width: 100%;
728
}
718
}
729
 
719
 
730
.legende_nom_retenu {
720
.legende_nom_retenu {
731
	background-color: #E6FFA2;
721
	background-color: #E6FFA2;
732
}
722
}
733
 
723
 
734
.couleur_legende {
724
.couleur_legende {
735
    display: inline-block;
725
    display: inline-block;
736
    height: 12px;
726
    height: 12px;
737
    width: 30px;
727
    width: 30px;
738
    margin-right: 5px;
728
    margin-right: 5px;
739
    margin-top: 2px;
729
    margin-top: 2px;
740
    border: 1px dotted black;
730
    border: 1px dotted black;
741
}
731
}
742
 
732
 
743
/*----------------------------------------------------------------------------------------------------------*/
733
/*----------------------------------------------------------------------------------------------------------*/
744
/* Nomenclature */
734
/* Nomenclature */
745
.ns-retenu {
735
.ns-retenu {
746
	font-weight:bold;
736
	font-weight:bold;
747
}
737
}
748
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
738
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
749
	font-style: italic;
739
	font-style: italic;
750
	text-transform: none;
740
	text-transform: none;
751
}
741
}
752
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
742
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
753
.auteur, .annee, .biblio, .addendum, .type_epithete {
743
.auteur, .annee, .biblio, .addendum, .type_epithete {
754
	font-style: normal;
744
	font-style: normal;
755
	text-transform: none;
745
	text-transform: none;
756
}
746
}
757
 
747
 
758
/*----------------------------------------------------------------------------------------------------------*/
748
/*----------------------------------------------------------------------------------------------------------*/
759
/* Wikinis */
749
/* Wikinis */
760
.editable_sur_clic {
750
.editable_sur_clic {
761
	min-height: 50px;
751
	min-height: 50px;
762
}
752
}
763
 
753
 
764
.aide_wikini {
754
.aide_wikini {
765
    font-size: 0.8em;
755
    font-size: 0.8em;
766
}
756
}
767
 
757
 
768
.contenu_editable {
758
.contenu_editable {
769
	background-color: #F8FBF2;
759
	background-color: #F8FBF2;
770
	border: dashed 1px #AAAAAA;
760
	border: dashed 1px #AAAAAA;
771
	padding: 5px;
761
	padding: 5px;
772
	padding-top: 2px;
762
	padding-top: 2px;
773
	border-radius: 3px;
763
	border-radius: 3px;
774
}
764
}
775
 
765
 
776
.champ_edition_wiki {
766
.champ_edition_wiki {
777
	width: 100%;
767
	width: 100%;
778
	height: 350px;	
768
	height: 350px;	
779
	overflow: auto;
769
	overflow: auto;
780
}
770
}
781
 
771
 
782
.imagettePlus {
772
.imagettePlus {
783
	width:9px;
773
	width:9px;
784
	height:9px;
774
	height:9px;
785
	background:url('../images/ouvrir.png') no-repeat;
775
	background:url('../images/ouvrir.png') no-repeat;
786
	display:inline-block;
776
	display:inline-block;
787
	margin-right:3px;
777
	margin-right:3px;
788
}
778
}
789
 
779
 
790
.imagetteMoins {
780
.imagetteMoins {
791
	width:9px;
781
	width:9px;
792
	height:9px;
782
	height:9px;
793
	background:url('../images/fermer.png') no-repeat;
783
	background:url('../images/fermer.png') no-repeat;
794
	margin-right:3px;
784
	margin-right:3px;
795
	display:inline-block;
785
	display:inline-block;
796
}
786
}
797
 
787
 
798
.basionyme_complet {
788
.basionyme_complet {
799
	margin-left:20px;
789
	margin-left:20px;
800
	display:block;
790
	display:block;
801
}
791
}
802
 
792
 
803
.legende {
793
.legende {
804
	border:dashed 1px #AAA; 
794
	border:dashed 1px #AAA; 
805
	padding:5px 10px;
795
	padding:5px 10px;
806
}
796
}
807
 
797
 
808
.legende b {
798
.legende b {
809
	color:#AAA; margin-bottom:10px
799
	color:#AAA; margin-bottom:10px
810
}
800
}
811
 
801
 
812
.wp {
802
.wp {
813
	background:url('../images/sites/wikipedia.png') no-repeat;
803
	background:url('../images/sites/wikipedia.png') no-repeat;
814
	margin-left: 15px;
804
	margin-left: 15px;
815
    margin-top: 5px;
805
    margin-top: 5px;
816
    padding-left: 20px;
806
    padding-left: 20px;
817
}
807
}
818
 
808
 
819
/* Illustrations */
809
/* Illustrations */
820
#illustrations {
810
#illustrations {
821
	margin-left:-5px;
811
	margin-left:-5px;
822
	margin-right:-4px;
812
	margin-right:-4px;
823
}
813
}
824
#ef_illustration_info .attention{
814
#ef_illustration_info .attention{
825
	border:0;
815
	border:0;
826
	background:none;
816
	background:none;
827
	text-align:left;
817
	text-align:left;
828
	padding:0;}
818
	padding:0;}
829
#ef_illustration_info ul{
819
#ef_illustration_info ul{
830
	list-style-type:none;
820
	list-style-type:none;
831
	padding:0;}
821
	padding:0;}
832
#ef_illustration_info li {
822
#ef_illustration_info li {
833
	background:none;
823
	background:none;
834
	list-style-image:none;
824
	list-style-image:none;
835
	text-align:center;
825
	text-align:center;
836
	font-size:11px;
826
	font-size:11px;
837
	float: left;
827
	float: left;
838
	width:210px;
828
	width:210px;
839
	height:285px;}
829
	height:285px;}
840
#ef_illustration_info li p{
830
#ef_illustration_info li p{
841
	margin:2px 2px 5px 2px;
831
	margin:2px 2px 5px 2px;
842
	width:206px;
832
	width:206px;
843
	font-size:11px;}
833
	font-size:11px;}
844
#ef_illustration_info li p .localisation, #ef_illustration_info li p .date-creation, #ef_illustration_info li p .auteur{
834
#ef_illustration_info li p .localisation, #ef_illustration_info li p .date-creation, #ef_illustration_info li p .auteur{
845
	font-weight:bold;}
835
	font-weight:bold;}
846
#ef_illustration_info img{
836
#ef_illustration_info img{
847
	display:block;
837
	display:block;
848
	border:1px solid white;
838
	border:1px solid white;
849
	margin:0 auto;
839
	margin:0 auto;
850
	padding:2px;}
840
	padding:2px;}
851
#ef_illustration_info a:hover img{
841
#ef_illustration_info a:hover img{
852
    border:1px dotted #FD8C13;
842
    border:1px dotted #FD8C13;
853
}
843
}
854
 
844
 
855
#efii_liste_cel img{
845
#efii_liste_cel img{
856
	height:200px;
846
	height:200px;
857
	width:200px;}
847
	width:200px;}
858
#efii_liste_cel img.tb{
848
#efii_liste_cel img.tb{
859
	height:auto;
849
	height:auto;
860
	width:auto;}
850
	width:auto;}
861
 
851
 
862
 
852