#body {
	background-color: #000000;
	margin: 0px;
}
#conteneur {
	width: 770px;
	left: 50%;
	position: relative;
	background-color: #000000;
	margin-left: -380px;
}
#conteneur2 {
	width: 770px;
	left: 0px;
	position: relative;
	background-color: #000000;
}
#top {
	width: 770px;
	height: 30px;
	background-color: #000000;
}
#menu {
	width: 770px;
	height: 34px;
	z-index: 1;
	position: relative;
	background-color: #000000;
	background-image: url(../../site/medias/fond_nav.gif);
}
#conteneur_colonne {
	width: 770px;
	position: relative;
	background-color: #000000;
	background-image: url(../../site/medias/fond_tableau_titre.gif);
	background-repeat: repeat-x;
}
#titre_page {
	width: 770px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
#colonne_gauche {
	width: 770px;
	left: 0px;
	position: relative;
	margin-left: 0px;
}
#colonne_droite {
	width: 770px;
	right: 0px;
	position: relative;
}
#bottom {
	width: 770px;
	height: 60px;
	position: relative;
	clear: both;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}
