Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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