#body {
	background-position: center top;
	background-image: url(../../medias/images/fond.gif);
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#conteneur {
	width: 940px;
	margin: auto;
}
#top {
	width: 240px;
	height: 180px;
	position: relative;
	display: none;
}
#menu {
	width: 940px;
	height: 30px;
	z-index: 1;
	position: relative;
	margin-top: 5px;
	display: none;
}
#conteneur_page {
	width: 940px;
	position: relative;
}
#titre_page {
	width: 690px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
}
#colonne_centre {
	width: 460px;
	position: relative;
	margin-bottom: 5px;
}
#bottom {
	width: 940px;
	height: 40px;
	position: relative;
	clear: both;
	border-top: 1px dotted #cccccc;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 5px;
	display: none;
}
#colonne_droite {
	width: 240px;
	position: relative;
	background-color: #efefef;
	margin-top: 10px;
}
#colonne_gauche {
	width: 220px;
	position: relative;
}
#conteneur_gauche {
	width: 690px;
	position: relative;
}
#conteneur_droit {
	width: 240px;
	position: relative;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

