Subversion Repositories eFlore/Applications.del

Rev

Rev 2069 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2069 Rev 2158
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
.lienRetour {
91
.lienRetour {
92
	display:inline-block;
92
	display:inline-block;
93
}
93
}
94
.lienRetour a {
94
.lienRetour a {
95
	border: 1px solid #99C242 !important;
95
	border: 1px solid #99C242 !important;
96
	border-radius: 10px;
96
	border-radius: 10px;
97
	box-shadow: 1px 2px 2px #AAAAAA;
97
	box-shadow: 1px 2px 2px #AAAAAA;
98
	padding: 5px 5px 5px 23px;
98
	padding: 5px 5px 5px 23px;
99
	background: url("./img/16x16/retour.png") no-repeat 5px 5px;
99
	background: url("./img/16x16/retour.png") no-repeat 5px 5px;
100
	color: #598000;
100
	color: #598000;
101
	cursor: pointer;
101
	cursor: pointer;
102
	font-weight: bold;
102
	font-weight: bold;
103
	text-decoration: none;
103
	text-decoration: none;
104
}
104
}
105
.lienRetour a:hover {
105
.lienRetour a:hover {
106
	color:white !important;
106
	color:white !important;
107
	background-color:#8EB533;
107
	background-color:#8EB533;
108
	background: #8EB533 url("./img/16x16/retour_actif.png") no-repeat 3px 3px;
108
	background: #8EB533 url("./img/16x16/retour_actif.png") no-repeat 3px 3px;
109
}
109
}
110
 
110
 
111
#navigation {
111
#navigation {
112
}
112
}
113
 
113
 
114
#navigation>div>div {
114
#navigation>div>div {
115
}
115
}
116
 
116
 
117
#navigation>div>div:hover {
117
#navigation>div>div:hover {
118
}
118
}
119
 
119
 
120
#navigation a {
120
#navigation a {
121
}
121
}
122
 
122
 
123
#main {
123
#main {
124
	width:1000px;
124
	width:1000px;
125
	margin:0 auto;
125
	margin:0 auto;
126
}
126
}
127
 
127
 
128
#contenu a {
128
#contenu a {
129
	border-bottom: 1px dotted #95AE5D;
129
	border-bottom: 1px dotted #95AE5D;
130
	color: #598000;
130
	color: #598000;
131
}
131
}
132
 
132
 
133
#contenu a:hover {
133
#contenu a:hover {
134
	border-bottom: 1px dotted #95AE5D;
134
	border-bottom: 1px dotted #95AE5D;
135
	color: #FD8C13;
135
	color: #FD8C13;
136
}
136
}
137
 
137
 
138
.labelLien {
138
.labelLien {
139
	border-bottom: 1px dotted #95AE5D;
139
	border-bottom: 1px dotted #95AE5D;
140
	line-height: 18px;
140
	line-height: 18px;
141
	color: #598000;
141
	color: #598000;
142
	cursor:pointer;
142
	cursor:pointer;
143
}
143
}
144
.labelLien:hover {
144
.labelLien:hover {
145
	border-bottom: 1px dotted #95AE5D;
145
	border-bottom: 1px dotted #95AE5D;
146
	color: #FD8C13;
146
	color: #FD8C13;
147
}
147
}
148
 
148
 
149
.lien {
149
.lien {
150
	color: blue;
150
	color: blue;
151
	text-decoration: underline;
151
	text-decoration: underline;
152
	cursor: pointer
152
	cursor: pointer
153
}
153
}
154
 
154
 
155
.titre {
155
.titre {
156
	color: #FD8C13;
156
	color: #FD8C13;
157
	font-size: 15px;
157
	font-size: 15px;
158
	margin: 20px 0 10px;
158
	margin: 20px 0 10px;
159
	padding: 0 0 0 25px;
159
	padding: 0 0 0 25px;
160
	text-transform: uppercase;
160
	text-transform: uppercase;
161
	font-weight: bold;
161
	font-weight: bold;
162
	background: url(./img/troisCarre.png) no-repeat 0 8px;
162
	background: url(./img/troisCarre.png) no-repeat 0 8px;
163
}
163
}
164
 
164
 
165
.titre3 {
165
.titre3 {
166
	color: #FD8C13;
166
	color: #FD8C13;
167
	font-size: 15px;
167
	font-size: 15px;
168
	margin: 20px 0 10px;
168
	margin: 20px 0 10px;
169
	font-weight: bold;
169
	font-weight: bold;
170
}
170
}
171
 
171
 
172
.titre-minuscule {
172
.titre-minuscule {
173
	color: #FD8C13;
173
	color: #FD8C13;
174
	font-size: 15px;
174
	font-size: 15px;
175
	margin: 20px 0 10px;
175
	margin: 20px 0 10px;
176
	padding: 0 0 0 25px;
176
	padding: 0 0 0 25px;
177
	font-weight: bold;
177
	font-weight: bold;
178
	background: url(./img/troisCarre.png) no-repeat 0 8px;
178
	background: url(./img/troisCarre.png) no-repeat 0 8px;
179
}
179
}
180
 
180
 
181
.sousTitre {
181
.sousTitre {
182
	font-size: 15px;
182
	font-size: 15px;
183
	font-weight: bold
183
	font-weight: bold
184
}
184
}
185
 
185
 
186
.petit {
186
.petit {
187
	font-size: 11px;
187
	font-size: 11px;
188
	color: #888
188
	color: #888
189
}
189
}
190
 
190
 
191
.gris {
191
.gris {
192
	color: #888
192
	color: #888
193
}
193
}
194
 
194
 
195
.gras {
195
.gras {
196
	font-weight: bold
196
	font-weight: bold
197
}
197
}
198
 
198
 
199
.plein {
199
.plein {
200
	width: 100%;
200
	width: 100%;
201
}
201
}
202
 
202
 
203
.tiers {
203
.tiers {
204
	width: 30%
204
	width: 30%
205
}
205
}
206
 
206
 
207
.quart {
207
.quart {
208
	width: 25%;
208
	width: 25%;
209
}
209
}
210
 
210
 
211
.actif {
211
.actif {
212
	background: #8EB533
212
	background: #8EB533
213
}
213
}
214
 
214
 
215
.inactif {
215
.inactif {
216
	background: white
216
	background: white
217
}
217
}
218
 
218
 
219
.gauche {
219
.gauche {
220
	float: left
220
	float: left
221
}
221
}
222
 
222
 
223
.droite {
223
.droite {
224
	float: right
224
	float: right
225
}
225
}
226
 
226
 
227
.nettoyage {
227
.nettoyage {
228
	clear: both
228
	clear: both
229
}
229
}
230
hr.nettoyage {
230
hr.nettoyage {
231
	width:0;
231
	width:0;
232
	height:0;
232
	height:0;
233
	border:none;
233
	border:none;
234
}
234
}
235
hr {
235
hr {
236
	border: none;
236
	border: none;
237
	border-bottom: solid 1px #DDD;
237
	border-bottom: solid 1px #DDD;
238
	border-top: solid 1px #AAA
238
	border-top: solid 1px #AAA
239
}
239
}
240
 
240
 
241
.gwt-SuggestBoxPopup {
241
.gwt-SuggestBoxPopup {
242
	z-index: 10000
242
	z-index: 10000
243
}
243
}
244
 
244
 
245
.fenetreDefilante {
245
.fenetreDefilante {
246
	position: fixed;
246
	position: fixed;
247
	margin: auto
247
	margin: auto
248
}
248
}
249
 
249
 
250
.overlay {
250
.overlay {
251
	background-color: #777;
251
	background-color: #777;
252
	cursor: pointer;
252
	cursor: pointer;
253
	display: block;
253
	display: block;
254
	opacity: 0.7;
254
	opacity: 0.7;
255
	left: 0;
255
	left: 0;
256
	top: 0;
256
	top: 0;
257
	position: fixed;
257
	position: fixed;
258
	width: 100%;
258
	width: 100%;
259
	z-index: 1100;
259
	z-index: 1100;
260
	height: 100%
260
	height: 100%
261
}
261
}
262
 
262
 
263
.overlayContenu {
263
.overlayContenu {
264
	cursor: pointer;
264
	cursor: pointer;
265
	display: block;
265
	display: block;
266
	opacity: 1;
266
	opacity: 1;
267
	left: 0;
267
	left: 0;
268
	top: 0;
268
	top: 0;
269
	position: fixed;
269
	position: fixed;
270
	width: 100%;
270
	width: 100%;
271
	z-index: 1200;
271
	z-index: 1200;
272
	height: 100%
272
	height: 100%
273
}
273
}
274
 
274
 
275
.fermerOverlay {
275
.fermerOverlay {
276
	z-index: 1210;
276
	z-index: 1210;
277
	position: fixed;
277
	position: fixed;
278
	width: 30px;
278
	width: 30px;
279
	height: 30px;
279
	height: 30px;
280
	background: url(./img/close.png) no-repeat 5px 0;
280
	background: url(./img/close.png) no-repeat 5px 0;
281
	border: none;
281
	border: none;
282
	color: white;
282
	color: white;
283
	font-weight: bold;
283
	font-weight: bold;
284
	cursor: pointer;
284
	cursor: pointer;
285
	border: 1px dotted #95AE5D;
285
	border: 1px dotted #95AE5D;
286
	border-width: 0 0 1px 0;
286
	border-width: 0 0 1px 0;
287
	padding-right: 30px
287
	padding-right: 30px
288
}
288
}
289
 
289
 
290
.precedentOverlay:hover {
290
.precedentOverlay:hover {
291
	opacity: 1;
291
	opacity: 1;
292
}
292
}
293
 
293
 
294
.precedentOverlay {
294
.precedentOverlay {
295
	display: block;
295
	display: block;
296
	z-index: 1210;
296
	z-index: 1210;
297
	position: fixed;
297
	position: fixed;
298
	width: 30px;
298
	width: 30px;
299
	height: 40px;
299
	height: 40px;
300
	background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
300
	background: url(./img/precedent_overlay.png) no-repeat 50px 170px;
301
	border: none;
301
	border: none;
302
	color: white;
302
	color: white;
303
	font-weight: bold;
303
	font-weight: bold;
304
	cursor: pointer;
304
	cursor: pointer;
305
	margin-top: -170px;
305
	margin-top: -170px;
306
	padding-bottom: 200px;
306
	padding-bottom: 200px;
307
	padding-left: 200px;
307
	padding-left: 200px;
308
	padding-top: 200px;
308
	padding-top: 200px;
309
	opacity: 0;
309
	opacity: 0;
310
}
310
}
311
 
311
 
312
.suivantOverlay:hover {
312
.suivantOverlay:hover {
313
	opacity: 1;
313
	opacity: 1;
314
}
314
}
315
 
315
 
316
.suivantOverlay {
316
.suivantOverlay {
317
	display: block;
317
	display: block;
318
	z-index: 1210;
318
	z-index: 1210;
319
	position: fixed;
319
	position: fixed;
320
	width: 30px;
320
	width: 30px;
321
	height: 40px;
321
	height: 40px;
322
	background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
322
	background: url(./img/suivant_overlay.png) no-repeat 90px 170px;
323
	border: none;
323
	border: none;
324
	color: white;
324
	color: white;
325
	font-weight: bold;
325
	font-weight: bold;
326
	cursor: pointer;
326
	cursor: pointer;
327
	margin-top: -170px;
327
	margin-top: -170px;
328
	padding-bottom: 200px;
328
	padding-bottom: 200px;
329
	padding-right: 200px;
329
	padding-right: 200px;
330
	padding-top: 200px;
330
	padding-top: 200px;
331
	opacity: 0;
331
	opacity: 0;
332
	margin-left: -150px;
332
	margin-left: -150px;
333
}
333
}
334
 
334
 
335
.acceder-outil {
335
.acceder-outil {
336
	background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
336
	background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
337
	text-decoration: none;
337
	text-decoration: none;
338
	border: medium none;
338
	border: medium none;
339
	border-radius: 10px 10px 10px 10px;
339
	border-radius: 10px 10px 10px 10px;
340
	color: #6C6865;
340
	color: #6C6865;
341
	font-size: 14px;
341
	font-size: 14px;
342
	padding: 4px 10px 4px 30px;
342
	padding: 4px 10px 4px 30px;
343
	cursor: pointer;
343
	cursor: pointer;
344
	display: inline-block;
344
	display: inline-block;
345
}
345
}
346
 
346
 
347
.acceder-outil:hover {
347
.acceder-outil:hover {
348
	color: #FD8C13;
348
	color: #FD8C13;
349
}
349
}
350
 
350
 
351
#contenu a.acceder-aide {
351
#contenu a.acceder-aide {
352
	color:white;
352
	color:white;
353
}
353
}
354
.acceder-aide {
354
.acceder-aide {
355
	background: none repeat scroll 0 0 #3d5fbf;
355
	background: none repeat scroll 0 0 #3d5fbf;
356
	border: medium none;
356
	border: medium none;
357
	border-radius: 10px 10px 10px 10px;
357
	border-radius: 10px 10px 10px 10px;
358
	color: white;
358
	color: white;
359
	cursor: pointer;
359
	cursor: pointer;
360
	display: inline-block;
360
	display: inline-block;
361
	font-size: 14px;
361
	font-size: 14px;
362
	padding: 4px 10px;
362
	padding: 4px 10px;
363
	text-decoration: none;
363
	text-decoration: none;
364
}
364
}
365
 
365
 
366
.acceder-aide:hover {
366
.acceder-aide:hover {
367
	border-bottom: 1px dotted #95AE5D;
367
	border-bottom: 1px dotted #95AE5D;
368
	color: #FD8C13;
368
	color: #FD8C13;
369
}
369
}
370
 
370
 
371
.colonne {
371
.colonne {
372
	float: left;
372
	float: left;
373
}
373
}
374
 
374
 
375
.ligne {
375
.ligne {
376
	clear: left;
376
	clear: left;
377
}
377
}
378
 
378
 
379
.ombre-forte {
379
.ombre-forte {
380
	box-shadow: 2px 2px 2px #666;
380
	box-shadow: 2px 2px 2px #666;
381
	-moz-box-shadow: 2px 2px 2px #666;
381
	-moz-box-shadow: 2px 2px 2px #666;
382
	-webkit-box-shadow: 2px 2px 2px #666;
382
	-webkit-box-shadow: 2px 2px 2px #666;
383
}
383
}
384
 
384
 
385
.ombre-faible {
385
.ombre-faible {
386
	box-shadow: 2px 2px 2px #DDD;
386
	box-shadow: 2px 2px 2px #DDD;
387
	-moz-box-shadow: 2px 2px 2px #DDD;
387
	-moz-box-shadow: 2px 2px 2px #DDD;
388
	-webkit-box-shadow: 2px 2px 2px #DDD;
388
	-webkit-box-shadow: 2px 2px 2px #DDD;
389
}
389
}
390
 
390
 
391
.limiteMin {
391
.limiteMin {
392
	min-width:870px;
392
	min-width:870px;
393
}
393
}
394
 
394
 
395
.limiteMax {
395
.limiteMax {
396
	max-width:1150px;
396
	max-width:1150px;
397
	margin:0 auto;
397
	margin:0 auto;
398
}
398
}
399
.limiteMaxResultat {
399
.limiteMaxResultat {
400
	max-width:1000px;
400
	max-width:1000px;
401
	margin:0 auto;
401
	margin:0 auto;
402
}
402
}
403
 
403
 
404
.arrondi {
404
.arrondi {
405
	border-radius:10px;
405
	border-radius:10px;
406
	-moz-border-radius:10px;
406
	-moz-border-radius:10px;
407
	-webkit-border-radius:10px;
407
	-webkit-border-radius:10px;
408
}
408
}
409
 
409
 
410
.arrondi-faible {
410
.arrondi-faible {
411
	border-radius:3px;
411
	border-radius:3px;
412
	-moz-border-radius:3px;
412
	-moz-border-radius:3px;
413
	-webkit-border-radius:3px;
413
	-webkit-border-radius:3px;
414
}
414
}
415
 
415
 
416
.bouton {
416
.bouton {
417
	background: none repeat scroll 0 0 white;
417
	background: none repeat scroll 0 0 white;
418
	border: 1px solid #99C242;
418
	border: 1px solid #99C242;
419
	border-radius: 10px 10px 10px 10px;
419
	border-radius: 10px 10px 10px 10px;
420
	box-shadow: 1px 2px 2px #AAAAAA;
420
	box-shadow: 1px 2px 2px #AAAAAA;
421
	color: #598000;
421
	color: #598000;
422
	cursor: pointer;
422
	cursor: pointer;
423
	font-size: 0.9em;
423
	font-size: 0.9em;
424
	font-weight: bold;
424
	font-weight: bold;
425
	padding: 5px;
425
	padding: 5px;
426
}
426
}
427
 
427
 
428
.bouton:hover {
428
.bouton:hover {
429
	background:#8EB533;
429
	background:#8EB533;
430
	color:#FFF;
430
	color:#FFF;
431
}
431
}
432
 
432
 
433
.bouton-petit {
433
.bouton-petit {
434
	background: none repeat scroll 0 0 white;
434
	background: none repeat scroll 0 0 white;
435
	border: 1px solid #99C242;
435
	border: 1px solid #99C242;
436
	box-shadow: 1px 2px 2px #AAAAAA;
436
	box-shadow: 1px 2px 2px #AAAAAA;
437
	color: #598000;
437
	color: #598000;
438
	cursor: pointer;
438
	cursor: pointer;
439
	font-size: 11px;
439
	font-size: 11px;
440
	font-weight: bold;
440
	font-weight: bold;
441
	padding: 1px;
441
	padding: 1px;
442
	width:100px;
442
	width:100px;
443
	margin:0 5px;
443
	margin:0 5px;
444
}
444
}
445
 
445
 
446
.bouton-petit:hover {
446
.bouton-petit:hover {
447
	background:#8EB533;
447
	background:#8EB533;
448
	color:#FFF;
448
	color:#FFF;
449
}
449
}
450
 
450
 
451
.votePrisEnCompteOui {
451
.votePrisEnCompteOui {
452
	background:#8EB533;
452
	background:#8EB533;
453
	position:absolute;
453
	position:absolute;
454
	font-size:11px;
454
	font-size:11px;
455
	padding:5px;
455
	padding:5px;
456
	margin-top:-30px;
456
	margin-top:-30px;
457
	border-radius:10px;
457
	border-radius:10px;
458
}
458
}
459
 
459
 
460
.votePrisEnCompteNon, .voteSupprime {
460
.votePrisEnCompteNon, .voteSupprime {
461
	background:#f06a6a;
461
	background:#f06a6a;
462
	position:absolute;
462
	position:absolute;
463
	font-size:11px;
463
	font-size:11px;
464
	padding:5px;
464
	padding:5px;
465
	margin-top:-30px;
465
	margin-top:-30px;
466
	border-radius:10px;
466
	border-radius:10px;
467
}
467
}
468
 
468
 
469
.boutonVoteOuiDesactive {
469
.boutonVoteOuiDesactive {
470
	background-image: url("img/pouce_haut_desactive.png") !important;
470
	background-image: url("img/pouce_haut_desactive.png") !important;
471
	color:#999999;
471
	color:#999999;
472
	cursor: default !important;
472
	cursor: default !important;
473
}
473
}
474
 
474
 
475
.boutonVoteNonDesactive {
475
.boutonVoteNonDesactive {
476
	background-image: url("img/pouce_bas_desactive.png") !important;
476
	background-image: url("img/pouce_bas_desactive.png") !important;
477
	color:#999999;
477
	color:#999999;
478
	cursor: default !important;
478
	cursor: default !important;
479
}
479
}
480
 
480
 
481
.chapeau {
481
.chapeau {
482
	color: #6C6865;
482
	color: #6C6865;
483
	font-family: arial;
483
	font-family: arial;
484
	font-size: 13px;
484
	font-size: 13px;
485
	font-weight: bold;
485
	font-weight: bold;
486
	letter-spacing: 0;
486
	letter-spacing: 0;
487
	line-height: 18px;
487
	line-height: 18px;
488
	text-transform: none;
488
	text-transform: none;
489
	font-style:italic;
489
	font-style:italic;
490
}
490
}
491
 
491
 
492
.enfant {
492
.enfant {
493
	background:#EEE;
493
	background:#EEE;
494
	margin-left:20px;
494
	margin-left:20px;
495
	clear:both;
495
	clear:both;
496
	border-left:solid 1px;
496
	border-left:solid 1px;
497
	padding-left:5px;
497
	padding-left:5px;
498
	border-color:#DDD
498
	border-color:#DDD
499
}
499
}
500
 
500
 
501
.image_determinee {
501
.image_determinee {
502
	/*background: #333;*/
502
	/*background: #333;*/
503
}
503
}
504
 
504
 
505
.image_non_determinee {
505
.image_non_determinee {
506
	background: #CF1313 !important;
506
	background: #CF1313 !important;
507
}
507
}
508
.suiteImages {
508
.suiteImages {
509
	background:url(./img/suiteImages.png) 3px 0 no-repeat;
509
	background:url(./img/suiteImages.png) 3px 0 no-repeat;
510
	cursor:pointer;
510
	cursor:pointer;
511
	color:rgba(0, 0, 0, 0)	
511
	color:rgba(0, 0, 0, 0)	
512
}
512
}
513
 
513
 
514
.propositionRetenue {
514
.propositionRetenue {
515
	background: url("img/proposition_validee.png") no-repeat scroll 0 0 #eee;
515
	background: url("img/proposition_validee.png") no-repeat scroll 0 0 #eee;
516
	border: 1px dotted green;
516
	border: 1px dotted green;
517
    margin-bottom: 5px;
517
    margin-bottom: 5px;
518
    padding: 10px;
518
    padding: 10px;
519
    width: 550px;
519
    width: 550px;
520
}
520
}
521
 
521
 
522
.propositionRetenuePetit {
522
.propositionRetenuePetit {
523
	background: url("img/proposition_validee.png") no-repeat scroll 0 0 #eee;
523
	background: url("img/proposition_validee.png") no-repeat scroll 0 0 #eee;
524
	background-size: 20px 20px;
524
	background-size: 20px 20px;
525
	height: 23px;
525
	height: 23px;
526
	width: 372px;
526
	width: 372px;
527
	padding: 0;
527
	padding: 0;
528
	margin: 0;
528
	margin: 0;
529
}
529
}
530
 
530
 
531
.propostionRetenue .nomTaxonProposition {
531
.propostionRetenue .nomTaxonProposition {
532
	font-weight: bold;
532
	font-weight: bold;
533
}
533
}
534
 
534
 
535
.boutonValiderTaxon {
535
.boutonValiderTaxon {
536
	position: absolute; 
536
	position: absolute; 
537
	margin-left: -3px; 
537
	margin-left: -3px; 
538
	margin-top: 15px; 
538
	margin-top: 15px; 
539
	padding: 3px 5px 0px;
539
	padding: 3px 5px 0px;
540
	font-size: 1.3em;
540
	font-size: 1.3em;
541
}
541
}
542
 
542
 
543
.pointeur {
543
.pointeur {
544
	cursor: pointer;
544
	cursor: pointer;
545
}
545
}
546
.pointeur input {
546
.pointeur input {
547
	cursor: pointer;
547
	cursor: pointer;
548
	margin-right: 10px;
548
	margin-right: 10px;
549
}
549
}
550
 
550
 
551
.conteneurIntermediaireProposition {
551
.conteneurIntermediaireProposition {
552
	display: table;	
552
	display: table;	
553
	width: 95%;
553
	width: 95%;
554
}
554
}
555
 
555
 
556
.boutonValider img {
556
.boutonValider img {
557
	cursor: pointer;
557
	cursor: pointer;
558
}
558
}
559
 
559
 
560
.propositionValidable {
560
.propositionValidable {
561
	margin-left: 35px;
561
	margin-left: 35px;
562
}
562
}
563
 
563
 
564
.indicationPropositionInitiale {
564
.indicationPropositionInitiale {
565
	font-weight : bold;
565
	font-weight : bold;
566
}
566
}
567
 
567
 
568
.etoiles {
568
.etoiles {
569
	height: 26px;
569
	height: 26px;
570
	margin-left: 38px;
570
	margin-left: 38px;
571
	margin-top: -2px;
571
	margin-top: -2px;
572
	width: 26px;
572
	width: 26px;
573
}
573
}
574
 
574
 
575
.etoiles_0 {
575
.etoiles_0 {
576
	background:url("./img/0_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
576
	background:url("./img/0_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
577
}
577
}
578
.etoiles_1 {
578
.etoiles_1 {
579
	background:url("./img/1_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
579
	background:url("./img/1_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
580
}
580
}
581
.etoiles_2 {
581
.etoiles_2 {
582
	background:url("./img/2_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
582
	background:url("./img/2_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px,
583
}
583
}
584
.etoiles_3 {
584
.etoiles_3 {
585
	background:url("./img/3_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
585
	background:url("./img/3_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
586
}
586
}
587
.etoiles_4 {
587
.etoiles_4 {
588
	background:url("./img/4_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
588
	background:url("./img/4_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
589
}
589
}
590
.etoiles_5 {
590
.etoiles_5 {
591
	background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
591
	background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
592
}
592
}
593
 
593
 
594
.boutonOK {
594
.boutonOK {
595
	background:url("./img/tick.png") no-repeat;
595
	background:url("./img/tick.png") no-repeat;
596
	width:15px;
596
	width:15px;
597
	height:15px;
597
	height:15px;
598
	display:block;
598
	display:block;
599
	margin-top:2px;
599
	margin-top:2px;
600
	border:none;
600
	border:none;
601
	cursor:pointer;
601
	cursor:pointer;
602
}
602
}
603
 
603
 
604
.enligne {
604
.enligne {
605
	display:inline;
605
	display:inline;
606
}
606
}
607
 
607
 
608
.aide {
608
.aide {
609
	background:url(./img/information.png) no-repeat;
609
	background:url(./img/information.png) no-repeat;
610
	padding-left:20px;
610
	padding-left:20px;
611
}
611
}
612
 
612
 
613
.lienListe {
613
.lienListe {
614
	background:url('./img/traitTela.jpg') no-repeat 0 0px;
614
	background:url('./img/traitTela.jpg') no-repeat 0 0px;
615
	cursor:pointer;
615
	cursor:pointer;
616
	padding-left:31px;
616
	padding-left:31px;
617
	padding-bottom:5px;
617
	padding-bottom:5px;
618
	padding-top:2px;
618
	padding-top:2px;
619
	border:none;
619
	border:none;
620
}
620
}
621
 
621
 
622
.nombreVotes {
622
.nombreVotes {
623
	background:url('./img/user.png') no-repeat;	
623
	background:url('./img/user.png') no-repeat;	
624
	cursor: pointer;
624
	cursor: pointer;
625
}
625
}
626
 
626
 
627
.notesVotes {
627
.notesVotes {
628
	width: 196px;
628
	width: 196px;
629
	margin-top: 3px;
629
	margin-top: 3px;
630
	/*border: solid white 1px;*/
630
	/*border: solid white 1px;*/
631
}
631
}
632
/*.notesVotes td {
632
/*.notesVotes td {
633
	border: solid white 1px;
633
	border: solid white 1px;
634
}*/
634
}*/
635
.notesVotes td.image {
635
.notesVotes td.image {
636
	text-align: left;
636
	text-align: left;
637
}
637
}
638
.notesVotes td.barre {
638
.notesVotes td.barre {
639
	width: 135px;
639
	width: 135px;
640
}
640
}
641
.notesVotes td.votants {
641
.notesVotes td.votants {
642
	width: 30px;
642
	width: 30px;
643
}
643
}
644
.notesVotes .avancement {
644
.notesVotes .avancement {
645
	height: 5px;
645
	height: 5px;
646
	background-color: #d0d0d0;
646
	background-color: #d0d0d0;
647
}
647
}
648
 
648
 
649
img.etoile {
649
img.etoile {
650
	width: 16px;
650
	width: 16px;
651
}
651
}
652
 
652
 
653
.chiffreDroite {
653
.chiffreDroite {
654
	float: right;
654
	float: right;
655
	margin-right: 10px;
655
	margin-right: 10px;
656
}
656
}
657
 
657
 
658
#contenu .lienRss a{
658
#contenu .lienRss a{
659
	padding-right:20px;
659
	padding-right:20px;
660
	background:url('./img/rss.png') no-repeat right center;
660
	background:url('./img/rss.png') no-repeat right center;
661
	cursor:pointer;
661
	cursor:pointer;
662
	padding-bottom:1px;
662
	padding-bottom:1px;
663
	border:none;
663
	border:none;
664
}
664
}
665
 
665
 
666
.invisible {
666
.invisible {
667
	visibility:hidden;
667
	visibility:hidden;
668
}
668
}
669
 
669
 
670
.motCleCel {
670
.motCleCel {
671
	display: inline-block;
671
	display: inline-block;
672
	margin-right: 3px;
672
	margin-right: 3px;
673
	border: 1px solid grey;
673
	border: 1px solid grey;
674
	background-color: #B1BEBE;
674
	background-color: #B1BEBE;
675
	padding-left: 2px;
675
	padding-left: 2px;
676
	padding-right: 2px;
676
	padding-right: 2px;
677
	line-height: 20px;
677
	line-height: 20px;
678
	border-radius: 5px;
678
	border-radius: 5px;
679
	opacity:1;
679
	opacity:1;
680
	color: black;
680
	color: black;
681
}
681
}
682
 
682
 
683
div.motClePictoCoche {
683
div.motClePictoCoche {
684
	background-color: #96B944;
684
	background-color: #96B944;
685
}
685
}
686
 
686
 
687
div.motclesPicto > div > span > input[type="checkbox"] {
687
div.motclesPicto > div > span > input[type="checkbox"] {
688
	opacity:0;
688
	opacity:0;
689
}
689
}
690
 
690
 
691
span.texteMotClePicto label {
691
span.texteMotClePicto label {
692
	cursor: pointer;
692
	cursor: pointer;
693
}
693
}
694
 
694
 
695
 
695
 
696
/** FROM TELA */
696
/** FROM TELA */
697
.importance1 {
697
.importance1 {
698
	margin:10px 0px 25px 0px;		
698
	margin:10px 0px 25px 0px;		
699
	background-color:#eaedcd;	
699
	background-color:#eaedcd;	
700
	padding:8px;
700
	padding:8px;
701
	font-family:arial;
701
	font-family:arial;
702
	font-size:11px;
702
	font-size:11px;
703
	color:#3a3633;
703
	color:#3a3633;
704
	border-radius:10px;
704
	border-radius:10px;
705
	-moz-border-radius:10px;
705
	-moz-border-radius:10px;
706
	-webkit-border-radius:10px;
706
	-webkit-border-radius:10px;
707
	box-shadow:7px 7px 11px #555;
707
	box-shadow:7px 7px 11px #555;
708
	-moz-box-shadow:2px 2px 5px #aaa;
708
	-moz-box-shadow:2px 2px 5px #aaa;
709
	-webkit-box-shadow:7px 7px 11px #aaa;
709
	-webkit-box-shadow:7px 7px 11px #aaa;
710
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
710
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=4);/* pour ie8 */
711
	zoom:1;/* pour ie8 */
711
	zoom:1;/* pour ie8 */
712
}
712
}
713
 
713
 
714
.traitTela li {
714
.traitTela li {
715
	background: url("http://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
715
	background: url("https://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
716
	font-family: arial;
716
	font-family: arial;
717
	font-size: 12px;
717
	font-size: 12px;
718
	font-weight: bold;
718
	font-weight: bold;
719
	color:#777;
719
	color:#777;
720
	list-style: none outside none;
720
	list-style: none outside none;
721
	padding: 10px 0 0 30px;
721
	padding: 10px 0 0 30px;
722
}
722
}
723
.connect {
723
.connect {
724
	width:130px;
724
	width:130px;
725
	margin:0;
725
	margin:0;
726
	padding:0;
726
	padding:0;
727
}
727
}
728
 
728
 
729
.contenuCentre {
729
.contenuCentre {
730
	text-align:center;
730
	text-align:center;
731
}
731
}
732
 
732
 
733
 
733
 
734
#zoneFooter{
734
#zoneFooter{
735
	width:1000px;
735
	width:1000px;
736
	margin:0 auto;
736
	margin:0 auto;
737
	text-align:center;
737
	text-align:center;
738
	color:#555;
738
	color:#555;
739
	font-family:arial;
739
	font-family:arial;
740
	font-size:11px;
740
	font-size:11px;
741
	font-weight:bold;
741
	font-weight:bold;
742
	margin-top:30px;
742
	margin-top:30px;
743
}
743
}
744
 
744
 
745
#zoneFooter a {
745
#zoneFooter a {
746
	margin-right:30px;
746
	margin-right:30px;
747
	
747
	
748
}
748
}
749
 
749
 
750
.pictoplante-contact {
750
.pictoplante-contact {
751
	font-weight: normal;
751
	font-weight: normal;
752
}
752
}
753
 
753
 
754
.pictoplante-contact a {
754
.pictoplante-contact a {
755
	color: green;
755
	color: green;
756
	text-decoration : none;
756
	text-decoration : none;
757
	font-weight: bold;
757
	font-weight: bold;
758
}
758
}
759
 
759
 
760
.pictoplante-contact a:visited {
760
.pictoplante-contact a:visited {
761
	color: #06BD1E;
761
	color: #06BD1E;
762
	text-decoration : none;
762
	text-decoration : none;
763
}
763
}
764
 
764
 
765
.pictoplante-contact a:hover {
765
.pictoplante-contact a:hover {
766
	color: #FD8C13;
766
	color: #FD8C13;
767
	text-decoration : none;
767
	text-decoration : none;
768
}
768
}
769
/*----------------------------------------------------------------------------------------------------------*/
769
/*----------------------------------------------------------------------------------------------------------*/
770
/* ONGLETS */
770
/* ONGLETS */
771
.zone-onglets {
771
.zone-onglets {
772
	margin-bottom:5px;
772
	margin-bottom:5px;
773
	width:100%;
773
	width:100%;
774
	height:31px;
774
	height:31px;
775
	text-align:left;
775
	text-align:left;
776
	border:solid 1px #AAA;
776
	border:solid 1px #AAA;
777
	border-width:0 0 1px 0;
777
	border-width:0 0 1px 0;
778
	padding-left:5px;	
778
	padding-left:5px;	
779
}
779
}
780
.onglet {
780
.onglet {
781
	border:solid 1px #AAA;
781
	border:solid 1px #AAA;
782
	border-width:1px;
782
	border-width:1px;
783
	padding:3px 15px;
783
	padding:3px 15px;
784
	padding-top:6px;
784
	padding-top:6px;
785
	padding-left:25px;
785
	padding-left:25px;
786
	border-radius:12px 12px 0 0;
786
	border-radius:12px 12px 0 0;
787
	width:100px;
787
	width:100px;
788
	float:left;
788
	float:left;
789
	background:#C2C0AD;
789
	background:#C2C0AD;
790
	cursor:pointer;
790
	cursor:pointer;
791
	height:21px;
791
	height:21px;
792
	font-size:16px;
792
	font-size:16px;
793
	color:#598000
793
	color:#598000
794
}
794
}
795
.onglet * {
795
.onglet * {
796
	cursor:pointer;
796
	cursor:pointer;
797
}
797
}
798
.onglet:hover {
798
.onglet:hover {
799
	background:#d0ccaa;
799
	background:#d0ccaa;
800
}
800
}
801
.onglet-actif {
801
.onglet-actif {
802
	font-weight:bold;
802
	font-weight:bold;
803
	background:white;
803
	background:white;
804
	color:#FD8C13;
804
	color:#FD8C13;
805
	text-transform:uppercase;
805
	text-transform:uppercase;
806
	width:140px;
806
	width:140px;
807
}
807
}
808
 
808
 
809
.elementMasque {
809
.elementMasque {
810
	background-color: #777;
810
	background-color: #777;
811
	cursor: default;
811
	cursor: default;
812
	display: block;
812
	display: block;
813
	opacity: 0.7;
813
	opacity: 0.7;
814
	left: 0;
814
	left: 0;
815
	top: 0;
815
	top: 0;
816
	position: relative;
816
	position: relative;
817
	width: 100%;
817
	width: 100%;
818
	z-index: 1100;
818
	z-index: 1100;
819
	height: 100%
819
	height: 100%
820
}
820
}
821
 
821
 
822
.ongletMonActivite {
822
.ongletMonActivite {
823
	background: url("./img/mon_flux.png") no-repeat scroll 50% 2px #C2C0AD;
823
	background: url("./img/mon_flux.png") no-repeat scroll 50% 2px #C2C0AD;
824
	width: 5px;
824
	width: 5px;
825
}
825
}
826
 
826
 
827
.ongletMonActivite:hover {
827
.ongletMonActivite:hover {
828
	background: url("./img/mon_flux.png") no-repeat scroll 50% 2px #d0ccaa;
828
	background: url("./img/mon_flux.png") no-repeat scroll 50% 2px #d0ccaa;
829
}
829
}
830
 
830
 
831
.ongletMonActivite.onglet-actif {
831
.ongletMonActivite.onglet-actif {
832
	background: url("./img/mon_flux_actif.png") no-repeat scroll 10px 2px #FFFFFF;
832
	background: url("./img/mon_flux_actif.png") no-repeat scroll 10px 2px #FFFFFF;
833
	width: 8px;
833
	width: 8px;
834
}
834
}
835
 
835
 
836
.nbEvenementsMonActivite {
836
.nbEvenementsMonActivite {
837
    background-color: #fd8c13;
837
    background-color: #fd8c13;
838
    border-radius: 8px;
838
    border-radius: 8px;
839
    display: inline;
839
    display: inline;
840
    font-weight: bold;
840
    font-weight: bold;
841
    height: 18px;
841
    height: 18px;
842
    left: 5px;
842
    left: 5px;
843
    margin: auto;
843
    margin: auto;
844
    padding-left: 6px;
844
    padding-left: 6px;
845
    padding-right: 5px;
845
    padding-right: 5px;
846
    padding-top: 1px;
846
    padding-top: 1px;
847
    position: relative;
847
    position: relative;
848
    top: -7px;
848
    top: -7px;
849
}
849
}
850
 
850
 
851
.onglet-actif .nbEvenementsMonActivite {
851
.onglet-actif .nbEvenementsMonActivite {
852
	background: #d0ccaa;
852
	background: #d0ccaa;
853
	color: #598000;
853
	color: #598000;
854
}
854
}
855
 
855
 
856
.evenementsNouveaux {
856
.evenementsNouveaux {
857
	font-weight: bold;
857
	font-weight: bold;
858
	border: 1px solid #F2CE9F !important;
858
	border: 1px solid #F2CE9F !important;
859
	background-color: #F2CE9F !important;
859
	background-color: #F2CE9F !important;
860
}
860
}
861
 
861
 
862
.listeEvenementsObs {
862
.listeEvenementsObs {
863
    margin-bottom: 2px;
863
    margin-bottom: 2px;
864
    margin-top: 2px;
864
    margin-top: 2px;
865
    padding-left: 20px;
865
    padding-left: 20px;
866
}
866
}
867
 
867
 
868
.evtObsinfosComplementaires.evtObsCitation:before {
868
.evtObsinfosComplementaires.evtObsCitation:before {
869
	content: ": “";	
869
	content: ": “";	
870
}
870
}
871
 
871
 
872
.evtObsinfosComplementaires.evtObsAction:before {
872
.evtObsinfosComplementaires.evtObsAction:before {
873
	content: ": ";	
873
	content: ": ";	
874
}
874
}
875
 
875
 
876
.evtObsinfosComplementaires.evtObsCitation {
876
.evtObsinfosComplementaires.evtObsCitation {
877
	font-style: italic;
877
	font-style: italic;
878
}
878
}
879
 
879
 
880
.evtObsinfosComplementaires.evtObsCitation:after {
880
.evtObsinfosComplementaires.evtObsCitation:after {
881
	content: "”";	
881
	content: "”";	
882
}
882
}
883
 
883
 
884
/*+---------------------------------------------------------------------------------------------------------*/
884
/*+---------------------------------------------------------------------------------------------------------*/
885
/* ENTETE */
885
/* ENTETE */
886
 
886
 
887
#zoneEntete {
887
#zoneEntete {
888
	width:1000px;
888
	width:1000px;
889
	margin:0 auto;
889
	margin:0 auto;
890
	min-height:230px;
890
	min-height:230px;
891
}
891
}
892
#zoneEntete .acceder-aide {
892
#zoneEntete .acceder-aide {
893
	color:white;
893
	color:white;
894
}
894
}
895
#zoneEntete .acceder-outil {
895
#zoneEntete .acceder-outil {
896
	color:inherit;
896
	color:inherit;
897
}
897
}
898
#zoneTitre {
898
#zoneTitre {
899
	float:left;
899
	float:left;
900
	height:50px;
900
	height:50px;
901
	width:50%;
901
	width:50%;
902
	margin:10px 0;
902
	margin:10px 0;
903
	font-size:3.2em;
903
	font-size:3.2em;
904
}
904
}
905
#zoneTitre a, #zoneTitre a:visited {
905
#zoneTitre a, #zoneTitre a:visited {
906
	color:#777;
906
	color:#777;
907
	text-decoration:none;
907
	text-decoration:none;
908
}
908
}
909
#zoneTitre a:hover {
909
#zoneTitre a:hover {
910
	color:#FD8C13;
910
	color:#FD8C13;
911
	text-decoration:none;
911
	text-decoration:none;
912
	border-bottom:1px dotted #95AE5D;
912
	border-bottom:1px dotted #95AE5D;
913
}
913
}
914
#zoneChapeau {
914
#zoneChapeau {
915
	float:left;
915
	float:left;
916
	height:130px;
916
	height:130px;
917
	width:52%;
917
	width:52%;
918
}
918
}
919
#zoneLogos {
919
#zoneLogos {
920
	float:right;
920
	float:right;
921
	height:50px;
921
	height:50px;
922
	width:50%;
922
	width:50%;
923
	text-align:center;
923
	text-align:center;
924
	margin:10px 0;
924
	margin:10px 0;
925
}
925
}
926
 
926
 
927
/*+---------------------------------------------------------------------------------------------------------*/
927
/*+---------------------------------------------------------------------------------------------------------*/
928
/* LOGOS */
928
/* LOGOS */
929
.logo_tela {
929
.logo_tela {
930
	padding-bottom:44px;
930
	padding-bottom:44px;
931
	padding-left:145px;
931
	padding-left:145px;
932
	background:url('./img/logos/tela.jpg');
932
	background:url('./img/logos/tela.jpg');
933
	background-repeat: no-repeat;
933
	background-repeat: no-repeat;
934
	background-position: bottom;
934
	background-position: bottom;
935
}
935
}
936
.logo_pn {
936
.logo_pn {
937
	padding-bottom:35px;
937
	padding-bottom:35px;
938
	padding-left:263px;
938
	padding-left:263px;
939
	background:url('./img/logos/pn.jpg');
939
	background:url('./img/logos/pn.jpg');
940
}
940
}
941
.logo_ue {
941
.logo_ue {
942
	padding-bottom:59px;
942
	padding-bottom:59px;
943
	padding-left:103px;
943
	padding-left:103px;
944
	background:url('./img/logos/ue.jpg');
944
	background:url('./img/logos/ue.jpg');
945
}
945
}
946
.logo_lr {
946
.logo_lr {
947
	padding-bottom:59px;
947
	padding-bottom:59px;
948
	padding-left:47px;
948
	padding-left:47px;
949
	background:url('./img/logos/lr.jpg');
949
	background:url('./img/logos/lr.jpg');
950
}
950
}
951
.logo_nd {
951
.logo_nd {
952
	padding-bottom:55px;
952
	padding-bottom:55px;
953
	padding-left:148px;
953
	padding-left:148px;
954
	background:url('./img/logos/nd.jpg');
954
	background:url('./img/logos/nd.jpg');
955
}
955
}
956
.logo_nh {
956
.logo_nh {
957
	padding-bottom:46px;
957
	padding-bottom:46px;
958
	padding-left:59px;
958
	padding-left:59px;
959
	background:url('./img/logos/fnh.png');
959
	background:url('./img/logos/fnh.png');
960
}
960
}
961
.logo_nh:hover {
961
.logo_nh:hover {
962
	padding-bottom:46px;
962
	padding-bottom:46px;
963
	padding-left:59px;
963
	padding-left:59px;
964
	background:url('./img/logos/fnh-hover.png');
964
	background:url('./img/logos/fnh-hover.png');
965
}
965
}
966
.logo_tela:hover {
966
.logo_tela:hover {
967
	background:url('./img/logos/tela_hover.jpg');
967
	background:url('./img/logos/tela_hover.jpg');
968
	background-repeat: no-repeat;
968
	background-repeat: no-repeat;
969
	background-position: bottom;
969
	background-position: bottom;
970
}
970
}
971
.logo_pn:hover {
971
.logo_pn:hover {
972
	background:url('./img/logos/pn_hover.jpg');
972
	background:url('./img/logos/pn_hover.jpg');
973
}
973
}
974
.logo_ue:hover {
974
.logo_ue:hover {
975
	background:url('./img/logos/ue_hover.jpg');
975
	background:url('./img/logos/ue_hover.jpg');
976
}
976
}
977
.logo_lr:hover {
977
.logo_lr:hover {
978
	background:url('./img/logos/lr_hover.jpg');
978
	background:url('./img/logos/lr_hover.jpg');
979
}
979
}
980
.logo_nd:hover {
980
.logo_nd:hover {
981
	background:url('./img/logos/nd_hover.jpg');
981
	background:url('./img/logos/nd_hover.jpg');
982
}
982
}
983
 
983
 
984
.erreurConfig {
984
.erreurConfig {
985
	width: 400px;
985
	width: 400px;
986
	margin: 20px auto auto;
986
	margin: 20px auto auto;
987
	font-size: 16px;
987
	font-size: 16px;
988
	color: #cc0000;
988
	color: #cc0000;
989
	font-weight: bold;
989
	font-weight: bold;
990
}
990
}