Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1484 Rev 1485
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:inherit;
5
	font-family:inherit;
6
}
6
}
7
 
7
 
8
table{
8
table{
9
	border-collapse: collapse;
9
	border-collapse: collapse;
10
	width:100%;
10
	width:100%;
11
	margin:5px 0;
11
	margin:5px 0;
12
}
12
}
13
td,th{
13
td,th{
14
	border:1px solid #36560B;
14
	border:1px solid #36560B;
15
	padding:7px 5px;
15
	padding:7px 5px;
16
}
16
}
17
th{
17
th{
18
	background-color:#EEE;
18
	background-color: #009fb8;
-
 
19
    color: #fcfaf5;
19
}
20
}
20
th[title]:after {
21
th[title]:after {
21
    content: " " url("../images/aide.png") !important;
22
    content: " " url("../images/aide.png") !important;
22
}
23
}
23
caption{
24
caption{
24
	border:1px solid #36560B;
25
	border:1px solid #36560B;
25
	background-color:#EEE;
26
	background-color:#EEE;
26
	font-weight:bold;
27
	font-weight:bold;
27
	padding:2px;
28
	padding:2px;
28
}
29
}
29
img{
30
img{
30
	border:0;
31
	border:0;
31
}
32
}
32
img a{
33
img a{
33
	display:block;
34
	display:block;
34
}
35
}
35
legend{
36
legend{
36
	color:#AD5A40;
37
	color:#AD5A40;
37
}
38
}
38
dl {
39
dl {
39
	width:100%;
40
	width:100%;
40
}
41
}
41
dt {
42
dt {
42
	float:left;
43
	float:left;
43
	font-weight:bold;
44
	font-weight:bold;
44
	text-align:top left;
45
	text-align:top left;
45
	margin-right:0.3em;
46
	margin-right:0.3em;
46
}
47
}
47
dd {
48
dd {
48
	width:auto;
49
	width:auto;
49
	margin:0.5em 0;
50
	margin:0.5em 0;
50
}
51
}
51
.acceder-outil {
52
.acceder-outil {
52
	color: #6c7b0f;
53
	color: #6c7b0f;
53
}
54
}
54
 
55
 
55
/* @TODO mettre dans commun.css mais line-height déconne */
56
/* @TODO mettre dans commun.css mais line-height déconne */
56
.acceder-outil-vert {
57
.acceder-outil-vert {
57
	color: #6c7b0f;
58
	color: #6c7b0f;
58
}
59
}
59
 
60
 
60
#zone-contenu.acceder-outil.img {
61
#zone-contenu.acceder-outil.img {
61
	margin-top:-2px;
62
	margin-top:-2px;
62
	margin-bottom:-2px;
63
	margin-bottom:-2px;
63
}
64
}
64
/*----------------------------------------------------------------------------------------------------------*/
65
/*----------------------------------------------------------------------------------------------------------*/
65
/* Disposition */
66
/* Disposition */
66
#zone-centrale {
67
#zone-centrale {
67
	text-align:center;
68
	text-align:center;
68
}
69
}
69
#zone-logo{
70
#zone-logo{
70
	left:18px;
71
	left:18px;
71
	margin:1px 10px;
72
	margin:1px 10px;
72
	position:absolute;
73
	position:absolute;
73
	top:2px;
74
	top:2px;
74
	z-index:1;
75
	z-index:1;
75
}
76
}
76
#zone-entete{
77
#zone-entete{
77
	height:121px;
78
	height:121px;
78
	margin:0;
79
	margin:0;
79
}
80
}
80
#zone-titre{
81
#zone-titre{
81
	height:38px;
82
	height:38px;
82
	margin:0;
83
	margin:0;
83
	text-align:right;
84
	text-align:right;
84
}
85
}
85
#zone-titre h1{
86
#zone-titre h1{
86
	margin:0 20px 0 0;
87
	margin:0 20px 0 0;
87
	padding:0;
88
	padding:0;
88
	background-color:transparent;
89
	background-color:transparent;
89
	font-size:28px;
90
	font-size:28px;
90
	font-weight:bold;
91
	font-weight:bold;
91
}
92
}
92
#zone-corps{
93
#zone-corps{
93
	margin:0;
94
	margin:0;
94
	text-align:left;
95
	text-align:left;
95
}
96
}
96
#zone-menu{
97
#zone-menu{
97
	position:relative;
98
	position:relative;
98
	float:left;
99
	float:left;
99
	height:21px;
100
	height:21px;
100
	width:100%;
101
	width:100%;
101
	margin:0;
102
	margin:0;
102
	padding:0;
103
	padding:0;
103
	text-align:left;
104
	text-align:left;
104
	font-weight:bold;
105
	font-weight:bold;
105
	border-bottom:1px solid #62210F;
106
	border-bottom:1px solid #62210F;
106
}
107
}
107
#zone-contenu{
108
#zone-contenu{
108
	clear:both;
109
	clear:both;
109
	min-height:300px;
110
	min-height:300px;
110
	padding:0 2px;
111
	padding:0 2px;
111
	text-align:justify;
112
	text-align:justify;
112
	border-top:medium none !important;
113
	border-top:medium none !important;
113
	border:1px solid #62210F;
114
	border:1px solid #62210F;
114
}
115
}
115
#zone-pied{
116
#zone-pied{
116
	clear:both;
117
	clear:both;
117
	text-align:center;
118
	text-align:center;
118
}
119
}
-
 
120
.block-main-features-items > li a {
-
 
121
	text-align: left;
-
 
122
}
119
 
123
 
120
.ui-tabs { padding:0; position: relative; }
124
.ui-tabs { padding:0; position: relative; }
121
/*----------------------------------------------------------------------------------------------------------*/
125
/*----------------------------------------------------------------------------------------------------------*/
122
/* Logo */
126
/* Logo */
123
#zone-logo img{
127
#zone-logo img{
124
	border:0;
128
	border:0;
125
}
129
}
126
#zone-logo a{
130
#zone-logo a{
127
	position:absolute;
131
	position:absolute;
128
	top:0;
132
	top:0;
129
	left:0;
133
	left:0;
130
}
134
}
131
#zone-logo a:hover{
135
#zone-logo a:hover{
132
	border:1px dotted;
136
	border:1px dotted;
133
}
137
}
134
#zone-logo a:hover:after{
138
#zone-logo a:hover:after{
135
	content:" Retour à l'accueil ";
139
	content:" Retour à l'accueil ";
136
}
140
}
137
/*----------------------------------------------------------------------------------------------------------*/
141
/*----------------------------------------------------------------------------------------------------------*/
138
/* Navigation : onglets */
142
/* Navigation : onglets */
139
 
143
 
140
/*----------------------------------------------------------------------------------------------------------*/
144
/*----------------------------------------------------------------------------------------------------------*/
141
/* Général */
145
/* Général */
142
.centrer{
146
.centrer{
143
	text-align:center;
147
	text-align:center;
144
}
148
}
145
.discretion{
149
.discretion{
146
	color:#A9A9A9;
150
	color:#A9A9A9;
147
	font-size:10px;
151
	font-size:10px;
148
	font-weight:normal;
152
	font-weight:normal;
149
}
153
}
150
.attention{
154
.attention{
151
	background-color:#ffffcc;
155
	background-color:#ffffcc;
152
	background-image:url("../images/attention.png");
156
	background-image:url("../images/attention.png");
153
}
157
}
154
.information{
158
.information{
155
	background-color:#e7ebfd;
159
	background-color:#e7ebfd;
156
	background-image:url("../images/information.png");
160
	background-image:url("../images/information.png");
157
}
161
}
158
.attention, .information{
162
.attention, .information{
159
	display:inline-block;
163
	display:inline-block;
160
	background-repeat:no-repeat;
164
	background-repeat:no-repeat;
161
	background-position:5px 50%;
165
	background-position:5px 50%;
162
	padding:10px 5px 5px 40px;
166
	padding:10px 5px 5px 40px;
163
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
167
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
164
	max-width:600px;
168
	max-width:600px;
165
	min-height:20px;
169
	min-height:20px;
166
}
170
}
167
.msg{
171
.msg{
168
	max-width:100%;
172
	max-width:100%;
169
	height:auto;
173
	height:auto;
170
	width: 100%;
174
	width: 100%;
171
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
175
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
172
	border-radius: 10px 10px 10px 10px;
176
	border-radius: 10px 10px 10px 10px;
173
    box-shadow: 2px 2px 5px #AAAAAA;
177
    box-shadow: 2px 2px 5px #AAAAAA;
174
}
178
}
175
hr.nettoyage{
179
hr.nettoyage{
176
	clear:both;
180
	clear:both;
177
	width:0;
181
	width:0;
178
}
182
}
179
	
183
	
180
.debogage, .debogage pre{
184
.debogage, .debogage pre{
181
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
185
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
182
	word-wrap:break-word; /* IE 5.5+ */
186
	word-wrap:break-word; /* IE 5.5+ */
183
    overflow:auto;/* IE 6 */
187
    overflow:auto;/* IE 6 */
184
}
188
}
185
/*----------------------------------------------------------------------------------------------------------*/
189
/*----------------------------------------------------------------------------------------------------------*/
186
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
190
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
187
.largeur-01{
191
.largeur-01{
188
	width:60px;}
192
	width:60px;}
189
.largeur-02{
193
.largeur-02{
190
	width:120px;}
194
	width:120px;}
191
.largeur-03{
195
.largeur-03{
192
	width:180px;}
196
	width:180px;}
193
.largeur-04{
197
.largeur-04{
194
	width:240px;}
198
	width:240px;}
195
.largeur-05{
199
.largeur-05{
196
	width:300px;}
200
	width:300px;}
197
.largeur-06{
201
.largeur-06{
198
	width:360px;}
202
	width:360px;}
199
.largeur-07{
203
.largeur-07{
200
	width:420px;}
204
	width:420px;}
201
.largeur-08{
205
.largeur-08{
202
	width:480px;}
206
	width:480px;}
203
.largeur-09{
207
.largeur-09{
204
	width:540px;}
208
	width:540px;}
205
.largeur-10{
209
.largeur-10{
206
	width:600px;}
210
	width:600px;}
207
.largeur-11{
211
.largeur-11{
208
	width:660px;}
212
	width:660px;}
209
.largeur-12{
213
.largeur-12{
210
	width:720px;}
214
	width:720px;}
211
.largeur-13{
215
.largeur-13{
212
	width:780px;}
216
	width:780px;}
213
.largeur-14{
217
.largeur-14{
214
	width:840px;}
218
	width:840px;}
215
.largeur-15{
219
.largeur-15{
216
	width:900px;}
220
	width:900px;}
217
.largeur-16{
221
.largeur-16{
218
	width:960px;}
222
	width:960px;}
219
/*----------------------------------------------------------------------------------------------------------*/
223
/*----------------------------------------------------------------------------------------------------------*/
220
/* Formulaire de Recherche Simple */	
224
/* Formulaire de Recherche Simple */	
221
#bloc-recherche fieldset {
225
#bloc-recherche fieldset {
222
	border:none; 
226
	border:none; 
223
	padding:0;
227
	padding:0;
224
	width:100%;
228
	width:100%;
225
}
229
}
226
.choixNiveau {
230
.choixNiveau {
227
	position:absolute;
231
	position:absolute;
228
	margin-top: -30px;
232
	margin-top: -30px;
229
	padding: 0;
233
	padding: 0;
230
	width: 300px;
234
	width: 300px;
231
	margin-left:430px;
235
	margin-left:430px;
232
	
236
	
233
}
237
}
234
 
238
 
235
.choixNiveau a {
239
.choixNiveau a {
236
	float:left;
240
	float:left;
237
	border-style:solid;
241
	border-style:solid;
238
	padding:0.4em 0.8em;
242
	padding:0.4em 0.8em;
239
	border-color:#C2C0AD;
243
	border-color:#C2C0AD;
240
	color:#9AC343;
244
	color:#9AC343;
241
	font-weight:bold;
245
	font-weight:bold;
242
	cursor:pointer;
246
	cursor:pointer;
243
	background:#f9f9f9;
247
	background:#f9f9f9;
244
	border:1px solid #CCCCCC;
248
	border:1px solid #CCCCCC;
245
}
249
}
246
 
250
 
247
.choixNiveau .niveau1 {
251
.choixNiveau .niveau1 {
248
	border-radius:4px 0 0 0;	
252
	border-radius:4px 0 0 0;	
249
}
253
}
250
 
254
 
251
.choixNiveau .niveau3 {
255
.choixNiveau .niveau3 {
252
	border-radius:0 4px 0 0;
256
	border-radius:0 4px 0 0;
253
}
257
}
254
 
258
 
255
.choixNiveau .actif {
259
.choixNiveau .actif {
256
	color:#EB8F00;	
260
	color:#EB8F00;	
257
	border-color:#EB8F00;
261
	border-color:#EB8F00;
258
	background:white;
262
	background:white;
259
}
263
}
260
 
264
 
261
/* couleur des boutons non sélectionnés*/
265
/* couleur des boutons non sélectionnés*/
262
.ef-form-niveau .ui-buttonset {
266
.ef-form-niveau .ui-buttonset {
263
	margin-right: 25px;
267
	margin-right: 25px;
264
}
268
}
265
 
269
 
266
.ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
270
.ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
267
	background-color:#B2CB43;
271
	background-color:#B2CB43;
268
	color: #9AC343;
272
	color: #9AC343;
269
	font-weight: bold;
273
	font-weight: bold;
270
}
274
}
271
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
275
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
272
	background-color: #FFFFFF;
276
	background-color: #FFFFFF;
273
	color: #EB8F00;
277
	color: #EB8F00;
274
	font-weight: bold;
278
	font-weight: bold;
275
}
279
}
276
 
280
 
277
#ef-form-niveau .ui-button-text-only .ui-button-text {
281
#ef-form-niveau .ui-button-text-only .ui-button-text {
278
	padding: 0.2em 0.5em;
282
	padding: 0.2em 0.5em;
279
}
283
}
280
 
284
 
281
#bloc-recherche h1, #contenu h1 {
285
#bloc-recherche h1, #contenu h1 {
282
	background: none;
286
	background: none;
283
	padding: 0 0 0 20px;
287
	padding: 0 0 0 20px;
284
}
288
}
285
 
289
 
286
#bloc-recherche {
290
#bloc-recherche {
287
	padding-bottom: 0;	
291
	padding-bottom: 0;	
288
}
292
}
289
 
293
 
290
#ef-form-nomenclature table {
294
#ef-form-nomenclature table {
291
	width:100%;
295
	width:100%;
292
}
296
}
293
#ef-form-nomenclature h1 { 
297
#ef-form-nomenclature h1 { 
294
	margin:0 0 3px 16px; 
298
	margin:0 0 3px 16px; 
295
}
299
}
296
#ef-form-nomenclature .champ {
300
#ef-form-nomenclature .champ {
297
	padding:3px; 
301
	padding:3px; 
298
	font-size:12px;
302
	font-size:12px;
299
}
303
}
300
#ef-form-nomenclature .zone-choix-type-nom {
304
#ef-form-nomenclature .zone-choix-type-nom {
301
	float:left; 
305
	float:left; 
302
	padding:0 10px
306
	padding:0 10px
303
}
307
}
304
#ef-form-nomenclature .titre-choix-nom {
308
#ef-form-nomenclature .titre-choix-nom {
305
	padding:12px; 
309
	padding:12px; 
306
	font-weight:bold
310
	font-weight:bold
307
}
311
}
308
#ef-form-nomenclature #zone-liens-recherche  {
312
#ef-form-nomenclature #zone-liens-recherche  {
309
	padding:5px;
313
	padding:5px;
310
}
314
}
311
#eflore_nomenclature_fiche {
315
#eflore_nomenclature_fiche {
312
	background:url(../images/lien.png) no-repeat 0 -1px; 
316
	background:url(../images/lien.png) no-repeat 0 -1px; 
313
	padding:0 0 0 17px; 
317
	padding:0 0 0 17px; 
314
	color:#fff; 
318
	color:#fff; 
315
	border:1px dotted #95AE5D;
319
	border:1px dotted #95AE5D;
316
	border-width:0 0 1px 0; 
320
	border-width:0 0 1px 0; 
317
	cursor:pointer; 
321
	cursor:pointer; 
318
	margin:0 0 0 19px; 
322
	margin:0 0 0 19px; 
319
	font-size:12px
323
	font-size:12px
320
}
324
}
321
#ef-form-nomenclature input.ok {
325
#ef-form-nomenclature input.ok {
322
	color:rgba(0,0,0,0);
326
	color:rgba(0,0,0,0);
323
	font-size:12px; 
327
	font-size:12px; 
324
	font-weight:bold; 
328
	font-weight:bold; 
325
	padding:3px 10px 3px 10px;
329
	padding:3px 10px 3px 10px;
326
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
330
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
327
}
331
}
328
#ef-form-nomenclature input.ok:hover {
332
#ef-form-nomenclature input.ok:hover {
329
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
333
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
330
	cursor:pointer;	
334
	cursor:pointer;	
331
}
335
}
332
#ef-form-nomenclature label {
336
#ef-form-nomenclature label {
333
	font-size:12px
337
	font-size:12px
334
}
338
}
335
 
339
 
336
/*----------------------------------------------------------------------------------------------------------*/
340
/*----------------------------------------------------------------------------------------------------------*/
337
/* Formulaire d'autocompletion */	
341
/* Formulaire d'autocompletion */	
338
.ui-autocomplete a {
342
.ui-autocomplete a {
339
	text-decoration:none;
343
	text-decoration:none;
340
	border-bottom:none;
344
	border-bottom:none;
341
}
345
}
342
.ui-menu {
346
.ui-menu {
343
	list-style:none;
347
	list-style:none;
344
	padding: 2px;
348
	padding: 2px;
345
	margin: 0;
349
	margin: 0;
346
	display:block;
350
	display:block;
347
	float: left;
351
	float: left;
348
	font-size: 11px;
352
	font-size: 11px;
349
}
353
}
350
 
354
 
351
.ui-menu .ui-menu-item a {
355
.ui-menu .ui-menu-item a {
352
	text-decoration:none;
356
	text-decoration:none;
353
	display:block;
357
	display:block;
354
	padding:.2em .4em;
358
	padding:.2em .4em;
355
	line-height:0.8;
359
	line-height:0.8;
356
	zoom:1;
360
	zoom:1;
357
}
361
}
358
 
362
 
359
#nom.valeur-defaut-recherche {
363
#nom.valeur-defaut-recherche {
360
	color:#848484;
364
	color:#848484;
361
	font-style:italic;	
365
	font-style:italic;	
362
	font-weight:0.9em;
366
	font-weight:0.9em;
363
}
367
}
364
/*----------------------------------------------------------------------------------------------------------*/
368
/*----------------------------------------------------------------------------------------------------------*/
365
/* Résultats */
369
/* Résultats */
366
.zone-resultat {
370
.zone-resultat {
367
	width:96%;
371
	width:96%;
368
	min-height:101px;
372
	min-height:101px;
369
	padding:10px;
373
	padding:10px;
370
	margin-bottom:10px;
374
	margin-bottom:10px;
371
	background:#f8f9ec;
375
	background:#f8f9ec;
372
	border:solid 1px #f1f3de;
376
	border:solid 1px #f1f3de;
373
	-moz-border-radius:10px;
377
	-moz-border-radius:10px;
374
	-webkit-border-radius:10px;
378
	-webkit-border-radius:10px;
375
	border-radius:10px;
379
	border-radius:10px;
376
	font-size:13px;
380
	font-size:13px;
377
	-moz-box-shadow:3px 3px 3px #DDD;
381
	-moz-box-shadow:3px 3px 3px #DDD;
378
}
382
}
379
.zone-resultat .nom-sci{
383
.zone-resultat .nom-sci{
380
	display:inline-block;
384
	display:inline-block;
381
	width:310px;
385
	width:310px;
382
 
386
 
383
}
387
}
384
.zone-resultat img {
388
.zone-resultat img {
385
	border:solid 2px #DDD;
389
	border:solid 2px #DDD;
386
	float:right;
390
	float:right;
387
	height: 100px;
391
	height: 100px;
388
	width: 100px;
392
	width: 100px;
389
}
393
}
390
.surlignage {
394
.surlignage {
391
	background-color: #e9f6f8;
395
	background-color: #e9f6f8;
392
}
396
}
393
#ef-resultats-decomposition #col-ns{
397
#ef-resultats-decomposition #col-ns{
394
	width:33%;
398
	width:33%;
395
}
399
}
396
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
400
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
397
	font-size:0.8em;
401
	font-size:0.8em;
398
}
402
}
399
.retenu{
403
.retenu{
400
	font-weight:bold;
404
	font-weight:bold;
401
}
405
}
402
#ef-resultats-determination .synonymes li {
406
#ef-resultats-determination .synonymes li {
403
	background: none;
407
	background: none;
404
	line-height: 18px;
408
	line-height: 18px;
405
	list-style: none outside none;
409
	list-style: none outside none;
406
	padding-left: 15px;
410
	padding-left: 15px;
407
}
411
}
408
.absent {
412
.absent {
409
	display:block;
413
	display:block;
410
	float:right;
414
	float:right;
411
	background-color:transparent;
415
	background-color:transparent;
412
	background-image:url("../images/pasdephoto.png");
416
	background-image:url("../images/pasdephoto.png");
413
	background-repeat:no-repeat;
417
	background-repeat:no-repeat;
414
	background-position:50% 20%;
418
	background-position:50% 20%;
415
	border: 2px solid #DDDDDD;
419
	border: 2px solid #DDDDDD;
416
	margin: 0 5px;
420
	margin: 0 5px;
417
	height: 100px;
421
	height: 100px;
418
	width: 100px;
422
	width: 100px;
419
	font-weight: bold;
423
	font-weight: bold;
420
	text-align: center;
424
	text-align: center;
421
}
425
}
422
.vide {
426
.vide {
423
	display:block;
427
	display:block;
424
	background-color:transparent;
428
	background-color:transparent;
425
	margin: 0 5px;
429
	margin: 0 5px;
426
	height: 100px;
430
	height: 100px;
427
	width: 100px;
431
	width: 100px;
428
	text-align: center;
432
	text-align: center;
429
}
433
}
430
 
434
 
431
.absent .contribuer {
435
.absent .contribuer {
432
    display: block;
436
    display: block;
433
    padding-top: 66px;
437
    padding-top: 66px;
434
}
438
}
435
 
439
 
436
#ef-resultats-nv-determination {
440
#ef-resultats-nv-determination {
437
    padding: 0;
441
    padding: 0;
438
}
442
}
439
 
443
 
440
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
444
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
441
	border: none;
445
	border: none;
442
	background: none;
446
	background: none;
443
}
447
}
444
 
448
 
445
#ef-resultats-nv-determination .nom {
449
#ef-resultats-nv-determination .nom {
446
	width: 30%;
450
	width: 30%;
447
	vertical-align: top;
451
	vertical-align: top;
448
	margin-top: 5px;
452
	margin-top: 5px;
449
}
453
}
450
#ef-resultats-nv-determination .nom ul, #ef-resultats-nv-determination li{
454
#ef-resultats-nv-determination .nom ul, #ef-resultats-nv-determination li{
451
	margin: 0;
455
	margin: 0;
452
	margin-bottom: 5px;
456
	margin-bottom: 5px;
453
	list-style-image: none;
457
	list-style-image: none;
454
	list-style-type: none;
458
	list-style-type: none;
455
	padding: 0;
459
	padding: 0;
456
}
460
}
457
 
461
 
458
#ef-resultats-determination {
462
#ef-resultats-determination {
459
	padding-left: 0px;
463
	padding-left: 0px;
460
}
464
}
461
 
465
 
462
 
466
 
463
/*----------------------------------------------------------------------------------------------------------*/
467
/*----------------------------------------------------------------------------------------------------------*/
464
/* Fiche */
468
/* Fiche */
465
#bloc-fiche {
469
#bloc-fiche {
466
	margin-top: 0;
470
	margin-top: 0;
467
}
471
}
468
#bloc-fiche h1 {
472
#bloc-fiche h1 {
469
	background: none repeat scroll 0 0 transparent;
473
	background: none repeat scroll 0 0 transparent;
470
	padding: 0;
474
	padding: 0;
471
	margin-bottom : 4px;
475
	margin-bottom : 4px;
472
}
476
}
473
 
477
 
474
.synthese {
478
.synthese {
475
    border: medium none;
479
    border: medium none;
476
    clear: left;
480
    clear: left;
477
    min-height: 300px;
481
    min-height: 300px;
478
    padding-top: 0.4em;
482
    padding-top: 0.4em;
479
    width: 676px;   
483
    width: 676px;   
480
}
484
}
481
 
485
 
482
.synthese ul {
486
.synthese ul {
483
	padding : 0;
487
	padding : 0;
484
}
488
}
485
#synthese_statut li {
489
#synthese_statut li {
486
	margin-top: -3px;
490
	margin-top: -3px;
487
}
491
}
488
 
492
 
489
.ui-widget-content {
493
.ui-widget-content {
490
	background:white;
494
	background:white;
491
}
495
}
492
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
496
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
493
	border-bottom-right-radius: 0;
497
	border-bottom-right-radius: 0;
494
}
498
}
495
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
499
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
496
	border-bottom-left-radius: 0;
500
	border-bottom-left-radius: 0;
497
}
501
}
498
.colonne {
502
.colonne {
499
	float:left;
503
	float:left;
500
	padding-bottom:10px;
504
	padding-bottom:10px;
501
	width:33%;
505
	width:33%;
502
	margin: 0 1px;
506
	margin: 0 1px;
503
}
507
}
504
 
508
 
505
.deuxtiers{
509
.deuxtiers{
506
	width:66%;
510
	width:66%;
507
}
511
}
508
 
512
 
509
.pasDeCurseur {
513
.pasDeCurseur {
510
	cursor:default;
514
	cursor:default;
511
}
515
}
512
/* bloc */
516
/* bloc */
513
.module {
517
.module {
514
	margin: 0 1em 0.5em 0; 
518
	margin: 0 1em 0.5em 0; 
515
	width: 99%;
519
	width: 99%;
516
}
520
}
517
.module .titre{
521
.module .titre{
518
	 cursor: move;
522
	 cursor: move;
519
    font-size: 12px;
523
    font-size: 12px;
520
    padding-bottom: 1px;
524
    padding-bottom: 1px;
521
    padding-left: 1.2em;
525
    padding-left: 1.2em;
522
    margin-left:-2px;
526
    margin-left:-2px;
523
    margin-right:1px;
527
    margin-right:1px;
524
    margin-top:-2px;
528
    margin-top:-2px;
525
}
529
}
526
.module .titre.ui-widget-header{
530
.module .titre.ui-widget-header{
527
    background-image:none;
531
    background-image:none;
528
    background-color:#B2CB43;
532
    background-color:#B2CB43;
529
    border:none;
533
    border:none;
530
}
534
}
531
 
535
 
532
#synthese .ui-widget-content {
536
#synthese .ui-widget-content {
533
    background-image:none;
537
    background-image:none;
534
    background-color:#FFFFFF;
538
    background-color:#FFFFFF;
535
}
539
}
536
 
540
 
537
.module .contenu {
541
.module .contenu {
538
    background-image:none;
542
    background-image:none;
539
    background-color:#FFFFFF;
543
    background-color:#FFFFFF;
540
}
544
}
541
 
545
 
542
 
546
 
543
.module .titre .ui-icon {
547
.module .titre .ui-icon {
544
	float: right;
548
	float: right;
545
}
549
}
546
.imagetteMoins, .imagettePlus { /* +/- du titre */
550
.imagetteMoins, .imagettePlus { /* +/- du titre */
547
	cursor:pointer
551
	cursor:pointer
548
}
552
}
549
.module .contenu {
553
.module .contenu {
550
	padding-left: 10px;
554
	padding-left: 10px;
551
	padding-right: 10px;
555
	padding-right: 10px;
552
	padding-bottom: 10px;
556
	padding-bottom: 10px;
553
}
557
}
554
 
558
 
555
.ui-sortable-placeholder { /* déplacement bloc */
559
.ui-sortable-placeholder { /* déplacement bloc */
556
	border: 1px dotted black;
560
	border: 1px dotted black;
557
	visibility: visible !important;
561
	visibility: visible !important;
558
	height: 50px !important;
562
	height: 50px !important;
559
}
563
}
560
.ui-sortable-placeholder * {
564
.ui-sortable-placeholder * {
561
	visibility: hidden;
565
	visibility: hidden;
562
}
566
}
563
 
567
 
564
.module .contenu.attention {
568
.module .contenu.attention {
565
    padding: 10px 5px 5px 40px;
569
    padding: 10px 5px 5px 40px;
566
    background-position: 5px 12px;
570
    background-position: 5px 12px;
567
    width: 174px;
571
    width: 174px;
568
}
572
}
569
 
573
 
570
.pas_de_protection {
574
.pas_de_protection {
571
    display: block;
575
    display: block;
572
    margin-bottom: 5px;
576
    margin-bottom: 5px;
573
    margin-left: 35px;
577
    margin-left: 35px;
574
}
578
}
575
 
579
 
576
.completer_statut {
580
.completer_statut {
577
    display: block;
581
    display: block;
578
    float: right;
582
    float: right;
579
    margin-bottom: 10px;
583
    margin-bottom: 10px;
580
    margin-right: 10px;
584
    margin-right: 10px;
581
    padding-top: 5px;
585
    padding-top: 5px;
582
    width: 60px;
586
    width: 60px;
583
}
587
}
584
 
588
 
585
#statut .aucune_info {
589
#statut .aucune_info {
586
	padding: 10px;
590
	padding: 10px;
587
}
591
}
588
 
592
 
589
.infos_liste_rouge {
593
.infos_liste_rouge {
590
	font-weight: bold;
594
	font-weight: bold;
591
}
595
}
592
 
596
 
593
#alignement-droite {
597
#alignement-droite {
594
	float:right;
598
	float:right;
595
	margin-right: -5px;
599
	margin-right: -5px;
596
}
600
}
597
 
601
 
598
.lien-onglet.lien-statique.lien_retour_synthese {
602
.lien-onglet.lien-statique.lien_retour_synthese {
599
	background-attachment: scroll;
603
	background-attachment: scroll;
600
	background-clip: border-box;
604
	background-clip: border-box;
601
	background-color: transparent;
605
	background-color: transparent;
602
	background-image: url("../images/fleche_gauche.png");
606
	background-image: url("../images/fleche_gauche.png");
603
	background-origin: padding-box;
607
	background-origin: padding-box;
604
	background-position: 0 2px;
608
	background-position: 0 2px;
605
	background-repeat: no-repeat;
609
	background-repeat: no-repeat;
606
	background-size: auto auto;
610
	background-size: auto auto;
607
	padding-left: 20px;
611
	padding-left: 20px;
608
}
612
}
609
 
613
 
610
.invisible {
614
.invisible {
611
	visibility:hidden;
615
	visibility:hidden;
612
}
616
}
613
 
617
 
614
/* Onglets */
618
/* Onglets */
615
#zone_onglets {
619
#zone_onglets {
616
	margin-top: 0.1em;
620
	margin-top: 0.1em;
617
	border-width:0;
621
	border-width:0;
618
	border-radius:0;
622
	border-radius:0;
619
	width:676px;
623
	width:676px;
620
	font-size:12px;
624
	font-size:12px;
621
	margin-left:-7px;
625
	margin-left:-7px;
622
}
626
}
623
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
627
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
624
	padding:0;
628
	padding:0;
625
	position: relative;
629
	position: relative;
626
}
630
}
627
.ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
631
.ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
628
	float: left;
632
	float: left;
629
  	padding: 4px 4px 3px 3px;
633
  	padding: 4px 4px 3px 3px;
630
	text-decoration: none;
634
	text-decoration: none;
631
}
635
}
632
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
636
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
633
	color: #9AC343;
637
	color: #9AC343;
634
	text-decoration: none;
638
	text-decoration: none;
635
}
639
}
636
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
640
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
637
	color: #EB8F00;
641
	color: #EB8F00;
638
	text-decoration: none;
642
	text-decoration: none;
639
	margin-bottom: 1px;
643
	margin-bottom: 1px;
640
}
644
}
641
#onglets {
645
#onglets {
642
	height:22px
646
	height:22px
643
}
647
}
644
#onglets li {
648
#onglets li {
645
	list-style:none;
649
	list-style:none;
646
	line-height:12px;
650
	line-height:12px;
647
}
651
}
648
 
652
 
649
#onglets li.ui-tabs-selected {
653
#onglets li.ui-tabs-selected {
650
	line-height: 13px;
654
	line-height: 13px;
651
}
655
}
652
 
656
 
653
#onglets li {
657
#onglets li {
654
	float:left;
658
	float:left;
655
}
659
}
656
#zone_onglets li .ui-icon-close {
660
#zone_onglets li .ui-icon-close {
657
	float: left;
661
	float: left;
658
	cursor: pointer;
662
	cursor: pointer;
659
}
663
}
660
#zone_onglets li a.lien-onglet {
664
#zone_onglets li a.lien-onglet {
661
	overflow: hidden;
665
	overflow: hidden;
662
	text-decoration: none;
666
	text-decoration: none;
663
	border-bottom: none;
667
	border-bottom: none;
664
}
668
}
665
#zone_onglets li a.lien-onglet hover {
669
#zone_onglets li a.lien-onglet hover {
666
	overflow: hidden; 
670
	overflow: hidden; 
667
	text-decoration: none;
671
	text-decoration: none;
668
	border-bottom: none;
672
	border-bottom: none;
669
}
673
}
670
/* Menu et + */
674
/* Menu et + */
671
#zone_onglets #ongletEtPlus {
675
#zone_onglets #ongletEtPlus {
672
    cursor: pointer;
676
    cursor: pointer;
673
    display: none;
677
    display: none;
674
    float: right;
678
    float: right;
675
    font-size: 20px;
679
    font-size: 20px;
676
    height: 20px;
680
    height: 20px;
677
    padding-bottom: 0;
681
    padding-bottom: 0;
678
    padding-right: 5px;
682
    padding-right: 5px;
679
    position: relative;
683
    position: relative;
680
    top: 1px;
684
    top: 1px;
681
    width: 25px;
685
    width: 25px;
682
    z-index: 500;
686
    z-index: 500;
683
}
687
}
684
#zone_onglets #ongletEtPlus a {
688
#zone_onglets #ongletEtPlus a {
685
	border-bottom: none;
689
	border-bottom: none;
686
}
690
}
687
#lienOngletEtPlus { /* icone */
691
#lienOngletEtPlus { /* icone */
688
	width:6px;
692
	width:6px;
689
    padding-left: 9px;
693
    padding-left: 9px;
690
	padding-top: 0px;
694
	padding-top: 0px;
691
	display:block;
695
	display:block;
692
	margin-top:5px;
696
	margin-top:5px;
693
}
697
}
694
 
698
 
695
.lien-onglet-synthese, .lien-onglet-synthese:hover {
699
.lien-onglet-synthese, .lien-onglet-synthese:hover {
696
	border-bottom: none;
700
	border-bottom: none;
697
}
701
}
698
 
702
 
699
.menuModules { /* liste */
703
.menuModules { /* liste */
700
	left: 465px;
704
	left: 465px;
701
	width: 187px;
705
	width: 187px;
702
	position: absolute; 
706
	position: absolute; 
703
	border: 1px solid #DCD1CC; 
707
	border: 1px solid #DCD1CC; 
704
	margin: 0px; 
708
	margin: 0px; 
705
	padding: 0px;
709
	padding: 0px;
706
	top: 30px;
710
	top: 30px;
707
	z-index:499;
711
	z-index:499;
708
	background-color: #F9F9F9;
712
	background-color: #F9F9F9;
709
	color: #9AC343;
713
	color: #9AC343;
710
	font-weight: bold;
714
	font-weight: bold;
711
}
715
}
712
.elementMenuModules { /* element de la liste */
716
.elementMenuModules { /* element de la liste */
713
	display:block; 
717
	display:block; 
714
	border: 1px solid white; 
718
	border: 1px solid white; 
715
	width: 150px; 
719
	width: 150px; 
716
	padding: 10px 10px 10px 25px; 
720
	padding: 10px 10px 10px 25px; 
717
	margin:0px;
721
	margin:0px;
718
	cursor: pointer;
722
	cursor: pointer;
719
}	
723
}	
720
.elementMenuModules:hover {
724
.elementMenuModules:hover {
721
	background-color: #FEBF01;
725
	background-color: #FEBF01;
722
}	
726
}	
723
.elementMenuModulesSelectionne {
727
.elementMenuModulesSelectionne {
724
	background-color: #F6AF39;
728
	background-color: #F6AF39;
725
	color: white;
729
	color: white;
726
}
730
}
727
 
731
 
728
#dialog label, #dialog input { display:block; }
732
#dialog label, #dialog input { display:block; }
729
#dialog label { margin-top: 0.5em; }
733
#dialog label { margin-top: 0.5em; }
730
#dialog input, #dialog textarea { width: 95%; }
734
#dialog input, #dialog textarea { width: 95%; }
731
 
735
 
732
.conteneur_repartition_observations {
736
.conteneur_repartition_observations {
733
	width:620px; 
737
	width:620px; 
734
	height:620px; 
738
	height:620px; 
735
}
739
}
736
 
740
 
737
.chargement_repartition {
741
.chargement_repartition {
738
	background: url("../images/chargement.gif") no-repeat scroll 50% 50%, url("../images/fond_carte_metropole.png") no-repeat scroll 8px 8px rgba(0, 0, 0, 0);
742
	background: url("../images/chargement.gif") no-repeat scroll 50% 50%, url("../images/fond_carte_metropole.png") no-repeat scroll 8px 8px rgba(0, 0, 0, 0);
739
}
743
}
740
 
744
 
741
.bloc_legende_repartition {
745
.bloc_legende_repartition {
742
	float:left; 
746
	float:left; 
743
	margin-right:5px; 
747
	margin-right:5px; 
744
	margin-bottom:3px; 
748
	margin-bottom:3px; 
745
	width:15px; 
749
	width:15px; 
746
	height:15px; 
750
	height:15px; 
747
	border:solid 1px black;
751
	border:solid 1px black;
748
}
752
}
749
 
753
 
750
.texte_legende_repartition {
754
.texte_legende_repartition {
751
	float:left; 
755
	float:left; 
752
	text-transform:capitalize;
756
	text-transform:capitalize;
753
}
757
}
754
 
758
 
755
.conteneur_lien_metadonnees {
759
.conteneur_lien_metadonnees {
756
	padding: 15px;
760
	padding: 15px;
757
}
761
}
758
.lien_metadonnees {
762
.lien_metadonnees {
759
	float:right;
763
	float:right;
760
}
764
}
761
 
765
 
762
.sous-liste-metadonnees {
766
.sous-liste-metadonnees {
763
	margin: 0px;
767
	margin: 0px;
764
}
768
}
765
 
769
 
766
.intitule_metadonnee {
770
.intitule_metadonnee {
767
	font-weight: bold;
771
	font-weight: bold;
768
	color : #6C6865;
772
	color : #6C6865;
769
}
773
}
770
 
774
 
771
.lien_metadonnees_affiche {
775
.lien_metadonnees_affiche {
772
	color:#FD8C13;
776
	color:#FD8C13;
773
}
777
}
774
 
778
 
775
.metadonnees_resume_description {
779
.metadonnees_resume_description {
776
    font-size: 14px;
780
    font-size: 14px;
777
}
781
}
778
 
782
 
779
#nomenclature > ul > li.item_nomenclature { 
783
#nomenclature > ul > li.item_nomenclature { 
780
    line-height: 18px;
784
    line-height: 18px;
781
    width:100%;
785
    width:100%;
782
}
786
}
783
 
787
 
784
.tab-chargement {
788
.tab-chargement {
785
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
789
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
786
  	background-color: #FFFFFF;
790
  	background-color: #FFFFFF;
787
    border: medium none;
791
    border: medium none;
788
    cursor: pointer;
792
    cursor: pointer;
789
    display: inline-block;
793
    display: inline-block;
790
    font-size: 14px;
794
    font-size: 14px;
791
    padding: 20px 20px 20px 50px;
795
    padding: 20px 20px 20px 50px;
792
    width: 555px;
796
    width: 555px;
793
}
797
}
794
 
798
 
795
.conteneur_illustrations_cel {
799
.conteneur_illustrations_cel {
796
	width: 250px;	
800
	width: 250px;	
797
}
801
}
798
 
802
 
799
.conteneur_metadonnees_cel {
803
.conteneur_metadonnees_cel {
800
	width: 250px;
804
	width: 250px;
801
	padding-top : 20px;	
805
	padding-top : 20px;	
802
}
806
}
803
 
807
 
804
.onglet_marge_gauche {
808
.onglet_marge_gauche {
805
	margin-top: 7px;
809
	margin-top: 7px;
806
	padding-left: 30px;
810
	padding-left: 30px;
807
}
811
}
808
 
812
 
809
.references_bibliographiques .texte_inactif {
813
.references_bibliographiques .texte_inactif {
810
	display:none;
814
	display:none;
811
}
815
}
812
 
816
 
813
#repartition_observations { 
817
#repartition_observations { 
814
    height: 590px;
818
    height: 590px;
815
    width: 100%;
819
    width: 100%;
816
    overflow: hidden;
820
    overflow: hidden;
817
}
821
}
818
 
822
 
819
.legende_nom_retenu {
823
.legende_nom_retenu {
820
	background-color: #e9f6f8;
824
	background-color: #e9f6f8;
821
}
825
}
822
 
826
 
823
.couleur_legende {
827
.couleur_legende {
824
    display: inline-block;
828
    display: inline-block;
825
    height: 12px;
829
    height: 12px;
826
    width: 30px;
830
    width: 30px;
827
    margin-right: 5px;
831
    margin-right: 5px;
828
    margin-top: 2px;
832
    margin-top: 2px;
829
    border: 1px dotted black;
833
    border: 1px dotted black;
830
}
834
}
831
 
835
 
832
.lienToggle {
836
.lienToggle {
833
	cursor: pointer;
837
	cursor: pointer;
834
}
838
}
835
 
839
 
836
/*----------------------------------------------------------------------------------------------------------*/
840
/*----------------------------------------------------------------------------------------------------------*/
837
/* Nomenclature */
841
/* Nomenclature */
838
.nomenclature {
842
.nomenclature {
839
	text-transform: none;
843
	text-transform: none;
840
}
844
}
841
.famille {
845
.famille {
842
	text-transform: uppercase;
846
	text-transform: uppercase;
843
}
847
}
844
.ns-retenu {
848
.ns-retenu {
845
	font-weight:bold;
849
	font-weight:bold;
846
}
850
}
847
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
851
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
848
	font-style: italic;
852
	font-style: italic;
849
	text-transform: none;
853
	text-transform: none;
850
}
854
}
851
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
855
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
852
.auteur, .annee, .biblio, .addendum, .type_epithete {
856
.auteur, .annee, .biblio, .addendum, .type_epithete {
853
	font-style: normal;
857
	font-style: normal;
854
	text-transform: none;
858
	text-transform: none;
855
}
859
}
856
.vernaculaire {
860
.vernaculaire {
857
	font-size: 17px;
861
	font-size: 17px;
858
	/*color: #A89D80;*/
862
	/*color: #A89D80;*/
859
	color: #555;
863
	color: #555;
860
	text-transform: none;
864
	text-transform: none;
861
	float: right;
865
	float: right;
862
}
866
}
863
h2.vernaculaire {
867
h2.vernaculaire {
864
	font-size: 17px;
868
	font-size: 17px;
865
	color: #555555;
869
	color: #555555;
866
	font-weight: normal;
870
	font-weight: normal;
867
}
871
}
868
h2.vernaculaire:before {
872
h2.vernaculaire:before {
869
	content: none !important;
873
	content: none !important;
870
}
874
}
871
.redirige_depuis {
875
.redirige_depuis {
872
	display: table-row;
876
	display: table-row;
873
    color: #808080;
877
    color: #808080;
874
    font-size: 14px;
878
    font-size: 14px;
875
    font-weight: normal;
879
    font-weight: normal;
876
    text-transform: none;
880
    text-transform: none;
877
}
881
}
878
 
882
 
879
.label_redirige_depuis {
883
.label_redirige_depuis {
880
	display: table-cell;
884
	display: table-cell;
881
	width: 91px;
885
	width: 91px;
882
	padding-right: 5px;
886
	padding-right: 5px;
883
	font-size: 12px;
887
	font-size: 12px;
884
	line-height: 22px;
888
	line-height: 22px;
885
}
889
}
886
.valeur_redirige_depuis {
890
.valeur_redirige_depuis {
887
	display: table-cell;
891
	display: table-cell;
888
	margin-left: 100px;
892
	margin-left: 100px;
889
}
893
}
890
 
894
 
891
.lien_biblio_ext {
895
.lien_biblio_ext {
892
	border-bottom: none;
896
	border-bottom: none;
893
}
897
}
894
 
898
 
895
/*----------------------------------------------------------------------------------------------------------*/
899
/*----------------------------------------------------------------------------------------------------------*/
896
/* Wikinis */
900
/* Wikinis */
897
.editable_sur_clic {
901
.editable_sur_clic {
898
	min-height: 50px;
902
	min-height: 50px;
899
}
903
}
900
 
904
 
901
.aide_wikini {
905
.aide_wikini {
902
    font-size: 0.8em;
906
    font-size: 0.8em;
903
}
907
}
904
 
908
 
905
.contenu_editable {
909
.contenu_editable {
906
	background-color: #FCFAF5;
910
	background-color: #FCFAF5;
907
	border: dashed 1px #AAAAAA;
911
	border: dashed 1px #AAAAAA;
908
	padding: 5px;
912
	padding: 5px;
909
	padding-top: 2px;
913
	padding-top: 2px;
910
	border-radius: 3px;
914
	border-radius: 3px;
911
}
915
}
912
 
916
 
913
.champ_edition_wiki {
917
.champ_edition_wiki {
914
	width: 100%;
918
	width: 100%;
915
	height: 350px;	
919
	height: 350px;	
916
	overflow: auto;
920
	overflow: auto;
917
}
921
}
918
 
922
 
919
.imagettePlus {
923
.imagettePlus {
920
	width:9px;
924
	width:9px;
921
	height:9px;
925
	height:9px;
922
	background:url('../images/ouvrir.png') no-repeat;
926
	background:url('../images/ouvrir.png') no-repeat;
923
	display:inline-block;
927
	display:inline-block;
924
	margin-right:3px;
928
	margin-right:3px;
925
}
929
}
926
 
930
 
927
.imagetteMoins {
931
.imagetteMoins {
928
	width:9px;
932
	width:9px;
929
	height:9px;
933
	height:9px;
930
	background:url('../images/fermer.png') no-repeat;
934
	background:url('../images/fermer.png') no-repeat;
931
	margin-right:3px;
935
	margin-right:3px;
932
	display:inline-block;
936
	display:inline-block;
933
}
937
}
934
 
938
 
935
.basionyme_complet {
939
.basionyme_complet {
936
	margin-left:20px;
940
	margin-left:20px;
937
	display:block;
941
	display:block;
938
}
942
}
939
 
943
 
940
.legende {
944
.legende {
941
	border:dashed 1px #AAA; 
945
	border:dashed 1px #AAA; 
942
	padding:5px 10px;
946
	padding:5px 10px;
943
}
947
}
944
 
948
 
945
.legende b {
949
.legende b {
946
	color:#AAA; margin-bottom:10px
950
	color:#AAA; margin-bottom:10px
947
}
951
}
948
 
952
 
949
.wp {
953
.wp {
950
	background:url('../images/sites/wikipedia.png') no-repeat;
954
	background:url('../images/sites/wikipedia.png') no-repeat;
951
	margin-left: 15px;
955
	margin-left: 15px;
952
    margin-top: 5px;
956
    margin-top: 5px;
953
    padding-left: 20px;
957
    padding-left: 20px;
954
}
958
}
955
 
959
 
956
.conteneur_flore_probable {
960
.conteneur_flore_probable {
957
	text-align: center;
961
	text-align: center;
958
}
962
}
959
 
963
 
960
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
964
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
961
 
965
 
962
.citation { 
966
.citation { 
963
		 font-size:9px;
967
		 font-size:9px;
964
}
968
}
965
.fond_graphique {
969
.fond_graphique {
966
	background-color:#F8F8F8;
970
	background-color:#F8F8F8;
967
	padding-top: 10px;	
971
	padding-top: 10px;	
968
	padding-bottom: 10px;
972
	padding-bottom: 10px;
969
	
973
	
970
 
974
 
971
}
975
}
972
.graphique {
976
.graphique {
973
	margin-right: auto;	
977
	margin-right: auto;	
974
	margin-left: auto;
978
	margin-left: auto;
975
	width:100%;
979
	width:100%;
976
}
980
}
977
 
981
 
978
.graphique > * {
982
.graphique > * {
979
      width:100%;
983
      width:100%;
980
}
984
}
981
 
985
 
982
.titre { 
986
.titre { 
983
		color:#36560B;
987
		color:#36560B;
984
		left:2px;
988
		left:2px;
985
		position:relative;
989
		position:relative;
986
		padding-right:5px;
990
		padding-right:5px;
987
}
991
}
988
.desc {
992
.desc {
989
	margin-right:3px;
993
	margin-right:3px;
990
	margin-left:3px;
994
	margin-left:3px;
991
}
995
}
992
.desc td {
996
.desc td {
993
	width: 50%;
997
	width: 50%;
994
	vertical-align: top;
998
	vertical-align: top;
995
	border: 1px dasharray #36560B;
999
	border: 1px dasharray #36560B;
996
	padding: 7px 5px;
1000
	padding: 7px 5px;
997
}
1001
}
998
 .italique { font-style: italic;
1002
 .italique { font-style: italic;
999
 }
1003
 }
1000
 
1004
 
1001
 .gras { font-weight: bold;
1005
 .gras { font-weight: bold;
1002
 }
1006
 }
1003
 
1007
 
1004
 
1008
 
1005
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
1009
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
1006
.legende_formes {
1010
.legende_formes {
1007
	background-image:url('../images/legende_formes.png');
1011
	background-image:url('../images/legende_formes.png');
1008
	background-position: 2px 5px;
1012
	background-position: 2px 5px;
1009
	background-repeat: no-repeat ;
1013
	background-repeat: no-repeat ;
1010
	width : 428px;
1014
	width : 428px;
1011
	height : 30px;
1015
	height : 30px;
1012
	margin-right : auto;
1016
	margin-right : auto;
1013
	margin-left: auto;
1017
	margin-left: auto;
1014
	border: 1px dotted grey;
1018
	border: 1px dotted grey;
1015
	padding : 5px;
1019
	padding : 5px;
1016
	text-align:center;
1020
	text-align:center;
1017
}
1021
}
1018
.legende_graphique {
1022
.legende_graphique {
1019
	display:none;	
1023
	display:none;	
1020
	font-size:11px;
1024
	font-size:11px;
1021
	padding: 5px;
1025
	padding: 5px;
1022
}
1026
}
1023
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1027
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1024
	background:none;
1028
	background:none;
1025
	border:none;
1029
	border:none;
1026
}
1030
}
1027
 
1031
 
1028
.cacher, .voir {
1032
.cacher, .voir {
1029
	float:right;
1033
	float:right;
1030
}
1034
}
1031
 
1035
 
1032
.cacher {
1036
.cacher {
1033
	display:none;
1037
	display:none;
1034
}
1038
}
1035
 
1039
 
1036
.fond_graphique button {
1040
.fond_graphique button {
1037
	background: none;
1041
	background: none;
1038
	border: none;
1042
	border: none;
1039
	
1043
	
1040
}
1044
}
1041
 
1045
 
1042
.fond_graphique button:hover {
1046
.fond_graphique button:hover {
1043
	cursor: pointer;
1047
	cursor: pointer;
1044
	text-decoration: underline;
1048
	text-decoration: underline;
1045
}
1049
}
1046
 
1050
 
1047
/* Illustrations */
1051
/* Illustrations */
1048
#illustrations-coste img {
1052
#illustrations-coste img {
1049
	display:inline;
1053
	display:inline;
1050
	vertical-align:middle;
1054
	vertical-align:middle;
1051
	margin:0px;
1055
	margin:0px;
1052
	padding:0px;
1056
	padding:0px;
1053
}
1057
}
1054
 
1058
 
1055
#illustrations {
1059
#illustrations {
1056
	margin-left:-5px;
1060
	margin-left:-5px;
1057
	margin-right:-4px;
1061
	margin-right:-4px;
1058
		
1062
		
1059
}
1063
}
1060
.liste-illustrations .attention {
1064
.liste-illustrations .attention {
1061
	border:0;
1065
	border:0;
1062
	background:none;
1066
	background:none;
1063
	text-align:left;
1067
	text-align:left;
1064
	padding:0;
1068
	padding:0;
1065
}
1069
}
1066
.liste-illustrations {
1070
.liste-illustrations {
1067
	list-style-type:none;
1071
	list-style-type:none;
1068
	padding:0;
1072
	padding:0;
1069
}
1073
}
1070
.liste-illustrations li {
1074
.liste-illustrations li {
1071
	list-style-image:none !important;
1075
	list-style-image:none !important;
1072
	background:none;
1076
	background:none;
1073
	text-align:center;
1077
	text-align:center;
1074
	font-size:11px;
1078
	font-size:11px;
1075
	float: left;
1079
	float: left;
1076
	width:210px;
1080
	width:210px;
1077
	height:285px;
1081
	height:285px;
1078
	margin:0px;
1082
	margin:0px;
1079
	padding:0px;
1083
	padding:0px;
1080
	
1084
	
1081
}
1085
}
1082
 
1086
 
1083
#galerie-organes {
1087
#galerie-organes {
1084
	width: 648px;
1088
	width: 648px;
1085
	margin-top: 10px;
1089
	margin-top: 10px;
1086
	margin-bottom: 10px;
1090
	margin-bottom: 10px;
1087
	background-color: #e9f6f8;
1091
	background-color: #e9f6f8;
1088
	border-radius: 10px;
1092
	border-radius: 10px;
1089
}
1093
}
1090
 
1094
 
1091
#grande-image-legende-id-destinataire .icone_action_ill, #grande-image-legende-id-image .icone_action_ill {
1095
#grande-image-legende-id-destinataire .icone_action_ill, #grande-image-legende-id-image .icone_action_ill {
1092
	height: 10px;
1096
	height: 10px;
1093
}
1097
}
1094
 
1098
 
1095
.liste_actions_ill {
1099
.liste_actions_ill {
1096
	margin-top: -5px;
1100
	margin-top: -5px;
1097
}
1101
}
1098
 
1102
 
1099
.separator {
1103
.separator {
1100
    display: inline-block;
1104
    display: inline-block;
1101
    width: 10px;
1105
    width: 10px;
1102
}
1106
}
1103
 
1107
 
1104
.liste-illustrations li.organe-moyen {
1108
.liste-illustrations li.organe-moyen {
1105
	height: 230px;
1109
	height: 230px;
1106
	font-size: 13px;
1110
	font-size: 13px;
1107
}
1111
}
1108
 
1112
 
1109
.liste-illustrations li.caractere-moyen {
1113
.liste-illustrations li.caractere-moyen {
1110
	height: 210px;
1114
	height: 210px;
1111
}
1115
}
1112
 
1116
 
1113
.ajouter-participer-choix {
1117
.ajouter-participer-choix {
1114
	padding-top: 30px;
1118
	padding-top: 30px;
1115
}
1119
}
1116
 
1120
 
1117
.liste-illustrations li p.absent-organes {
1121
.liste-illustrations li p.absent-organes {
1118
	height: 193px;
1122
	height: 193px;
1119
	width: 196px;
1123
	width: 196px;
1120
	margin: 2px 5px 5px;
1124
	margin: 2px 5px 5px;
1121
	background-position: 50% 50%; 
1125
	background-position: 50% 50%; 
1122
}
1126
}
1123
.liste-illustrations li p.absent-organes a.contribuer {
1127
.liste-illustrations li p.absent-organes a.contribuer {
1124
	height: 30px;
1128
	height: 30px;
1125
	padding-top: 146px;
1129
	padding-top: 146px;
1126
}
1130
}
1127
 
1131
 
1128
.liste-illustrations li.icone-organe {
1132
.liste-illustrations li.icone-organe {
1129
	width: 108px;
1133
	width: 108px;
1130
	height: auto;
1134
	height: auto;
1131
	padding-top: 5px;
1135
	padding-top: 5px;
1132
	padding-bottom: 5px;
1136
	padding-bottom: 5px;
1133
	background-color: #ffffff;
1137
	background-color: #ffffff;
1134
}
1138
}
1135
.liste-illustrations li.icone-organe:first-of-type {
1139
.liste-illustrations li.icone-organe:first-of-type {
1136
	border-radius: 10px 0 0 0;
1140
	border-radius: 10px 0 0 0;
1137
}
1141
}
1138
.liste-illustrations li.icone-organe:last-of-type {
1142
.liste-illustrations li.icone-organe:last-of-type {
1139
	border-radius: 0 10px 0 0;
1143
	border-radius: 0 10px 0 0;
1140
}
1144
}
1141
.liste-illustrations li.icone-organe.active {
1145
.liste-illustrations li.icone-organe.active {
1142
	background-color: #e9f6f8;
1146
	background-color: #e9f6f8;
1143
}
1147
}
1144
.liste-illustrations li.miniature-organe {
1148
.liste-illustrations li.miniature-organe {
1145
	width: 105px;
1149
	width: 105px;
1146
	height: auto;
1150
	height: auto;
1147
}
1151
}
1148
img.icone-organe {
1152
img.icone-organe {
1149
	height: 30px;
1153
	height: 30px;
1150
	margin: auto;
1154
	margin: auto;
1151
	border: none;
1155
	border: none;
1152
}
1156
}
1153
img.miniature-organe {
1157
img.miniature-organe {
1154
	margin: auto;
1158
	margin: auto;
1155
}
1159
}
1156
 
1160
 
1157
div.onglet-organe {
1161
div.onglet-organe {
1158
    margin: auto;
1162
    margin: auto;
1159
    margin-bottom: 25px;
1163
    margin-bottom: 25px;
1160
    width: 632px;
1164
    width: 632px;
1161
}
1165
}
1162
div.onglet-organe ul.liste-illustrations {
1166
div.onglet-organe ul.liste-illustrations {
1163
	margin-top: 8px;
1167
	margin-top: 8px;
1164
	height: 75px;
1168
	height: 75px;
1165
}
1169
}
1166
 
1170
 
1167
.liste-illustrations li p.absent-mini {
1171
.liste-illustrations li p.absent-mini {
1168
	width: 60px;
1172
	width: 60px;
1169
	height: 60px;
1173
	height: 60px;
1170
	margin-right: 22px;
1174
	margin-right: 22px;
1171
	font-size: .8em;
1175
	font-size: .8em;
1172
	background-image: url("../images/pasdephoto_petit.png");
1176
	background-image: url("../images/pasdephoto_petit.png");
1173
}
1177
}
1174
.liste-illustrations li p.absent-mini .contribuer {
1178
.liste-illustrations li p.absent-mini .contribuer {
1175
	padding-top: 25px;
1179
	padding-top: 25px;
1176
}
1180
}
1177
 
1181
 
1178
#grande-image-organe {
1182
#grande-image-organe {
1179
	margin-bottom: 15px;
1183
	margin-bottom: 15px;
1180
	text-align: center;
1184
	text-align: center;
1181
}
1185
}
1182
#grande-image-legende {
1186
#grande-image-legende {
1183
	width: 600px;
1187
	width: 600px;
1184
	margin: auto;
1188
	margin: auto;
1185
	padding-bottom: 5px;
1189
	padding-bottom: 5px;
1186
}
1190
}
1187
 
1191
 
1188
.lien_grand_format img {
1192
.lien_grand_format img {
1189
	height: 300px;
1193
	height: 300px;
1190
}
1194
}
1191
 
1195
 
1192
.miniature-organe {
1196
.miniature-organe {
1193
	height: 63px;
1197
	height: 63px;
1194
	width: 63px;
1198
	width: 63px;
1195
	overflow: hidden;
1199
	overflow: hidden;
1196
}
1200
}
1197
 
1201
 
1198
a.lien-images-organes.non-fourni {
1202
a.lien-images-organes.non-fourni {
1199
	opacity: 0.2;
1203
	opacity: 0.2;
1200
	text-decoration: none;
1204
	text-decoration: none;
1201
}
1205
}
1202
a.lien-images-organes.non-fourni:hover {
1206
a.lien-images-organes.non-fourni:hover {
1203
	text-decoration: none;
1207
	text-decoration: none;
1204
	color: inherit;
1208
	color: inherit;
1205
}
1209
}
1206
a.lien-images-organes.fourni {
1210
a.lien-images-organes.fourni {
1207
	cursor: pointer;
1211
	cursor: pointer;
1208
}
1212
}
1209
a.lien-images-organes.fourni:hover {
1213
a.lien-images-organes.fourni:hover {
1210
	
1214
	
1211
}
1215
}
1212
a.lien-grande-image-organe {
1216
a.lien-grande-image-organe {
1213
	cursor: pointer;
1217
	cursor: pointer;
1214
}
1218
}
1215
 
1219
 
1216
#illustrations-coste .liste-illustrations li {
1220
#illustrations-coste .liste-illustrations li {
1217
	height: 196px;
1221
	height: 196px;
1218
}
1222
}
1219
 
1223
 
1220
.liste-illustrations li p {
1224
.liste-illustrations li p {
1221
	margin:2px 2px 5px 2px;
1225
	margin:2px 2px 5px 2px;
1222
	width:206px;
1226
	width:206px;
1223
	font-size:11px;
1227
	font-size:11px;
1224
}
1228
}
1225
.liste-illustrations strong {
1229
.liste-illustrations strong {
1226
	font-weight:bold;
1230
	font-weight:bold;
1227
}
1231
}
1228
.liste-illustrations img {
1232
.liste-illustrations img {
1229
	display:block;
1233
	display:block;
1230
	border:1px solid white;
1234
	border:1px solid white;
1231
	margin:0 auto;
1235
	margin:0 auto;
1232
	padding:2px;
1236
	padding:2px;
1233
	max-height:196px;
1237
	max-height:196px;
1234
	max-width:196px;
1238
	max-width:196px;
1235
}
1239
}
1236
.liste-illustrations a:hover img{
1240
.liste-illustrations a:hover img{
1237
    border:1px dotted #FD8C13;
1241
    border:1px dotted #FD8C13;
1238
}
1242
}
1239
a.img-cadre{
1243
a.img-cadre{
1240
	display:block;
1244
	display:block;
1241
	border: 1px solid white;
1245
	border: 1px solid white;
1242
	background:transparent;
1246
	background:transparent;
1243
	width:204px;
1247
	width:204px;
1244
	height:204px;
1248
	height:204px;
1245
	margin-right:2px;
1249
	margin-right:2px;
1246
}
1250
}
1247
a.img-cadre:hover{
1251
a.img-cadre:hover{
1248
	border:1px dotted #FD8C13;
1252
	border:1px dotted #FD8C13;
1249
}
1253
}
1250
.img-cadre-fond{
1254
.img-cadre-fond{
1251
	background:white;
1255
	background:white;
1252
	width:200px;
1256
	width:200px;
1253
	height:200px;
1257
	height:200px;
1254
	line-height:200px;
1258
	line-height:200px;
1255
	text-align:center;
1259
	text-align:center;
1256
	margin:2px;
1260
	margin:2px;
1257
}
1261
}
1258
#illustrations-photoflora img{
1262
#illustrations-photoflora img{
1259
	display:inline;
1263
	display:inline;
1260
	vertical-align:middle;
1264
	vertical-align:middle;
1261
	margin:0;
1265
	margin:0;
1262
	padding:0;
1266
	padding:0;
1263
	border:0;
1267
	border:0;
1264
}
1268
}
1265
 
1269
 
1266
.importance4 {
1270
.importance4 {
1267
	font-size:0.8em;
1271
	font-size:0.8em;
1268
	padding:5px;
1272
	padding:5px;
1269
	box-shadow:none;
1273
	box-shadow:none;
1270
}
1274
}
1271
 
1275
 
1272
h1 .nomenclature {
1276
h1 .nomenclature {
1273
	color:#555;
1277
	color:#555;
1274
	font-size:19px;
1278
	font-size:19px;
1275
}
1279
}
1276
 
1280
 
1277
h1 .famille {
1281
h1 .famille {
1278
	font-size:13px;
1282
	font-size:13px;
1279
	margin-top:5px;	
1283
	margin-top:5px;	
1280
}
1284
}
1281
 
1285
 
1282
#zone_contenu_corps .nomenclature a.lien_recherche_hier {
1286
#zone_contenu_corps .nomenclature a.lien_recherche_hier {
1283
	color:#555;
1287
	color:#555;
1284
}
1288
}
1285
 
1289
 
1286
table tbody {
1290
table tbody {
1287
    background-color: #FCFAF5;
1291
    background-color: #FCFAF5;
1288
    border: 1px solid #9AC342;
1292
    border: 1px solid #9AC342;
1289
}
1293
}
1290
 
1294
 
1291
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1295
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1292
#bloc_export_choix {
1296
#bloc_export_choix {
1293
	width: 100%;
1297
	width: 100%;
1294
}
1298
}
1295
 
1299
 
1296
.avertissement_telechargement {
1300
.avertissement_telechargement {
1297
	padding-top:1px;
1301
	padding-top:1px;
1298
	font-style:italic;
1302
	font-style:italic;
1299
	color: grey;
1303
	color: grey;
1300
	font-weight: 0.9em;
1304
	font-weight: 0.9em;
1301
}
1305
}
1302
 
1306
 
1303
#export_pdf input[type="submit"] {
1307
#export_pdf input[type="submit"] {
1304
	text-align: center;
1308
	text-align: center;
1305
	width :120px;
1309
	width :120px;
1306
	display:block;
1310
	display:block;
1307
	/*margin-right: auto;*/
1311
	/*margin-right: auto;*/
1308
	margin-left: 25px;
1312
	margin-left: 25px;
1309
	
1313
	
1310
}
1314
}
1311
#export_pdf fieldset label{
1315
#export_pdf fieldset label{
1312
	width :120px;
1316
	width :120px;
1313
	display:inline-block;
1317
	display:inline-block;
1314
	text-align:right;
1318
	text-align:right;
1315
}
1319
}
1316
 
1320
 
1317
#export_pdf fieldset {
1321
#export_pdf fieldset {
1318
	border: none;
1322
	border: none;
1319
	margin-left: auto;
1323
	margin-left: auto;
1320
	margin-right: auto;
1324
	margin-right: auto;
1321
	
1325
	
1322
}
1326
}
1323
 
1327
 
1324
.infos_liens_permanents {
1328
.infos_liens_permanents {
1325
	width: 60%;
1329
	width: 60%;
1326
}
1330
}
1327
 
1331
 
1328
.telechargements_pdf {
1332
.telechargements_pdf {
1329
	width: 40%;
1333
	width: 40%;
1330
}
1334
}
1331
 
1335
 
1332
.conteneur_telechargements > * {
1336
.conteneur_telechargements > * {
1333
	padding-left:20px;
1337
	padding-left:20px;
1334
	padding-top: 10px;
1338
	padding-top: 10px;
1335
	padding-bottom: 10px;
1339
	padding-bottom: 10px;
1336
}
1340
}
1337
 
1341
 
1338
.lien_telechargement_qr_code {
1342
.lien_telechargement_qr_code {
1339
	padding: 0;
1343
	padding: 0;
1340
	margin-left:20px;
1344
	margin-left:20px;
1341
}
1345
}
1342
 
1346
 
1343
.conteneur_permalien_mobile {
1347
.conteneur_permalien_mobile {
1344
	margin-left:20px;
1348
	margin-left:20px;
1345
	margin-top: 10px;
1349
	margin-top: 10px;
1346
}
1350
}
1347
 
1351
 
1348
.lien_export_pdf {
1352
.lien_export_pdf {
1349
	background:url('../images/pdf.png') no-repeat;
1353
	background:url('../images/pdf.png') no-repeat;
1350
	padding-left: 20px;
1354
	padding-left: 20px;
1351
	font-size:12px;
1355
	font-size:12px;
1352
	padding-bottom: 3px;
1356
	padding-bottom: 3px;
1353
}
1357
}
1354
 
1358
 
1355
.avertissement_telechargement {
1359
.avertissement_telechargement {
1356
	margin-top: 2px;
1360
	margin-top: 2px;
1357
}
1361
}
1358
 
1362
 
1359
.conteneur_permalien {
1363
.conteneur_permalien {
1360
	padding-left: 5px;
1364
	padding-left: 5px;
1361
	padding-bottom: 5px;
1365
	padding-bottom: 5px;
1362
	padding-top: 5px;
1366
	padding-top: 5px;
1363
	width: 100%;
1367
	width: 100%;
1364
}
1368
}
1365
 
1369
 
1366
.conteneur_permalien > input {
1370
.conteneur_permalien > input {
1367
    background-color: #EAEDCD;
1371
    background-color: #EAEDCD;
1368
    color: #598000;
1372
    color: #598000;
1369
    border: none;
1373
    border: none;
1370
}
1374
}
1371
 
1375
 
1372
.wp.conteneur_permalien {
1376
.wp.conteneur_permalien {
1373
	padding-left: 0px;
1377
	padding-left: 0px;
1374
	padding-top: 0px;
1378
	padding-top: 0px;
1375
}
1379
}
1376
 
1380
 
1377
.titre_lien_permanent {
1381
.titre_lien_permanent {
1378
	padding-left: 0px;
1382
	padding-left: 0px;
1379
}
1383
}
1380
 
1384
 
1381
.liste_actions_ill a {
1385
.liste_actions_ill a {
1382
	border: none;
1386
	border: none;
1383
	text-decoration: none;
1387
	text-decoration: none;
1384
}
1388
}
1385
 
1389
 
1386
img.icone_action_ill {
1390
img.icone_action_ill {
1387
	display: inline;
1391
	display: inline;
1388
	height: 16px;
1392
	height: 16px;
1389
}
1393
}
1390
 
1394
 
1391
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1395
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1392
::-webkit-input-placeholder { color:#777777; }
1396
::-webkit-input-placeholder { color:#777777; }
1393
::-moz-placeholder { color:#777777; } /* firefox 19+ */
1397
::-moz-placeholder { color:#777777; } /* firefox 19+ */
1394
:-ms-input-placeholder { color:#777777; } /* ie */
1398
:-ms-input-placeholder { color:#777777; } /* ie */
1395
input:-moz-placeholder { color:#777777; }
1399
input:-moz-placeholder { color:#777777; }
1396
 
1400
 
1397
 
1401
 
1398
#bloc-recherche {
1402
#bloc-recherche {
1399
	padding-bottom: 3px;
1403
	padding-bottom: 3px;
1400
	box-shadow: 3px 3px 6px #555555;
1404
	box-shadow: 3px 3px 6px #555555;
1401
	margin-bottom: 10px;
1405
	margin-bottom: 10px;
1402
}
1406
}
1403
div #recherche_av_form {
1407
div #recherche_av_form {
1404
	width:97%;
1408
	width:97%;
1405
	margin-right:auto;
1409
	margin-right:auto;
1406
	margin-left:auto;
1410
	margin-left:auto;
1407
	padding : 3px;
1411
	padding : 3px;
1408
 
1412
 
1409
}
1413
}
1410
#bloc_recherche_av {
1414
#bloc_recherche_av {
1411
	border: 1px solid white;
1415
	border: 1px solid white;
1412
	padding : 5px;
1416
	padding : 5px;
1413
	padding-top : 15px;
1417
	padding-top : 15px;
1414
		
1418
		
1415
}
1419
}
1416
 
1420
 
1417
#recherche_av_form label {
1421
#recherche_av_form label {
1418
	display:block;
1422
	display:block;
1419
	text-align:left;
1423
	text-align:left;
1420
	padding-left:7px;
1424
	padding-left:7px;
1421
}
1425
}
1422
 
1426
 
1423
#recherche_av_form .rech {
1427
#recherche_av_form .rech {
1424
	margin-top:20px;
1428
	margin-top:20px;
1425
	position:relative;
1429
	position:relative;
1426
	left: 228px;
1430
	left: 228px;
1427
	width:200px;
1431
	width:200px;
1428
	padding: 2px;
1432
	padding: 2px;
1429
	cursor:pointer;
1433
	cursor:pointer;
1430
	background-color:#FFFFFF;
1434
	background-color:#FFFFFF;
1431
	font-weight: bold;
1435
	font-weight: bold;
1432
}
1436
}
1433
#recherche_av_form .rech:hover {
1437
#recherche_av_form .rech:hover {
1434
	background-color:#DDDDDD;
1438
	background-color:#DDDDDD;
1435
}
1439
}
1436
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1440
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1437
	float:left;
1441
	float:left;
1438
}
1442
}
1439
#recherche_av_form .valeur-defaut-recherche {
1443
#recherche_av_form .valeur-defaut-recherche {
1440
    color: #848484;
1444
    color: #848484;
1441
    font-style: italic;
1445
    font-style: italic;
1442
}
1446
}
1443
/* fieldset classification */
1447
/* fieldset classification */
1444
fieldset.classification_form label{
1448
fieldset.classification_form label{
1445
	width: 95px;
1449
	width: 95px;
1446
}
1450
}
1447
fieldset.classification_form input, fieldset.classification_form select{
1451
fieldset.classification_form input, fieldset.classification_form select{
1448
	width: 100px;
1452
	width: 100px;
1449
}
1453
}
1450
/* fieldset statuts presence */
1454
/* fieldset statuts presence */
1451
fieldset.statuts_form label, fieldset.presence_form label{
1455
fieldset.statuts_form label, fieldset.presence_form label{
1452
	width: 220px;
1456
	width: 220px;
1453
}
1457
}
1454
fieldset.statuts_form select, fieldset.presence_form select{
1458
fieldset.statuts_form select, fieldset.presence_form select{
1455
	width: 200px;
1459
	width: 200px;
1456
}
1460
}
1457
/* fieldset publication */
1461
/* fieldset publication */
1458
fieldset.publication_form label {
1462
fieldset.publication_form label {
1459
	width: 60px;
1463
	width: 60px;
1460
}
1464
}
1461
/* fieldset numero */
1465
/* fieldset numero */
1462
fieldset.numero_form label {
1466
fieldset.numero_form label {
1463
	width: 135px;
1467
	width: 135px;
1464
}
1468
}
1465
 
1469
 
1466
.description-referentiel {
1470
.description-referentiel {
1467
	text-align: justify;
1471
	text-align: justify;
1468
	color: #222222;
1472
	color: #222222;
1469
    font-size: 12px;
1473
    font-size: 12px;
1470
    font-weight: normal;
1474
    font-weight: normal;
1471
}
1475
}
1472
 
1476
 
1473
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1477
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1474
.chorodep_svg { 
1478
.chorodep_svg { 
1475
	height: 590px;
1479
	height: 590px;
1476
	width:	100%;
1480
	width:	100%;
1477
}
1481
}
1478
 
1482
 
1479
.ecologie_svg { 
1483
.ecologie_svg { 
1480
    width: 500px;
1484
    width: 500px;
1481
}
1485
}
1482
 
1486
 
1483
.chargement {
1487
.chargement {
1484
	background:url('../images/chargement-transparent.gif');
1488
	background:url('../images/chargement-transparent.gif');
1485
	background-repeat:no-repeat;
1489
	background-repeat:no-repeat;
1486
	background-position:center; 
1490
	background-position:center; 
1487
	min-height: 150px;
1491
	min-height: 150px;
1488
}
1492
}
1489
 
1493
 
1490
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1494
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1491
li.autocompletion_nom, .autocompletion_nom:hover {
1495
li.autocompletion_nom, .autocompletion_nom:hover {
1492
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1496
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1493
    margin: 0 0 5px;
1497
    margin: 0 0 5px;
1494
}
1498
}
1495
 
1499
 
1496
/**----------------------- Illustration des résultats ---------------------------------------------**/
1500
/**----------------------- Illustration des résultats ---------------------------------------------**/
1497
 
1501
 
1498
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1502
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1499
	cursor: pointer;
1503
	cursor: pointer;
1500
}
1504
}
1501
 
1505
 
1502
.nomenclature_synonyme {
1506
.nomenclature_synonyme {
1503
    padding-left: 13px;
1507
    padding-left: 13px;
1504
}
1508
}
1505
 
1509
 
1506
.liste_synonymes_basionyme {
1510
.liste_synonymes_basionyme {
1507
	margin-top: 3px;	
1511
	margin-top: 3px;	
1508
}
1512
}
1509
 
1513
 
1510
.nomenclature_basionyme {
1514
.nomenclature_basionyme {
1511
	font-size: 0.9em;
1515
	font-size: 0.9em;
1512
}
1516
}
1513
 
1517
 
1514
 
1518
 
1515
/**----------------------- Styles pour la pagination ---------------------------------------------**/
1519
/**----------------------- Styles pour la pagination ---------------------------------------------**/
1516
.page_courante {
1520
.page_courante {
1517
	font-size: 1.5em;
1521
	font-size: 1.5em;
1518
}
1522
}
1519
 
1523
 
1520
.page_courante a {
1524
.page_courante a {
1521
	color: black;	
1525
	color: black;	
1522
}
1526
}
1523
 
1527
 
1524
.nb_resultats {
1528
.nb_resultats {
1525
	float:right;
1529
	float:right;
1526
	margin-top: 10px;	
1530
	margin-top: 10px;	
1527
}
1531
}
1528
 
1532
 
1529
/**---------------------- Styles pour le dictionnaire --------------------------------------------**/
1533
/**---------------------- Styles pour le dictionnaire --------------------------------------------**/
1530
#conteneur_activation_definition {
1534
#conteneur_activation_definition {
1531
    height: 18px;
1535
    height: 18px;
1532
    width: 16px;
1536
    width: 16px;
1533
	left: 17px;
1537
	left: 17px;
1534
	top: 15px;
1538
	top: 15px;
1535
    position: relative;
1539
    position: relative;
1536
	display: none;
1540
	display: none;
1537
}
1541
}
1538
 
1542
 
1539
#conteneur_activation_definition a {
1543
#conteneur_activation_definition a {
1540
	height: 18px;
1544
	height: 18px;
1541
    width: 16px;
1545
    width: 16px;
1542
    display: inline-block;
1546
    display: inline-block;
1543
}
1547
}
1544
 
1548
 
1545
#conteneur_activation_definition.definitions_actives a {
1549
#conteneur_activation_definition.definitions_actives a {
1546
    background: url("../images/dictionnaire.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
1550
    background: url("../images/dictionnaire.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
1547
}
1551
}
1548
 
1552
 
1549
#conteneur_activation_definition.definitions_inactives a {
1553
#conteneur_activation_definition.definitions_inactives a {
1550
    background: url("../images/dictionnaire_inactif.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
1554
    background: url("../images/dictionnaire_inactif.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
1551
}
1555
}