html {
    font-family: glacial indifference, Arial, Helvetica, sans-serif;
}
body::before {
    height: 100%;
    width: 100%;
    content: "";
    position: fixed;
    z-index: -1;
    background-size: cover;
    background-image: url(../images/Tableau/fetes-plein-air.jpg);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

table, th, td {
    border: 1.5px solid black;
    border-collapse: collapse;
    background-color:  rgb(255, 206, 115);
    text-align: center;
    margin: auto;
    height: 50px;
    margin-bottom: 5em;
}

table {
    width: 90%;
}

.contenu a, .contenu a:active
{
    color: #000000;
    text-decoration: none;
}

.sous {
    font-size: 30px;
}

.contenu a:hover {
  color: white;
}