#body {
	margin: 0px;
	background-image: url(../images/fonddegrade.jpg);
	background-color: #532c05;
	background-repeat: repeat-x;
	background-position: top;
	display: none;
}
#node_main {
	margin: auto;
	background-color: #ffffff;
	width: 600px;
	display: none;
}
#bandeau_top {
	background-color: #fff;
	width: 100%;
	position: relative;
	display: none;
}
#colonne {
	background-color: #fff;
	width: 100%;
	position: relative;
	display: none;
}
#node_bottom {
	background-image: url(../images/fondbottom.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	position: relative;
	display: none;
}
#bottom_content {
	width: 100%;
	position: relative;
	display: none;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

