#titre_page {
	width: 890px;
	left: 5px;
	position: relative;
	margin-bottom: 20px;
}
#colonne_gauche {
	width: 435px;
	position: relative;
	margin-bottom: 5px;
}
#image_gauche {
	width: 450px;
	position: relative;
}
#colonne_droite_old {
	width: 230px;
	position: relative;
	display: block;
}
#image_droite {
	width: 450px;
	position: relative;
}
#conteneur_colonnes {
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
	right: 5px;
	left: 5px;
	width: 890px;
}
#colonne_droite {
	width: 435px;
	position: relative;
}
#body {
	background-color: #FFFFFF;
	background-image: url();
	background-attachment: fixed;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#conteneur {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	width: 900px;
	height: 130px;
	position: relative;
	display: none;
}
#conteneur_page {
	width: 900px;
	position: relative;
	background-color: #000;
	border: 1px solid #091f58;
	background-repeat: repeat-x;
}
#menu {
	width: 900px;
	height: 20px;
	z-index: 1;
	position: relative;
	text-align: right;
	display: none;
}
#bottom {
	width: 900px;
	height: 40px;
	position: relative;
	text-align: right;
	clear: both;
	margin-bottom: 20px;
	padding-top: 3px;
	display: none;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

