
body, html {height: 100%}
.menu {display: none}
.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/FondPage-2048x1024.jpg");
    min-height: 90%;
	font-family: "Amatic SC", sans-serif;
}

.erreur {
	color: red;
	text-align: center;
}
