#corps {
	width: 80%;
	margin-left: 10%;
}

#restrain {
	width: 80%;
	margin-left: 10%;
}

#tetecorps {
	width: 80%;
	margin-left: 10%;
	background-color: #fff;
}

#info {
	width: 80%;
	margin-left: 10%;
}

#enseigne {
	padding-left: 10%;
}

body {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	font-family: Arial;
	background-image: url("../../images/fond-elearning-4.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

#tuiles .tuile{
	width: 45%;
}

#statgauche {
	width: 60%;
	display: flex;
	flex-direction: column;
}

#statdroite {
	width: 40%;
}

#statbot {
	display: flex;
	flex-direction: row;
}

#statbot .case .chiffre {
	font-size: 3em;
}

#stattop {
	flex: 2;
	padding-top: 40px;
}

#stattop .case .chiffre {
	font-size: 4em;
	line-height: 100px;
	padding-right: 10%;
}

#stattop .case .chiffre .supcase {
	font-size: 0.6em;
	text-align: left;
	padding-left: 10%;
}