/* Structure CSS */
div#menu{
  position: absolute;
  top: 0;
  left: -9;
  height: 134px;
  overflow: none;
  margin: 0px;
  padding: 0px;
  background-color: #A69B48;
  width: 100%;
}

 @media screen{
  body>div#menu{
   position: fixed;
  }
 }
 html body{
  overflow-x: auto;
  overflow-y: auto;
 } 
 html div#main{
  width: 100%;
  background-color: #A69B48;
  height: 100%;
  overflow-y: scroll;
  z-index: 100;
 }
 


.nbButton{
	height: 20px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
	background-color: #5b5211;
	font-family: "Trebuchet MS", 'Arial', 'Helvetica';
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 21px;
	padding-top: 1px;
	*padding-top: 0px;
}
