Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 971 Rev 980
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
.nomenclature {
-
 
890
	text-transform: none;
-
 
891
}
-
 
892
.famille {
-
 
893
	text-transform: uppercase;
-
 
894
}
889
.ns-retenu {
895
.ns-retenu {
890
	font-weight:bold;
896
	font-weight:bold;
891
}
897
}
892
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
898
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
893
	font-style: italic;
899
	font-style: italic;
894
	text-transform: none;
900
	text-transform: none;
895
}
901
}
896
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
902
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
897
.auteur, .annee, .biblio, .addendum, .type_epithete {
903
.auteur, .annee, .biblio, .addendum, .type_epithete {
898
	font-style: normal;
904
	font-style: normal;
899
	text-transform: none;
905
	text-transform: none;
-
 
906
}
-
 
907
.vernaculaire {
-
 
908
	font-size: 17px;
-
 
909
	color: #A89D80;
-
 
910
	text-transform: none;
900
}
911
}
901
 
912
 
902
/*----------------------------------------------------------------------------------------------------------*/
913
/*----------------------------------------------------------------------------------------------------------*/
903
/* Wikinis */
914
/* Wikinis */
904
.editable_sur_clic {
915
.editable_sur_clic {
905
	min-height: 50px;
916
	min-height: 50px;
906
}
917
}
907
 
918
 
908
.aide_wikini {
919
.aide_wikini {
909
    font-size: 0.8em;
920
    font-size: 0.8em;
910
}
921
}
911
 
922
 
912
.contenu_editable {
923
.contenu_editable {
913
	background-color: #F8FBF2;
924
	background-color: #F8FBF2;
914
	border: dashed 1px #AAAAAA;
925
	border: dashed 1px #AAAAAA;
915
	padding: 5px;
926
	padding: 5px;
916
	padding-top: 2px;
927
	padding-top: 2px;
917
	border-radius: 3px;
928
	border-radius: 3px;
918
}
929
}
919
 
930
 
920
.champ_edition_wiki {
931
.champ_edition_wiki {
921
	width: 100%;
932
	width: 100%;
922
	height: 350px;	
933
	height: 350px;	
923
	overflow: auto;
934
	overflow: auto;
924
}
935
}
925
 
936
 
926
.imagettePlus {
937
.imagettePlus {
927
	width:9px;
938
	width:9px;
928
	height:9px;
939
	height:9px;
929
	background:url('../images/ouvrir.png') no-repeat;
940
	background:url('../images/ouvrir.png') no-repeat;
930
	display:inline-block;
941
	display:inline-block;
931
	margin-right:3px;
942
	margin-right:3px;
932
}
943
}
933
 
944
 
934
.imagetteMoins {
945
.imagetteMoins {
935
	width:9px;
946
	width:9px;
936
	height:9px;
947
	height:9px;
937
	background:url('../images/fermer.png') no-repeat;
948
	background:url('../images/fermer.png') no-repeat;
938
	margin-right:3px;
949
	margin-right:3px;
939
	display:inline-block;
950
	display:inline-block;
940
}
951
}
941
 
952
 
942
.basionyme_complet {
953
.basionyme_complet {
943
	margin-left:20px;
954
	margin-left:20px;
944
	display:block;
955
	display:block;
945
}
956
}
946
 
957
 
947
.legende {
958
.legende {
948
	border:dashed 1px #AAA; 
959
	border:dashed 1px #AAA; 
949
	padding:5px 10px;
960
	padding:5px 10px;
950
}
961
}
951
 
962
 
952
.legende b {
963
.legende b {
953
	color:#AAA; margin-bottom:10px
964
	color:#AAA; margin-bottom:10px
954
}
965
}
955
 
966
 
956
.wp {
967
.wp {
957
	background:url('../images/sites/wikipedia.png') no-repeat;
968
	background:url('../images/sites/wikipedia.png') no-repeat;
958
	margin-left: 15px;
969
	margin-left: 15px;
959
    margin-top: 5px;
970
    margin-top: 5px;
960
    padding-left: 20px;
971
    padding-left: 20px;
961
}
972
}
962
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
973
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
963
 
974
 
964
.citation { 
975
.citation { 
965
		 font-size:9px;
976
		 font-size:9px;
966
}
977
}
967
.fond_graphique {
978
.fond_graphique {
968
	background-color:#F8F8F8;
979
	background-color:#F8F8F8;
969
	padding-top: 10px;	
980
	padding-top: 10px;	
970
	padding-bottom: 10px;
981
	padding-bottom: 10px;
971
	
982
	
972
 
983
 
973
}
984
}
974
.graphique {
985
.graphique {
975
	margin-right: auto;	
986
	margin-right: auto;	
976
	margin-left: auto;
987
	margin-left: auto;
977
	width:100%;
988
	width:100%;
978
}
989
}
979
 
990
 
980
.graphique > * {
991
.graphique > * {
981
      width:100%;
992
      width:100%;
982
}
993
}
983
 
994
 
984
.titre { 
995
.titre { 
985
		color:#36560B;
996
		color:#36560B;
986
		left:2px;
997
		left:2px;
987
		position:relative;
998
		position:relative;
988
		padding-right:5px;
999
		padding-right:5px;
989
}
1000
}
990
.desc {
1001
.desc {
991
	margin-right:3px;
1002
	margin-right:3px;
992
	margin-left:3px;
1003
	margin-left:3px;
993
}
1004
}
994
.desc td {
1005
.desc td {
995
	width: 50%;
1006
	width: 50%;
996
	vertical-align: top;
1007
	vertical-align: top;
997
	border: 1px dasharray #36560B;
1008
	border: 1px dasharray #36560B;
998
	padding: 7px 5px;
1009
	padding: 7px 5px;
999
}
1010
}
1000
 .italique { font-style: italic;
1011
 .italique { font-style: italic;
1001
 }
1012
 }
1002
 
1013
 
1003
 .gras { font-weight: bold;
1014
 .gras { font-weight: bold;
1004
 }
1015
 }
1005
 
1016
 
1006
 
1017
 
1007
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
1018
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
1008
.legende_formes {
1019
.legende_formes {
1009
	background-image:url('../images/legende_formes.png');
1020
	background-image:url('../images/legende_formes.png');
1010
	background-position: 2px 5px;
1021
	background-position: 2px 5px;
1011
	background-repeat: no-repeat ;
1022
	background-repeat: no-repeat ;
1012
	width : 428px;
1023
	width : 428px;
1013
	height : 30px;
1024
	height : 30px;
1014
	margin-right : auto;
1025
	margin-right : auto;
1015
	margin-left: auto;
1026
	margin-left: auto;
1016
	border: 1px dotted grey;
1027
	border: 1px dotted grey;
1017
	padding : 5px;
1028
	padding : 5px;
1018
	text-align:center;
1029
	text-align:center;
1019
}
1030
}
1020
.legende_graphique {
1031
.legende_graphique {
1021
	display:none;	
1032
	display:none;	
1022
	font-size:11px;
1033
	font-size:11px;
1023
	padding: 5px;
1034
	padding: 5px;
1024
}
1035
}
1025
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1036
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1026
	background:none;
1037
	background:none;
1027
	border:none;
1038
	border:none;
1028
}
1039
}
1029
 
1040
 
1030
.cacher, .voir {
1041
.cacher, .voir {
1031
	float:right;
1042
	float:right;
1032
}
1043
}
1033
 
1044
 
1034
.cacher {
1045
.cacher {
1035
	display:none;
1046
	display:none;
1036
}
1047
}
1037
 
1048
 
1038
.fond_graphique button {
1049
.fond_graphique button {
1039
	background: none;
1050
	background: none;
1040
	border: none;
1051
	border: none;
1041
	
1052
	
1042
}
1053
}
1043
 
1054
 
1044
.fond_graphique button:hover {
1055
.fond_graphique button:hover {
1045
	cursor: pointer;
1056
	cursor: pointer;
1046
	text-decoration: underline;
1057
	text-decoration: underline;
1047
}
1058
}
1048
 
1059
 
1049
/* Illustrations */
1060
/* Illustrations */
1050
#illustrations-coste img {
1061
#illustrations-coste img {
1051
	display:inline;
1062
	display:inline;
1052
	vertical-align:middle;
1063
	vertical-align:middle;
1053
	margin:0px;
1064
	margin:0px;
1054
	padding:0px;
1065
	padding:0px;
1055
}
1066
}
1056
 
1067
 
1057
#illustrations {
1068
#illustrations {
1058
	margin-left:-5px;
1069
	margin-left:-5px;
1059
	margin-right:-4px;
1070
	margin-right:-4px;
1060
		
1071
		
1061
}
1072
}
1062
.liste-illustrations .attention {
1073
.liste-illustrations .attention {
1063
	border:0;
1074
	border:0;
1064
	background:none;
1075
	background:none;
1065
	text-align:left;
1076
	text-align:left;
1066
	padding:0;
1077
	padding:0;
1067
}
1078
}
1068
.liste-illustrations{
1079
.liste-illustrations{
1069
	list-style-type:none;
1080
	list-style-type:none;
1070
	padding:0;
1081
	padding:0;
1071
}
1082
}
1072
.liste-illustrations li {
1083
.liste-illustrations li {
1073
	list-style-image:none !important;
1084
	list-style-image:none !important;
1074
	background:none;
1085
	background:none;
1075
	text-align:center;
1086
	text-align:center;
1076
	font-size:11px;
1087
	font-size:11px;
1077
	float: left;
1088
	float: left;
1078
	width:210px;
1089
	width:210px;
1079
	height:285px;
1090
	height:285px;
1080
	margin:0px;
1091
	margin:0px;
1081
	padding:0px;
1092
	padding:0px;
1082
	
1093
	
1083
}
1094
}
1084
 
1095
 
1085
#illustrations-coste .liste-illustrations li {
1096
#illustrations-coste .liste-illustrations li {
1086
	height: 196px;
1097
	height: 196px;
1087
}
1098
}
1088
 
1099
 
1089
.liste-illustrations li p {
1100
.liste-illustrations li p {
1090
	margin:2px 2px 5px 2px;
1101
	margin:2px 2px 5px 2px;
1091
	width:206px;
1102
	width:206px;
1092
	font-size:11px;
1103
	font-size:11px;
1093
}
1104
}
1094
.liste-illustrations strong {
1105
.liste-illustrations strong {
1095
	font-weight:bold;
1106
	font-weight:bold;
1096
}
1107
}
1097
.liste-illustrations img {
1108
.liste-illustrations img {
1098
	display:block;
1109
	display:block;
1099
	border:1px solid white;
1110
	border:1px solid white;
1100
	margin:0 auto;
1111
	margin:0 auto;
1101
	padding:2px;
1112
	padding:2px;
1102
	max-height:196px;
1113
	max-height:196px;
1103
	max-width:196px;
1114
	max-width:196px;
1104
}
1115
}
1105
.liste-illustrations a:hover img{
1116
.liste-illustrations a:hover img{
1106
    border:1px dotted #FD8C13;
1117
    border:1px dotted #FD8C13;
1107
}
1118
}
1108
a.img-cadre{
1119
a.img-cadre{
1109
	display:block;
1120
	display:block;
1110
	border: 1px solid white;
1121
	border: 1px solid white;
1111
	background:transparent;
1122
	background:transparent;
1112
	width:204px;
1123
	width:204px;
1113
	height:204px;
1124
	height:204px;
1114
	margin-right:2px;
1125
	margin-right:2px;
1115
}
1126
}
1116
a.img-cadre:hover{
1127
a.img-cadre:hover{
1117
	border:1px dotted #FD8C13;
1128
	border:1px dotted #FD8C13;
1118
}
1129
}
1119
.img-cadre-fond{
1130
.img-cadre-fond{
1120
	background:white;
1131
	background:white;
1121
	width:200px;
1132
	width:200px;
1122
	height:200px;
1133
	height:200px;
1123
	line-height:200px;
1134
	line-height:200px;
1124
	text-align:center;
1135
	text-align:center;
1125
	margin:2px;
1136
	margin:2px;
1126
}
1137
}
1127
#illustrations-photoflora img{
1138
#illustrations-photoflora img{
1128
	display:inline;
1139
	display:inline;
1129
	vertical-align:middle;
1140
	vertical-align:middle;
1130
	margin:0;
1141
	margin:0;
1131
	padding:0;
1142
	padding:0;
1132
	border:0;
1143
	border:0;
1133
}
1144
}
1134
 
1145
 
1135
.importance4 {
1146
.importance4 {
1136
	font-size:0.8em;
1147
	font-size:0.8em;
1137
	padding:5px;
1148
	padding:5px;
1138
	box-shadow:none;
1149
	box-shadow:none;
1139
}
1150
}
1140
 
1151
 
1141
h1 .nomenclature {
1152
h1 .nomenclature {
1142
	color:#555;
1153
	color:#555;
1143
	font-size:19px;
1154
	font-size:19px;
1144
}
1155
}
1145
 
1156
 
1146
h1 .famille {
1157
h1 .famille {
1147
	font-size:13px;
1158
	font-size:13px;
1148
	margin-top:5px;	
1159
	margin-top:5px;	
1149
}
1160
}
1150
 
1161
 
1151
table tbody {
1162
table tbody {
1152
    background-color: #F8F8DB;
1163
    background-color: #F8F8DB;
1153
    border: 1px solid #9AC342;
1164
    border: 1px solid #9AC342;
1154
}
1165
}
1155
 
1166
 
1156
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1167
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1157
#bloc_export_choix {
1168
#bloc_export_choix {
1158
	width: 100%;
1169
	width: 100%;
1159
}
1170
}
1160
 
1171
 
1161
.avertissement_telechargement {
1172
.avertissement_telechargement {
1162
	padding-top:1px;
1173
	padding-top:1px;
1163
	font-style:italic;
1174
	font-style:italic;
1164
	color: grey;
1175
	color: grey;
1165
	font-weight: 0.9em;
1176
	font-weight: 0.9em;
1166
}
1177
}
1167
 
1178
 
1168
#export_pdf input[type="submit"] {
1179
#export_pdf input[type="submit"] {
1169
	text-align: center;
1180
	text-align: center;
1170
	width :120px;
1181
	width :120px;
1171
	display:block;
1182
	display:block;
1172
	/*margin-right: auto;*/
1183
	/*margin-right: auto;*/
1173
	margin-left: 25px;
1184
	margin-left: 25px;
1174
	
1185
	
1175
}
1186
}
1176
#export_pdf fieldset label{
1187
#export_pdf fieldset label{
1177
	width :120px;
1188
	width :120px;
1178
	display:inline-block;
1189
	display:inline-block;
1179
	text-align:right;
1190
	text-align:right;
1180
}
1191
}
1181
 
1192
 
1182
#export_pdf fieldset {
1193
#export_pdf fieldset {
1183
	border: none;
1194
	border: none;
1184
	margin-left: auto;
1195
	margin-left: auto;
1185
	margin-right: auto;
1196
	margin-right: auto;
1186
	
1197
	
1187
}
1198
}
1188
 
1199
 
1189
.infos_liens_permanents {
1200
.infos_liens_permanents {
1190
	width: 60%;
1201
	width: 60%;
1191
}
1202
}
1192
 
1203
 
1193
.telechargements_pdf {
1204
.telechargements_pdf {
1194
	width: 40%;
1205
	width: 40%;
1195
}
1206
}
1196
 
1207
 
1197
.conteneur_telechargements > * {
1208
.conteneur_telechargements > * {
1198
	padding-left:20px;
1209
	padding-left:20px;
1199
	padding-top: 10px;
1210
	padding-top: 10px;
1200
	padding-bottom: 10px;
1211
	padding-bottom: 10px;
1201
}
1212
}
1202
 
1213
 
1203
.lien_export_pdf {
1214
.lien_export_pdf {
1204
	background:url('../images/pdf.png') no-repeat;
1215
	background:url('../images/pdf.png') no-repeat;
1205
	padding-left: 20px;
1216
	padding-left: 20px;
1206
	font-size:12px;
1217
	font-size:12px;
1207
	padding-bottom: 3px;
1218
	padding-bottom: 3px;
1208
}
1219
}
1209
 
1220
 
1210
.avertissement_telechargement {
1221
.avertissement_telechargement {
1211
	margin-top: 2px;
1222
	margin-top: 2px;
1212
}
1223
}
1213
 
1224
 
1214
.conteneur_permalien {
1225
.conteneur_permalien {
1215
	padding-left: 5px;
1226
	padding-left: 5px;
1216
	padding-bottom: 5px;
1227
	padding-bottom: 5px;
1217
	padding-top: 5px;
1228
	padding-top: 5px;
1218
	width: 100%;
1229
	width: 100%;
1219
}
1230
}
1220
 
1231
 
1221
.wp.conteneur_permalien {
1232
.wp.conteneur_permalien {
1222
	padding-left: 0px;
1233
	padding-left: 0px;
1223
	padding-top: 0px;
1234
	padding-top: 0px;
1224
}
1235
}
1225
 
1236
 
1226
.titre_lien_permanent {
1237
.titre_lien_permanent {
1227
	padding-left: 0px;
1238
	padding-left: 0px;
1228
}
1239
}
1229
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1240
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1230
::-webkit-input-placeholder { color:#777777; }
1241
::-webkit-input-placeholder { color:#777777; }
1231
::-moz-placeholder { color:#777777; } /* firefox 19+ */
1242
::-moz-placeholder { color:#777777; } /* firefox 19+ */
1232
:-ms-input-placeholder { color:#777777; } /* ie */
1243
:-ms-input-placeholder { color:#777777; } /* ie */
1233
input:-moz-placeholder { color:#777777; }
1244
input:-moz-placeholder { color:#777777; }
1234
 
1245
 
1235
#recherche_av {
1246
#recherche_av {
1236
	position:relative;
1247
	position:relative;
1237
	float:right;
1248
	float:right;
1238
	right:17px;
1249
	right:17px;
1239
 
1250
 
1240
}
1251
}
1241
#bloc-recherche {
1252
#bloc-recherche {
1242
	padding-bottom : 3px;
1253
	padding-bottom : 3px;
1243
}
1254
}
1244
div #recherche_av_form {
1255
div #recherche_av_form {
1245
	width:95%;
1256
	width:95%;
1246
	margin-right:auto;
1257
	margin-right:auto;
1247
	margin-left:auto;
1258
	margin-left:auto;
1248
	padding : 3px;
1259
	padding : 3px;
1249
 
1260
 
1250
}
1261
}
1251
#bloc_recherche_av {
1262
#bloc_recherche_av {
1252
	border: 1px solid white;
1263
	border: 1px solid white;
1253
	padding : 5px;
1264
	padding : 5px;
1254
	padding-top : 15px;
1265
	padding-top : 15px;
1255
		
1266
		
1256
}
1267
}
1257
 
1268
 
1258
#recherche_av_form label {
1269
#recherche_av_form label {
1259
	display:block;
1270
	display:block;
1260
	text-align:left;
1271
	text-align:left;
1261
	padding-left:7px;
1272
	padding-left:7px;
1262
}
1273
}
1263
 
1274
 
1264
#recherche_av_form .rech {
1275
#recherche_av_form .rech {
1265
	margin-top:20px;
1276
	margin-top:20px;
1266
	position:relative;
1277
	position:relative;
1267
	left: 228px;
1278
	left: 228px;
1268
	width:200px;
1279
	width:200px;
1269
	padding: 2px;
1280
	padding: 2px;
1270
	cursor:pointer;
1281
	cursor:pointer;
1271
	background-color:#FFFFFF;
1282
	background-color:#FFFFFF;
1272
	font-weight: bold;
1283
	font-weight: bold;
1273
}
1284
}
1274
#recherche_av_form .rech:hover {
1285
#recherche_av_form .rech:hover {
1275
	background-color:#DDDDDD;
1286
	background-color:#DDDDDD;
1276
}
1287
}
1277
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1288
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1278
	float:left;
1289
	float:left;
1279
}
1290
}
1280
#recherche_av_form .valeur-defaut-recherche {
1291
#recherche_av_form .valeur-defaut-recherche {
1281
    color: #848484;
1292
    color: #848484;
1282
    font-style: italic;
1293
    font-style: italic;
1283
}
1294
}
1284
/* fieldset classification */
1295
/* fieldset classification */
1285
fieldset.classification_form label{
1296
fieldset.classification_form label{
1286
	width: 95px;
1297
	width: 95px;
1287
}
1298
}
1288
fieldset.classification_form input, fieldset.classification_form select{
1299
fieldset.classification_form input, fieldset.classification_form select{
1289
	width: 100px;
1300
	width: 100px;
1290
}
1301
}
1291
/* fieldset statuts presence */
1302
/* fieldset statuts presence */
1292
fieldset.statuts_form label, fieldset.presence_form label{
1303
fieldset.statuts_form label, fieldset.presence_form label{
1293
	width: 220px;
1304
	width: 220px;
1294
}
1305
}
1295
fieldset.statuts_form select, fieldset.presence_form select{
1306
fieldset.statuts_form select, fieldset.presence_form select{
1296
	width: 200px;
1307
	width: 200px;
1297
}
1308
}
1298
/* fieldset publication */
1309
/* fieldset publication */
1299
fieldset.publication_form label {
1310
fieldset.publication_form label {
1300
	width: 60px;
1311
	width: 60px;
1301
}
1312
}
1302
/* fieldset numero */
1313
/* fieldset numero */
1303
fieldset.numero_form label {
1314
fieldset.numero_form label {
1304
	width: 135px;
1315
	width: 135px;
1305
}
1316
}
1306
 
1317
 
1307
 
1318
 
1308
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1319
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1309
.chorodep_svg { 
1320
.chorodep_svg { 
1310
	height: 590px;
1321
	height: 590px;
1311
	width:	100%;
1322
	width:	100%;
1312
}
1323
}
1313
 
1324
 
1314
.ecologie_svg { 
1325
.ecologie_svg { 
1315
    width: 500px;
1326
    width: 500px;
1316
}
1327
}
1317
 
1328
 
1318
.chargement {
1329
.chargement {
1319
	background:url('../images/chargement-transparent.gif');
1330
	background:url('../images/chargement-transparent.gif');
1320
	background-repeat:no-repeat;
1331
	background-repeat:no-repeat;
1321
	background-position:center; 
1332
	background-position:center; 
1322
	min-height: 150px;
1333
	min-height: 150px;
1323
}
1334
}
1324
 
1335
 
1325
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1336
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1326
li.autocompletion_nom, .autocompletion_nom:hover {
1337
li.autocompletion_nom, .autocompletion_nom:hover {
1327
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1338
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1328
    margin: 0 0 5px;
1339
    margin: 0 0 5px;
1329
}
1340
}
1330
 
1341
 
1331
/**----------------------- Illustration des résultats ---------------------------------------------**/
1342
/**----------------------- Illustration des résultats ---------------------------------------------**/
1332
 
1343
 
1333
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1344
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1334
	cursor: pointer;
1345
	cursor: pointer;
1335
}
1346
}
1336
 
1347
 
1337
.nomenclature_synonyme {
1348
.nomenclature_synonyme {
1338
    padding-left: 13px;
1349
    padding-left: 13px;
1339
}
1350
}
1340
 
1351
 
1341
.nomenclature_basionyme {
1352
.nomenclature_basionyme {
1342
	font-size: 0.9em;
1353
	font-size: 0.9em;
1343
}
1354
}
1344
 
1355
 
1345
 
1356
 
1346
/**----------------------- Styles pour la pagination ---------------------------------------------**/
1357
/**----------------------- Styles pour la pagination ---------------------------------------------**/
1347
.page_courante {
1358
.page_courante {
1348
	font-size: 1.5em;
1359
	font-size: 1.5em;
1349
}
1360
}
1350
 
1361
 
1351
.page_courante a {
1362
.page_courante a {
1352
	color: black;	
1363
	color: black;	
1353
}
1364
}
1354
 
1365
 
1355
.nb_resultats {
1366
.nb_resultats {
1356
	float:right;
1367
	float:right;
1357
	margin-top: 10px;	
1368
	margin-top: 10px;	
1358
}
1369
}