Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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