body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#left {
	background-image: url(../../images/AlleyLeft.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#right {
	background-image: url(../../images/AlleyRight.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#Background {
	height: 100%;
	width: 100%;
	position: fixed;
	left:0px;
	top:0px;
}
#Contenu {
	position: absolute;
	left:220px;
	top:0px;
	z-index: 1;
}
