html {
	height: 100%;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#switch {
	width: 481px;
	height: 80px;
	position: absolute;
	margin: -40px -250px;
	left: 50%;
	top: 50%;
}
p#conseil {
	display: block;
	padding: 0 0 10px;
	margin: 0;
	height: 20px;
}
p#rapports-annuels {
	display: block;
	padding: 10px 0 0;
	margin: 0;
	height: 20px;
	border-top: #727375 solid 1px;
}
#switch a {
	display: block;
	width: 100%;
	height: 100%;
}
.hidden {
	display: none;
}
p#conseil a {
	background: url(/images/yearly-conseil.png) top  left no-repeat;
}
p#conseil a:hover {
	background: url(/images/yearly-conseil.png) bottom left no-repeat;
}
p#rapports-annuels a {
	background: url(/images/yearly-rapports_annuels.png) top left no-repeat;
}
p#rapports-annuels a:hover {
	background: url(/images/yearly-rapports_annuels.png) bottom left no-repeat;
}