#lstExhibitors-nav {
    margin:auto;
    display:block;
    width : 100%;

}

.listNav { 
    margin:auto;
}

    .ln-letters {
        overflow:hidden;
    }

        .ln-letters a {
            font-size:0.9em;
            display:block;
            float:left;
            text-align : center;
            width:22px;
            border:1px solid gray;
            border-right:none;
            text-decoration:none;
            color:#000;
        }

        .ln-letters a.ln-last { border-right:1px solid gray; }
        .ln-letters a:hover { background-color:#ddd;  }
        .ln-letters a.ln-selected { background-color:#83d0f0;}
        .ln-letters a.ln-disabled { color:#d0d0d0; }

    .ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#000; }

    #lstSectors { padding-top:30px; }

    #lstExhibitors {

        margin-top:10px;
    }

    #fiche-exposant h1 { margin-top: 15px}
