#body {
	margin-right: 0px;
	background-color: #FFFFFF;
	margin-left: 0px;
}
#conteneur_principal {
	width: 100%;
	position: relative;
}
#conteneur_central {
	width: 500px;
	margin: auto;
}
#colonne {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
#conteneur_bottom {
	border-top: 1px solid #bc9c6b;
	background-image: url();
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #c57900;
	position: relative;
	width: 100%;
	z-index: 1;
}
#bottom {
	width: 500px;
	margin: auto;
	padding-top: 10px;
	display: none;
}
#titre_page {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

