body {
	height: 100%;
	background-image: url("bg.jpg");
	background-size: cover;
	opacity: 0.80;
}

#box {
	background: white;
	margin-left: 10%;
	margin-right: 10%;
}
#principale {
    margin: 5%;
    background: white;
}

