#header
{
background-image:url('../img/menu/background.jpg');
background-repeat:repeat-x;
height : 19px;
width : 950px;
border-left-color:#000000;
border-left-style : solid;
border-left-width : 1px;
border-right-color:#000000;
border-right-style : solid;
border-right-width : 1px;
}

.bicolor-g
{
position : absolute;
top:17px;
height : 1px;
width:950px;
background-color:#cacaca;
border-left-color:#000000;
border-left-style : solid;
border-left-width : 1px;
border-right-color:#000000;
border-right-style : solid;
border-right-width : 1px;
}

.bicolor-b
{
position : absolute;
top:18px;
height : 1px;
width:950px;
background-color:#ffffff;
border-left-color:#000000;
border-left-style : solid;
border-left-width : 1px;
border-right-color:#000000;
border-right-style : solid;
border-right-width : 1px;
}

#header ul
{
position : absolute;
margin : 0px;
padding : 0px;
list-style : none;
}

#header ul li
{
float : left;
margin : 0px;
}

#header>li
{
float : none;
}

#header ul li a
{
display : block;
float : left;
height : 17px;
background-position : top right;
}

#news a
{
background-image : url('../img/menu/news.jpg');
float : none;
width : 71px;
}

#calendrier a
{
width : 125px;
background-image : url('../img/menu/calendrier.jpg');
}

#evenement a
{
width : 139px;
background-image : url('../img/menu/evenement.jpg');
}

#inscriptions a
{
width : 132px;
background-image : url('../img/menu/inscriptions.jpg');
}

#faq a
{
width : 65px;
background-image : url('../img/menu/faq.jpg');
}

#archives a
{
width : 103px;
background-image : url('../img/menu/archives.jpg');
}

#telechargement a
{
width : 179px;
background-image : url('../img/menu/telechargement.jpg');
}

#forum a
{
width : 135px;
background-image : url('../img/menu/forum.jpg');
}


#news a:hover
{
background-image : url('../img/menu/news_a.jpg');
}

#calendrier a:hover
{
background-image : url('../img/menu/calendrier_a.jpg');
}

#evenement a:hover
{
background-image : url('../img/menu/evenement_a.jpg');
}

#inscriptions a:hover
{
background-image : url('../img/menu/inscriptions_a.jpg');
}

#faq a:hover
{
background-image : url('../img/menu/faq_a.jpg');
}

#archives a:hover
{
background-image : url('../img/menu/archives_a.jpg');
}

#telechargement a:hover
{
background-image : url('../img/menu/telechargement_a.jpg');
}

#forum a:hover
{
background-image : url('../img/menu/forum_a.jpg');
}

