#conteneur {
	width: 620px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 602px;
	left: 9px;
	position: relative;
	float: left;
}
#column {
	border-right: 1px solid #abaea4;
	border-left: 1px solid #abaea4;
	float: left;
	background-color: #FFF;
	position: relative;
	width: 600px;
}
#bottom {
	width: 620px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#corner_top {
	width: 100%;
	height: 20px;
	position: relative;
	float: left;
	margin-top: 20px;
}
#corner_bottom {
	position: relative;
	height: 20px;
	width: 100%;
	float: left;
}
#body {
	background-color: #DEDED8;
	background-image: url(../images/fd_top_base.gif);
	margin: 0px;
	background-repeat: repeat-x;
}

