@charset "utf-8";
/* CSS Document */

ul#navigation_lettres {
   list-style-type: none;
   padding: 0;
   margin: 0;
   /*padding: 6px 0 0 0;*/
   /*height: 30px;*/
   background-color: #F00;
}

ul#navigation_lettres li {
   float: left;
   width: 25px;
   height: 20px;
   padding-top: 3px;
   background-color: #1f9418;
   border: 1px solid #1f9418;
   text-align:center;
   
}
ul#navigation_lettres li:hover {
   border: 1px solid #333;
}
ul#navigation_lettres li.selected {
   border: 1px solid #000;
}
ul#navigation_lettres li a {
   color: #FFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: bold;
   text-decoration: none; 
}
div#listes_artistes {
   background-color: #eeeded;
}
div#listes_artistes a {
   color: #663300;
   text-decoration: none;
   font-weight: bold;
   font-size: 1.1em;
}
div#listes_artistes a:hover {
   text-decoration: underline;
}



