#body {
	background-position: center bottom;
	background-attachment: fixed;
	margin: 0px;
	background-repeat: repeat;
	background-image: url(../../medias/images/fond_accueil.gif);
	background-color: #e054aa;
}
#conteneur {
	width: 420px;
	margin: auto;
}
#conteneur_page {
	width: 420px;
	position: relative;
	float: left;
}
#titre_page {
	width: 420px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}
#colonne_centrale {
	width: 420px;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
#bottom {
	width: 420px;
	height: 40px;
	position: relative;
	float: left;
	clear: both;
	border-top: 1px dotted #FFFFFF;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 5px;
}
