#menu {
	background: #E03001;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 135px;
}
#menu li {
	font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align:left;
}
#menu a {
	background: #E03001;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	text-align:left;
}
#menu a:hover {
	background: #FFFFFF url("images/vover.png") left center no-repeat;
	color: #E03001;
	padding-bottom: 8px;
	font-style:oblique;
	border-top: 1px solid #E03001;
}

/*====================== Hors menu =======================================*/

#menu2 {
	background: #6785A7;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu2 li {
	float: left;
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu2 a {
	background: #6785A7 url("images/seperator.jpg") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 47px;
	text-decoration: none;
}
#menu2 a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 5px;