/*CSS pour l'affichage des liens d'evitements*/
.page {
    width: 976px;
    min-height: 10px;
    background-color: #d1d2c2;
    position: relative;
    z-index: 9999;
}
.fr-skiplinks {
    position: absolute;
    z-index: 0;
    width: auto;
    padding: 10px 0 0 0;
}
.fr-skiplinks li{
    display: inline;
    margin-right: 10px;
}

.fr-skiplinks:focus-within {
    position: relative;
}

#top-bar {
    background-color: #d1d2c2;
}

#top-bar.large {
    margin-top: -20px;
    background-color: #d1d2c2;
    width: 1258px;
}

#top-bar ul {
    margin: 0;
}

#top-bar:focus-within {

}

#top-bar a:focus,#top-bar a:hover,#top-bar a:active
{
    outline: 2px  solid #256dcc   ;
    border-radius: 2px;
    text-decoration: none;
}

#page #top-bar .fr-link{
    color: #000099;
    text-decoration: none;
}
#page #top-bar .fr-link:visited{
    color: #000099;
}
.fr-skiplinks__list{
    padding-bottom: 5px;
}
#page #top-bar .fr-link:before {
    content: '';
}