#body {
	background-color: #FFFFFF;
}
#node_main {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	width: 1000px;
}
#top_page {
	width: 300px;
	height: 50px;
	position: relative;
	float: right;
	overflow: hidden;
}
#navtop {
	margin-bottom: 25px;
	border-top: 1px solid #000;
	width: 100%;
	height: 25px;
	position: relative;
	float: left;
	z-index: 1;
}
#node_column {
	background-color: #FFF;
	width: 100%;
	position: relative;
	float: left;
}
#titre_page {
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
}
#bottom_page {
	margin-bottom: 20px;
	padding-top: 5px;
	border-top: 1px solid #000;
	width: 100%;
	position: relative;
	float: left;
}
#colonne_gauche {
	width: 705px;
	position: relative;
	float: left;
}
#colonne_droite {
	padding: 15px;
	background-color: #CFCFCF;
	width: 250px;
	position: relative;
	float: right;
}
#node_recherche {
	margin-top: 20px;
	width: 400px;
	height: 20px;
	position: relative;
	float: left;
}
