*{
	margin:0;
	padding:0;
}
#menu{
	width:610px;
	margin:0px ;
}
.menu, .sousmenu{
	text-align:center;
}
.menu{
	height:18px;
	width:620px;
	padding:1px 0;
	background:#A5B8DF;
	color:#000000;
}
.sousmenu{
	height:18px;
	width:620px;
	padding:0px 0;
	background:#FFFFFF;
	color:#000000;
	text-align:left;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
	font-size:12px;
}
.menu a{
	display:block;
	width:100%;
	height:100%;
	color:#0B358B;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#ffffff;
}
.menu a:hover, .menu a:active, .menu a:focus{
	background:#A5B8DF;
	color:#000000;
}
.menu a:visited{
	color:#000000;
	background:#ffffff;
}

