/* tete du menu général */
.dmenu {
    font: bold 11px Verdana, Helvetica, Arial;
    width: 125px;
}

.dmenu .item1,
.dmenu .item1:hover,
.dmenu .item1-active,
.dmenu .item1-active:hover,
.dmenu .item-default:hover {
    padding-left: 0px;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    vertical-align: bottom;
    color: #155196;
    height: 38px;
    border: 1px #155196;
    border-style: none solid none solid;    
}

.dmenu .item-default {
    color: #FFFFFF;
    background-color: #A1AED6;    
}

.dmenu .item1:hover,
.dmenu .item1-active,
.dmenu .item1-active:hover
.dmenu .item1:hover,
.dmenu .item1-active,
.dmenu .item1-active:hover {
    background-color: #A1AED6;
    color: #ffffff;
    border: 1px #155196;
    border-style: solid solid solid solid;  
}

/* Les éléments des sous-menus */
.dmenu .item2,
.dmenu .item2:hover {
    font-weight: normal;
    padding: 1px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dmenu .item2 {
    background-color: #A1AED6;
    color: #ffffff;
}
.dmenu .item2:hover {
    color: #ffffff;
    background-color: #155196;
}
/* placement des éléments des sous-menus à droite*/
.dmenu .section {
    background-color: #7dade6; color: #f9f8f4; 
    border: 1px #155196;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .dmenu td { position: relative; } /* ie 5.0 fix */
