#conteneur {
	background-attachment: scroll;
	width: 100%;
	position: relative;
	display: none;
}
#body {
	margin: 0px;
	background-image: url(../../medias/images/fond_bottom.gif);
	background-color: #b9b2ef;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: none;
}
#conteneur_principal {
	margin: auto;
	width: 500px;
	position: relative;
}
#titre_page {
	margin-bottom: 20px;
	width: 100%;
	top: 20px;
	position: relative;
}
#colonne_centre {
	width: 100%;
	position: relative;
	text-align: justify;
}
#conteneur_bottom {
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
#bottom_left {
	padding-top: 10px;
	border-top: 1px dotted #FFFFFF;
	width: 100%;
	position: relative;
	display: none;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}
img { border: 0px none; }
form { margin: 0px; }
.invisible { display: none; }

