#menu
	{
	margin-top:2em;
	width:45.25em;
	height:6em;
	float:right;
	}

.menu 
	{
	position:relative;
	width:700;/*543*/
	height:2em;
	background: #fff; /*85CBE0*/

	margin-bottom:4em; /*5em*/
	}

* html .menu  { padding-bottom:0; }

.menu ul
	{
	list-style-type:none;
	padding:0;
	margin:0 0 0 0px;
	width:700;/*543*/
	height:100%;
	}

.menu li  { float:left; }

.menu table
	{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;	
	}

.menu a, .menu :visited
	{
	color:#a6be19;
	text-decoration:none;
	text-transform: uppercase;   /* en + */
	font-size: 12px;   /* en + */
	font-weight: bold;   /* en + */
	}
	
.menu a em.lft, .menu :visited em.lft 
	{
	display:block;
	float:left;
	width:5px;
	height:2em;
	}
	
.menu a b, .menu :visited b 
	{
	display:block;
	font-weight:bold;
	float:left;
	padding:0 10px;
	height:2em;
	line-height:2em;
	cursor:pointer;
	}
	
.menu a em.rgt, .menu :visited em.rgt 
	{
	display:block;
	float:left;
	width:5px;
	height:2em;
	}

.menu ul ul 
	{
	visibility:hidden;
	position:absolute;
	height:2em;
	top:0px;
	left:0px;
	width:700px;/*543*/
	background: #fff; /*00A0C6*/
	}

.menu :hover  { white-space:normal; }

.menu a:hover b 
	{
	color:#003300;
	font-weight:bold;
	background: #fff; /*004d91*/
	}
	
.menu a:hover em.lft  { border-bottom-color:#ccc; }
.menu a:hover em.rgt  { border-bottom-color:#ccc; }
.menu li:hover > a b  { color:#388f2a; }
.menu li:hover > a em.lft  {  }
.menu li:hover > a em.rgt  {  }

.menu ul li:hover ul, .menu ul a:hover ul
	{
	display:block;
	visibility:visible;
	top:2em;
	margin-top:0px;
	font-size: 12px; /* rajouté */
	}

.menu ul :hover ul li 
	{
	display:block; 
	background: #fff; /*00A0C6*/
	height:2em;
	}
	

.menu ul :hover ul li a 
	{
	display:block;
	font-size:1em;
	height:2em;
	line-height:2em;
	width:auto;
	float:left;
	color:#a6be19;
	padding:0 10px;
	text-transform: none;
	font-weight: normal;
	}
	
.menu ul :hover ul li a:hover 
	{
	color:#388f2a; /*7EA619*/
	background: #fff;
	}

#active 
	{
	color:#006633;
	font-weight:bold;
	background: #fff; /*00A0C6*/
	}
	
#zone_outils
	{
	position:absolute;
	margin-left: 910px; /*885*/
	margin-top: 0px;
	}