#body {
	margin: 0px;
}
#conteneur {
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#top {
	width: 100%;
	height: 100px;
	position: relative;
}
#menu {
	width: 100%;
	z-index: 1;
	position: relative;
	background-image: url(../images/fond_nav_bv.gif);
	background-repeat: repeat-x;
}
#structure_colonne {
	width: 100%;
	position: relative;
	margin-top: 10px;
}
#colonne_gauche {
	width: 250px;
	position: relative;
}
#titre_page {
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
}
#colonne_droite {
	width: 520px;
	position: relative;
}
#bottom {
	width: 100%;
	height: 50px;
	top: 25px;
	position: relative;
	background-image: url(../images/filet_bottom.gif);
	background-repeat: no-repeat;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}
