#menu_bar {
  position            : absolute;
  top                 : 240px;
  left                : 0px;
  width               : 560px;
  height              : 60px;
  font-family         : Verdana, Helvetica, sans-serif;
  font-size           : 15px;
  color               : #646464;
  text-align          : center;
  padding-top         : 10px;
  background-image    : url('/public/strasbourg/bar_back.gif');
  background-repeat   : repeat-x;
  background-position : 0px 45px;
}

#menu_bar a {
  color               : #646464;
}
#menu_bar a:hover {
  color               : #000033;
  text-decoration     : none;
}

#content {
  margin-top          : 50px;
}
