#body {
	background-color: #52010b;
	background-image: url(../images/degrade.jpg);
	background-attachment: fixed;
	margin: 0px;
	background-repeat: repeat-x;
}
#conteneur {
	width: 450px;
	margin: auto;
}
#conteneur_page {
	width: 430px;
	left: 10px;
	position: relative;
	float: left;
}
#titre_page {
	width: 430px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}
#colonne_centrale {
	width: 430px;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
#bottom {
	width: 430px;
	height: 40px;
	left: 10px;
	position: relative;
	float: left;
	clear: both;
	border-top: 1px dotted #FFFFFF;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 5px;
}
