#onglets
{
        position : absolute;
        border : 1px solid transparent;
        padding : 0;
        font : 14px "Trebuchet MS";
        list-style-type : none;
        left : 30%;
        margin-top : 0;
        width : 1000px;
}
#onglets li
{
    float : left;
    height : 21px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #222;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #222;
}
#onglets li.active
{
    border-bottom: 1px solid #fc0;
    background-color: #222;
}
#onglets a.hasard
{
    color: #FC0;
}
#onglets a.boutique
{
    color: #F00;
}
#onglets a
{
    display : block;
    color : #888;
    text-decoration : none;
    padding : 4px;
}
#onglets a:hover
{
    background : #222;
	color : #fc0;
}
#menu
{
        border-bottom : 1px solid #222;
        padding-bottom : 25px;
}
