Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1549 Rev 1585
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
 
-
 
551
.notesVotes {
-
 
552
	width: 196px;
-
 
553
	margin-top: 3px;
-
 
554
	/*border: solid white 1px;*/
-
 
555
}
-
 
556
/*.notesVotes td {
-
 
557
	border: solid white 1px;
-
 
558
}*/
-
 
559
.notesVotes td.image {
-
 
560
	text-align: left;
-
 
561
}
-
 
562
.notesVotes td.barre {
-
 
563
	width: 135px;
-
 
564
}
-
 
565
.notesVotes td.votants {
-
 
566
	width: 30px;
-
 
567
}
-
 
568
.notesVotes .avancement {
-
 
569
	height: 5px;
-
 
570
	background-color: #d0d0d0;
-
 
571
}
-
 
572
 
-
 
573
img.etoile {
-
 
574
	width: 16px;
-
 
575
}
-
 
576
 
-
 
577
.chiffreDroite {
-
 
578
	float: right;
-
 
579
	margin-right: 10px;
-
 
580
}
550
 
581
 
551
#contenu .lienRss a{
582
#contenu .lienRss a{
552
	padding-right:20px;
583
	padding-right:20px;
553
	background:url('./img/rss.png') no-repeat right center;
584
	background:url('./img/rss.png') no-repeat right center;
554
	cursor:pointer;
585
	cursor:pointer;
555
	padding-bottom:1px;
586
	padding-bottom:1px;
556
	border:none;
587
	border:none;
557
}
588
}
558
 
589
 
559
.invisible {
590
.invisible {
560
	visibility:hidden;
591
	visibility:hidden;
561
}
592
}
562
 
593
 
563
.motCleCel {
594
.motCleCel {
564
	display: inline-block;
595
	display: inline-block;
565
	margin-right: 3px;
596
	margin-right: 3px;
566
	border: 1px solid grey;
597
	border: 1px solid grey;
567
	background-color: #B1BEBE;
598
	background-color: #B1BEBE;
568
	padding-left: 2px;
599
	padding-left: 2px;
569
	padding-right: 2px;
600
	padding-right: 2px;
570
	line-height: 20px;
601
	line-height: 20px;
571
	border-radius: 5px;
602
	border-radius: 5px;
572
	opacity:1;
603
	opacity:1;
573
	color: black;
604
	color: black;
574
}
605
}
575
 
606
 
576
div.motClePictoCoche {
607
div.motClePictoCoche {
577
	background-color: #96B944;
608
	background-color: #96B944;
578
}
609
}
579
 
610
 
580
div.motclesPicto > div > span > input[type="checkbox"] {
611
div.motclesPicto > div > span > input[type="checkbox"] {
581
	opacity:0;
612
	opacity:0;
582
}
613
}
583
 
614
 
584
span.texteMotClePicto label {
615
span.texteMotClePicto label {
585
	cursor: pointer;
616
	cursor: pointer;
586
}
617
}
587
 
618
 
588
 
619
 
589
/** FROM TELA */
620
/** FROM TELA */
590
.importance1 {
621
.importance1 {
591
	margin:10px 0px 25px 0px;		
622
	margin:10px 0px 25px 0px;		
592
	background-color:#eaedcd;	
623
	background-color:#eaedcd;	
593
	padding:8px;
624
	padding:8px;
594
	font-family:arial;
625
	font-family:arial;
595
	font-size:11px;
626
	font-size:11px;
596
	color:#3a3633;
627
	color:#3a3633;
597
	border-radius:10px;
628
	border-radius:10px;
598
	-moz-border-radius:10px;
629
	-moz-border-radius:10px;
599
	-webkit-border-radius:10px;
630
	-webkit-border-radius:10px;
600
	box-shadow:7px 7px 11px #555;
631
	box-shadow:7px 7px 11px #555;
601
	-moz-box-shadow:2px 2px 5px #aaa;
632
	-moz-box-shadow:2px 2px 5px #aaa;
602
	-webkit-box-shadow:7px 7px 11px #aaa;
633
	-webkit-box-shadow:7px 7px 11px #aaa;
603
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
634
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
604
	zoom:1;/* pour ie8 */
635
	zoom:1;/* pour ie8 */
605
}
636
}
606
 
637
 
607
.traitTela li {
638
.traitTela li {
608
	background: url("http://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
639
	background: url("http://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
609
    font-family: arial;
640
    font-family: arial;
610
    font-size: 12px;
641
    font-size: 12px;
611
    font-weight: bold;
642
    font-weight: bold;
612
    color:#777;
643
    color:#777;
613
    list-style: none outside none;
644
    list-style: none outside none;
614
    padding: 10px 0 0 30px;
645
    padding: 10px 0 0 30px;
615
}
646
}
616
.connect {
647
.connect {
617
	width:130px;
648
	width:130px;
618
	margin:0;
649
	margin:0;
619
	padding:0;
650
	padding:0;
620
}
651
}
621
 
652
 
622
.contenuCentre {
653
.contenuCentre {
623
	text-align:center;
654
	text-align:center;
624
}
655
}
625
 
656
 
626
 
657
 
627
#zoneFooter{
658
#zoneFooter{
628
	width:1000px;
659
	width:1000px;
629
	margin:0 auto;
660
	margin:0 auto;
630
	text-align:center;
661
	text-align:center;
631
	color:#555;
662
	color:#555;
632
	font-family:arial;
663
	font-family:arial;
633
	font-size:11px;
664
	font-size:11px;
634
	font-weight:bold;
665
	font-weight:bold;
635
	margin-top:30px;
666
	margin-top:30px;
636
}
667
}
637
 
668
 
638
#zoneFooter a {
669
#zoneFooter a {
639
	margin-right:30px;
670
	margin-right:30px;
640
	
671
	
641
}
672
}
642
 
673
 
643
.pictoplante-contact {
674
.pictoplante-contact {
644
	font-weight: normal;
675
	font-weight: normal;
645
}
676
}
646
 
677
 
647
.pictoplante-contact a {
678
.pictoplante-contact a {
648
	color: green;
679
	color: green;
649
	text-decoration : none;
680
	text-decoration : none;
650
}
681
}
651
 
682
 
652
.pictoplante-contact a:hover {
683
.pictoplante-contact a:hover {
653
	color: #FD8C13;
684
	color: #FD8C13;
654
	text-decoration : none;
685
	text-decoration : none;
655
}
686
}
656
 
687
 
657
.zone-onglets {
688
.zone-onglets {
658
	margin-bottom:5px;
689
	margin-bottom:5px;
659
	width:100%;
690
	width:100%;
660
	height:31px;
691
	height:31px;
661
	text-align:left;
692
	text-align:left;
662
	border:solid 1px #AAA;
693
	border:solid 1px #AAA;
663
	border-width:0 0 1px 0;
694
	border-width:0 0 1px 0;
664
	padding-left:5px;	
695
	padding-left:5px;	
665
}
696
}
666
 
697
 
667
.onglet {
698
.onglet {
668
	border:solid 1px #AAA;
699
	border:solid 1px #AAA;
669
	border-width:1px;
700
	border-width:1px;
670
	padding:3px 15px;
701
	padding:3px 15px;
671
	padding-top:6px;
702
	padding-top:6px;
672
	padding-left:25px;
703
	padding-left:25px;
673
	border-radius:12px 12px 0 0;
704
	border-radius:12px 12px 0 0;
674
	width:150px;
705
	width:150px;
675
	float:left;
706
	float:left;
676
	background:#C2C0AD;
707
	background:#C2C0AD;
677
	cursor:pointer;
708
	cursor:pointer;
678
	height:21px;
709
	height:21px;
679
	font-size:16px;
710
	font-size:16px;
680
	color:#598000
711
	color:#598000
681
	
712
	
682
}
713
}
683
 
714
 
684
.onglet * {
715
.onglet * {
685
	cursor:pointer;
716
	cursor:pointer;
686
}
717
}
687
 
718
 
688
.onglet:hover {
719
.onglet:hover {
689
	background:#d0ccaa;
720
	background:#d0ccaa;
690
}
721
}
691
 
722
 
692
.onglet-actif {
723
.onglet-actif {
693
	font-weight:bold;
724
	font-weight:bold;
694
	background:white;
725
	background:white;
695
	color:#FD8C13;
726
	color:#FD8C13;
696
	text-transform:uppercase;
727
	text-transform:uppercase;
697
	
728
	
698
}
729
}
699
 
730
 
700
.elementMasque {
731
.elementMasque {
701
	background-color: #777;
732
	background-color: #777;
702
	cursor: default;
733
	cursor: default;
703
	display: block;
734
	display: block;
704
	opacity: 0.7;
735
	opacity: 0.7;
705
	left: 0;
736
	left: 0;
706
	top: 0;
737
	top: 0;
707
	position: relative;
738
	position: relative;
708
	width: 100%;
739
	width: 100%;
709
	z-index: 1100;
740
	z-index: 1100;
710
	height: 100%
741
	height: 100%
711
}
742
}
712
 
743
 
713
/*+---------------------------------------------------------------------------------------------------------*/
744
/*+---------------------------------------------------------------------------------------------------------*/
714
/* ENTETE */
745
/* ENTETE */
715
 
746
 
716
#zoneEntete {
747
#zoneEntete {
717
	width:1000px;
748
	width:1000px;
718
	margin:0 auto;
749
	margin:0 auto;
719
	min-height:230px;
750
	min-height:230px;
720
}
751
}
721
#zoneEntete .acceder-aide {
752
#zoneEntete .acceder-aide {
722
	color:white;
753
	color:white;
723
}
754
}
724
#zoneEntete .acceder-outil {
755
#zoneEntete .acceder-outil {
725
	color:inherit;
756
	color:inherit;
726
}
757
}
727
#zoneTitre {
758
#zoneTitre {
728
	float:left;
759
	float:left;
729
	height:50px;
760
	height:50px;
730
	width:50%;
761
	width:50%;
731
	margin:10px 0;
762
	margin:10px 0;
732
	font-size:3.2em;
763
	font-size:3.2em;
733
}
764
}
734
#zoneTitre a, #zoneTitre a:visited {
765
#zoneTitre a, #zoneTitre a:visited {
735
	color:#777;
766
	color:#777;
736
	text-decoration:none;
767
	text-decoration:none;
737
}
768
}
738
#zoneTitre a:hover {
769
#zoneTitre a:hover {
739
	color:#FD8C13;
770
	color:#FD8C13;
740
	text-decoration:none;
771
	text-decoration:none;
741
	border-bottom:1px dotted #95AE5D;
772
	border-bottom:1px dotted #95AE5D;
742
}
773
}
743
#zoneChapeau {
774
#zoneChapeau {
744
	float:left;
775
	float:left;
745
	height:130px;
776
	height:130px;
746
	width:52%;
777
	width:52%;
747
}
778
}
748
#zoneLogos {
779
#zoneLogos {
749
	float:right;
780
	float:right;
750
	height:50px;
781
	height:50px;
751
	width:50%;
782
	width:50%;
752
	text-align:center;
783
	text-align:center;
753
	margin:10px 0;
784
	margin:10px 0;
754
}
785
}
755
 
786
 
756
/*+---------------------------------------------------------------------------------------------------------*/
787
/*+---------------------------------------------------------------------------------------------------------*/
757
/* LOGOS */
788
/* LOGOS */
758
.logo_tela {
789
.logo_tela {
759
	padding-bottom:35px;
790
	padding-bottom:35px;
760
	padding-left:70px;
791
	padding-left:70px;
761
	background:url('./img/logos/tela.jpg');
792
	background:url('./img/logos/tela.jpg');
762
}
793
}
763
.logo_pn {
794
.logo_pn {
764
	padding-bottom:35px;
795
	padding-bottom:35px;
765
	padding-left:263px;
796
	padding-left:263px;
766
	background:url('./img/logos/pn.jpg');
797
	background:url('./img/logos/pn.jpg');
767
}
798
}
768
.logo_ue {
799
.logo_ue {
769
	padding-bottom:59px;
800
	padding-bottom:59px;
770
	padding-left:103px;
801
	padding-left:103px;
771
	background:url('./img/logos/ue.jpg');
802
	background:url('./img/logos/ue.jpg');
772
}
803
}
773
.logo_lr {
804
.logo_lr {
774
	padding-bottom:59px;
805
	padding-bottom:59px;
775
	padding-left:47px;
806
	padding-left:47px;
776
	background:url('./img/logos/lr.jpg');
807
	background:url('./img/logos/lr.jpg');
777
}
808
}
778
.logo_nd {
809
.logo_nd {
779
	padding-bottom:55px;
810
	padding-bottom:55px;
780
	padding-left:148px;
811
	padding-left:148px;
781
	background:url('./img/logos/nd.jpg');
812
	background:url('./img/logos/nd.jpg');
782
}
813
}
783
.logo_nh {
814
.logo_nh {
784
	padding-bottom:46px;
815
	padding-bottom:46px;
785
	padding-left:59px;
816
	padding-left:59px;
786
	background:url('./img/logos/fnh.png');
817
	background:url('./img/logos/fnh.png');
787
}
818
}
788
.logo_nh:hover {
819
.logo_nh:hover {
789
	padding-bottom:46px;
820
	padding-bottom:46px;
790
	padding-left:59px;
821
	padding-left:59px;
791
	background:url('./img/logos/fnh-hover.png');
822
	background:url('./img/logos/fnh-hover.png');
792
}
823
}
793
.logo_tela:hover {
824
.logo_tela:hover {
794
	background:url('./img/logos/tela_hover.jpg');
825
	background:url('./img/logos/tela_hover.jpg');
795
}
826
}
796
.logo_pn:hover {
827
.logo_pn:hover {
797
	background:url('./img/logos/pn_hover.jpg');
828
	background:url('./img/logos/pn_hover.jpg');
798
}
829
}
799
.logo_ue:hover {
830
.logo_ue:hover {
800
	background:url('./img/logos/ue_hover.jpg');
831
	background:url('./img/logos/ue_hover.jpg');
801
}
832
}
802
.logo_lr:hover {
833
.logo_lr:hover {
803
	background:url('./img/logos/lr_hover.jpg');
834
	background:url('./img/logos/lr_hover.jpg');
804
}
835
}
805
.logo_nd:hover {
836
.logo_nd:hover {
806
	background:url('./img/logos/nd_hover.jpg');
837
	background:url('./img/logos/nd_hover.jpg');
807
}
838
}