body {
    background-size: 100%;
}

#milieu > div, #entete div {
	display: inline-block;
	vertical-align: bottom;
	height: 100%;
	margin: 0;
	padding: 0;
}


#entete > #entetecentre > #titre {
	margin-left: 2vw;
}

#milieu > #milieucentre {
	width: 69%;
	display: inline-flex;
	justify-content: center;
}

#milieu > #milieudroite {
	width: 15%;
	height: inherit;
}

#milieudroite > #hautmilieudroite {
	width: 100%;
    height: 20%;
}

#milieudroite div {
    margin-left:auto;
    margin-right:auto;
    width: 100%;
}

