.menuDansMenu{
	width:881px;
	height:31px;
	list-style: none;
	padding:0px;
	margin:0px;
	bottom:0px;
}
	
	.pointMenu{
		float:left;
		width:131px;
		height:27px;
		font-size:12px;
		text-align:center;
		margin-left:4px;
		margin-top:4px;
		border-right:solid 1px #cbd906;
	}
	
		.pointMenu:hover{
			float:left;
			width:131px;
			height:27px;
			font-size:12px;
			text-align:center;
			margin-left:4px;
			margin-top:2px;
			border-right:solid 1px #cbd906;	
		}
	
	.pointMenuHover{
		float:left;
		width:131px;
		height:27px;
		font-size:12px;
		text-align:center;
		margin-left:4px;
		margin-top:2px;
		border-right:solid 1px #cbd906;		
	}
	
	
	.pointMenu a{
		width:127px;
		height:27px;
		color:#CCCCCC;
		text-decoration: none;
		font-weight: bold;
		display: block ;
	}
	
	.pointMenuHover a{
		width:127px;
		height:27px;
		color:#CCCCCC;
		text-decoration: none;
		font-weight: bold;
		display: block ;
	}
	
	.pointMenu a:hover,.pointMenuHover a:hover{
		width:127px;
		height:27px;
		color:#cbd906;;
		text-decoration: none;
		font-weight: bold;
		display: block ;
	}

ul#navDroite{
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
	display:block;
	padding: 0;
	list-style: none;
	width: 148px; /* Width of Menu Items */
	/*border-top:solid 1px #b5c900;*/
}	

ul#navDroite li#navDroite2 {
	position:relative;
	border-bottom:solid 1px #b5c900;
}

/* Style pour les liens principaux */
ul#navDroite li#navDroite2 a{
	display:block;
	color:#b5c900;
	text-decoration:none;
	padding: 4px 9px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	margin-top:3px;
}

ul#navDroite li#navDroite2 a:hover{
	display: block;
	color:#FFFFFF;
	
	text-decoration:none;
	padding: 4px 9px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-top:3px;
}
