#menu{
	width:120px;
	margin:39px auto 0 auto;
	background:#d8e3ee;
}
.menu, .sousmenu{
	text-align:left;
}

.menu{
	height:23px;
	width:118px;
	padding:5px 0;
	background:#d8e3ee;
	color:#004494;
	border : dashed 1px #fff;
	
}
.menu a{
	display:block;
	padding : 5px 0 0 0;
	width:100%;
	height:100%;
	color:#004494;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#d8e3ee;
	
	cursor : pointer;
}

.menu a:hover, .menu a:active, .menu a:focus {
	background:#c7dbeb;
}

.sousmenu{
	height:23px;
	width:118px;
	padding:5px 0;
	background:#ffffff;
	color:#004494;
}
.sousmenu a{
	display:block;
	padding : 3px 0 3px 0;
	width:100%;
	height:100%;
	color:#004494;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#ffffff;
}

.sousmenu a:hover, .sousmenu a:active, .sousmenu a:focus  {
	background:#c7dbeb;
}