/********** TOP MENU **********/

#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display: inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(https://yateri.fr/uploads/brightside/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(https://yateri.fr/uploads/brightside/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}




/********* SIDEBAR MENU *********/

#sidebar ul.sidemenulv2 {
  list-style: none;
  margin: 10px 0px 10px 0px;
  padding: 0;
}

#sidebar ul.sidemenulv3 {
  list-style: none;
  margin: 2px 0px 5px 10px;
  padding: 0;	
}

#sidebar ul.sidemenulv2 li {
  margin-bottom:1px;
  border: 1px solid #f2f2f2;
  font-variant: small-caps;
}

#sidebar ul.sidemenulv2 a {
  display:block;
  font-weight:bold;
  color: #333;	
  text-decoration:none;	
  padding:2px 5px 2px 10px;
  background: #f2f2f2;
  border-left: 4px solid #CCC;	
  min-height:18px;
}

* html body #sidebar ul.sidemenulv2 a { height: 18px; }

#sidebar ul.sidemenulv2 .menuactive a {
  border-left:4px solid #9EC630;
}

#sidebar ul.sidemenulv2 a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
  border-left: 4px solid #9EC630;
}
/* Stylesheet: FJU_BrightSide_Menus Modified On 2016-02-16 20:17:36 */
