#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	/*width: 774px;
	height: 210px;*/
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .portail {
	width: 124px;
	height: 54px;
	background: url(images/portail.gif) no-repeat;
	left: 96px;
	top: 14px;
}
/*#menu .home span {
	width: 29px;
	height: 42px;
	background: url(images/light.gif) no-repeat;
	z-index: 100;
	left: 113px;
	top: 8px;
}*/
#menu .forum {
	width: 104px;
	height: 51px;
	background: url(images/forum.gif) no-repeat;
	left: 300px;
	top: 14px;
}
/*#menu .about span {
	width: 39px;
	height: 34px;
	background: url(images/forum_over.gif) no-repeat;
	left: 100px;
	top: 12px;
}*/
#menu .blog {
	width: 91px;
	height: 53px;
	background: url(images/blog.gif) no-repeat;
	left: 520px;
	top: 14px;
}
/*#menu .rss span {
	width: 47px;
	height: 47px;
	background: url(images/write.gif) no-repeat;
	left: 76px;
	top: 4px;
}*/
