<< Retour au site
Tout sélectionner <style type="text/css"> /* CSS PROVENANT DU SITE http://webyo.net */ #menu { list-style-type: none; margin: .5em 0; padding: 0; width: 200px; border-top: 1px solid #666; border-bottom: 1px solid #666; } ul, li { list-style: none; padding: 0; margin: 0; } #menu li a { background: #fff url('images/puce.gif') no-repeat 5px center; font-size: 12px; font-weight: bold; color: #000; display: block; width: auto; padding: .5em 0; padding-left: 2em; text-decoration: none; border-bottom: 1px solid #ccc; } * html #menu li a { /* IE */ width: 180px; } #menu li a:visited, #menu li a:active { color: #000; } #menu li a:hover { color: #9c0000; background-color: #f4f4f4; background-image: url('images/puce_on.gif'); } #menu #current a { background-color: #f4f4f4; background-image: url('images/puce_on.gif'); color: #9c0000; } </style>