#conteneur {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#titre_page {
	width: 600px;
	left: 10px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
#menu {
	width: 900px;
	height: 20px;
	z-index: 1;
	position: relative;
	float: left;
	text-align: right;
}
#colonne_gauche {
	width: 600px;
	left: 10px;
	position: relative;
	float: left;
	background-color: #000;
	margin-bottom: 5px;
}
#image_gauche {
	width: 540px;
	height: 288px;
	position: relative;
	float: left;
	overflow: hidden;
	background-color: #000000;
}
#sous_menu {
	width: 230px;
	right: 20px;
	position: relative;
	float: right;
	margin-top: 17px;
}
#image_droite {
	width: 360px;
	height: 288px;
	position: relative;
	float: right;
	overflow: hidden;
	background-color: #000000;
	background-image: url(../../medias/images/bg_degrade_360x288.jpg);
	background-repeat: no-repeat;
}
#colonne_bas {
	width: 600px;
	left: 10px;
	position: relative;
	float: left;
	background-color: #000;
}
#body {
	background-color: #000;
	background-image: url(../../medias/images/bg_AquaticShow_2010_01.jpg);
	background-attachment: fixed;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
	width: 900px;
	height: 130px;
	position: relative;
	float: right;
}
#conteneur_page {
	width: 900px;
	position: relative;
	float: left;
	background-color: #000;
	border: 1px solid #091f58;
	background-repeat: repeat-x;
}
#bottom {
	width: 900px;
	height: 40px;
	position: relative;
	float: left;
	text-align: right;
	clear: both;
	margin-bottom: 20px;
	padding-top: 3px;
}
#conteneur_colonnes {
	width: 890px;
	left: 5px;
	right: 5px;
	position: relative;
	float: left;
	background-color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}

