#bottom {
	width: 100%;
	height: 40px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
}
#conteneur_colonnes {
	width: 100%;
	position: relative;
	background-image: url(../images/fond_colonnes.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	background-position: center bottom;
}
#colonne {
	width: 100%;
	position: relative;
}
#titre_page {
	width: 100%;
	position: relative;
	text-align: center;
}
#body {
	background-color: #c0b5ab;
	margin: 0px;
}
#conteneur {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
