*{
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.2;
}
body{
    background-color: #071022;
    color: #ededed;
}
#page-principale{
    margin: auto;
    max-width: 960px;
}
#page-menu{
    float: left;
    width: 150px;
}
#page-menu .logo{
    margin: 5px 0 5px 0;
}
.boite-menu p {
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
}
.boite-menu{
    border: 1px solid #8cabe6;
    background-color: #172136;
    padding:8px;
    margin-top: 10px;
}
.boite-menu ul{
    margin:0;
    padding:0px;
    list-style: none;
}
#page-menu li{
    padding:2px 0 0 2px;
}
#page-contenu{
    border: 1px solid #8cabe6;
    padding: 5px;
    margin-left: 160px;
    background-image: url(images/fonds-accueil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(7,16,34,0.8);
    background-blend-mode: darken;
}
#page-contenu-full{
    border: 1px solid #8cabe6;
    padding: 5px;
}
h1{
    font-size: 25px;
}
a, a:visited{
    color:#8cabe6;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a[href=""], a[href="#"], a:not([href]) {
    color: #FC483B;
}

.home-icon{
    filter: invert(83%) sepia(30%) saturate(3138%) hue-rotate(185deg) brightness(88%) contrast(105%);
}
.boite-avertissement{
    padding: 5px;
    color: #ffda6a;
    background-color: #332701;
    border: 1px solid #ffda6a;
}


/* Fil d'ariane */
#fil-ariane ol{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: end;
}
#fil-ariane li:not(:last-child)::after{
  display: inline-block;
  margin: 0 0.25rem;
  content: "/";
}

/* Traditions */
.livre-page{
    padding: 10px;
    margin-top: 20px;
}
.livre-page hr{
    width: 200px;
    height: 1px;
    background-color: #8cabe6;
    border: none;
    margin-left:0;
}
.livre-page-titre{
    text-transform: uppercase;
}
.livre-page-contenu{
    white-space: pre-line;
}
.livre-page-bas, .livre-page-bas a{
    text-align: right;
    font-size: 12px;
}
