html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF99;
	background-color: #77BCDD;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/fond.jpg);
	padding:0px;
	width:100%;
	height:100%;
}
.centre_interface {
	background-image: url(images/fond_interface.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.fullpage {
	width:100%;
	height:100%;
	}

