#body {
	margin: 0px;
	background-repeat: repeat-x;
}
#conteneur {
	margin: auto;
	position: relative;
	width: 600px;
}
#bottom {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding-top: 20px;
}
#colonne {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}
