body{
	background-image : url(fondTable.jpg);
	background-color:#000000;
	background-attachment: fixed;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

#objet{
	background-image : url(fond.jpg);
	background-repeat : repeat-x;
	background-position: top left;
	width : 100%;
	padding : 0px 0px 0px 0px;
}

#haut{
	position: fixed;
	top : 0px;
	background-image : url(fondH.png);
	width : 100%;
	height : 20px;
}

#bas{
	position: fixed;
	bottom : 0px;
	background-image : url(fondB.png);
	width : 100%;
	height : 20px;
}