/* --------------------------  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
{
	margin: 0px;
  	padding: 0;
  	z-index:300;
	background:url(../img/bg/bg-menu.png) repeat-x;
	width:847px;
	height:33px;
}

#menuList1
{
	margin:0px; 
	padding:0px;
}

li
{
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}


 li a 
{
  background-color: transparent;
  color: #000;
  display: inline;
  line-height: 33px;
  /*border: 1px solid #EEE;*/
  margin: 0;
  padding:0px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

 li a:hover,  li a:focus 
{
  /*background-color: #f8f8f8;*/
  color: #B90A03;
  /*border-color: #CCC;*/
}

 li a.actuator 
{
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #000;
  /*padding-right: 20px;*/
}

 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: #EEE;
  color: #000;
  border: 1px solid #CCC;*/
  margin: 0;
  margin-top:-2px;
  padding: 2px;
  /* 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:180px;
  width:auto;
 
  /* 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;

  /*background:#9fae52;*/
  background:url(../img/bg/bg-menu.jpg);
  /*height:33px;*/
  line-height:22px;
  padding:3px 16px 2px 16px;
  font-family:Arial;
  font-size:12px;
  /*font-weight:;*/
  color:#fdfdfd;
}

 .menu li a:hover
{
  color:#2d3b01;
}


#menu1
{

	width: 120px;
	z-index:200;
	text-align: center;
	height: 33px;
}

#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;
	
}

/* -----------------Fin menu------------------------*/
