html
{
	position:relative;
	width:100%;
	height:100%;
	border-width:0px;
	margin:0px;
	padding:0px;
/* 	background-color:#000000; */
/* 	overflow:hidden; */
}

body
{
	position:relative;
	width:100%;
/* 	height:100%; */
	border-width:0px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	overflow:auto;
	background-image:url('images/fougere.png');
	background-repeat:no-repeat;
	background-position:center 298px;
	background-attachment:fixed;
}


