#body {
	margin: 0px;
}
#conteneur {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 745px;
}
#structure_colonne {
	position: relative;
	width: 100%;
	margin-top: 10px;
}
#titre_page_l {
	padding-top: 10px;
	width: 100%;
	position: relative;
}
#colonne_droite_l {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
}
#top_l {
	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;
}
#bottom_l {
	background-repeat: no-repeat;
	background-image: url(../images/filet_bottom.gif);
	position: relative;
	top: 25px;
	height: 50px;
	width: 100%;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

