/************ Menu Header  ***************/
#menuheader { 
	text-align: center; 
  margin-top: 20px;
  margin-bottom: 20px;
}

/************ Menu Footer  ***************/
#menufooter {
	text-align: center; 
  margin-top: 20px;
  margin-bottom: 20px;
}

/************ Menu Left  ***************/
#menuleft { 
	text-transform: uppercase;
	text-align: center; 
  font-family: "arial";
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 6px;
	position:relative;
}

#menuleft ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

#menuleft ul li {
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

#menuleft ul li a {
  display: block;
  background: transparent;
  text-decoration: none;
  font: normal 12px Arial;
  color: #C5C5C5;
  line-height: 17px;
  padding-top: 0px;
  padding-left: 23px; /*link text is indented 8px*/
}

#menuleft ul li a:hover {
	color: #E77919;
	background: transparent url(../images/menu/curseur.gif) no-repeat center left;
}

 #menuleft ul li a:active {
/* 	color: #E77919; */
/*	background: transparent url(../images/menu/curseur.gif) no-repeat center left; */
 }

/************ Sous-Menu Left  ***************/
#s_acrobatiques, #s_monocordes{
	width: 138px;
	text-transform: none;
	text-align: center; 
  font-family: "arial";
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 3px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
	border-top: 3px ridge #E77919;
	border-bottom: 3px ridge #E77919;
/*	border-left: 3px ridge #E77919; */
/*	border-right: 3px ridge #E77919; */
  background: #222222;
}

#s_acrobatiques ul, #s_monocordes ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

#s_acrobatiques ul li, #s_monocordes ul li {
  padding-top: 3px;
	padding-bottom: 2px;
}

#s_acrobatiques ul li a, #s_monocordes ul li a {
  display: block;
  text-decoration: none;
  font: normal 12px Arial;
  color: #C5C5C5;
  background: transparent;
  line-height: 0px;
  padding-top: 3px;
  padding-bottom: 8px;
  padding-left: 20px;
}

#s_acrobatiques ul li a:hover, #s_monocordes ul li a:hover{
	color: #E77919;
	background: transparent; 
/*	background: transparent url(../images/menu/curseur.gif) no-repeat center left;*/
}
