#container {
	 
}
#container * {
	margin: 0;
	padding: 0;
}
#container ul#menu {
font: 11px verdana, arial, sans-serif;
font-weight:bold;
   list-style-type: none;
   padding-bottom: 37px;
  /*  border-bottom: 1px solid #038DA9; */  
margin-left:30px;
  margin-top:20px;
 
}
#container ul#menu li {
	 float: left;
   height: 20px;
 width:114px;
   margin: 2px 2px 0 2px;

 background-image:none;
}

 
#container ul#menu li a {
	   float: left;
   display: block;
   color: #666;
   text-decoration: none;
   padding: 4px;
}
 

#container ul#menu li a:hover {
/*background: #fff;*/
}
#container h1,
#container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
#container .content {

}
#container hr {
	clear: both;
	visibility: hidden;
}


#container a.current {
 width:107px !important ;
 width:114px;
  border-top:  1px solid #B9DCA6; 
/* border-bottom: 1px solid #fff;
background-color: #fff;*/
cursor:default;
/*background:url(../images/anglets/a.jpg);
background-repeat:repeat-x;*/
padding-top:0px;
}
 

#container a.ghost  {
 background:#F0EDD7;
  border-top:  1px solid #B9DCA6; 
  border-bottom:  1px solid #B9DCA6; 
 width:107px !important ;
 width:114px;
cursor:default;
/*background:url(../images/anglets/b.jpg);
  background-repeat:repeat-x;*/
}
#container .on {
	display: block;
}
#container .off {
	display: none;
}

