#body {
	background-image: url(../images/bg_bottom.jpg);
	background-color: #797979;
	background-repeat: repeat-x;
	background-position: bottom;
}
#node_main {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#top_page {
	width: 100%;
	height: 72px;
	position: relative;
	float: left;
}
#navtop {
	width: 100%;
	height: 28px;
	position: relative;
	float: left;
	z-index: 1;
}
#node_column {
	width: 100%;
	position: relative;
	float: left;
}
#titre_page {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
	float: left;
}
#bottom_page {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	border-top: 1px solid #4c4c4c;
	width: 1000px;
	position: relative;
	float: left;
}
#colonne_gauche {
	width: 700px;
	position: relative;
	float: left;
}
#colonne_droite {
	width: 280px;
	position: relative;
	float: right;
}
#ariane {
	margin-left: 10px;
	padding-top: 5px;
	width: 980px;
	position: relative;
	float: left;
	display: none;
}
#node_bg_top {
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	float: left;
}
#logo {
	margin-top: 20px;
	width: 330px;
	height: 40px;
	position: relative;
	float: left;
}
#node_recherche {
	margin-top: 30px;
	width: 300px;
	height: 30px;
	position: relative;
	float: right;
	text-align: right;
}
#colonne_double {
	width: 100%;
	position: relative;
	float: left;
}
.nonAffiche {
	display: none; visibility: hidden;
}
img { border: 0px none; }
form { margin: 0px; }
.invisible { display: none; }

