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



#details{
  width:540px;
  text-align:justify;
  margin: auto;
  text-align: center;
}

#details h2 {
	text-decoration: underline;
	text-align: left;
	font-size: 18px;
}

#details p {
	text-align: justify;
	padding-bottom: 10px;
}

#details .creation_web  p{
  border-bottom: 1px solid #4a91bf;
}

#details .creation_web  h2{
  color: #4a91bf;
}

#details .securite_web p{
  border-bottom: 1px solid #7db755;
}

#details .securite_web h2{
  color: #7db755;
}

#details .services_web p{
  border-bottom: 1px solid #ffa54d;
}

#details .services_web ul{
  text-align: left;
  list-style-type: square;
}

#details .services_web h2{
  color: #ffa54d;
}
#foot {
  color: white;
  font-size: 10px;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color:#e30802; 
  border-top: 1px solid black;
}


