#conteneur {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	float: left;
	position: relative;
	height: 130px;
	width: 900px;
}
#conteneur_page {
	background-repeat: repeat-x;
	border: 1px solid #cfcfcf;
	background-image: url(../../medias/images/fond_degrade_gris.gif);
	float: left;
	position: relative;
	width: 900px;
	background-color: #ffffff;
}
#titre_page {
	width: 890px;
	left: 5px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#menu {
	position: relative;
	z-index: 1;
	height: 20px;
	width: 900px;
	float: left;
	text-align: right;
}
#colonne_gauche {
	width: 250px;
	left: 10px;
	position: relative;
	float: left;
}
#conteneur_colonnes {
	width: 890px;
	left: 5px;
	right: 5px;
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#colonne_droite {
	width: 590px;
	left: 10px;
	position: relative;
	float: right;
	margin-right: 20px;
}
#body {
	background-color: #011a40;
	background-image: url(../../medias/images/bg_AquaticShow_041.jpg);
	background-attachment: fixed;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#bottom {
	width: 900px;
	height: 40px;
	position: relative;
	float: left;
	text-align: right;
	clear: both;
	margin-bottom: 20px;
	padding-top: 3px;
}
