  /*//////////////////////
 ///// Menu interne /////
//////////////////////*/

#menu {
	position:absolute;
	width:830px;
	height:36px;
	top:82px;
	left:138px;
	color:#b10060;
	
	overflow:hidden;
}

#menu .items {
	position:absolute;
	left:10px;
	top:4px;
}

#menu .item {
	float:left;
	width:160px;
	height:30px;
	line-height:30px;
	margin:0;
	margin-left:0px;
	margin-right:5px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}

#menu .item A {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

#menu .itemOn {	
	background-image:url(/img/front/menubar_on.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
}

#menu .itemOn A {
	color:#FFFFFF;
}

#menu .item5 {
	width:155px;
}



#sousMenu {
	position:absolute;
	width:162px;
	height:82px;
	top:114px;
	left:798px;
	padding-left:4px;
	z-index:1;
	text-align:center;
}

#sousMenu A {
	width:159px;
	margin-right:4px;
	text-align:center;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
}

#sousMenu .separateur {
	width:100%;
	height:2px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;

	background-image:url(/img/front/sousmenusep.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#sousMenuFond {
	position:absolute;
	top:114px;
	left:801px;
	
	width:163px;
	height:82px;
	
	background-color:#e7e3ce;
	background-image:url(/img/front/ssmenu_b.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
	color:#333333;
}

#hideZone1 {
	position:absolute;
	width:200px;
	height:30px;
	top:55px;
	left:766px;
	z-index:5;
}

#hideZone2 {
	position:absolute;
	width:185px;
	height:10px;
	top:200px;
	left:790px;
	z-index:5;
}

#hideZone3 {
	position:absolute;
	width:10px;
	height:110px;
	top:115px;
	left:790px;
	z-index:5;
}

#hideZone4 {
	position:absolute;
	width:10px;
	height:145px;
	top:80px;
	left:965px;
	z-index:5;
}