#skyline {
   width: 900px;
   height: 26px;
   background: url(img/subheader.jpg);
   padding: 0;
   border-color:darkblue;
   border:1px;
   position: relative;
   margin-left: 0;
}
#skyline li {
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   top: 0;
   display: none;
}
#skyline li, #skyline a {
   height: 26px;
   display: block;
}

#submit {
width: auto;
margin: 0;
padding: 0; 
background-color: red;
color: green;
overflow: visible;
}

#accueil { left: 0x;     width: 79px; }
#forum { left: 90px;  width: 62px;  }
#chat { left: 164px; width: 31px; }
#tracker { left: 207px; width: 79px; }
#xdcc { left: 297px;     width: 46px;  }
#ddl { left: 355px;     width: 99px;  }
#equipe { left: 466px;     width: 74px;  }
#projets { left: 554px;  width: 74px;  }
#recrutement { left: 640px; width: 121px; }
#tutos { left: 773px; width: 58px; }
#dons { left: 842px;     width: 52px;  }

#accueil a:hover {
   background: transparent url(img/subheader.jpg)
               0px -26px no-repeat;
}
#forum a:hover {
   background: transparent url(img/subheader.jpg)
               -90px -26px no-repeat;
}
#chat a:hover {
   background: transparent url(img/subheader.jpg)
               -164px -26px no-repeat;
}
#tracker a:hover {
   background: transparent url(img/subheader.jpg)
               -207px -26px no-repeat;
}
#xdcc a:hover {
   background: transparent url(img/subheader.jpg)
               -297px -26px no-repeat;
}
#ddl a:hover {
   background: transparent url(img/subheader.jpg)
               -355px -26px no-repeat;
}
#equipe a:hover {
   background: transparent url(img/subheader.jpg)
               -466px -26px no-repeat;
}
#projets a:hover {
   background: transparent url(img/subheader.jpg)
               -554px -26px no-repeat;
}
#recrutement a:hover {
   background: transparent url(img/subheader.jpg)
               -640px -26px no-repeat;
}
#tutos a:hover {
   background: transparent url(img/subheader.jpg)
               -773px -26px no-repeat;
}
#dons a:hover {
   background: transparent url(img/subheader.jpg)
               -842px -26px no-repeat;
}
