#menu ul {
	text-align: center;
	margin-left: 140px;
}
#menu ul li {
	float: left;
	height: 47px;
	list-style-type : none;
}
#menu ul li a {
	color: #fff;
	width: 110px;
	height: 30px;
	text-align: center;
	display: block;
	color: #fff;
	margin:  0;
	padding-top: 20px;
	text-decoration: none;
	background: url('../images/menu_out.png') left 7px no-repeat;
}
#menu ul li a.current {
	height: 35px;
	background: url('../images/menu_in.png') left 2px no-repeat;
	color: #0066AC;
	padding-top: 16px;
	margin: 3px 0 0 0px;
	font-size: 1.2em;
}
#menu li a.autre:hover {
	height: 35px;
	background: url('../images/menu_hover.png') left 3px no-repeat;
	color: #fff;
	padding-top: 17px;
	font-size: 1.2em;
}
#menu li a.spe {
	padding-top: 10px;
	height: 40px;
}
#menu li#spe a.current {
	padding-top: 5px;
	height: 45px;
}
#menu li a.spe:hover {
	padding-top: 7px;
	height: 46px;
}
#contenu ul {
	margin: 10px 0 20px 20px;
}
#contenu ul li {
	list-style: inside;
}
