#colonne_texte {
	width: 100%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
#conteneur_principal {
	width: 500px;
	margin: auto;
}
#bottom {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}
#body {
	background-color: #ffffff;
	background-image: url();
	margin: 0px;
	background-repeat: repeat-x;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

