/*menu*/

div#fond-haut-gauche {
	position:fixed;
	top:0px;
	left:0px;
	height: 58px;
	width: 296px;
	background-image: url("./img/haut1.png") ;
	background-repeat: no-repeat;
}

div#fond-elastique {
	position:fixed;
	background:#43235F;
	height: 58px;
	width: 100%;
	top: 0px;
	left: 0px;
}

div#fond-haut {
	background:#43235F;
	height: 58px;
	width: 100%;
	top: 0px;
	left: 0px;
}
div#fond-haut-droite {
	position:fixed;
	background:#43235F;
	top:0px;
	right:0px;
	height: 58px;
	width: 204px;
	background-image: url("./img/haut2.png");
	background-repeat: no-repeat;
}
div#fond-gauche {
	position:fixed;
	left:0px;
	top: 58px;
	height: 561px;
	width: 151px;
	background-image: url("./img/milieu-gauche.png");
	background-repeat: no-repeat;
}

div#fond-arrondi-gauche {
	position:fixed;
	top:58px;
	left:151px;
	height: 9px;
	width: 9px;
	background-image: url("./img/haut1-border.png");
	background-repeat: no-repeat;
}

div#fond-arrondi-droite {
	position:fixed;
	right:0px;
	top:58px;
	height: 9px;
	width: 9px;
	background-image: url("./img/haut2-border.png");
	background-repeat: no-repeat;
}

ul.menu {
	position:fixed;
	top:190px;
	left: 0px;
	width: 121px;
	height:700px;
}
ul.menu  li {
	position: relative;
	left: -1.5em;
	color: #FFFF46;
	margin: 1em auto;
	font-family: verdana;
	font-size:14px;
	
	line-height:1em;
   height:21px;
	list-style-type: none; 
   background: url("./img/lune-1.png") left no-repeat; 

   padding: 0 0 0 24px;
/* 	list-style-image: url("./img/lune-1.png");*/
}
ul.menu  li.menu-actuel {
/*	list-style-image: url("./img/lune-2.png");*/
   background: url("./img/lune-2.png") left no-repeat; 

}
ul.menu li a, ul.menu li a:visited {
	color: #ffffff;
	font-family: verdana;
	font-size:14px;
}
ul.menu li.menu-actuel a, ul.menu li.menu-actuel a:visited {
	color: #ffff46;
	font-family: verdana;
	font-size:14px;
}
