#body {
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
	margin: 0px;
	background-repeat: repeat-x;
}
#conteneur {
	width: 780px;
	left: 50%;
	position: relative;
	background-color: #FFFFFF;
	margin-left: -390px;
}
#top {
	width: 780px;
	position: relative;
}
#menu {
	width: 780px;
	z-index: 1;
	position: relative;
	margin-bottom: 10px;
	display: none;
}
#structure_contenu {
	width: 780px;
	position: relative;
}
#titre_page {
	width: 770px;
	left: 5px;
	right: 5px;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
#colonne_gauche {
	width: 225px;
	left: 5px;
	position: relative;
}
#colonne_milieu {
	width: 330px;
	left: 10px;
	position: relative;
}
#colonne_droite {
	width: 205px;
	right: 5px;
	position: relative;
}
#bottom {
	width: 780px;
	height: 50px;
	position: relative;
	background-image: url(../images/bottom.gif);
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

