#body {
	background-color: #000;
	background-image: url();
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#structure_colonnes {
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
#colonne_centrale {
	width: 680px;
	position: relative;
	margin-left: 10px;
}
#navigation {
	width: 720px;
	height: 20px;
	z-index: 1;
	position: relative;
	display: none;
}
#conteneur {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#colonne_1 {
	width: 230px;
	height: 530px;
	position: relative;
	background-color: #000;
	padding-bottom: 10px;
}
#bottom {
	width: 760px;
	position: relative;
	margin-bottom: 30px;
	padding-top: 5px;
}
#titre_page {
	width: 720px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
#audio {
	width: 190px;
	position: relative;
	padding-top: 20px;
	display: none;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}
