#body {
	background-color: #d1bd62;
	margin: 0px;
}
#conteneur {
	margin: auto;
	position: relative;
	width: 500px;
}
#haut {
	margin-bottom: 25px;
	position: relative;
	left: 15px;
	width: 470px;
}
#contenu {
	margin-bottom: 25px;
	position: relative;
	left: 15px;
	width: 470px;
}
#bas {
	position: relative;
	left: 5px;
	height: 45px;
	width: 490px;
}
#content {
	padding: 0px;
	margin: 0px;
	background-color: #fef8d4;
	position: relative;
	width: 500px;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}
