#body {
	background-color: #FFFFFF;
	background-image: url();
	background-attachment: fixed;
	margin: 0px;
	background-repeat: repeat;
	background-position: center bottom;
}
#top {
	width: 900px;
	height: 100px;
	position: relative;
	display: none;
}
#conteneur {
	margin: auto;
	width: 900px;
}
#conteneur_page {
	width: 580px;
	left: 160px;
	position: relative;
}
#titre_page {
	width: 580px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}
#colonne {
	width: 580px;
	position: relative;
	margin-bottom: 5px;
}
#bottom {
	width: 900px;
	height: 40px;
	position: relative;
	text-align: center;
	clear: both;
	border-top: 1px dotted #FFFFFF;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 5px;
	display: none;
}
#menu {
	width: 100%;
	z-index: 1;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #bbbbbb;
	margin-bottom: 20px;
	display: none;
}
#langues {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	display: none;
}
