#menu {
	position: relative;
	background: url(../images/accueil.jpg) no-repeat;
	height: 501px;
	bottom: 0;
}
.item {
	position: absolute;
	bottom: 0;
}
.itemTitle {
	width: 209px;
	height: 32px;
}

.itemContent {
	color: white;
	display: none;
	width: 209px;
}
.itemContent li {
	margin-left: 10px;
}
.itemTop {
	width: 209px;
	height: 271px !important;
	height: 32px;
}
.itemCSS:hover .itemContent {
	display: inherit;
}
.item.entreprises {
	left: 209px;
}
.itemTitle_entreprises {
	width: 209px;
	height: 32px;
	background: transparent url('../images/entreprises.png') no-repeat top center;
}
.itemContent.entreprises {
	background: #239FD5 none;
}
.itemTop.entreprises {
	background: transparent url('../images/entreprises_top.png') no-repeat top center !important;
	background: #239FD5 none;
}
.item.jeunes {
	left: 0px;
}
.itemTitle_jeunes {
	background: transparent url('../images/jeunes.png') no-repeat top center;
}
.itemContent.jeunes {
	background: #EA6F0B;
}
.itemTop.jeunes {
	background: transparent url('../images/jeunes_top.png') no-repeat top center !important;
	background: #EA6F0B none;
}
.item.mlan{
	left: 418px;
}
.itemTitle_mlan {
	background: transparent url('../images/mlan.png') no-repeat top center;
}
.itemContent.mlan {
	background: #F8B42E none;
	background-image: none;
}
.itemTop.mlan {
	background: transparent url('../images/mlan_top.png') no-repeat top center !important;
	background: #F8B42E none;
}

ul.submenu {
  margin    :   0;
  padding   :   10px 0 10px 0 ;
  font-size :   12px;
  width: 180px;
}

ul.submenu li 
{						  
  list-style-type   :  none;
}

ul.submenu li a {
  width :   auto !important;
  width : 	100%;
  margin-bottom     :  0px;
  background: url(../images/ul.png) no-repeat !important;
  background: url(../images/arrow.gif) no-repeat;
  background-position: 2px;
  line-height : 18px;  
  padding-left: 16px; 
  text-decoration   :   none;  
  color :   #fff;
  font-weight: bold;  
  display     :   block;    
}

ul.submenu li a:hover {
	text-decoration: underline;
}

ul.submenu ul li a {
  margin-bottom : 4px;
  background: none !important;
  text-indent: -8px;
  font-weight: normal;
  line-height : 14px;  
  text-decoration   :   none;  
  color :   #fff;  
  display     :   block;    
}
