body{
    background-image: url("fond.jpg");
    background-size: 1600px;
    background-attachment: fixed;
}

#logo{
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100px;
    top: 50px;
}

#Titre{
    display: flex;
    justify-content: center;
    color: aliceblue;
}

.chapitre {
    list-style: none;
    padding: 10px;
    margin: 40px;
    display: flex;
    justify-content: center;
}

.chapitre li {
    float: left;
    width: 350px;
}

.chapitre li a:link, .chapitre li a:visited {
    display: block;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

.chapitre li a:hover {background-color: #6ec2ee;}
.chapitre li a:active {background-color: #6ec2ee;}

.chapitre .saison {
    list-style-type: none;
    display: none;
    padding: 0;
    margin: 0;
    width: 350px;
}

.chapitre .saison li {
    float: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #339de0;
}

.chapitre .saison li a:link, .chapitre li a:visited {
    display: block;
    text-decoration: none;
    background-color: #6ec2ee;
}

.chapitre .saison li a:hover {
    background-color: #339de0;
}

.chapitre li:hover .saison {
    display: block;
}
