#conteneur {
	width: 500px;
	left: 50%;
	position: relative;
	background-color: #FFFFFF;
	margin-left: -250px;
}
#top {
	width: 500px;
	position: relative;
}
#body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-attachment: fixed;
}
#structure_contenu {
	width: 460px;
	position: relative;
}
#titre_page {
	width: 460px;
	left: 5px;
	right: 5px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
#colonne_gauche {
	width: 460px;
	left: 5px;
	position: relative;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

