/*----------- Background ----------*/
body {
	background-color: #D2D4D6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
/*----------- Layers --------------*/
#Background {
	position:relative;
	left:0px;
	top:25px;
	width:891px;
	height:594px;
	z-index:1;
	float: center;
	background-image: url(../images/background/back_ground.jpg);
	background-repeat: repeat-x;
	float: center;
}
#CotnentBack {
	position:absolute;
	left:158px;
	top:0px;
	width:733px;
	height:479px;
	z-index:2;
	background-image: url(../images/background/back_content_start.jpg);
	background-repeat: no-repeat;
}
#Logo {
	position:absolute;
	left:734px;
	top:6px;
	width:140px;
	height:122px;
	z-index:3;
}
#Footer {
	position:absolute;
	left:126px;
	top:511px;
	width:765px;
	height:83px;
	z-index:2;
	background-image: url(../images/background/back_footer.jpg);
	background-repeat: repeat-y;
}
#Adresse {
	position:absolute;
	left:0px;
	top:24px;
	width:375px;
	height:36px;
	z-index:2;
}
#BoderLeft {
	position:absolute;
	left:126px;
	top:0px;
	width:32px;
	height:511px;
	z-index:2;
	background-image: url(../images/border/border_left_start.jpg);
	background-repeat: no-repeat;
}
#BorderBottom {
	position:absolute;
	left:158px;
	top:479px;
	width:733px;
	height:32px;
	z-index:2;
	background-image: url(../images/border/border_bottom_start.jpg);
	background-repeat: no-repeat;
}
#Nav1 {
	position:absolute;
	left:21px;
	top:126px;
	width:90px;
	height:32px;
	z-index:2;
}
#Nav2 {
	position:absolute;
	left:21px;
	top:169px;
	width:90px;
	height:28px;
	z-index:2;
}
#Nav3 {
	position:absolute;
	left:21px;
	top:211px;
	width:90px;
	height:28px;
	z-index:2;
}
#Nav4 {
	position:absolute;
	left:21px;
	top:254px;
	width:90px;
	height:28px;
	z-index:2;
}
#Nav5 {
	position:absolute;
	left:21px;
	top:296px;
	width:90px;
	height:28px;
	z-index:2;
}

