#wrapper {
  border:  none;
  margin-left: auto;
  width: 760px;
  margin-right: auto;
  overflow: hidden;
  background-image: url(http://www.hexapod-kit.com/images/fond.jpeg);
  background-repeat: repeat-y;
  background-position: left top;
  margin-top: -2px;
}
#header {
  border:  none;
  color: white;
  text-align: center;
  background-position:  center center;
  height: 130px;
  background-image: url(http://www.hexapod-kit.com/images/tete-page.jpeg);
  background-repeat: no-repeat;
}
#navbar {
  border:  none;
  width: 150px;
  text-align: center;
  background-color: white;
  float: left;
  background-image: url(http://www.hexapod-kit.com/images/fond.jpeg);
  background-repeat: repeat-y;
  padding-top: 50px;
  background-position: center top;
}
#content {
  border:  none;
  background-position:  center center;
  font-style: normal;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: 140px;
  font-family: Arial;
  font-weight: normal;
  text-align: left;
  font-size: 1em;
}
#endbar {
  border:  none;
  background-color: white;
  height: 120px;
  background-position: center top;
  background-image: url(http://www.hexapod-kit.com/images/pied-page.jpeg);
  background-repeat: no-repeat;
  color: black;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial;
  text-align: left;
  font-style: italic;
  padding-top: 30px;
  padding-left: 40px;
}

#contour {
border: 1px solid #000;
padding: 5px;
margin: 0px;
}

span.article {
font-size:2em;
color:gray;
text-align:left;
}

span.article_petit {
font-size:1.2em;
color:gray;
text-align:left;
}

span.tarif {
font-size:3em;
color:gray;
float:right;
display: inline; /*fixes IE float bug*/
padding-right: 10px;
}


