div#liste_alpha {
    overflow:hidden;
    margin-left:375px;
    margin-bottom:10px;
    margin-top:10px;
}

div#liste_alpha a{
    border:1px solid #01B0F0;
    margin:1px;
    text-align:center;
    width:16px;
    display:block;
    float:left;
}

div#liste_alpha a:hover, div#liste_alpha a.current{
    background:#01B0F0;
    color:#FFF;
    text-decoration:none;
}


div#liste_alpha_2 {
    overflow:hidden;
    margin-left:375px;
    margin-bottom:10px;
    margin-top:10px;
}

div#liste_alpha_2 a{
    border:1px solid #01B0F0;
    margin:1px;
    text-align:center;
    width:200px;
    display:block;
    float:left;
}

div#liste_alpha_2 a:hover, div#liste_alpha_2 a.current{
    background:#01B0F0;
    color:#FFF;
    text-decoration:none;
}

