@charset "UTF-8";
/* CSS Document */
.one #mainContent {
	padding: 0px 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background-image: url(../siteimages/background/B01.jpg);
	background-repeat:no-repeat;
	background-position:center;	*/
}
.one #mainContent #Back {
	background-color: #F9F8F3;
	height: 367px;
	width: 980px;
	z-index:1;
	position:absolute;
}
.one #mainContent #Dialog {
	background-color: #F9F8F3;
	height: 329px;
	width: 236px;
	top: 260px;
	left: 38px;
	z-index:2;
	position:relative;
}
.one #mainContent #Centrale {
	z-index:3;
	height: 211px;
	width: 330px;
	left: 300px;
	top: 5px;
	position:relative;
}
.one #mainContent #Camerebanner {
	z-index:4;
	height: 240px;
	width: 260;
	left: 660px;
	top: -230px;
	position:relative;
}
