body {
  font-family: arial, helvetica, sans-serif;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}
#center {
  position:  absolute;
  left: 50%;
  top: 10px;
  width: 1px;
  height: 1px;
  overflow: visible;
}
#main {
  position: relative;
  width: 1000px;
  height: 700px;
  background-color:  transparent;
  left: -500px;
  top: 0px;
}
#menu {
  position: absolute;
  bottom: 0;
  margin-left: 150px;
  margin-top: 220px;
}
#content {
  position: relative;
  width: 1000px;
  background-color: transparent;
}
#content_left {
  position: relative;
  width: 40%;
  height: 700px;
  float: left;
  overflow: hidden;
}
#content_left ul {
  position: absolute;
  bottom: 0;
  left: 0;
  list-style-type: none;
  color: #ffffff;
  opacity: 0.7;
  text-transform: uppercase;
}
#content_left li {
  min-height: 1em;
}
#content_right {
  position: relative;
  background-color: transparent;
  width: 60%;
  height: 700px;
  float: left;
}
#logo_line {
  position: absolute;
  top: 135px;
  left: 0px;
  width: 1000px;
  height: 110px;
  background-color: transparent;
  background-image: url("logo_line.png");
  background-repeat: no-repeat;
}
#logo_adresse {
  position: absolute;
  top: 135px;
  left: 540px;
  width: 370px;
  height: 40px;
/*background-image: url("logo_adresse.png");*/ 
  background-repeat: no-repeat;
}
#logo {
  position: absolute;
  top: 50px;
  left: 540px;
  width: 448px;
  height: 89px;
  background-image: url("logo.png");
  background-repeat: no-repeat;z-index: 10;
}
