#MenuJS
{  
	position:absolute;
	margin:0px;
	padding:0px;	
	float:left;
	width:837px;      
	height: 40px;
	left:163px;
}

#MenuJS ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#MenuJS ul li
{
	display:inline;
	margin:0;
	padding:0;
	width:138px;
	height:40px;
}

     

#MenuJS a:hover,
#MenuJS a:hover div
{
	text-decoration: underline;
}     
      
#MenuJS a 
{
	float:left;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight: normal;
	cursor:pointer;
}
 

#MenuJS a div
{
	float: left;
	display:block;
	width:138px;
	height:40px;
	text-align:center;
	padding: 0px 13px 3px 13px;
	background:none; 
	color: white;
	font-size: 13px;
}

      
#MenuJS .selected a div
{
	font-weight: bold;
	background-image:url(MasterPage/fond_titre_rollover.jpg);
	color: #3D9137;
	background-repeat: no-repeat;
}

#MenuJS  a div span 
{
	line-height:6px;
}



