Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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