body {
    background-color: black;
}

.retour-index{
    margin-top : 10px;
}

.retour-index > a{
    font-family : Thasadith;
    border : solid white 1px;
    padding : 5px 10px 5px 10px;
    color : white;
    text-decoration: none;
}

.retour-index > a:hover{
    color : white;
    font-weight: bold;
}

.menu {
    margin-top: 100px;
}

.menu > li {
    list-style-type: none;
	margin: 45px 10px;
	text-align : center;
}

.menu > li > a {
    text-decoration: none;
    color: white;
    border: solid white 1px;
    padding: 10px 15px 10px 15px;
    font-size: 20px;
    font-family: Thasadith;
}

.menu > li > a:hover {
    background-color: white;
    color: black;
}

h1{
    color : white;
    font-size : 60px;
    font-family : "Poiret One";
    text-align: center;
    margin-top : 200px;
}

.titre{
	width : 50vw;
}
