.menuDansMenu{
	margin:auto;
	height:20px;
	list-style:none;
	padding:0px;
}
	
	.pointMenu{
		float:left;
		height:20px;
		font-size:12px;
		text-align:center;
		margin-left:4px;
		margin-top:4px;
		border-right:solid 1px #f3dd27;
		
	}
	
		.pointMenu:hover{
			float:left;
			height:20px;
			font-size:12px;
			text-align:center;
			margin-left:4px;
			margin-top:2px;
			
		}
	
	.pointMenuHover{
		float:left;
		height:20px;
		font-size:12px;
		text-align:center;
		margin-left:4px;
		margin-top:2px;
		background: url('../medias/images/struct/triangle.jpg');
		background-position:bottom;
		background-repeat:no-repeat;
		border-right:solid 1px #f3dd27;
	}
	
	
	.pointMenu a{
		margin-right:2px;
		height:20px;
		color: #fff ;
		text-decoration:none;
		padding: 4px 0 ;
		text-align: center ;
		font-size:11px;
		display: block ;
	}
	
	.pointMenuHover a{
		margin-right:2px;
		height:20px;
		color:#f3dd27;
		text-decoration: none;
		font-weight: bold;
		display: block ;
	}
	
	.pointMenu a:hover,.pointMenuHover a:hover{
		height:20px;
		color:#f3dd27;
		text-decoration: none;
		font-weight: bold;
		display: block ;
	}


	
ul#navGauche {
	margin:0px;
	display:block;
	padding: 0;
	list-style: none;
	width: 147px; /* Width of Menu Items */
}	
ul#navGauche li#navGauche2 {
position:relative;
}
ul#navGauche li#navGauche3 {
position:relative;
}
/* Style pour les liens principaux */
ul#navGauche li#navGauche2 a{
	display: block ;
	color: #fff ;
	text-decoration:none;
	padding: 4px 0 ;
	text-align:left;
	font-weight:500;
	font-size:11px;
	border-bottom: dashed 2px #FFFFFF;
	margin:0px;
}

ul#navGauche li#navGauche2 a:hover{
	display: block ;
	color: #73777e ;
	background-color:#d0d964;
	text-decoration:none;
	padding: 4px 0 ;
	text-align:left;
	font-weight:400;
	font-size:11px;
	border-bottom: dashed 2px #73777e;
	margin:0px;
}

ul#navGauche li#navGauche3 a{
	display: block ;
	color: #73777e ;
	background-color:#d0d964;
	text-decoration:none;
	padding: 4px 0 ;
	text-align:left;
	font-weight:400;
	font-size:11px;
	border-bottom: dashed 2px #73777e;
	margin:0px;
}
