/* CSS Document */

#btnLogo {
  width: 321px;
  height: 79px;
  position: absolute;
  margin-top: 26px;
  margin-left: 20px;
  background-image: url(../img/bg_logo.png);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0;
}

#btnHitta {
  width: 150px;
  height: 100px;
  position: absolute;
  margin-top: 26px;
  margin-left: 600px;
  background-image: url(../img/bg_hitta.png);
  background-position: left top;
  background-repeat: no-repeat;
  border: 0;
}

#bg_menu {
  position: absolute;
  margin-left: 20px;
  top: 126px;
  width: 804px;
  height: 44px;
  background-image: url(../img/bg_menu.png);
  background-repeat: no-repeat;
}

#bg_menu.products {
  background-position: 0 -2px;
}

#bg_menu.offert {
  background-position: 0 -48px;
}

#bg_menu.upload {
  background-position: 0 -94px;
}

#btn {
  position: absolute;
  margin-top: 5px;
  margin-left: 30px;
  width: 300px;
  height: 20px;
}

#btn a {
  color: #ffffff;
  text-decoration: none;
}

#btn a:hover {
  color: #ffcc00;
}

#btn a.active {
  color: #ffcc00;
}

#subBtn {
  position: absolute;
  top: 152px;
  margin-left: 50px;
  height: 20px;
  width: 750px;
  color: #ffffff;
}

#subBtn a {
  color: #ffffff;
  text-decoration: none;
}

#subBtn a:hover {
  color: #ffcc00;
}

#subBtn a.active {
  color: #ffcc00;
}
