@charset "utf-8";
/* --------------------- CSS Document -------------------- */
/*  ------------------------------------------------------ */
/* ---------- Created by Alexandre BAIS, witaj.fr -------- */
/*  ------------------------------------------------------ */

html{
	margin:0px;
	border:0px;
	height:100%;
	width:100%;
}

body{
	margin:0px;
	border:0px;
 	min-width:816px;
	min-height:640px;
	padding:0; 
	height:100%;
	width:100%;
	background-color:#7F715E;
}
#conteneur{
	position:absolute;
	width:100%;
	height:100%;
}
