
 /* --------------------------  MENU  ---------------------------------------*/
 
 /***** menu CSS *****/
/* @media print {
A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.
	.menu, .ssmenu {
		visibility:hidden;
	}
*/



#menu{
height:24px;
margin:10px 4px 0 4px;
padding-left:16px;
padding-top:0px;
background:url(../img/background/menu.jpg) left top repeat-x;
line-height:19px;
/*border:1px solid red;*/
}

#menuList1{
	margin-left:0px;
}

li
{
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}


li a 
{
	background-color: transparent;
	display: inline;
	/* always set margin to '0' */
	/* Win/IE5.0 will ignore border and padding if display is 'inline' */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	/*height:22px;*/
	margin:0px 13px 0px 13px;
	padding:0;
	padding-bottom:5px;
}

li a:hover,  li a:focus 
{
  
  color: #b6db66;
  /*border-color: #CCC;*/
}


.menuNoNav
{
	background-color: transparent;
	display: inline;
	/* always set margin to '0' */
	/* Win/IE5.0 will ignore border and padding if display is 'inline' */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	height:22px;
	margin:0px 13px 0px 13px;
	padding:0;
	padding-bottom:5px;
}

menuNoNav:hover,  menuNoNav:focus 
{
  
  color: #b6db66;
  /*border-color: #CCC;*/
}

.menu li
{
	padding:0px 0px 0px 0px;
	margin:3px 0px 3px 6px;
	display:block;
	
}

.menu li a 
{
	
	/* always set margin to '0' */
	/* Win/IE5.0 will ignore border and padding if display is 'inline' */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:white;
	text-decoration:none;

}

.menu li a:hover{color: #b6db66;}

li a.actuator 
{
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #000;
  padding-right: 0px;
}

li a.actuator:hover,  li a.actuator:focus 
{
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #000;
}

#AP
{
	border: none;
}

.menu
{
  background-color: #0879b4;
  color: #000;
  margin: 0px 0px 0px;
  padding: 2px;
  padding-bottom:3px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index:300;
  position: absolute;
  visibility: hidden;
  width:150px;
 
  /* always set position to 'absolute' and visibility to 'hidden' */
}

.menu .menu
{
  margin-left: 2px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

.menu li a 
{
  display: block;
  line-height: normal;
  margin:0px;
  padding:0px;
}


#menu1
{
	/*width: 120px;*/
	z-index:200;
	text-align: center;
}

#menu2
{
	/*width: 120px;*/
	z-index:200;
	text-align: center;
}

#menu3
{
	/*width: 120px;*/
	z-index:200;
	text-align: center;
}

#menu4
{
	/*width: 120px;*/
	z-index:200;
	text-align: center;
}

#menu5
{
	/*width: 120px;*/
	z-index:200;
	text-align: center;
	
}

#menu6
{
	/*width: 120px;*/
	z-index:200;
	text-align: center;
	
}

#menu7
{
	/*width: 120px;*/
	z-index:200;
	text-align: center;
	
}

#menu8
{
	/*width: 120px;*/
	z-index:200;
	text-align: center;
	
}

/* -----------------Fin menu------------------------*/

/*----------------------menu-----------------------------

#menu{
height:32px;
margin:10px 4px 0 4px;
padding-left:13px;
background:url(../img/background/menu.jpg) left top repeat-x;
}

#menu a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:white;
text-decoration:none;
height:22px;
margin:0px 16px 0 16px;
padding:0;
}

#menu li{
list-style:none;
float:left;
}

#menu a:hover{
color:#b6db66;
text-decoration:none;
}

#menu a:active{
color:#78b4d5;
text-decoration:none
}
/*----------------------fin menu-----------------------------*/