#page {
	margin: auto;
	padding: 0px;
	width: 900px;
}
#menu {
	background-image: url(img/degrade_barre_menu.jpg);
	margin: auto;
	padding: 0px;
	height: 30px;
	width: 894px;
	background-repeat: repeat-x;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	background-repeat: repeat-x;
	display: block;
	height: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	clear: none;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 1px;
	color: #003;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(Img/degrade.gif);
}
#menu li a:hover {
	background-repeat: no-repeat;
	background-color: #999;
}
.submenu {
	background-image: url(../sousmenu/sub_nav_bg.jpg);
	background-repeat: repeat-x;
	width: 896px;
	height: 30px;
	font-style: italic;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-decoration: none;
}

