Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1479 Rev 1520
1
/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
1
/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
2
select {
2
select {
3
	background: #FFF;
3
	background: #FFF;
4
}
4
}
5
/** Add css rules here for your application. */
5
/** Add css rules here for your application. */
6
body,html {
6
body,html {
7
	height: 100%;
7
	height: 100%;
8
}
8
}
9
 
9
 
10
body div {
10
body div {
11
	font-family:arial;
11
	font-family:arial;
12
}
12
}
13
 
13
 
14
/** Example rules used by the template application (remove for your app) */
14
/** Example rules used by the template application (remove for your app) */
15
h1 {
15
h1 {
16
	font-size: 2em;
16
	font-size: 2em;
17
	font-weight: bold;
17
	font-weight: bold;
18
	color: #777777;
18
	color: #777777;
19
	margin: 0;
19
	margin: 0;
20
	text-align: center;
20
	text-align: center;
21
}
21
}
22
 
22
 
23
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
23
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
24
.sendButton {
24
.sendButton {
25
	display: block;
25
	display: block;
26
	font-size: 16pt;
26
	font-size: 16pt;
27
}
27
}
28
 
28
 
29
/** Most GWT widgets already have a style name defined */
29
/** Most GWT widgets already have a style name defined */
30
.gwt-DialogBox {
30
.gwt-DialogBox {
31
	width: 400px;
31
	width: 400px;
32
}
32
}
33
 
33
 
34
.dialogVPanel {
34
.dialogVPanel {
35
	margin: 5px;
35
	margin: 5px;
36
}
36
}
37
 
37
 
38
.serverResponseLabelError {
38
.serverResponseLabelError {
39
	color: red;
39
	color: red;
40
}
40
}
41
 
41
 
42
/** Erreur dans un formulaire de type texte **/
42
/** Erreur dans un formulaire de type texte **/
43
.erreurFormTexte, .erreurFormTexte input {
43
.erreurFormTexte, .erreurFormTexte input {
44
	background-color: red !important;
44
	background-color: red !important;
45
}
45
}
46
 
46
 
47
/** Set ids using widget.getElement().setId("idOfElement") */
47
/** Set ids using widget.getElement().setId("idOfElement") */
48
#closeButton {
48
#closeButton {
49
	margin: 15px 6px 6px;
49
	margin: 15px 6px 6px;
50
}
50
}
51
 
51
 
52
#zoneTitre {
52
#zoneTitre {
53
	width:45%;
53
	width:45%;
54
	margin-top:13px;
54
	margin-top:13px;
55
}
55
}
56
#zoneLiens {
56
#zoneLiens {
57
	clear:both;
57
	clear:both;
58
}
58
}
59
#zoneTitre h1 {
59
#zoneTitre h1 {
60
	font-size:72px;
60
	font-size:72px;
61
}
61
}
62
 
62
 
63
 
63
 
64
.titre2 {
64
.titre2 {
65
	color: #FD8C13;
65
	color: #FD8C13;
66
	font-size: 13px;
66
	font-size: 13px;
67
	margin: 20px 0 10px;
67
	margin: 20px 0 10px;
68
	padding: 0 0 0 25px;
68
	padding: 0 0 0 25px;
69
	text-transform: none;
69
	text-transform: none;
70
	font-weight: bold;
70
	font-weight: bold;
71
	background: url(./img/troisCarre.png) no-repeat 0 8px;
71
	background: url(./img/troisCarre.png) no-repeat 0 8px;
72
}
72
}
73
 
73
 
74
.boutonPlus {
74
.boutonPlus {
75
	border: none;
75
	border: none;
76
	color: rgba(0, 0, 0, 0);
76
	color: rgba(0, 0, 0, 0);
77
	background: url("./img/zoom_in.png");
77
	background: url("./img/zoom_in.png");
78
	width: 16px;
78
	width: 16px;
79
	height: 16px;
79
	height: 16px;
80
	cursor: pointer;
80
	cursor: pointer;
81
}
81
}
82
 
82
 
83
.boutonMoins {
83
.boutonMoins {
84
	border: none;
84
	border: none;
85
	color: rgba(0, 0, 0, 0);
85
	color: rgba(0, 0, 0, 0);
86
	background: url("./img/zoom_out.png");
86
	background: url("./img/zoom_out.png");
87
	width: 16px;
87
	width: 16px;
88
	height: 16px;
88
	height: 16px;
89
	cursor: pointer;
89
	cursor: pointer;
90
}
90
}
91
 
91
 
92
#navigation {
92
#navigation {
93
}
93
}
94
 
94
 
95
#navigation>div>div {
95
#navigation>div>div {
96
}
96
}
97
 
97
 
98
#navigation>div>div:hover {
98
#navigation>div>div:hover {
99
}
99
}
100
 
100
 
101
#navigation a {
101
#navigation a {
102
}
102
}
103
 
103
 
104
#main {
104
#main {
105
	width:1000px;
105
	width:1000px;
106
	margin:0 auto;
106
	margin:0 auto;
107
}
107
}
108
 
108
 
109
#contenu a {
109
#contenu a {
110
	border-bottom: 1px dotted #95AE5D;
110
	border-bottom: 1px dotted #95AE5D;
111
	color: #598000;
111
	color: #598000;
112
}
112
}
113
 
113
 
114
#contenu a:hover {
114
#contenu a:hover {
115
	border-bottom: 1px dotted #95AE5D;
115
	border-bottom: 1px dotted #95AE5D;
116
	color: #FD8C13;
116
	color: #FD8C13;
117
}
117
}
118
 
118
 
119
.labelLien {
119
.labelLien {
120
	border-bottom: 1px dotted #95AE5D;
120
	border-bottom: 1px dotted #95AE5D;
121
    color: #598000;
121
    color: #598000;
122
    cursor:pointer;
122
    cursor:pointer;
123
}
123
}
124
.labelLien:hover {
124
.labelLien:hover {
125
	border-bottom: 1px dotted #95AE5D;
125
	border-bottom: 1px dotted #95AE5D;
126
	color: #FD8C13;
126
	color: #FD8C13;
127
}
127
}
128
 
128
 
129
.lien {
129
.lien {
130
	color: blue;
130
	color: blue;
131
	text-decoration: underline;
131
	text-decoration: underline;
132
	cursor: pointer
132
	cursor: pointer
133
}
133
}
134
 
134
 
135
.titre {
135
.titre {
136
	color: #FD8C13;
136
	color: #FD8C13;
137
	font-size: 15px;
137
	font-size: 15px;
138
	margin: 20px 0 10px;
138
	margin: 20px 0 10px;
139
	padding: 0 0 0 25px;
139
	padding: 0 0 0 25px;
140
	text-transform: uppercase;
140
	text-transform: uppercase;
141
	font-weight: bold;
141
	font-weight: bold;
142
	background: url(./img/troisCarre.png) no-repeat 0 8px;
142
	background: url(./img/troisCarre.png) no-repeat 0 8px;
143
}
143
}
144
 
144
 
145
.titre3 {
145
.titre3 {
146
	color: #FD8C13;
146
	color: #FD8C13;
147
	font-size: 15px;
147
	font-size: 15px;
148
	margin: 20px 0 10px;
148
	margin: 20px 0 10px;
149
	font-weight: bold;
149
	font-weight: bold;
150
}
150
}
151
 
151
 
152
.titre-minuscule {
152
.titre-minuscule {
153
	color: #FD8C13;
153
	color: #FD8C13;
154
	font-size: 15px;
154
	font-size: 15px;
155
	margin: 20px 0 10px;
155
	margin: 20px 0 10px;
156
	padding: 0 0 0 25px;
156
	padding: 0 0 0 25px;
157
	font-weight: bold;
157
	font-weight: bold;
158
	background: url(./img/troisCarre.png) no-repeat 0 8px;
158
	background: url(./img/troisCarre.png) no-repeat 0 8px;
159
}
159
}
160
 
160
 
161
.sousTitre {
161
.sousTitre {
162
	font-size: 15px;
162
	font-size: 15px;
163
	font-weight: bold
163
	font-weight: bold
164
}
164
}
165
 
165
 
166
.petit {
166
.petit {
167
	font-size: 11px;
167
	font-size: 11px;
168
	color: #888
168
	color: #888
169
}
169
}
170
 
170
 
171
.gris {
171
.gris {
172
	color: #888
172
	color: #888
173
}
173
}
174
 
174
 
175
.gras {
175
.gras {
176
	font-weight: bold
176
	font-weight: bold
177
}
177
}
178
 
178
 
179
.plein {
179
.plein {
180
	width: 100%;
180
	width: 100%;
181
}
181
}
182
 
182
 
183
.tiers {
183
.tiers {
184
	width: 30%
184
	width: 30%
185
}
185
}
186
 
186
 
187
.quart {
187
.quart {
188
	width: 25%;
188
	width: 25%;
189
}
189
}
190
 
190
 
191
.actif {
191
.actif {
192
	background: #8EB533
192
	background: #8EB533
193
}
193
}
194
 
194
 
195
.inactif {
195
.inactif {
196
	background: white
196
	background: white
197
}
197
}
198
 
198
 
199
.gauche {
199
.gauche {
200
	float: left
200
	float: left
201
}
201
}
202
 
202
 
203
.droite {
203
.droite {
204
	float: right
204
	float: right
205
}
205
}
206
 
206
 
207
.nettoyage {
207
.nettoyage {
208
	clear: both
208
	clear: both
209
}
209
}
210
 
210
 
211
hr {
211
hr {
212
	border: none;
212
	border: none;
213
	border-bottom: solid 1px #DDD;
213
	border-bottom: solid 1px #DDD;
214
	border-top: solid 1px #AAA
214
	border-top: solid 1px #AAA
215
}
215
}
216
 
216
 
217
.gwt-SuggestBoxPopup {
217
.gwt-SuggestBoxPopup {
218
	z-index: 10000
218
	z-index: 10000
219
}
219
}
220
 
220
 
221
.fenetreDefilante {
221
.fenetreDefilante {
222
	position: fixed;
222
	position: fixed;
223
	margin: auto
223
	margin: auto
224
}
224
}
225
 
225
 
226
.overlay {
226
.overlay {
227
	background-color: #777;
227
	background-color: #777;
228
	cursor: pointer;
228
	cursor: pointer;
229
	display: block;
229
	display: block;
230
	opacity: 0.7;
230
	opacity: 0.7;
231
	left: 0;
231
	left: 0;
232
	top: 0;
232
	top: 0;
233
	position: fixed;
233
	position: fixed;
234
	width: 100%;
234
	width: 100%;
235
	z-index: 1100;
235
	z-index: 1100;
236
	height: 100%
236
	height: 100%
237
}
237
}
238
 
238
 
239
.overlayContenu {
239
.overlayContenu {
240
	cursor: pointer;
240
	cursor: pointer;
241
	display: block;
241
	display: block;
242
	opacity: 1;
242
	opacity: 1;
243
	left: 0;
243
	left: 0;
244
	top: 0;
244
	top: 0;
245
	position: fixed;
245
	position: fixed;
246
	width: 100%;
246
	width: 100%;
247
	z-index: 1200;
247
	z-index: 1200;
248
	height: 100%
248
	height: 100%
249
}
249
}
250
 
250
 
251
.fermerOverlay {
251
.fermerOverlay {
252
	z-index: 1210;
252
	z-index: 1210;
253
	position: fixed;
253
	position: fixed;
254
	width: 30px;
254
	width: 30px;
255
	height: 30px;
255
	height: 30px;
256
	background: url(./img/close.png) no-repeat 5px 0;
256
	background: url(./img/close.png) no-repeat 5px 0;
257
	border: none;
257
	border: none;
258
	color: white;
258
	color: white;
259
	font-weight: bold;
259
	font-weight: bold;
260
	cursor: pointer;
260
	cursor: pointer;
261
	border: 1px dotted #95AE5D;
261
	border: 1px dotted #95AE5D;
262
	border-width: 0 0 1px 0;
262
	border-width: 0 0 1px 0;
263
	padding-right: 30px
263
	padding-right: 30px
264
}
264
}
265
 
265
 
266
.precedentOverlay:hover {
266
.precedentOverlay:hover {
267
	opacity: 1;
267
	opacity: 1;
268
}
268
}
269
 
269
 
270
.precedentOverlay {
270
.precedentOverlay {
271
	display: block;
271
	display: block;
272
	z-index: 1210;
272
	z-index: 1210;
273
	position: fixed;
273
	position: fixed;
274
	width: 30px;
274
	width: 30px;
275
	height: 40px;
275
	height: 40px;
276
	background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
276
	background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
277
	border: none;
277
	border: none;
278
	color: white;
278
	color: white;
279
	font-weight: bold;
279
	font-weight: bold;
280
	cursor: pointer;
280
	cursor: pointer;
281
	margin-top: -170px;
281
	margin-top: -170px;
282
	padding-bottom: 200px;
282
	padding-bottom: 200px;
283
	padding-left: 200px;
283
	padding-left: 200px;
284
	padding-top: 200px;
284
	padding-top: 200px;
285
	opacity: 0;
285
	opacity: 0;
286
}
286
}
287
 
287
 
288
.suivantOverlay:hover {
288
.suivantOverlay:hover {
289
	opacity: 1;
289
	opacity: 1;
290
}
290
}
291
 
291
 
292
.suivantOverlay {
292
.suivantOverlay {
293
	display: block;
293
	display: block;
294
	z-index: 1210;
294
	z-index: 1210;
295
	position: fixed;
295
	position: fixed;
296
	width: 30px;
296
	width: 30px;
297
	height: 40px;
297
	height: 40px;
298
	background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
298
	background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
299
	border: none;
299
	border: none;
300
	color: white;
300
	color: white;
301
	font-weight: bold;
301
	font-weight: bold;
302
	cursor: pointer;
302
	cursor: pointer;
303
	margin-top: -170px;
303
	margin-top: -170px;
304
	padding-bottom: 200px;
304
	padding-bottom: 200px;
305
	padding-right: 200px;
305
	padding-right: 200px;
306
	padding-top: 200px;
306
	padding-top: 200px;
307
	opacity: 0;
307
	opacity: 0;
308
	margin-left: -150px;
308
	margin-left: -150px;
309
}
309
}
310
 
310
 
311
.acceder-outil {
311
.acceder-outil {
312
	background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
312
	background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
313
	text-decoration: none;
313
	text-decoration: none;
314
	border: medium none;
314
	border: medium none;
315
	border-radius: 10px 10px 10px 10px;
315
	border-radius: 10px 10px 10px 10px;
316
	color: #6C6865;
316
	color: #6C6865;
317
	font-size: 14px;
317
	font-size: 14px;
318
    padding: 4px 10px 4px 30px;
318
    padding: 4px 10px 4px 30px;
319
	cursor: pointer;
319
	cursor: pointer;
320
	display: inline-block;
320
	display: inline-block;
321
}
321
}
322
 
322
 
323
.acceder-outil:hover {
323
.acceder-outil:hover {
324
    color: #FD8C13;
324
    color: #FD8C13;
325
}
325
}
326
 
326
 
327
#contenu a.acceder-aide {
327
#contenu a.acceder-aide {
328
	color:white;
328
	color:white;
329
}
329
}
330
.acceder-aide {
330
.acceder-aide {
331
	background: none repeat scroll 0 0 #3d5fbf;
331
	background: none repeat scroll 0 0 #3d5fbf;
332
    border: medium none;
332
    border: medium none;
333
    border-radius: 10px 10px 10px 10px;
333
    border-radius: 10px 10px 10px 10px;
334
    color: white;
334
    color: white;
335
    cursor: pointer;
335
    cursor: pointer;
336
    display: inline-block;
336
    display: inline-block;
337
    font-size: 14px;
337
    font-size: 14px;
338
    padding: 4px 10px;
338
    padding: 4px 10px;
339
    text-decoration: none;
339
    text-decoration: none;
340
}
340
}
341
 
341
 
342
.acceder-aide:hover {
342
.acceder-aide:hover {
343
    border-bottom: 1px dotted #95AE5D;
343
    border-bottom: 1px dotted #95AE5D;
344
    color: #FD8C13;
344
    color: #FD8C13;
345
}
345
}
346
 
346
 
347
.colonne {
347
.colonne {
348
	float: left;
348
	float: left;
349
}
349
}
350
 
350
 
351
.ligne {
351
.ligne {
352
	clear: left;
352
	clear: left;
353
}
353
}
354
 
354
 
355
.ombre-forte {
355
.ombre-forte {
356
	box-shadow: 2px 2px 2px #666;
356
	box-shadow: 2px 2px 2px #666;
357
	-moz-box-shadow: 2px 2px 2px #666;
357
	-moz-box-shadow: 2px 2px 2px #666;
358
	-webkit-box-shadow: 2px 2px 2px #666;
358
	-webkit-box-shadow: 2px 2px 2px #666;
359
}
359
}
360
 
360
 
361
.ombre-faible {
361
.ombre-faible {
362
	box-shadow: 2px 2px 2px #DDD;
362
	box-shadow: 2px 2px 2px #DDD;
363
	-moz-box-shadow: 2px 2px 2px #DDD;
363
	-moz-box-shadow: 2px 2px 2px #DDD;
364
	-webkit-box-shadow: 2px 2px 2px #DDD;
364
	-webkit-box-shadow: 2px 2px 2px #DDD;
365
}
365
}
366
 
366
 
367
.limiteMin {
367
.limiteMin {
368
	min-width:870px;
368
	min-width:870px;
369
}
369
}
370
 
370
 
371
.limiteMax {
371
.limiteMax {
372
	max-width:1000px;
372
	max-width:1000px;
373
	margin:0 auto;
373
	margin:0 auto;
374
}
374
}
375
 
375
 
376
.arrondi {
376
.arrondi {
377
	border-radius:10px;
377
	border-radius:10px;
378
	-moz-border-radius:10px;
378
	-moz-border-radius:10px;
379
	-webkit-border-radius:10px;
379
	-webkit-border-radius:10px;
380
}
380
}
381
 
381
 
382
.arrondi-faible {
382
.arrondi-faible {
383
	border-radius:3px;
383
	border-radius:3px;
384
	-moz-border-radius:3px;
384
	-moz-border-radius:3px;
385
	-webkit-border-radius:3px;
385
	-webkit-border-radius:3px;
386
}
386
}
387
 
387
 
388
.bouton {
388
.bouton {
389
    background: none repeat scroll 0 0 white;
389
    background: none repeat scroll 0 0 white;
390
    border: 1px solid #99C242;
390
    border: 1px solid #99C242;
391
    border-radius: 10px 10px 10px 10px;
391
    border-radius: 10px 10px 10px 10px;
392
    box-shadow: 1px 2px 2px #AAAAAA;
392
    box-shadow: 1px 2px 2px #AAAAAA;
393
    color: #598000;
393
    color: #598000;
394
    cursor: pointer;
394
    cursor: pointer;
395
    font-size: 0.9em;
395
    font-size: 0.9em;
396
    font-weight: bold;
396
    font-weight: bold;
397
    padding: 5px;
397
    padding: 5px;
398
}
398
}
399
 
399
 
400
.bouton:hover {
400
.bouton:hover {
401
	background:#8EB533;
401
	background:#8EB533;
402
	color:#FFF;
402
	color:#FFF;
403
}
403
}
404
 
404
 
405
.bouton-petit {
405
.bouton-petit {
406
	background: none repeat scroll 0 0 white;
406
	background: none repeat scroll 0 0 white;
407
    border: 1px solid #99C242;
407
    border: 1px solid #99C242;
408
    box-shadow: 1px 2px 2px #AAAAAA;
408
    box-shadow: 1px 2px 2px #AAAAAA;
409
    color: #598000;
409
    color: #598000;
410
    cursor: pointer;
410
    cursor: pointer;
411
    font-size: 11px;
411
    font-size: 11px;
412
    font-weight: bold;
412
    font-weight: bold;
413
    padding: 1px;
413
    padding: 1px;
414
    width:100px;
414
    width:100px;
415
    margin:0 5px;
415
    margin:0 5px;
416
}
416
}
417
 
417
 
418
.bouton-petit:hover {
418
.bouton-petit:hover {
419
	background:#8EB533;
419
	background:#8EB533;
420
	color:#FFF;
420
	color:#FFF;
421
}
421
}
422
 
422
 
423
.votePrisEnCompteOui {
423
.votePrisEnCompteOui {
424
	background:#8EB533;
424
	background:#8EB533;
425
	position:absolute;
425
	position:absolute;
426
	font-size:11px;
426
	font-size:11px;
427
	padding:5px;
427
	padding:5px;
428
	margin-top:-30px;
428
	margin-top:-30px;
429
	border-radius:10px;
429
	border-radius:10px;
430
}
430
}
431
 
431
 
432
.votePrisEnCompteNon, .voteSupprime {
432
.votePrisEnCompteNon, .voteSupprime {
433
	background:#f06a6a;
433
	background:#f06a6a;
434
	position:absolute;
434
	position:absolute;
435
	font-size:11px;
435
	font-size:11px;
436
	padding:5px;
436
	padding:5px;
437
	margin-top:-30px;
437
	margin-top:-30px;
438
	border-radius:10px;
438
	border-radius:10px;
439
}
439
}
440
 
440
 
441
.boutonVoteOuiDesactive {
441
.boutonVoteOuiDesactive {
442
	background-image: url("img/pouce_haut_desactive.png") !important;
442
	background-image: url("img/pouce_haut_desactive.png") !important;
443
	color:#999999;
443
	color:#999999;
444
	cursor: default !important;
444
	cursor: default !important;
445
}
445
}
446
 
446
 
447
.boutonVoteNonDesactive {
447
.boutonVoteNonDesactive {
448
	background-image: url("img/pouce_bas_desactive.png") !important;
448
	background-image: url("img/pouce_bas_desactive.png") !important;
449
	color:#999999;
449
	color:#999999;
450
	cursor: default !important;
450
	cursor: default !important;
451
}
451
}
452
 
452
 
453
.chapeau {
453
.chapeau {
454
	color: #6C6865;
454
	color: #6C6865;
455
    font-family: arial;
455
    font-family: arial;
456
    font-size: 13px;
456
    font-size: 13px;
457
    font-weight: bold;
457
    font-weight: bold;
458
    letter-spacing: 0;
458
    letter-spacing: 0;
459
    line-height: 18px;
459
    line-height: 18px;
460
    text-transform: none;
460
    text-transform: none;
461
    font-style:italic;
461
    font-style:italic;
462
}
462
}
463
 
463
 
464
.enfant {
464
.enfant {
465
	background:#EEE;
465
	background:#EEE;
466
	margin-left:20px;
466
	margin-left:20px;
467
	clear:both;
467
	clear:both;
468
	border-left:solid 1px;
468
	border-left:solid 1px;
469
	padding-left:5px;
469
	padding-left:5px;
470
	border-color:#DDD
470
	border-color:#DDD
471
}
471
}
472
 
472
 
473
.image_determinee {
473
.image_determinee {
474
	/*background: #333;*/
474
	/*background: #333;*/
475
}
475
}
476
 
476
 
477
.image_non_determinee {
477
.image_non_determinee {
478
	background: #CF1313 !important;
478
	background: #CF1313 !important;
479
}
479
}
480
.suiteImages {
480
.suiteImages {
481
	background:url(./img/suiteImages.png) 3px 0 no-repeat;
481
	background:url(./img/suiteImages.png) 3px 0 no-repeat;
482
	cursor:pointer;
482
	cursor:pointer;
483
	color:rgba(0, 0, 0, 0)
483
	color:rgba(0, 0, 0, 0)
484
	
484
	
485
}
485
}
486
 
486
 
487
.propositionInitiale {
487
.propositionInitiale {
488
	color:#8EB533;
488
	color:#8EB533;
489
	font-weight:bold;
489
	font-weight:bold;
490
}
490
}
491
 
491
 
492
.etoiles {
492
.etoiles {
493
    height: 26px;
493
    height: 26px;
494
    margin-left: 38px;
494
    margin-left: 38px;
495
    margin-top: -2px;
495
    margin-top: -2px;
496
    width: 26px;
496
    width: 26px;
497
}
497
}
498
 
498
 
499
.etoiles_0 {
499
.etoiles_0 {
500
	background:url("./img/0_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
500
	background:url("./img/0_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
501
}
501
}
502
.etoiles_1 {
502
.etoiles_1 {
503
	background:url("./img/1_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
503
	background:url("./img/1_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
504
}
504
}
505
.etoiles_2 {
505
.etoiles_2 {
506
	background:url("./img/2_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
506
	background:url("./img/2_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
507
}
507
}
508
.etoiles_3 {
508
.etoiles_3 {
509
	background:url("./img/3_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
509
	background:url("./img/3_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
510
}
510
}
511
.etoiles_4 {
511
.etoiles_4 {
512
	background:url("./img/4_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
512
	background:url("./img/4_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
513
}
513
}
514
.etoiles_5 {
514
.etoiles_5 {
515
	background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
515
	background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
516
}
516
}
517
 
517
 
518
.boutonOK {
518
.boutonOK {
519
	background:url("./img/tick.png") no-repeat;
519
	background:url("./img/tick.png") no-repeat;
520
	width:15px;
520
	width:15px;
521
	height:15px;
521
	height:15px;
522
	display:block;
522
	display:block;
523
	margin-top:2px;
523
	margin-top:2px;
524
	border:none;
524
	border:none;
525
	cursor:pointer;
525
	cursor:pointer;
526
}
526
}
527
 
527
 
528
.enligne {
528
.enligne {
529
	display:inline;
529
	display:inline;
530
}
530
}
531
 
531
 
532
.aide {
532
.aide {
533
	background:url(./img/information.png) no-repeat;
533
	background:url(./img/information.png) no-repeat;
534
	padding-left:20px;
534
	padding-left:20px;
535
}
535
}
536
 
536
 
537
.lienListe {
537
.lienListe {
538
	background:url('./img/traitTela.jpg') no-repeat 0 0px;
538
	background:url('./img/traitTela.jpg') no-repeat 0 0px;
539
	cursor:pointer;
539
	cursor:pointer;
540
	padding-left:31px;
540
	padding-left:31px;
541
	padding-bottom:5px;
541
	padding-bottom:5px;
542
	padding-top:2px;
542
	padding-top:2px;
543
	border:none;
543
	border:none;
544
}
544
}
545
 
545
 
546
.nombreVotes {
546
.nombreVotes {
547
	background:url('./img/user.png') no-repeat;	
547
	background:url('./img/user.png') no-repeat;	
548
	cursor: pointer;
548
	cursor: pointer;
549
}
549
}
550
 
550
 
551
#contenu .lienRss a{
551
#contenu .lienRss a{
552
	padding-right:20px;
552
	padding-right:20px;
553
	background:url('./img/rss.png') no-repeat right center;
553
	background:url('./img/rss.png') no-repeat right center;
554
	cursor:pointer;
554
	cursor:pointer;
555
	padding-bottom:1px;
555
	padding-bottom:1px;
556
	border:none;
556
	border:none;
557
}
557
}
558
 
558
 
559
.invisible {
559
.invisible {
560
	visibility:hidden;
560
	visibility:hidden;
561
}
561
}
562
 
562
 
563
.motCleCel {
563
.motCleCel {
564
	display: inline-block;
564
	display: inline-block;
565
	margin-right: 3px;
565
	margin-right: 3px;
566
	border: 1px solid grey;
566
	border: 1px solid grey;
567
	background-color: #B1BEBE;
567
	background-color: #B1BEBE;
568
	padding-left: 2px;
568
	padding-left: 2px;
569
	padding-right: 2px;
569
	padding-right: 2px;
570
	line-height: 20px;
570
	line-height: 20px;
571
	border-radius: 5px;
571
	border-radius: 5px;
572
	opacity:1;
572
	opacity:1;
573
	color: black;
573
	color: black;
574
}
574
}
575
 
575
 
576
 
576
 
577
/** FROM TELA */
577
/** FROM TELA */
578
.importance1 {
578
.importance1 {
579
	margin:10px 0px 25px 0px;		
579
	margin:10px 0px 25px 0px;		
580
	background-color:#eaedcd;	
580
	background-color:#eaedcd;	
581
	padding:8px;
581
	padding:8px;
582
	font-family:arial;
582
	font-family:arial;
583
	font-size:11px;
583
	font-size:11px;
584
	color:#3a3633;
584
	color:#3a3633;
585
	border-radius:10px;
585
	border-radius:10px;
586
	-moz-border-radius:10px;
586
	-moz-border-radius:10px;
587
	-webkit-border-radius:10px;
587
	-webkit-border-radius:10px;
588
	box-shadow:7px 7px 11px #555;
588
	box-shadow:7px 7px 11px #555;
589
	-moz-box-shadow:2px 2px 5px #aaa;
589
	-moz-box-shadow:2px 2px 5px #aaa;
590
	-webkit-box-shadow:7px 7px 11px #aaa;
590
	-webkit-box-shadow:7px 7px 11px #aaa;
591
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
591
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
592
	zoom:1;/* pour ie8 */
592
	zoom:1;/* pour ie8 */
593
}
593
}
594
 
594
 
595
.traitTela li {
595
.traitTela li {
596
	background: url("http://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
596
	background: url("http://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
597
    font-family: arial;
597
    font-family: arial;
598
    font-size: 12px;
598
    font-size: 12px;
599
    font-weight: bold;
599
    font-weight: bold;
600
    color:#777;
600
    color:#777;
601
    list-style: none outside none;
601
    list-style: none outside none;
602
    padding: 10px 0 0 30px;
602
    padding: 10px 0 0 30px;
603
}
603
}
604
.connect {
604
.connect {
605
	width:130px;
605
	width:130px;
606
	margin:0;
606
	margin:0;
607
	padding:0;
607
	padding:0;
608
}
608
}
609
 
609
 
610
.contenuCentre {
610
.contenuCentre {
611
	text-align:center;
611
	text-align:center;
612
}
612
}
613
 
613
 
614
/* Logos partenaires */
614
/* Logos partenaires */
615
.logo_tela {
615
.logo_tela {
616
	padding-bottom:35px;
616
	padding-bottom:35px;
617
	padding-left:70px;
617
	padding-left:70px;
618
	background:url('./img/logos/tela.jpg');
618
	background:url('./img/logos/tela.jpg');
619
}
619
}
620
 
620
 
621
.logo_pn {
621
.logo_pn {
622
	padding-bottom:35px;
622
	padding-bottom:35px;
623
	padding-left:263px;
623
	padding-left:263px;
624
	background:url('./img/logos/pn.jpg');
624
	background:url('./img/logos/pn.jpg');
625
}
625
}
626
 
626
 
627
.logo_ue {
627
.logo_ue {
628
	padding-bottom:59px;
628
	padding-bottom:59px;
629
	padding-left:103px;
629
	padding-left:103px;
630
	background:url('./img/logos/ue.jpg');
630
	background:url('./img/logos/ue.jpg');
631
}
631
}
632
 
632
 
633
.logo_lr {
633
.logo_lr {
634
	padding-bottom:59px;
634
	padding-bottom:59px;
635
	padding-left:47px;
635
	padding-left:47px;
636
	background:url('./img/logos/lr.jpg');
636
	background:url('./img/logos/lr.jpg');
637
}
637
}
638
 
638
 
639
.logo_nd {
639
.logo_nd {
640
	padding-bottom:55px;
640
	padding-bottom:55px;
641
	padding-left:148px;
641
	padding-left:148px;
642
	background:url('./img/logos/nd.jpg');
642
	background:url('./img/logos/nd.jpg');
643
}
643
}
644
 
644
 
645
 
645
 
646
.logo_nh {
646
.logo_nh {
647
	padding-bottom:46px;
647
	padding-bottom:46px;
648
	padding-left:59px;
648
	padding-left:59px;
649
	background:url('./img/logos/fnh.png');
649
	background:url('./img/logos/fnh.png');
650
}
650
}
651
.logo_nh:hover {
651
.logo_nh:hover {
652
	padding-bottom:46px;
652
	padding-bottom:46px;
653
	padding-left:59px;
653
	padding-left:59px;
654
	background:url('./img/logos/fnh-hover.png');
654
	background:url('./img/logos/fnh-hover.png');
655
}
655
}
656
 
656
 
657
 
657
 
658
.logo_tela:hover {
658
.logo_tela:hover {
659
	background:url('./img/logos/tela_hover.jpg');
659
	background:url('./img/logos/tela_hover.jpg');
660
}
660
}
661
.logo_pn:hover {
661
.logo_pn:hover {
662
	background:url('./img/logos/pn_hover.jpg');
662
	background:url('./img/logos/pn_hover.jpg');
663
}
663
}
664
.logo_ue:hover {
664
.logo_ue:hover {
665
	background:url('./img/logos/ue_hover.jpg');
665
	background:url('./img/logos/ue_hover.jpg');
666
}
666
}
667
.logo_lr:hover {
667
.logo_lr:hover {
668
	background:url('./img/logos/lr_hover.jpg');
668
	background:url('./img/logos/lr_hover.jpg');
669
}
669
}
670
.logo_nd:hover {
670
.logo_nd:hover {
671
	background:url('./img/logos/nd_hover.jpg');
671
	background:url('./img/logos/nd_hover.jpg');
672
}
672
}
673
 
673
 
674
#zoneFooter{
674
#zoneFooter{
675
	width:1000px;
675
	width:1000px;
676
	margin:0 auto;
676
	margin:0 auto;
677
	text-align:center;
677
	text-align:center;
678
	color:#555;
678
	color:#555;
679
	font-family:arial;
679
	font-family:arial;
680
	font-size:11px;
680
	font-size:11px;
681
	font-weight:bold;
681
	font-weight:bold;
682
	margin-top:30px;
682
	margin-top:30px;
683
}
683
}
684
 
684
 
685
#zoneFooter a {
685
#zoneFooter a {
686
	margin-right:30px;
686
	margin-right:30px;
687
	
687
	
688
}
688
}
-
 
689
 
-
 
690
.pictoplante-contact {
-
 
691
	font-weight: normal;
-
 
692
}
-
 
693
 
-
 
694
.pictoplante-contact a {
-
 
695
	color: green;
-
 
696
	text-decoration : none;
-
 
697
}
-
 
698
 
-
 
699
.pictoplante-contact a:hover {
-
 
700
	color: #FD8C13;
-
 
701
	text-decoration : none;
-
 
702
}
689
 
703
 
690
#zoneEntete {
704
#zoneEntete {
691
	width:1000px;
705
	width:1000px;
692
	margin:0 auto;
706
	margin:0 auto;
693
	min-height:230px;
707
	min-height:230px;
694
}
708
}
695
 
709
 
696
#zoneEntete .acceder-aide {
710
#zoneEntete .acceder-aide {
697
	color:white;
711
	color:white;
698
}
712
}
699
 
713
 
700
#zoneEntete .acceder-outil {
714
#zoneEntete .acceder-outil {
701
	color:inherit;
715
	color:inherit;
702
}
716
}
703
 
717
 
704
.zone-onglets {
718
.zone-onglets {
705
	margin-bottom:5px;
719
	margin-bottom:5px;
706
	width:100%;
720
	width:100%;
707
	height:31px;
721
	height:31px;
708
	text-align:left;
722
	text-align:left;
709
	border:solid 1px #AAA;
723
	border:solid 1px #AAA;
710
	border-width:0 0 1px 0;
724
	border-width:0 0 1px 0;
711
	padding-left:5px;	
725
	padding-left:5px;	
712
}
726
}
713
 
727
 
714
.onglet {
728
.onglet {
715
	border:solid 1px #AAA;
729
	border:solid 1px #AAA;
716
	border-width:1px;
730
	border-width:1px;
717
	padding:3px 15px;
731
	padding:3px 15px;
718
	padding-top:6px;
732
	padding-top:6px;
719
	padding-left:25px;
733
	padding-left:25px;
720
	border-radius:12px 12px 0 0;
734
	border-radius:12px 12px 0 0;
721
	width:150px;
735
	width:150px;
722
	float:left;
736
	float:left;
723
	background:#C2C0AD;
737
	background:#C2C0AD;
724
	cursor:pointer;
738
	cursor:pointer;
725
	height:21px;
739
	height:21px;
726
	font-size:16px;
740
	font-size:16px;
727
	color:#598000
741
	color:#598000
728
	
742
	
729
}
743
}
730
 
744
 
731
.onglet * {
745
.onglet * {
732
	cursor:pointer;
746
	cursor:pointer;
733
}
747
}
734
 
748
 
735
.onglet:hover {
749
.onglet:hover {
736
	background:#d0ccaa;
750
	background:#d0ccaa;
737
}
751
}
738
 
752
 
739
.onglet-actif {
753
.onglet-actif {
740
	font-weight:bold;
754
	font-weight:bold;
741
	background:white;
755
	background:white;
742
	color:#FD8C13;
756
	color:#FD8C13;
743
	text-transform:uppercase;
757
	text-transform:uppercase;
744
	
758
	
745
}
759
}
746
 
760
 
747
.elementMasque {
761
.elementMasque {
748
	background-color: #777;
762
	background-color: #777;
749
	cursor: default;
763
	cursor: default;
750
	display: block;
764
	display: block;
751
	opacity: 0.7;
765
	opacity: 0.7;
752
	left: 0;
766
	left: 0;
753
	top: 0;
767
	top: 0;
754
	position: relative;
768
	position: relative;
755
	width: 100%;
769
	width: 100%;
756
	z-index: 1100;
770
	z-index: 1100;
757
	height: 100%
771
	height: 100%
758
}
772
}