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




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

.contact_produit {
  margin-top: 2px;
  width:383px;
  height:77px;
  padding-top: 10px;
  border: 1px solid #ccc
}

.contact_vos_infos {
  margin-top:-9px;
  margin-right:400px;
  width:385px;
  height:150px;
  border: 1px solid #ccc
}

.contact_complementaire {
  float:right;
  margin-right:10px;
}

.contact_t {
  padding-top: 10px;
}

#check_dev {
  display:none;
}

#devis {
  margin-top: -2px;
  width: 768px;
  padding: 10px 0 10px 10px;
  border: 1px solid #ccc
}

#devis h2{
  font-size: 14px;
  color: #4a91bf;
}

#devis.projet {
  padding-left: 30px;
  width: 373px;
}


