/* CSS Document */

/********************************************************
*  MISE EN PAGE DE LA STRUCTURE DES PAGES *
********************************************************/
body,html {
	background-color:#C9D301;
	vertical-align:middle;
	margin: 0;
    text-align: center;
}

#conteneur {/*alignement vertical & horizontal du site*/
	position:absolute;
	left: 50%; 
	top: 50%;
	width: 750px;
	height: 460px;
	margin-top: -230px;
	margin-left: -375px;
}