Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 945 Rev 951
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
	width:96%;
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
 
-
 
571
#ef-resultats-determination {
-
 
572
	padding-left: 0px;
-
 
573
}
570
 
574
 
571
 
575
 
572
/*----------------------------------------------------------------------------------------------------------*/
576
/*----------------------------------------------------------------------------------------------------------*/
573
/* Fiche */
577
/* Fiche */
574
#bloc-fiche h1 {
578
#bloc-fiche h1 {
575
	background: none repeat scroll 0 0 transparent;
579
	background: none repeat scroll 0 0 transparent;
576
	padding: 0 9px  0 9px;
580
	padding: 0 9px  0 9px;
577
}
581
}
578
#zone_contenu_fiche {
582
#zone_contenu_fiche {
579
    background-color: #EEE;
583
    background-color: #EEE;
580
    clear: left;
584
    clear: left;
581
    min-height: 300px;
585
    min-height: 300px;
582
    padding-top: 0.4em;
586
    padding-top: 0.4em;
583
    width: 676px;
587
    width: 676px;
584
    border:none;
588
    border:none;
585
    margin-left:-7px;
589
    margin-left:-7px;
586
    
590
    
587
}
591
}
588
.ui-widget-content {
592
.ui-widget-content {
589
	background:white;
593
	background:white;
590
}
594
}
591
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
595
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
592
	border-bottom-right-radius: 0;
596
	border-bottom-right-radius: 0;
593
}
597
}
594
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
598
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
595
	border-bottom-left-radius: 0;
599
	border-bottom-left-radius: 0;
596
}
600
}
597
.colonne {
601
.colonne {
598
	float:left;
602
	float:left;
599
	padding-bottom:10px;
603
	padding-bottom:10px;
600
	width:33%;
604
	width:33%;
601
	margin: 0 1px;
605
	margin: 0 1px;
602
}
606
}
603
 
607
 
604
.deuxtiers{
608
.deuxtiers{
605
	width:66%;
609
	width:66%;
606
}
610
}
607
 
611
 
608
.pasDeCurseur {
612
.pasDeCurseur {
609
	cursor:default;
613
	cursor:default;
610
}
614
}
611
/* bloc */
615
/* bloc */
612
.module {
616
.module {
613
	margin: 0 1em 0.5em 0; 
617
	margin: 0 1em 0.5em 0; 
614
	width: 99%;
618
	width: 99%;
615
}
619
}
616
.module .titre{
620
.module .titre{
617
	 cursor: move;
621
	 cursor: move;
618
    font-size: 12px;
622
    font-size: 12px;
619
    padding-bottom: 1px;
623
    padding-bottom: 1px;
620
    padding-left: 1.2em;
624
    padding-left: 1.2em;
621
    margin-left:-2px;
625
    margin-left:-2px;
622
    margin-right:1px;
626
    margin-right:1px;
623
}
627
}
624
 
628
 
625
.module .titre .ui-icon {
629
.module .titre .ui-icon {
626
	float: right;
630
	float: right;
627
}
631
}
628
.imagetteMoins, .imagettePlus { /* +/- du titre */
632
.imagetteMoins, .imagettePlus { /* +/- du titre */
629
	cursor:pointer
633
	cursor:pointer
630
}
634
}
631
.module .contenu {
635
.module .contenu {
632
	padding: 10px;
636
	padding: 10px;
633
}
637
}
634
 
638
 
635
.ui-sortable-placeholder { /* déplacement bloc */
639
.ui-sortable-placeholder { /* déplacement bloc */
636
	border: 1px dotted black;
640
	border: 1px dotted black;
637
	visibility: visible !important;
641
	visibility: visible !important;
638
	height: 50px !important;
642
	height: 50px !important;
639
}
643
}
640
.ui-sortable-placeholder * {
644
.ui-sortable-placeholder * {
641
	visibility: hidden;
645
	visibility: hidden;
642
}
646
}
643
 
647
 
644
.module .contenu.attention {
648
.module .contenu.attention {
645
    padding: 10px 5px 5px 40px;
649
    padding: 10px 5px 5px 40px;
646
    background-position: 5px 12px;
650
    background-position: 5px 12px;
647
}
651
}
648
 
652
 
649
.pas_de_protection {
653
.pas_de_protection {
650
    display: block;
654
    display: block;
651
    margin-bottom: 5px;
655
    margin-bottom: 5px;
652
    margin-left: 35px;
656
    margin-left: 35px;
653
}
657
}
654
 
658
 
655
.completer_statut {
659
.completer_statut {
656
    display: block;
660
    display: block;
657
    float: right;
661
    float: right;
658
    margin-bottom: 10px;
662
    margin-bottom: 10px;
659
    margin-right: 10px;
663
    margin-right: 10px;
660
    padding-top: 5px;
664
    padding-top: 5px;
661
    width: 60px;
665
    width: 60px;
662
}
666
}
663
 
667
 
664
#statut .aucune_info {
668
#statut .aucune_info {
665
	padding: 10px;
669
	padding: 10px;
666
}
670
}
667
#alignement-droite {
671
#alignement-droite {
668
	float:right;
672
	float:right;
669
	margin-right: -5px;
673
	margin-right: -5px;
670
}
674
}
671
 
675
 
672
.lien-onglet.lien-statique.lien_retour_synthese {
676
.lien-onglet.lien-statique.lien_retour_synthese {
673
	background-attachment: scroll;
677
	background-attachment: scroll;
674
	background-clip: border-box;
678
	background-clip: border-box;
675
	background-color: transparent;
679
	background-color: transparent;
676
	background-image: url("../images/fleche_gauche.png");
680
	background-image: url("../images/fleche_gauche.png");
677
	background-origin: padding-box;
681
	background-origin: padding-box;
678
	background-position: 0 2px;
682
	background-position: 0 2px;
679
	background-repeat: no-repeat;
683
	background-repeat: no-repeat;
680
	background-size: auto auto;
684
	background-size: auto auto;
681
	padding-left: 20px;
685
	padding-left: 20px;
682
}
686
}
683
 
687
 
684
/* Onglets */
688
/* Onglets */
685
#zone_onglets {
689
#zone_onglets {
686
	margin-top: 0.1em;
690
	margin-top: 0.1em;
687
	border-width:0;
691
	border-width:0;
688
	border-radius:0;
692
	border-radius:0;
689
	width:676px;
693
	width:676px;
690
	font-size:12px;
694
	font-size:12px;
691
	margin-left:-7px;
695
	margin-left:-7px;
692
}
696
}
693
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
697
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
694
	padding:0;
698
	padding:0;
695
	position: relative;
699
	position: relative;
696
}
700
}
697
.ui-tabs .ui-tabs-nav li a {
701
.ui-tabs .ui-tabs-nav li a {
698
	float: left;
702
	float: left;
699
  	padding: 4px 4px 3px 3px;
703
  	padding: 4px 4px 3px 3px;
700
	text-decoration: none;
704
	text-decoration: none;
701
}
705
}
702
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
706
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
703
	color: #9AC343;
707
	color: #9AC343;
704
	text-decoration: none;
708
	text-decoration: none;
705
}
709
}
706
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
710
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
707
	color: #EB8F00;
711
	color: #EB8F00;
708
	text-decoration: none;
712
	text-decoration: none;
709
}
713
}
710
#onglets {
714
#onglets {
711
	height:22px
715
	height:22px
712
}
716
}
713
#onglets li {
717
#onglets li {
714
	list-style:none;
718
	list-style:none;
715
	line-height:12px;
719
	line-height:12px;
716
}
720
}
717
 
721
 
718
#onglets li.ui-tabs-selected {
722
#onglets li.ui-tabs-selected {
719
	line-height: 13px;
723
	line-height: 13px;
720
}
724
}
721
 
725
 
722
#onglets li {
726
#onglets li {
723
	float:left;
727
	float:left;
724
}
728
}
725
#zone_onglets li .ui-icon-close {
729
#zone_onglets li .ui-icon-close {
726
	float: left;
730
	float: left;
727
	cursor: pointer;
731
	cursor: pointer;
728
}
732
}
729
#zone_onglets li a.lien-onglet {
733
#zone_onglets li a.lien-onglet {
730
	overflow: hidden;
734
	overflow: hidden;
731
	text-decoration: none;
735
	text-decoration: none;
732
	border-bottom: none;
736
	border-bottom: none;
733
}
737
}
734
#zone_onglets li a.lien-onglet hover {
738
#zone_onglets li a.lien-onglet hover {
735
	overflow: hidden; 
739
	overflow: hidden; 
736
	text-decoration: none;
740
	text-decoration: none;
737
	border-bottom: none;
741
	border-bottom: none;
738
}
742
}
739
/* Menu et + */
743
/* Menu et + */
740
#zone_onglets #ongletEtPlus {
744
#zone_onglets #ongletEtPlus {
741
    cursor: pointer;
745
    cursor: pointer;
742
    display: none;
746
    display: none;
743
    float: right;
747
    float: right;
744
    font-size: 20px;
748
    font-size: 20px;
745
    height: 20px;
749
    height: 20px;
746
    padding-bottom: 0;
750
    padding-bottom: 0;
747
    padding-right: 5px;
751
    padding-right: 5px;
748
    position: relative;
752
    position: relative;
749
    top: 1px;
753
    top: 1px;
750
    width: 25px;
754
    width: 25px;
751
    z-index: 500;
755
    z-index: 500;
752
}
756
}
753
#zone_onglets #ongletEtPlus a {
757
#zone_onglets #ongletEtPlus a {
754
	border-bottom: none;
758
	border-bottom: none;
755
}
759
}
756
#lienOngletEtPlus { /* icone */
760
#lienOngletEtPlus { /* icone */
757
	width:6px;
761
	width:6px;
758
    padding-left: 9px;
762
    padding-left: 9px;
759
	padding-top: 0px;
763
	padding-top: 0px;
760
	display:block;
764
	display:block;
761
	margin-top:5px;
765
	margin-top:5px;
762
}
766
}
763
 
767
 
764
.lien-onglet-synthese, .lien-onglet-synthese:hover {
768
.lien-onglet-synthese, .lien-onglet-synthese:hover {
765
	border-bottom: none;
769
	border-bottom: none;
766
}
770
}
767
 
771
 
768
.menuModules { /* liste */
772
.menuModules { /* liste */
769
	left: 465px;
773
	left: 465px;
770
	width: 187px;
774
	width: 187px;
771
	position: absolute; 
775
	position: absolute; 
772
	border: 1px solid #DCD1CC; 
776
	border: 1px solid #DCD1CC; 
773
	margin: 0px; 
777
	margin: 0px; 
774
	padding: 0px;
778
	padding: 0px;
775
	top: 30px;
779
	top: 30px;
776
	z-index:499;
780
	z-index:499;
777
	background-color: #F9F9F9;
781
	background-color: #F9F9F9;
778
	color: #9AC343;
782
	color: #9AC343;
779
	font-weight: bold;
783
	font-weight: bold;
780
}
784
}
781
.elementMenuModules { /* element de la liste */
785
.elementMenuModules { /* element de la liste */
782
	display:block; 
786
	display:block; 
783
	border: 1px solid white; 
787
	border: 1px solid white; 
784
	width: 150px; 
788
	width: 150px; 
785
	padding: 10px 10px 10px 25px; 
789
	padding: 10px 10px 10px 25px; 
786
	margin:0px;
790
	margin:0px;
787
	cursor: pointer;
791
	cursor: pointer;
788
}	
792
}	
789
.elementMenuModules:hover {
793
.elementMenuModules:hover {
790
	background-color: #FEBF01;
794
	background-color: #FEBF01;
791
}	
795
}	
792
.elementMenuModulesSelectionne {
796
.elementMenuModulesSelectionne {
793
	background-color: #F6AF39;
797
	background-color: #F6AF39;
794
	color: white;
798
	color: white;
795
}
799
}
796
 
800
 
797
#dialog label, #dialog input { display:block; }
801
#dialog label, #dialog input { display:block; }
798
#dialog label { margin-top: 0.5em; }
802
#dialog label { margin-top: 0.5em; }
799
#dialog input, #dialog textarea { width: 95%; }
803
#dialog input, #dialog textarea { width: 95%; }
800
 
804
 
801
.bloc_legende_repartition {
805
.bloc_legende_repartition {
802
	float:left; 
806
	float:left; 
803
	margin-right:5px; 
807
	margin-right:5px; 
804
	margin-bottom:3px; 
808
	margin-bottom:3px; 
805
	width:15px; 
809
	width:15px; 
806
	height:15px; 
810
	height:15px; 
807
	border:solid 1px black;
811
	border:solid 1px black;
808
}
812
}
809
 
813
 
810
.texte_legende_repartition {
814
.texte_legende_repartition {
811
	float:left; 
815
	float:left; 
812
	text-transform:capitalize;
816
	text-transform:capitalize;
813
}
817
}
814
 
818
 
815
.conteneur_lien_metadonnees {
819
.conteneur_lien_metadonnees {
816
	padding: 15px;
820
	padding: 15px;
817
}
821
}
818
.lien_metadonnees {
822
.lien_metadonnees {
819
	float:right;
823
	float:right;
820
}
824
}
821
 
825
 
822
.sous-liste-metadonnees {
826
.sous-liste-metadonnees {
823
	margin: 0px;
827
	margin: 0px;
824
}
828
}
825
 
829
 
826
#nomenclature > ul > li.item_nomenclature { 
830
#nomenclature > ul > li.item_nomenclature { 
827
    line-height: 18px;
831
    line-height: 18px;
828
    width:100%;
832
    width:100%;
829
}
833
}
830
 
834
 
831
.tab-chargement {
835
.tab-chargement {
832
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
836
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
833
  	background-color: #FFFFFF;
837
  	background-color: #FFFFFF;
834
    border: medium none;
838
    border: medium none;
835
    cursor: pointer;
839
    cursor: pointer;
836
    display: inline-block;
840
    display: inline-block;
837
    font-size: 14px;
841
    font-size: 14px;
838
    padding: 20px 20px 20px 50px;
842
    padding: 20px 20px 20px 50px;
839
    width: 555px;
843
    width: 555px;
840
}
844
}
841
 
845
 
842
.conteneur_illustrations_cel {
846
.conteneur_illustrations_cel {
843
	width: 250px;	
847
	width: 250px;	
844
}
848
}
845
 
849
 
846
.conteneur_metadonnees_cel {
850
.conteneur_metadonnees_cel {
847
	width: 250px;
851
	width: 250px;
848
	padding-top : 20px;	
852
	padding-top : 20px;	
849
}
853
}
850
 
854
 
851
.onglet_marge_gauche {
855
.onglet_marge_gauche {
852
	margin-top: 7px;
856
	margin-top: 7px;
853
	padding-left: 30px;
857
	padding-left: 30px;
854
}
858
}
855
 
859
 
856
.references_bibliographiques .texte_inactif {
860
.references_bibliographiques .texte_inactif {
857
	display:none;
861
	display:none;
858
}
862
}
859
 
863
 
860
#repartition_observations { 
864
#repartition_observations { 
861
    height: 590px;
865
    height: 590px;
862
    width: 100%;
866
    width: 100%;
863
    overflow: hidden;
867
    overflow: hidden;
864
}
868
}
865
 
869
 
866
.legende_nom_retenu {
870
.legende_nom_retenu {
867
	background-color: #E6FFA2;
871
	background-color: #E6FFA2;
868
}
872
}
869
 
873
 
870
.couleur_legende {
874
.couleur_legende {
871
    display: inline-block;
875
    display: inline-block;
872
    height: 12px;
876
    height: 12px;
873
    width: 30px;
877
    width: 30px;
874
    margin-right: 5px;
878
    margin-right: 5px;
875
    margin-top: 2px;
879
    margin-top: 2px;
876
    border: 1px dotted black;
880
    border: 1px dotted black;
877
}
881
}
878
 
882
 
879
.lienToggle {
883
.lienToggle {
880
	cursor: pointer;
884
	cursor: pointer;
881
}
885
}
882
 
886
 
883
/*----------------------------------------------------------------------------------------------------------*/
887
/*----------------------------------------------------------------------------------------------------------*/
884
/* Nomenclature */
888
/* Nomenclature */
885
.ns-retenu {
889
.ns-retenu {
886
	font-weight:bold;
890
	font-weight:bold;
887
}
891
}
888
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
892
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
889
	font-style: italic;
893
	font-style: italic;
890
	text-transform: none;
894
	text-transform: none;
891
}
895
}
892
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
896
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
893
.auteur, .annee, .biblio, .addendum, .type_epithete {
897
.auteur, .annee, .biblio, .addendum, .type_epithete {
894
	font-style: normal;
898
	font-style: normal;
895
	text-transform: none;
899
	text-transform: none;
896
}
900
}
897
 
901
 
898
/*----------------------------------------------------------------------------------------------------------*/
902
/*----------------------------------------------------------------------------------------------------------*/
899
/* Wikinis */
903
/* Wikinis */
900
.editable_sur_clic {
904
.editable_sur_clic {
901
	min-height: 50px;
905
	min-height: 50px;
902
}
906
}
903
 
907
 
904
.aide_wikini {
908
.aide_wikini {
905
    font-size: 0.8em;
909
    font-size: 0.8em;
906
}
910
}
907
 
911
 
908
.contenu_editable {
912
.contenu_editable {
909
	background-color: #F8FBF2;
913
	background-color: #F8FBF2;
910
	border: dashed 1px #AAAAAA;
914
	border: dashed 1px #AAAAAA;
911
	padding: 5px;
915
	padding: 5px;
912
	padding-top: 2px;
916
	padding-top: 2px;
913
	border-radius: 3px;
917
	border-radius: 3px;
914
}
918
}
915
 
919
 
916
.champ_edition_wiki {
920
.champ_edition_wiki {
917
	width: 100%;
921
	width: 100%;
918
	height: 350px;	
922
	height: 350px;	
919
	overflow: auto;
923
	overflow: auto;
920
}
924
}
921
 
925
 
922
.imagettePlus {
926
.imagettePlus {
923
	width:9px;
927
	width:9px;
924
	height:9px;
928
	height:9px;
925
	background:url('../images/ouvrir.png') no-repeat;
929
	background:url('../images/ouvrir.png') no-repeat;
926
	display:inline-block;
930
	display:inline-block;
927
	margin-right:3px;
931
	margin-right:3px;
928
}
932
}
929
 
933
 
930
.imagetteMoins {
934
.imagetteMoins {
931
	width:9px;
935
	width:9px;
932
	height:9px;
936
	height:9px;
933
	background:url('../images/fermer.png') no-repeat;
937
	background:url('../images/fermer.png') no-repeat;
934
	margin-right:3px;
938
	margin-right:3px;
935
	display:inline-block;
939
	display:inline-block;
936
}
940
}
937
 
941
 
938
.basionyme_complet {
942
.basionyme_complet {
939
	margin-left:20px;
943
	margin-left:20px;
940
	display:block;
944
	display:block;
941
}
945
}
942
 
946
 
943
.legende {
947
.legende {
944
	border:dashed 1px #AAA; 
948
	border:dashed 1px #AAA; 
945
	padding:5px 10px;
949
	padding:5px 10px;
946
}
950
}
947
 
951
 
948
.legende b {
952
.legende b {
949
	color:#AAA; margin-bottom:10px
953
	color:#AAA; margin-bottom:10px
950
}
954
}
951
 
955
 
952
.wp {
956
.wp {
953
	background:url('../images/sites/wikipedia.png') no-repeat;
957
	background:url('../images/sites/wikipedia.png') no-repeat;
954
	margin-left: 15px;
958
	margin-left: 15px;
955
    margin-top: 5px;
959
    margin-top: 5px;
956
    padding-left: 20px;
960
    padding-left: 20px;
957
}
961
}
958
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
962
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
959
 
963
 
960
.citation { 
964
.citation { 
961
		 font-size:9px;
965
		 font-size:9px;
962
}
966
}
963
.fond_graphique {
967
.fond_graphique {
964
	background-color:#F8F8F8;
968
	background-color:#F8F8F8;
965
	padding-top: 10px;	
969
	padding-top: 10px;	
966
	padding-bottom: 10px;
970
	padding-bottom: 10px;
967
	
971
	
968
 
972
 
969
}
973
}
970
.graphique {
974
.graphique {
971
	margin-right: auto;	
975
	margin-right: auto;	
972
	margin-left: auto;
976
	margin-left: auto;
973
	width:100%;
977
	width:100%;
974
}
978
}
975
 
979
 
976
.graphique > * {
980
.graphique > * {
977
      width:100%;
981
      width:100%;
978
}
982
}
979
 
983
 
980
.titre { 
984
.titre { 
981
		color:#36560B;
985
		color:#36560B;
982
		left:2px;
986
		left:2px;
983
		position:relative;
987
		position:relative;
984
		padding-right:5px;
988
		padding-right:5px;
985
}
989
}
986
.desc {
990
.desc {
987
	margin-right:3px;
991
	margin-right:3px;
988
	margin-left:3px;
992
	margin-left:3px;
989
}
993
}
990
.desc td {
994
.desc td {
991
	width: 50%;
995
	width: 50%;
992
	vertical-align: top;
996
	vertical-align: top;
993
	border: 1px dasharray #36560B;
997
	border: 1px dasharray #36560B;
994
	padding: 7px 5px;
998
	padding: 7px 5px;
995
}
999
}
996
 .italique { font-style: italic;
1000
 .italique { font-style: italic;
997
 }
1001
 }
998
 
1002
 
999
 .gras { font-weight: bold;
1003
 .gras { font-weight: bold;
1000
 }
1004
 }
1001
 
1005
 
1002
 
1006
 
1003
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
1007
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
1004
.legende_formes {
1008
.legende_formes {
1005
	background-image:url('../images/legende_formes.png');
1009
	background-image:url('../images/legende_formes.png');
1006
	background-position: 2px 5px;
1010
	background-position: 2px 5px;
1007
	background-repeat: no-repeat ;
1011
	background-repeat: no-repeat ;
1008
	width : 428px;
1012
	width : 428px;
1009
	height : 30px;
1013
	height : 30px;
1010
	margin-right : auto;
1014
	margin-right : auto;
1011
	margin-left: auto;
1015
	margin-left: auto;
1012
	border: 1px dotted grey;
1016
	border: 1px dotted grey;
1013
	padding : 5px;
1017
	padding : 5px;
1014
	text-align:center;
1018
	text-align:center;
1015
}
1019
}
1016
.legende_graphique {
1020
.legende_graphique {
1017
	display:none;	
1021
	display:none;	
1018
	font-size:11px;
1022
	font-size:11px;
1019
	padding: 5px;
1023
	padding: 5px;
1020
}
1024
}
1021
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1025
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1022
	background:none;
1026
	background:none;
1023
	border:none;
1027
	border:none;
1024
}
1028
}
1025
.bloc_graph > .voir:focus ~ .legende_graphique{
1029
.bloc_graph > .voir:focus ~ .legende_graphique{
1026
	display: block;
1030
	display: block;
1027
}
1031
}
1028
 
1032
 
1029
.bloc_graph > .cacher:focus ~.legende_graphique {
1033
.bloc_graph > .cacher:focus ~.legende_graphique {
1030
	display: none;
1034
	display: none;
1031
}
1035
}
1032
 
1036
 
1033
.voir:focus,  .cacher:focus  {
1037
.voir:focus,  .cacher:focus  {
1034
	display:none;
1038
	display:none;
1035
}
1039
}
1036
 
1040
 
1037
.cacher, .voir {
1041
.cacher, .voir {
1038
	float:right;
1042
	float:right;
1039
}
1043
}
1040
 
1044
 
1041
.cacher {
1045
.cacher {
1042
	display:none;
1046
	display:none;
1043
}
1047
}
1044
.voir:focus + .cacher, .cacher:focus + .voir {
1048
.voir:focus + .cacher, .cacher:focus + .voir {
1045
	display:inline;
1049
	display:inline;
1046
}
1050
}
1047
 
1051
 
1048
.fond_graphique button {
1052
.fond_graphique button {
1049
	background: none;
1053
	background: none;
1050
	border: none;
1054
	border: none;
1051
	
1055
	
1052
}
1056
}
1053
 
1057
 
1054
.fond_graphique button:hover {
1058
.fond_graphique button:hover {
1055
	cursor: pointer;
1059
	cursor: pointer;
1056
	text-decoration: underline;
1060
	text-decoration: underline;
1057
}
1061
}
1058
 
1062
 
1059
/* Illustrations */
1063
/* Illustrations */
1060
#illustrations-coste img {
1064
#illustrations-coste img {
1061
	display:inline;
1065
	display:inline;
1062
	vertical-align:middle;
1066
	vertical-align:middle;
1063
	margin:0px;
1067
	margin:0px;
1064
	padding:0px;
1068
	padding:0px;
1065
}
1069
}
1066
 
1070
 
1067
#illustrations {
1071
#illustrations {
1068
	margin-left:-5px;
1072
	margin-left:-5px;
1069
	margin-right:-4px;
1073
	margin-right:-4px;
1070
		
1074
		
1071
}
1075
}
1072
.liste-illustrations .attention {
1076
.liste-illustrations .attention {
1073
	border:0;
1077
	border:0;
1074
	background:none;
1078
	background:none;
1075
	text-align:left;
1079
	text-align:left;
1076
	padding:0;
1080
	padding:0;
1077
}
1081
}
1078
.liste-illustrations{
1082
.liste-illustrations{
1079
	list-style-type:none;
1083
	list-style-type:none;
1080
	padding:0;
1084
	padding:0;
1081
}
1085
}
1082
.liste-illustrations li {
1086
.liste-illustrations li {
1083
	list-style-image:none !important;
1087
	list-style-image:none !important;
1084
	background:none;
1088
	background:none;
1085
	text-align:center;
1089
	text-align:center;
1086
	font-size:11px;
1090
	font-size:11px;
1087
	float: left;
1091
	float: left;
1088
	width:210px;
1092
	width:210px;
1089
	height:285px;
1093
	height:285px;
1090
	margin:0px;
1094
	margin:0px;
1091
	padding:0px;
1095
	padding:0px;
1092
	
1096
	
1093
}
1097
}
1094
 
1098
 
1095
#illustrations-coste .liste-illustrations li {
1099
#illustrations-coste .liste-illustrations li {
1096
	height: 196px;
1100
	height: 196px;
1097
}
1101
}
1098
 
1102
 
1099
.liste-illustrations li p {
1103
.liste-illustrations li p {
1100
	margin:2px 2px 5px 2px;
1104
	margin:2px 2px 5px 2px;
1101
	width:206px;
1105
	width:206px;
1102
	font-size:11px;
1106
	font-size:11px;
1103
}
1107
}
1104
.liste-illustrations strong {
1108
.liste-illustrations strong {
1105
	font-weight:bold;
1109
	font-weight:bold;
1106
}
1110
}
1107
.liste-illustrations img {
1111
.liste-illustrations img {
1108
	display:block;
1112
	display:block;
1109
	border:1px solid white;
1113
	border:1px solid white;
1110
	margin:0 auto;
1114
	margin:0 auto;
1111
	padding:2px;
1115
	padding:2px;
1112
	max-height:196px;
1116
	max-height:196px;
1113
	max-width:196px;
1117
	max-width:196px;
1114
}
1118
}
1115
.liste-illustrations a:hover img{
1119
.liste-illustrations a:hover img{
1116
    border:1px dotted #FD8C13;
1120
    border:1px dotted #FD8C13;
1117
}
1121
}
1118
a.img-cadre{
1122
a.img-cadre{
1119
	display:block;
1123
	display:block;
1120
	border: 1px solid white;
1124
	border: 1px solid white;
1121
	background:transparent;
1125
	background:transparent;
1122
	width:204px;
1126
	width:204px;
1123
	height:204px;
1127
	height:204px;
1124
	margin-right:2px;
1128
	margin-right:2px;
1125
}
1129
}
1126
a.img-cadre:hover{
1130
a.img-cadre:hover{
1127
	border:1px dotted #FD8C13;
1131
	border:1px dotted #FD8C13;
1128
}
1132
}
1129
.img-cadre-fond{
1133
.img-cadre-fond{
1130
	background:white;
1134
	background:white;
1131
	width:200px;
1135
	width:200px;
1132
	height:200px;
1136
	height:200px;
1133
	line-height:200px;
1137
	line-height:200px;
1134
	text-align:center;
1138
	text-align:center;
1135
	margin:2px;
1139
	margin:2px;
1136
}
1140
}
1137
#illustrations-photoflora img{
1141
#illustrations-photoflora img{
1138
	display:inline;
1142
	display:inline;
1139
	vertical-align:middle;
1143
	vertical-align:middle;
1140
	margin:0;
1144
	margin:0;
1141
	padding:0;
1145
	padding:0;
1142
	border:0;
1146
	border:0;
1143
}
1147
}
1144
 
1148
 
1145
.importance4 {
1149
.importance4 {
1146
	font-size:0.8em;
1150
	font-size:0.8em;
1147
	padding:5px;
1151
	padding:5px;
1148
	box-shadow:none;
1152
	box-shadow:none;
1149
}
1153
}
1150
 
1154
 
1151
h1 .nomenclature {
1155
h1 .nomenclature {
1152
	color:#555;
1156
	color:#555;
1153
	font-size:19px;
1157
	font-size:19px;
1154
}
1158
}
1155
 
1159
 
1156
h1 .famille {
1160
h1 .famille {
1157
	font-size:13px;
1161
	font-size:13px;
1158
	margin-top:5px;	
1162
	margin-top:5px;	
1159
}
1163
}
1160
 
1164
 
1161
table tbody {
1165
table tbody {
1162
    background-color: #F8F8DB;
1166
    background-color: #F8F8DB;
1163
    border: 1px solid #9AC342;
1167
    border: 1px solid #9AC342;
1164
}
1168
}
1165
 
1169
 
1166
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1170
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1167
#bloc_export_choix {
1171
#bloc_export_choix {
1168
	width: 100%;
1172
	width: 100%;
1169
}
1173
}
1170
 
1174
 
1171
.avertissement_telechargement {
1175
.avertissement_telechargement {
1172
	padding-top:1px;
1176
	padding-top:1px;
1173
	font-style:italic;
1177
	font-style:italic;
1174
	color: grey;
1178
	color: grey;
1175
	font-weight: 0.9em;
1179
	font-weight: 0.9em;
1176
}
1180
}
1177
 
1181
 
1178
#export_pdf input[type="submit"] {
1182
#export_pdf input[type="submit"] {
1179
	text-align: center;
1183
	text-align: center;
1180
	width :120px;
1184
	width :120px;
1181
	display:block;
1185
	display:block;
1182
	/*margin-right: auto;*/
1186
	/*margin-right: auto;*/
1183
	margin-left: 25px;
1187
	margin-left: 25px;
1184
	
1188
	
1185
}
1189
}
1186
#export_pdf fieldset label{
1190
#export_pdf fieldset label{
1187
	width :120px;
1191
	width :120px;
1188
	display:inline-block;
1192
	display:inline-block;
1189
	text-align:right;
1193
	text-align:right;
1190
}
1194
}
1191
 
1195
 
1192
#export_pdf fieldset {
1196
#export_pdf fieldset {
1193
	border: none;
1197
	border: none;
1194
	margin-left: auto;
1198
	margin-left: auto;
1195
	margin-right: auto;
1199
	margin-right: auto;
1196
	
1200
	
1197
}
1201
}
1198
 
1202
 
1199
.infos_liens_permanents {
1203
.infos_liens_permanents {
1200
	width: 60%;
1204
	width: 60%;
1201
}
1205
}
1202
 
1206
 
1203
.telechargements_pdf {
1207
.telechargements_pdf {
1204
	width: 40%;
1208
	width: 40%;
1205
}
1209
}
1206
 
1210
 
1207
.conteneur_telechargements > * {
1211
.conteneur_telechargements > * {
1208
	padding-left:20px;
1212
	padding-left:20px;
1209
	padding-top: 10px;
1213
	padding-top: 10px;
1210
	padding-bottom: 10px;
1214
	padding-bottom: 10px;
1211
}
1215
}
1212
 
1216
 
1213
.lien_export_pdf {
1217
.lien_export_pdf {
1214
	background:url('../images/pdf.png') no-repeat;
1218
	background:url('../images/pdf.png') no-repeat;
1215
	padding-left: 20px;
1219
	padding-left: 20px;
1216
	font-size:12px;
1220
	font-size:12px;
1217
	padding-bottom: 3px;
1221
	padding-bottom: 3px;
1218
}
1222
}
1219
 
1223
 
1220
.avertissement_telechargement {
1224
.avertissement_telechargement {
1221
	margin-top: 2px;
1225
	margin-top: 2px;
1222
}
1226
}
1223
 
1227
 
1224
.conteneur_permalien {
1228
.conteneur_permalien {
1225
	padding-left: 5px;
1229
	padding-left: 5px;
1226
	padding-bottom: 5px;
1230
	padding-bottom: 5px;
1227
	padding-top: 5px;
1231
	padding-top: 5px;
1228
	width: 100%;
1232
	width: 100%;
1229
}
1233
}
1230
 
1234
 
1231
.wp.conteneur_permalien {
1235
.wp.conteneur_permalien {
1232
	padding-left: 0px;
1236
	padding-left: 0px;
1233
	padding-top: 0px;
1237
	padding-top: 0px;
1234
}
1238
}
1235
 
1239
 
1236
.titre_lien_permanent {
1240
.titre_lien_permanent {
1237
	padding-left: 0px;
1241
	padding-left: 0px;
1238
}
1242
}
1239
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1243
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1240
#recherche_av {
1244
#recherche_av {
1241
	position:relative;
1245
	position:relative;
1242
	float:right;
1246
	float:right;
1243
	right:17px;
1247
	right:17px;
1244
 
1248
 
1245
}
1249
}
1246
#bloc-recherche {
1250
#bloc-recherche {
1247
	padding-bottom : 3px;
1251
	padding-bottom : 3px;
1248
}
1252
}
1249
div #recherche_av_form {
1253
div #recherche_av_form {
1250
	width:95%;
1254
	width:95%;
1251
	margin-right:auto;
1255
	margin-right:auto;
1252
	margin-left:auto;
1256
	margin-left:auto;
1253
	padding : 3px;
1257
	padding : 3px;
1254
 
1258
 
1255
}
1259
}
1256
#bloc_recherche_av {
1260
#bloc_recherche_av {
1257
	border: 1px solid white;
1261
	border: 1px solid white;
1258
	padding : 5px;
1262
	padding : 5px;
1259
	padding-top : 15px;
1263
	padding-top : 15px;
1260
		
1264
		
1261
}
1265
}
1262
 
1266
 
1263
#recherche_av_form label {
1267
#recherche_av_form label {
1264
	display:block;
1268
	display:block;
1265
	text-align:left;
1269
	text-align:left;
1266
	padding-left:7px;
1270
	padding-left:7px;
1267
}
1271
}
1268
 
1272
 
1269
#recherche_av_form .rech {
1273
#recherche_av_form .rech {
1270
	margin-top:20px;
1274
	margin-top:20px;
1271
	position:relative;
1275
	position:relative;
1272
	left: 228px;
1276
	left: 228px;
1273
	width:200px;
1277
	width:200px;
1274
	padding: 2px;
1278
	padding: 2px;
1275
	cursor:pointer;
1279
	cursor:pointer;
1276
	background-color:#FFFFFF;
1280
	background-color:#FFFFFF;
1277
	font-weight: bold;
1281
	font-weight: bold;
1278
}
1282
}
1279
#recherche_av_form .rech:hover {
1283
#recherche_av_form .rech:hover {
1280
	background-color:#DDDDDD;
1284
	background-color:#DDDDDD;
1281
}
1285
}
1282
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1286
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1283
	float:left;
1287
	float:left;
1284
}
1288
}
1285
#recherche_av_form .valeur-defaut-recherche {
1289
#recherche_av_form .valeur-defaut-recherche {
1286
    color: #848484;
1290
    color: #848484;
1287
    font-style: italic;
1291
    font-style: italic;
1288
}
1292
}
1289
/* fieldset classification */
1293
/* fieldset classification */
1290
fieldset.classification_form label{
1294
fieldset.classification_form label{
1291
	width: 95px;
1295
	width: 95px;
1292
}
1296
}
1293
fieldset.classification_form input, fieldset.classification_form select{
1297
fieldset.classification_form input, fieldset.classification_form select{
1294
	width: 100px;
1298
	width: 100px;
1295
}
1299
}
1296
/* fieldset statuts presence */
1300
/* fieldset statuts presence */
1297
fieldset.statuts_form label, fieldset.presence_form label{
1301
fieldset.statuts_form label, fieldset.presence_form label{
1298
	width: 220px;
1302
	width: 220px;
1299
}
1303
}
1300
fieldset.statuts_form select, fieldset.presence_form select{
1304
fieldset.statuts_form select, fieldset.presence_form select{
1301
	width: 200px;
1305
	width: 200px;
1302
}
1306
}
1303
/* fieldset publication */
1307
/* fieldset publication */
1304
fieldset.publication_form label {
1308
fieldset.publication_form label {
1305
	width: 60px;
1309
	width: 60px;
1306
}
1310
}
1307
/* fieldset numero */
1311
/* fieldset numero */
1308
fieldset.numero_form label {
1312
fieldset.numero_form label {
1309
	width: 135px;
1313
	width: 135px;
1310
}
1314
}
1311
 
1315
 
1312
 
1316
 
1313
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1317
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1314
.chorodep_svg { 
1318
.chorodep_svg { 
1315
	height: 590px;
1319
	height: 590px;
1316
	width:	100%;
1320
	width:	100%;
1317
}
1321
}
1318
 
1322
 
1319
.ecologie_svg { 
1323
.ecologie_svg { 
1320
    width: 500px;
1324
    width: 500px;
1321
}
1325
}
1322
 
1326
 
1323
.chargement {
1327
.chargement {
1324
	background:url('../images/chargement-transparent.gif');
1328
	background:url('../images/chargement-transparent.gif');
1325
	background-repeat:no-repeat;
1329
	background-repeat:no-repeat;
1326
	background-position:center; 
1330
	background-position:center; 
1327
	min-height: 150px;
1331
	min-height: 150px;
1328
}
1332
}
1329
 
1333
 
1330
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1334
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1331
li.autocompletion_nom, .autocompletion_nom:hover {
1335
li.autocompletion_nom, .autocompletion_nom:hover {
1332
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1336
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1333
    margin: 0 0 5px;
1337
    margin: 0 0 5px;
1334
}
1338
}
1335
 
1339
 
1336
/**----------------------- Illustration des résultats ---------------------------------------------**/
1340
/**----------------------- Illustration des résultats ---------------------------------------------**/
1337
 
1341
 
1338
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1342
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1339
	cursor: pointer;
1343
	cursor: pointer;
1340
}
1344
}
1341
 
1345
 
1342
.nomenclature_synonyme {
1346
.nomenclature_synonyme {
1343
    padding-left: 13px;
1347
    padding-left: 13px;
1344
}
1348
}
1345
 
1349
 
1346
.nomenclature_basionyme {
1350
.nomenclature_basionyme {
1347
	font-size: 0.9em;
1351
	font-size: 0.9em;
1348
}
1352
}
1349
 
1353
 
1350
 
1354
 
1351
/**----------------------- Styles pour la pagination ---------------------------------------------**/
1355
/**----------------------- Styles pour la pagination ---------------------------------------------**/
1352
.page_courante {
1356
.page_courante {
1353
	font-size: 1.5em;
1357
	font-size: 1.5em;
1354
}
1358
}
1355
 
1359
 
1356
.page_courante a {
1360
.page_courante a {
1357
	color: black;	
1361
	color: black;	
1358
}
1362
}
1359
 
1363
 
1360
.nb_resultats {
1364
.nb_resultats {
1361
	float:right;
1365
	float:right;
1362
	margin-top: 10px;	
1366
	margin-top: 10px;	
1363
}
1367
}