
#dg1 {
	overflow:hidden;
	position:absolute;
	z-Index:10;
	top:0px;
	left:0px;
	width:29px;
	margin:0px;
	padding:0px;
	}

#divmenu1 {
	position:relative;
	left:0px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}	
	
#fleche1 {
	position:absolute;
	top:0px;
	right:0px;
	height:642px;
	margin:0px;
	padding:0px;
	background: url(images/horizon.gif);
	background-repeat:repeat-y;
	}

#dg2 {
	overflow:hidden;
	position:absolute;
	z-Index:10;
	top:0px;
	width:29px;
	right:0px;
	margin:0px;
	padding:0px;
	}

#divmenu2 {
	position:relative;
	left:27px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}
	
#fleche2 {
	position:absolute;
	top:0px;
	left:0px;
	height:642px;
	margin:0px;
	padding:0px;
	background: url(images/horizon.gif);
	background-repeat:repeat-y;
	}

#menu {
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#menu li a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(images/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}