
body, html {height: 100%}
body,h1,h2,h3,h4,h5,h6 {font-family: "Amatic SC", sans-serif}

.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/FondPage-2048x1024.jpg");
    min-height: 90%;
}

.bgimg2 {
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url("../images/FondPage.jpg");
}

th {
	border-bottom: 2px solid white;
	text-align: left;
}

.menu {display: none}

.empty {
	padding: 10px;
}

.activite {
	width: 75%;
}

#topContent {
	background-color: black;
	height: 60px;
}

#banner {
	margin-left: auto;
	margin-right: auto;
}

#mainContent {
	background-color: red;
	width: 100%;
}

#leftContent {
    padding:10px;
    background-color: white;
	width: 350px;
}

#centerContent {
    padding: 10px;
    background-color: #EEEEEE;
}

#rightContent {
    padding:10px;
    background-color: white;
	width: 350px;
}

#bottomContent {
	background-color: black;
	color: white;
	height: 20px;
    font-family: "Amatic SC", sans-serif;
	font-size: 14px;
	text-align: center;
}

#copyright {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}
