body {
  background-color: #e7e5d5;
  text-align: center;
  color: #7c704f;
  font-family: Calibri, Arial, sans-serif;
}

#innet {
  margin: 10px auto;
  width: 922px;
}

.bar {
  position:absolute;
  top: 315px;
  left: 0;
  background-color: rgba(196, 189, 151, 0.3);
  height: 150px;
  width: 100%;
}

.box {
  background-color: #ffffff;
  width: 922px;
  height: 576px;
}

.right {
  float: right;
  width: 403px;
  padding: 2px 0;
}

.left {
  width: 515px;
  text-align: left;
  background-image: url(img/bg-br.jpg);
  background-position: 51% 100%;
  background-repeat: no-repeat;
}

.left h1 {
  font-family: "Orator Std";
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding: 5px 0 20px 35px;
}

.left p {
  margin: 0;
  padding: 5px 10px 5px 35px;
  font-size: 12px;
}

.left p a {
  color: #7c704f;
  text-decoration: none;
}

.logo {
  display: block;
  margin: 40px 0px 0px 110px;
  width: 290;
  height: 211px;
  background-image: url(img/Biologique_Recherche-logo.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.foot {
  font-family: "Courier New", Courier;
  color: #595959;
  height: 36px;
  font-size: 10px;
  font-weight: bold;
}
.foot span {
  display: inline-block;
  padding: 15px 5px 0;
}
.foot a {
  color: #595959;
  text-decoration: none;
}