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