body {
  padding: 0;
  margin: 0;
  background-color: #999999;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Arial, 'Helvetica Neue', Helvetica, Geneva, Lucida, sans-serif;
  font-size: 12px;
  color: /*#454545*/black;
  text-align: center;
}
img {
  border: 0;
}
#page {
  background: url(../images/fond.png) repeat-y 50%;
  height: 100%;
}
#centre {
  width: 800px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
}

#hban {
  width: 800px;
  height: 70px;
  background: url(../images/logo.png) no-repeat top left;
  background-color:#e30802;  
  color: white;
}

#accessbuttons {
  float:right;
  position:relative;
  top:0px;
  right:5px;
  width:180px;
  height:35px;
  background: url(../images/navicon.png) no-repeat center top;
  margin:0;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 12px;
}

#accessbuttons li{
margin: 0;
padding: 0;
display: inline;
}

#accessbuttons a{
  font-size:8px;
  display: block;
  float: left;
  height: 16px;
  width: 23px;
  margin-right: 5px;
  }

#menu {
  height: 25px;
  width: 800px;
  background: url(../images/menu.png) no-repeat;
}

ul.menu {
  width: 800px;  
  display:block;
  list-style:none;
  margin:0;
  padding:0;
}


li.menu {
  position:relative;
  float:left;	
  display:block;
  list-style:none;
  margin:0;
  padding:4px 15px;
  line-height:16px;
  width: 80px;
  height: 16px;
  text-align: center;
}

li li {
  float:none;
  height: 15px;
}

#menu li a {
  background-color: inherit;
  color:white;
  text-decoration:none;
  font-weight:bold;
}

#menu a:hover {
  background-color: inherit;
  color:#f00;
}



#rban {
  width: 800px;
  height: 140px;
  border-bottom: 2px solid black;
  text-align: center;
  background: url(../images/references/reference.jpg) white no-repeat center;
}

#rban img {
  height: 120px;
  margin-top: 10px;
  filter : alpha(opacity=60);
  -moz-opacity : 0.6;
  opacity : 0.6; 
}


#contenu {
  padding: 10px 0 0 10px;
  text-align: left;
  font-size: 12px;
  min-height: 600px;
}

#contenu .droite{
  margin-top: -10px;
  margin-right: 10px;
  float: right;
}
#foot {
  color: white;
  font-size: 10px;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color:#e30802; 
  border-top: 1px solid black;
}


