/* ------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------- zone menu principal ------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */

/* ------------ menu en -------------------*/

#menu, #menuFr
{
	width:957px;
	/*width:751px;*/
	margin:0;
	padding:0;
	background:#fff;
}

#menu img, #menuFr img{display:block;}


#menu ul, #menuFr ul
{
	list-style:none;
	margin:0 !important	;
	padding:0 !important;
}


#menu ul li
{
	float:left;
	/*font-size:1.1em;	*/
	margin:0;
	padding:0 0 0 23px;
	/*font-weight:bold;*/
	line-height:22px;
	
}

#menu a
{
	text-decoration: none;
	color: Black;
	margin:0;
	padding:0 23px 0 0;
	font-weight: bold;
	font-family: Arial, 'Times New Roman' , 'Courier New';	
	font-size: 11px;
	border-right: red thin solid;	
}

#menu #amXtechnologieen, #menuFr #amXtechnologieen
{color: Red;}

#menu .lienMenufirst
{
	padding-left:40px;
}

#menu .lienMenulast, #menuFr .lienMenulast
{
	border-right: none;
}

#menu ul li a:hover, #menuFr ul li a:hover
{
	text-decoration: none;
	color: Red;
	padding-top: 12px;
	font-weight: bold;
	font-family: Arial, 'Times New Roman' , 'Courier New';
}
#menu ul li.sep, #menuFr ul li.sep
{background:url(../images/i_sep.gif) no-repeat top right;}


/* ------------ menu fr -------------------*/


#menuFr ul li
{
	float:left;
	/*font-size:1.1em;	*/
	margin:0;
	padding:0 0 0 18px;
	/*font-weight:bold;*/
	line-height:22px;
	
}

#menuFr a
{
	text-decoration: none;
	color: Black;
	margin:0;
	padding:0 18px 0 0;
	font-weight: bold;
	font-family: Arial, 'Times New Roman' , 'Courier New';	
	font-size: 11px;
	border-right: red thin solid;	
}

#menuFr .lienMenufirst
{
	padding-left:15px;
}


/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------- Sous-menu ------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
#sousmenu 
{
    text-align: left;
	display: block;
    left: 0;
    top: 0;
	z-index: 100;
}
div.sousmenuen,
div.sousmenufr
{
	/*font-size: .9em;*/
}
div.sousmenues
{
	/*font-size: .8em;*/
}

#sousmenu div 
{
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	cursor: pointer;	
}

#sousmenu div div {
	position: relative;
	display: block;
	/*white-space: nowrap;*/
	background: none;
	border-top:1px solid #fff;
}

#sousmenu div div.first {border-top:1px solid gainsboro;}
#sousmenu div div.last {border-bottom:1px solid #fff;}

#sousmenu a
{
	display: block; /*height: 1%;*/
	padding: 6px 8px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	background-color: #FFF;
	letter-spacing: 0pc;
}


#sousmenu a:hover
{
	background: #e00000;
}
