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;
}



#sban {
  width: 800px;
  height: 140px;
  border-bottom: 2px solid black;
}

#sban a {
  color: white;
  height: 140px;
  text-decoration: none;
}

#sban h1 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 13px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#sban p {
  color: white;
  border: 1px solid white;
  width: 200px;
  height: 80px;
  margin: auto;
  padding: 5px 5px 5px 5px;
}

#sban img {
  width: 140px;
  height: 90px;
  margin: auto;
  border: 0;
}

.std {
  float: left;
  width: 265px;
  height: 140px;
  background-color: #ffa54d;
}

.stda {
  float: left;
  width: 265px;
  height: 140px;
  background-color: #ff8000;
}

.stda p {
  background-color: #ffa54d;
}

.std h1 {
  background-color: #ff8000;
}

.std:hover {
  background-color: #ff8000;
}

.pro {
  float: left;
  width: 270px;
  height: 140px;
  background-color: #7db755;
}

.proa {
  float: left;
  width: 270px;
  height: 140px;
  background-color: #59a325;
}

.pro h1 {
  background-color: #59a325;
}

.pro:hover {
  background-color: #59a325;
}

.proa p {
  background-color: #7db755;
}
.ecom {
  float: left;
  width: 265px;
  height: 140px;
  background-color: #4a91bf;
}

.ecoma {
  float: left;
  width: 265px;
  height: 140px;
  background-color: #0d6caa;
}
.ecoma p {
  background-color: #4a91bf;
}
.ecom h1 {
  background-color: #0d6caa;
}

.ecom:hover {
  background-color: #0d6caa;
}

.ptab a {
  display: block;
  height: 380px;
  text-decoration: none;
  float: left;
}

.ptab p{
  padding: 50px 0 0 30px;
  text-align: left;
  text-decoration: none;
  color: black;
}

.heb {
  padding: 0 0 5px 20px;
  font-size: 11px;
}



#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;
}


