
/*définition taille menu*/
.ja-megamenu ul.level0 li mega {height: 40px;}
.ja-megamenu ul.level0 li.mega a.mega {
	font-weight: bold;
	padding: 0 1em;
	color:#FFF;
	background: none;
	text-transform: none;
	height:40px;
	/*border-top: 5px solid #FFF;
	margin-top: -5px;*/
	overflow: auto /"Fix Margin Collapse Bug"/
}

	
	/*définition position menu*/
#ja-mainnav {
  float: left;
  margin-top:150px; /*descente des menus en bas du bandeau titre*/
  margin-left:0px;
}

/* Place un trait blanc au dessus*/
.ja-megamenu ul.level0 li.mega {
	
	border-top: 5px solid #FFF; /*blanc*/
	margin-top: -5px;
	
	}
	
	/*définition menus survolé*/
.ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
	background: none; /*#f99385 */
	font-weight: bold;
	border-top: 5px solid #000; /*noir*/
	margin-top: -5px;
}
/*définition menu niveau 0 actif*/
.ja-megamenu ul.level0 li.active {
	background: #9f171e;
	border-top: 5px solid #000; /*noir*/
	margin-top: -5px;
}

/*sous menu*/
.ja-megamenu ul.level1 li.mega a.mega {
	border: 0;
	font-weight: bold;
	padding: 1em;
	color: #fff;
}

/*aspect sous menu*/
.ja-megamenu .childcontent-inner {
	background: #d01018;
	border: 3px solid #000; /*cadre noir*/
	margin-top: 30px;
}