Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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