#body {
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(../../medias/images/fond_bottom.gif);
	background-attachment: fixed;
	background-color: #b9b2ef;
}
#conteneur_principal {
	width: 500px;
	position: relative;
	margin: auto;
}
#conteneur {
	background-attachment: scroll;
	float: left;
	position: relative;
	width: 100%;
}
#titre_page {
	margin-bottom: 20px;
	position: relative;
	float: left;
	top: 20px;
	width: 100%;
}
#colonne_centre {
	text-align: justify;
	float: right;
	position: relative;
	width: 100%;
}
#conteneur_bottom {
	margin-bottom: 20px;
	margin-top: 5px;
	float: left;
	position: relative;
	width: 100%;
}
#bottom_left {
	padding-top: 10px;
	border-top: 1px dotted #FFFFFF;
	float: left;
	position: relative;
	width: 100%;
}
