@charset "utf-8";
/* CSS Document */

#menuligue {
	margin-left:20px;
	margin-top: 5px;
}
.menuliguecss{
	position:absolute;
	visibility:hidden;
	font-size:12px;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:left;
	line-height: 12px;	
	background-color:#41578d;
	width:190px;
	border:1px solid #29395f;
	padding: 10px 0 10px 0;
	color:#fff;
}
.menuliguecss a{
	width:190px;
	height:10px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.menuliguecss a:hover{
	color: #fff;
	font-weight: bold;	
	text-decoration: underline;
}