#conteneur {
	width: 620px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 100%;
	left: 9px;
	position: relative;
}
#column {
	border-right: 1px solid #abaea4;
	border-left: 1px solid #abaea4;
	background-color: #FFF;
	position: relative;
	width: 600px;
}
#bottom {
	width: 620px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
#corner_top {
	width: 100%;
	height: 20px;
	position: relative;
	margin-top: 20px;
	display: none;
}
#corner_bottom {
	position: relative;
	height: 20px;
	width: 100%;
	display: none;
}
#body {
	background-color: #FFFFFF;
	background-image: url();
	margin: 0px;
	background-repeat: repeat-x;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}

