#body {
	background-color: #FFFFFF;
	background-image: url();
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
#conteneur_colonnes {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
#colonne_centre {
	width: 100%;
	position: relative;
}
#conteneur_principal {
	width: 560px;
	position: relative;
	background-image: url();
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#titre_page {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
#bottom {
	width: 100%;
	position: relative;
	border-top: 1px dotted #999999;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	display: none;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

