/* *************** CSS menu_top.css  ******************/

#menu
{
	background-color: transparent;
	/*color: #CBF0D4;*/
	color:#f1f3e3;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}
#menu ul
{
	z-index: 100;
	position: static;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #6CD487;*/
	border-bottom: 1px solid #e6ebc9;
	white-space: nowrap;
	min-width:20px;
}
#menu ul ul
{
	background-color:transparent; /* pour reavoir la transparence */
	margin: 0px;
	padding:1px;
}
#menu a, #menu h2
{
	display: block;
	margin: 0px;
	padding: 0px;
}
#menu h2
{
	padding-right:3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:10px;
	/*color: #CBF0D4;*/
	color:#f1f3e3;
	background-color: transparent;
	text-transform: uppercase;
}
#menu a
{
	background-color: transparent;
	/*color: #CBF0D4;*/
	color:#f1f3e3;
	text-decoration: none;
}
#menu li
{
	position: relative;
	padding-left:10px;
	/*color: #CBF0D4;*/
	color:#f1f3e3;
	/* background defined in default_menu.css */
}
#menu li:hover, #menu h2:hover /*AU SURVOL DE LA SOURIS*/
{
	/*background-color:#A2DB97;*/
	background-color: #325c10;
	color: #f1f3e3;
}
#menu ul li:hover, #menu ul li ul li:hover/*définir la largeur du hover pour IE7*/
{
	margin-right:0;
	margin-left:0;
	padding-left:2px;
	padding-right:0;
	width:147px; /*obligatoire pour IE7*/
}
#menu ul ul ul
{
	position: absolute;
	top: 0;
	margin: 0;
	left: 100%;
	z-index: 500;
}
#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{
	display: none;
}
#menu ul span:hover ul,
#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{
	display: block;
	width: 149px;
	min-width:149px;
}
#menu ul li ul li
{
	/*background-color: #2D9A49;*/
	background-color: #7d8a2b;
}


/* ******************** CSS : customized_topmenu.css ***************************** */

#menu ul,
#menu ul ul {
 /* background:#2D9A49;*/
  background-color: #7d8a2b;
  /*border:1px solid #990000;*/
  list-style:none;
  margin:0;
  padding:0;
  width:149px;
  _width:149px;
}

#menu ul ul {
  position:absolute;
  top:0px;
  left:149px;
}

#menu ul li {
  position:relative;
  margin:0;
  padding:0.2em;
  _display:inline;
}

#menu ul a {
  display:block;
  width:100%;
 /*color: #CBF0D4;*/
	color:#f1f3e3;
  text-decoration:none
}

#menu ul a:hover{
  color: #f1f3e3;
}
li.withsubmenu, li.withsubmenu:hover
{
	background-image:url(/images/nav/submenuwhite.gif);
	background-repeat:no-repeat;
	background-position:right;
	/*font-weight: bold;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;*/
}
