#body {
	margin: 0px;
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#node_main {
	margin: auto;
	width: 95%;
}
#top_page {
	width: 100%;
	position: relative;
}
#colonne {
	width: 100%;
	position: relative;
}
#bottom_page {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 2px solid #cdcdcd;
	width: 100%;
	position: relative;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}
img { border: 0px none; }
form { margin: 0px; }
.invisible { display: none; }

