/* ------------------------------------------------------------------- */
/*   MENU DE NAVIGATION HORIZONTAL             */
/* ------------------------------------------------------------------- */

#skyline {
  width: 930px;
  height: 148px;
  background: url(illustrations/menu_top_sprites_930x592_nl.png);
  margin: 10px auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
#skyline li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}
#skyline li, #skyline a {
  height: 148px;
  display: block;
}
#panel1b { left: 0; width: 155px;}
#panel1b a:hover {
  background: transparent url(illustrations/menu_top_sprites_930x592_nl.png)
   0 -148px no-repeat;
}

#panel2b { left: 156px;  width: 155px;  }
#panel2b a:hover {
  background: transparent url(illustrations/menu_top_sprites_930x592_nl.png)
              -156px -148px no-repeat;
}

#panel3b { left: 311px; width: 155px; }
#panel3b a:hover {
  background: transparent url(illustrations/menu_top_sprites_930x592_nl.png)
              -311px -148px no-repeat;
}

#panel4b { left: 466px; width: 155px; }
#panel4b a:hover {
  background: transparent url(illustrations/menu_top_sprites_930x592_nl.png)
              -466px -148px no-repeat;
}

#panel5b { left: 621px; width: 155px; }
#panel5b a:hover {
  background: transparent url(illustrations/menu_top_sprites_930x592_nl.png)
             -621px -148px no-repeat;
}

#panel6b { left: 776px; width: 155px; }
#panel6b a:hover {
  background: transparent url(illustrations/menu_top_sprites_930x592_nl.png)
              -776px -148px no-repeat;
}

#paneltitre {
	text-align: center;
	font-size : 1.2em;
	color: #000;
	width: 156px;
	height: 148px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #507FCA;
	z-index: 0;
}


