#conteneur_colonnes {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
}
#colonne_droite {
	width: 700px;
	position: relative;
	display: none;
}
#bottom {
	background-position: top;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-image: url();
	text-align: center;
	position: relative;
	height: 40px;
	width: 100%;
	display: none;
}
#colonne_gauche {
	width: 100%;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
}
#banner_top {
	width: 488px;
	height: 60px;
	position: relative;
	margin-top: 15px;
}
#logo {
	position: relative;
	width: 100%;
}
#body {
	background-color: #FFFFFF;
	background-image: url();
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
#conteneur {
	width: 100%;
	margin: auto;
}
#conteneur_top {
	width: 100%;
	height: 90px;
	position: relative;
}
#date {
	width: 100%;
	height: '';
	position: relative;
	background-image: url();
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	display: none;
}
#conteneur_principal {
	width: 100%;
	position: relative;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

