#body {
	margin: 0px;
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#node_main {
	margin: auto;
	width: 650px;
}
#top_page {
	width: 650px;
	position: relative;
	float: left;
}
#colonne {
	width: 650px;
	position: relative;
	float: left;
}
#bottom_page {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 2px solid #cdcdcd;
	width: 650px;
	position: relative;
	float: left;
}
.nonAffiche {
	display: none; visibility: hidden;
}
img { border: 0px none; }
form { margin: 0px; }
.invisible { display: none; }

