body {
	background-color: #f8b22c;
	margin: 0px;
}
#container {
	background: url(../images/background_repeat.jpg) repeat-y top left;
	background-color: #f8b22c;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#header {
	background: url(../images/banniere_logo.jpg) no-repeat top left;
	width: 1000px;
	height: 130px;
}
#left_menu {
	background: url(../images/left_menu.jpg) no-repeat top left;
	position: absolute;
	left: 0px;
	width: 200px;
	height: 535px;
	margin: 0px;
	padding-top: 13px;
}
#text_top{
	background-image: url(../images/text_top.jpg);
	display: block;
	font-size: 1px;
	margin-left: 200px;
	margin-bottom: 0px;
	padding: 0px;
	width: 650px;
	height: 20px;
}
#text {
	background: url(../images/bande_haut.jpg) no-repeat top right;
	position: relative;
	width: 650px;
	border: 0;
	margin-left: 200px;
	padding: 0px 0px 5px 0px;
	height: 520px;
}
html>body #text{
	background: url(../images/bande_haut.jpg) no-repeat top right;
	position: relative;
	width: 650px;
	border: 0;
	margin-left: 200px;
	padding: 0px 0px 5px 0px;
	height: auto;
	min-height: 520px;
}
#text_bottom{
	background-image: url(../images/text_bottom.jpg);
	display: block;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	width: 650px;
	height: 19px;
}
#right_background{
	position: absolute;
	background-image: url(../images/right_back.jpg);
	top: 130px;
	left: 850px;
	width: 150px;
	height: 535px;
}
#footer{
	position: relative;
	background: url(../images/footer.jpg) no-repeat top center;
	height: 75px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
