Subversion Repositories eFlore/Applications.del

Rev

Rev 1647 | Rev 1703 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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