/*
style pour menu haut en jquery
*/

#menuj ul{
	margin:0;
	padding:0;
}


#menuj li{
	display: block;
	color: #fff;
	width: 141px;
	height: 25px;
	font-size: 13px;
	float: left;
	text-align: center;
	padding: 4px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	overflow:hidden;
}

#menuj a{
	color:#FFF;
	text-decoration:none;
	padding:0px;
	margin:0px;	
}

#menuj a:hover{
  color:#efefcf;
}

#menuj p{
	padding:0px;
	margin:0px;
}

#menuj .subtext{
	padding:0px;
	margin:0px;	
		padding-top:14px;
		padding-bottom:2px;
		/*border-bottom:1px solid #E2E2E2;*/
		font-size:12px;
		color: #ffffff;
	}

/*Menu Color Classes*/
#jli1 {background: url('images/menu_bleu.png') bottom center no-repeat;}
#jli2{background: url('images/menu_jaune.png') bottom center no-repeat;}
#jli3{background: url('images/menu_rouge.png') bottom center no-repeat;}
#jli4{background: url('images/menu_vert.png') bottom center no-repeat;}
#jli5{background: url('images/menu_violet.png') bottom center no-repeat;}

