#menu {
	display: none;
}
#autres{
	display: none;
}
#baniere{
	display: none;
}
#conteneur{
	padding-top: 120px;
}
#navigation {
	width: 160px;
	display:block;
	float: left;
	position: absolute;
	left: inherit;
	top: 0;
	height: 120px;
}
#utilitaires {
	display:none;
}
#liens{
	display: none;
}
.align-droite{
	float: right;
	margin-left: 10px;
}
.align-gauche{
	float: left;
	margin-right: 10px;
}
body,td,th {
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	margin: 7px 0 0 0;
	padding: 0;
	line-height: 18px;
	height: 18px;
}
h2 {
	font-size: 14px;
	line-height: 16px;
	background-color: #faa60a;
	padding-left: 0px;
	margin-bottom: 6px;
	margin-top: 20px;
	color: #ff982d;
}

