body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
}
#conteneur {
	position: absolute;
	width: 960px;
	background-color:#FFFFFF;
	top: 10;
}
#bandeau_haut {
	position: absolute;
	width: 960px;
	height: 216px;
	top: 0;
	left: 15px;
}
#page_bandeau_hauta {
	position: absolute;
	width: 960px;
	height: 147px;
	top: 0;
}
#page_bandeau_hautb {
	position: absolute;
	width: 960px;
	height: 35px;
	top: 149;
}
#droite {
	position: absolute;
	top: 190;
	left: 15px;
	width: 960px;
	height: 470px;
}
#menu_droite {
	position: absolute;
	top: 0;
	left: 15px;
	width: 960px;
	height: 463px;
}
#droite2 {
	position: absolute;
	top: 190;
	left: 50px;
	width: 960px;
}
#menu_droite2 {
	position: absolute;
	top: 0;
	left: 15px;
	width: 960px;
}
a.verticale {
	color: Blue;
	background-color: White;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	display: block;
	font-size: smaller;
}
a.verticale:hover {
	background-color: #FDCE1C;
}
a.verticalh {
	color: Black;
	background-color: #FFCE65;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 2px outset #c0c0c0;
	display: block;
}
a.verticalh:hover {
	color: White;
	background-color: #B45050;
}