html
{
	min-height: 100%;
}

body
{
	margin: 0;
}
#container
{
	height: 100%;
	width: 100%;
	background-image: url("../img/fond.png");
    background-repeat: space;
    background-size: cover;
    /* #FFECEB */
}
#bandeau
{
	background-color: white;
	background-image: url("../img/Construction_mini.png");
	background-repeat: no-repeat;
	background-position:  center center;
	border-style: solid;
	border-width: 0px 0px;
	border-color: #FFCEEA;
	margin: 2px 0px;
	height: 33%;
	width: 100%;
	position: absolute;
	top: 33%;
}