#menu noscript a{
	color:#fff; 
	margin:0; 
	padding:0; 
	text-indent:5px; 
	font-size:11px; 
	float:none; 
	height:auto; 
	display:inline;
}
#menu {
    padding: 0 0 0 9px;
    width: 784px;
}
#menu:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    height: 100%;
}
#menu li {
	margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}
#menu a {
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    height:18px;
	padding: 0 15px;
    overflow: hidden;
}
#menu a#menu-1 {
    background: url(../images/accueil.gif) bottom left no-repeat; 
    width: 109px;
}
#menu a#menu-2 {
    background: url(../images/savoir.gif) bottom left no-repeat; 
    width: 141px;
}
#menu a#menu-3 {
    background: url(../images/piacentille.gif) bottom left no-repeat;
    width: 168px;
}
#menu a#menu-4 {
    background: url(../images/actu.gif) bottom left no-repeat;
    width: 104px;
}
#menu a#menu-5 {
    background: url(../images/contact.gif) bottom left no-repeat;
    width:86px;
}
#menu a:hover#menu-1, body#menu11-on a#menu-1 { background: url(../images/accueil.gif) top left no-repeat;}
#menu a:hover#menu-2, body#menu12-on a#menu-2 { background: url(../images/savoir.gif) top left no-repeat;}
#menu a:hover#menu-3, body#menul3-on a#menu-3 { background: url(../images/piacentille.gif) top left no-repeat;}
#menu a:hover#menu-4, body#menul4-on a#menu-4 { background: url(../images/actu.gif) top left no-repeat;}
#menu a:hover#menu-5, body#menul5-on a#menu-5 { background: url(../images/contact.gif) top left no-repeat;}
/* TRANSMENU CSS FOR RHUK_PLANETFALL TEMPLATE*/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	letter-spacing:0px;
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:relative;
	margin:0px;
	padding:0px;
}
/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	margin-left:0px;
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-indent:0px;
	border:none;
}
.transMenu.top .items {	border-top:none;}
/* each TR.item is one menu item */
.transMenu .item{
    font-size:11px;
    text-decoration:none;
	font-weight:bold;
    margin: 2px 0 0 0px;
	display:block;
	padding:0px;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
}
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	border:none;
	width:auto;
	position:absolute;
	left:0px; top:2px;
	z-index:1;
	opacity:0.9;
	filter:alpha(opacity=90);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	width:auto;
	position:absolute;
	z-index:1;
	left:0px; height:0px;
}
/*rollover du sous menu*/
.transMenu .item.hover { background: #48a5de}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {	margin-left:0px;}
.transMenu .item#active {}
.transMenu .item#active.hover {}
/* element du sous men,u*/
.transMenu .item td{
	color: #fff;
	padding:0px;
	font-weight:bold;
	text-align: left;
	border:none;
	font-size:9px;
	text-transform:uppercase;
}
/* For first level menu.*/
a.mainlevel-trans:link, a.mainlevel-trans:visited {
	color:#FFFFFF;
   text-align: center;
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 9px;
   font-weight:bold;
   white-space:nowrap;
   display: block;
   padding:0px;
}
a.mainlevel-trans:hover {
	text-decoration: none;
	color: #ffffff;
	background: #F7A901;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
	background: #000000;
   color:#FFFFFF;
   font-family: Tahoma, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 9px;
   font-weight:bold;
   white-space:nowrap;
   line-height: 26px;
   border-right: 1px solid #FFF;
   display: block;
   padding:0px;
}
a.mainlevel_active-trans:hover {
	text-decoration: none;
	color: #ffffff;
	background: #F7A901;
}