html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #dddddd;
}

body, html {
  height: 100%;
}

div {
  margin: 0;
  padding: 0;
}

.breaker {
  clear: both;
}

#wrapper {
  margin: -30px auto 0 auto;
  min-height: 100%;
  _height: 100%;
  padding: 0 26px;
  width: 777px;
  background: url(../../../images/bg.jpg) repeat-y;
  text-align: left;
}

#header {
  position: relative;
  float: left;
  clear: both;
  margin: 30px 0 0 0;
  width: 777px;
  height: 167px;
  background: url(../../../images/header.jpg) no-repeat;
}

#header a.home {
  position: absolute;
  display: block;
  top: 82px;
  left: 338px;
  width: 431px;
  height: 81px;
}

#middle {
  float: left;
  clear: both;
  width: 777px;
  margin: 15px 0 0 0;
}

#middle .navLeft {
  float: left;
  width: 168px;
  margin: 0;
}

#middle .content {
  float: left;
  width: 411px;
  margin: 0 0 0 15px;
}

#middle .navRight {
  float: left;
  width: 168px;
  margin: 0 0 0 15px;
}

#middle .navRight .offerte {
  float: left;
  clear: both;
  width: 152px;
  height: 254px;
  background: url(../../../images/transport.jpg) no-repeat;
  text-align: center;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
}
#middle .navRight .offerte .text1 {
  float: left;
  clear: both;
  width: 152px;
  vertical-align: middle;
  margin: 209px 0 0 0;
}
#middle .navRight .offerte .text1.en {
  margin: 199px 0 0 0;
}

#languages {
  float: right;
  margin: 9px 14px 0 0;
  _margin: 9px 7px 0 0;

}

#languages .item {
  float: left;
  margin: 0 3px;
}

#languages .item a {
  display: block;
  float: left;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
}

#footer {
  margin: 0 auto;
  clear: both;
  height: 30px;
  padding: 0 26px;
  width: 777px;
  background: url(../../../images/bg.jpg) repeat-y;
}

#main_page_title {
  margin: 15px 0 0 0;
}

#main_page_title h1 {
  color: #ba012d;
  font-size: 12pt;
  font-weight: bold;
}
