Subversion Repositories eFlore/Applications.del

Rev

Rev 1647 | Rev 1703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1647 Rev 1689
Line 86... Line 86...
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 {
-
 
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
}
Line 91... Line 110...
91
 
110
 
92
#navigation {
111
#navigation {
Line 93... Line 112...
93
}
112
}
Line 116... Line 135...
116
	color: #FD8C13;
135
	color: #FD8C13;
117
}
136
}
Line 118... Line 137...
118
 
137
 
119
.labelLien {
138
.labelLien {
-
 
139
	border-bottom: 1px dotted #95AE5D;
120
	border-bottom: 1px dotted #95AE5D;
140
	line-height: 18px;
121
    color: #598000;
141
	color: #598000;
122
    cursor:pointer;
142
	cursor:pointer;
123
}
143
}
124
.labelLien:hover {
144
.labelLien:hover {
125
	border-bottom: 1px dotted #95AE5D;
145
	border-bottom: 1px dotted #95AE5D;
126
	color: #FD8C13;
146
	color: #FD8C13;
Line 313... Line 333...
313
	text-decoration: none;
333
	text-decoration: none;
314
	border: medium none;
334
	border: medium none;
315
	border-radius: 10px 10px 10px 10px;
335
	border-radius: 10px 10px 10px 10px;
316
	color: #6C6865;
336
	color: #6C6865;
317
	font-size: 14px;
337
	font-size: 14px;
318
    padding: 4px 10px 4px 30px;
338
	padding: 4px 10px 4px 30px;
319
	cursor: pointer;
339
	cursor: pointer;
320
	display: inline-block;
340
	display: inline-block;
321
}
341
}
Line 322... Line 342...
322
 
342
 
323
.acceder-outil:hover {
343
.acceder-outil:hover {
324
    color: #FD8C13;
344
	color: #FD8C13;
Line 325... Line 345...
325
}
345
}
326
 
346
 
327
#contenu a.acceder-aide {
347
#contenu a.acceder-aide {
328
	color:white;
348
	color:white;
329
}
349
}
330
.acceder-aide {
350
.acceder-aide {
331
	background: none repeat scroll 0 0 #3d5fbf;
351
	background: none repeat scroll 0 0 #3d5fbf;
332
    border: medium none;
352
	border: medium none;
333
    border-radius: 10px 10px 10px 10px;
353
	border-radius: 10px 10px 10px 10px;
334
    color: white;
354
	color: white;
335
    cursor: pointer;
355
	cursor: pointer;
336
    display: inline-block;
356
	display: inline-block;
337
    font-size: 14px;
357
	font-size: 14px;
338
    padding: 4px 10px;
358
	padding: 4px 10px;
Line 339... Line 359...
339
    text-decoration: none;
359
	text-decoration: none;
340
}
360
}
341
 
361
 
342
.acceder-aide:hover {
362
.acceder-aide:hover {
Line 343... Line 363...
343
    border-bottom: 1px dotted #95AE5D;
363
	border-bottom: 1px dotted #95AE5D;
344
    color: #FD8C13;
364
	color: #FD8C13;
345
}
365
}
Line 367... Line 387...
367
.limiteMin {
387
.limiteMin {
368
	min-width:870px;
388
	min-width:870px;
369
}
389
}
Line 370... Line 390...
370
 
390
 
371
.limiteMax {
391
.limiteMax {
372
	max-width:1000px;
392
	max-width:1150px;
373
	margin:0 auto;
393
	margin:0 auto;
Line 374... Line 394...
374
}
394
}
375
 
395
 
Line 384... Line 404...
384
	-moz-border-radius:3px;
404
	-moz-border-radius:3px;
385
	-webkit-border-radius:3px;
405
	-webkit-border-radius:3px;
386
}
406
}
Line 387... Line 407...
387
 
407
 
388
.bouton {
408
.bouton {
389
    background: none repeat scroll 0 0 white;
409
	background: none repeat scroll 0 0 white;
390
    border: 1px solid #99C242;
410
	border: 1px solid #99C242;
391
    border-radius: 10px 10px 10px 10px;
411
	border-radius: 10px 10px 10px 10px;
392
    box-shadow: 1px 2px 2px #AAAAAA;
412
	box-shadow: 1px 2px 2px #AAAAAA;
393
    color: #598000;
413
	color: #598000;
394
    cursor: pointer;
414
	cursor: pointer;
395
    font-size: 0.9em;
415
	font-size: 0.9em;
396
    font-weight: bold;
416
	font-weight: bold;
397
    padding: 5px;
417
	padding: 5px;
Line 398... Line 418...
398
}
418
}
399
 
419
 
400
.bouton:hover {
420
.bouton:hover {
401
	background:#8EB533;
421
	background:#8EB533;
Line 402... Line 422...
402
	color:#FFF;
422
	color:#FFF;
403
}
423
}
404
 
424
 
405
.bouton-petit {
425
.bouton-petit {
406
	background: none repeat scroll 0 0 white;
426
	background: none repeat scroll 0 0 white;
407
    border: 1px solid #99C242;
427
	border: 1px solid #99C242;
408
    box-shadow: 1px 2px 2px #AAAAAA;
428
	box-shadow: 1px 2px 2px #AAAAAA;
409
    color: #598000;
429
	color: #598000;
410
    cursor: pointer;
430
	cursor: pointer;
411
    font-size: 11px;
431
	font-size: 11px;
412
    font-weight: bold;
432
	font-weight: bold;
413
    padding: 1px;
433
	padding: 1px;
Line 414... Line 434...
414
    width:100px;
434
	width:100px;
415
    margin:0 5px;
435
	margin:0 5px;
416
}
436
}
Line 450... Line 470...
450
	cursor: default !important;
470
	cursor: default !important;
451
}
471
}
Line 452... Line 472...
452
 
472
 
453
.chapeau {
473
.chapeau {
454
	color: #6C6865;
474
	color: #6C6865;
455
    font-family: arial;
475
	font-family: arial;
456
    font-size: 13px;
476
	font-size: 13px;
457
    font-weight: bold;
477
	font-weight: bold;
458
    letter-spacing: 0;
478
	letter-spacing: 0;
459
    line-height: 18px;
479
	line-height: 18px;
460
    text-transform: none;
480
	text-transform: none;
461
    font-style:italic;
481
	font-style:italic;
Line 462... Line 482...
462
}
482
}
463
 
483
 
464
.enfant {
484
.enfant {
Line 488... Line 508...
488
	color:#8EB533;
508
	color:#8EB533;
489
	font-weight:bold;
509
	font-weight:bold;
490
}
510
}
Line 491... Line 511...
491
 
511
 
492
.etoiles {
512
.etoiles {
493
    height: 26px;
513
	height: 26px;
494
    margin-left: 38px;
514
	margin-left: 38px;
495
    margin-top: -2px;
515
	margin-top: -2px;
496
    width: 26px;
516
	width: 26px;
Line 497... Line 517...
497
}
517
}
498
 
518
 
499
.etoiles_0 {
519
.etoiles_0 {
Line 635... Line 655...
635
	zoom:1;/* pour ie8 */
655
	zoom:1;/* pour ie8 */
636
}
656
}
Line 637... Line 657...
637
 
657
 
638
.traitTela li {
658
.traitTela li {
639
	background: url("http://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
659
	background: url("http://www.tela-botanica.org/sites/commun/generique/images/traitTela.jpg") no-repeat scroll 0 6px transparent;
640
    font-family: arial;
660
	font-family: arial;
641
    font-size: 12px;
661
	font-size: 12px;
642
    font-weight: bold;
662
	font-weight: bold;
643
    color:#777;
663
	color:#777;
644
    list-style: none outside none;
664
	list-style: none outside none;
645
    padding: 10px 0 0 30px;
665
	padding: 10px 0 0 30px;
646
}
666
}
647
.connect {
667
.connect {
648
	width:130px;
668
	width:130px;
649
	margin:0;
669
	margin:0;