#corps {
	width: 1280px;
	margin-left: auto;
    margin-right: auto;
}

#restrain {
	width: 1280px;
	margin-left: auto;
    margin-right: auto;
}

#tetecorps {
	width: 1280px;
	margin-left: auto;
    margin-right: auto;
	background-color: #fff;
}

#info {
	width: 1280px;
	margin-left: auto;
    margin-right: auto;
}


#enseigne {
	padding-left: 15%;
}

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: 30%;
}

#statgauche {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#statdroite {
	width: 35%;
}

#statbot {
	display: flex;
	flex-direction: row;
}

#statbot .case .chiffre {
	font-size: 3.5em;
}

#stattop {
	flex: 2;
	padding-top: 40px;
}

#stattop .case .chiffre {
	font-size: 6em;
	line-height: 100px;
	padding-right: 10%;
}

#stattop .case .chiffre .supcase {
	font-size: 0.6em;
	text-align: left;
	padding-left: 10%;
}