body {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Times New Roman, Times, Georgia, Verdana, Arial;
	text-align: center;
	overflow: auto;
}

#main {
	width: 957px;
	position: relative;
	padding: 0px;
	margin: auto;
}

#globale, #banniere, #corps {
	width: 955px;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: left;
}

#globale {
	border: 1px solid #000000;
}

#banniere {
	height: 190px;
	background: #019934;
}

#banniere img, #separator img {
	display: block;
	border: none;
}

#corps {
	height: 410px;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#menu, #container {
	position: relative;
	float: left;
	height: 410px;
	margin: 0;
	padding: 0;
}

#menu {
	width: 190px;
	background-color: #FFCC00;
	background-image: url('../images/menu.jpg');
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#menu_inner {
	position: relative;
	float: right;
	width: 170px;
}

#container {
	width: 765px;
	background: #FFFFFF;
}

a.menu_level, a.menu_sublevel {
	color: #000000;
	text-decoration: none;
	display: block;
	position: relative;
	margin: 4px 0px;
}

a.menu_level {
	font-size: 18px;
}

a.menu_sublevel {
	font-size: 14px;
	padding-left: 16px;
}

a.current {
	background-image: url('../images/puces.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

a.menu_level:hover, a.menu_sublevel:hover {
	text-decoration: underline;
}