#structure_colonne {
	width: 100%;
	position: relative;
	padding-top: 20px;
}
#colonne_gauche {
	width: 435px;
	position: relative;
	padding-right: 30px;
}
#colonne_droite {
	width: 315px;
	position: relative;
}
#colonne_entiere {
	width: 100%;
	position: relative;
}
#body {
	background-color: #FFFFFF;
	background-image: url();
	background-attachment: fixed;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: top;
}
#conteneur_principal {
	width: 100%;
	left: 50%;
	position: relative;
	margin-left: -390px;
}
#conteneur {
	width: 780px;
	position: relative;
}
#top_haut {
	width: 100%;
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#menu {
	width: 780px;
	z-index: 1;
	position: relative;
	margin-top: 20px;
	display: none;
}
#bottom {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}
#top_bas {
	width: 100%;
	height: 98px;
	position: relative;
	background-image: url(../images/top_bas.gif);
	background-repeat: no-repeat;
	padding-left: 130px;
	background-position: top;
	display: none;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

