body {
    margin: 0;
    padding: 0;
    background-color: #666
    }
dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Arial
    }
#menu {
    position: relative;
    top: 0;
    left: 0
    }
dl#menu {
    width: 172px
    }
dt {
    cursor: pointer;
    margin: 1px 0;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #099;
    text-indent: 6px;
    font-size: 12px
    }
dt a {
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 100%;
    border-left-color: #FF0;
    border-left-style: solid;
    border-left-width: 10px
    }
dt a:hover {
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #F00;
    background-color: #FF0;
    color: #000;
    text-indent: 6px
    }
#menu li a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    background-color: #FF0;
    padding-left: 10px;
    font-size: 12px
    }
#menu li a:hover {
    background-color: #F00;
    color: #FFF;
    font-size: 12px
    }
.sousmenu {
    font-family: Arial;
    font-size: 12px;
    color: #FFF;
    text-indent: 10px;
    background-color: #099;
    font-weight: bold
    }
.sousrubrique {
    font-family: Arial;
    padding-left: 10px
    }
.fondmenu {
    background-color: #099
    }