/* CSS Document */


#rubriques {
	border: 1px solid #666666;
	height: 320px;
	width: 360px;
	padding: 5px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../img/galets_rubriques.png);
	background-repeat: no-repeat;
}
ul#menu{
	margin:30px 3px 3px 40px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	width: 200px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
ul#menu li {
	display:block;
	list-style:none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

ul#menu li a {
	text-decoration: none;
	padding: 2px;
}
ul#menu li a:hover {
	color: #333333;
	text-decoration: none;
}
ul#menu li ul {
	display:none;
	padding:0px;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
ul#menu li:hover>ul {
	display:block;
	
}
ul#menu ul {
	position:absolute;
	list-style:none;
	margin-top: -15px;
	margin-left: 80px;
}
ul#menu ul li {
	display:block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
ul#menu ul ul {
	width: 150px;
}
