

dl, dt, dd, ul, li
{
    margin: 0;
    padding: 0;
}

#headermenu
{
    width:1290px;
    height:auto;
    border: none;
    border-color: #d3dce3;
    background-color:#d3dce3;
}
.menu rubriques
{
width:1280px;
}
#navigation
{
width:1280px;
}
#headermenu dl
{
    float: left;
    border: solid;
    border-color:#d3dce3;
    height:auto;
}
#headermenu dt
{
    width:250px;
    /*cursor: pointer;*/
    color: #74653D;
    font-size:14px;
}
#headermenu dd
{
    display: none;
    border: none;
}

#headermenu dt a
{
    color: #d3dce3;
    text-align: center;
    display: block;
    height: 70px;
    border: none;
    top:197px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}
#headermenu dt a:hover, #headermenu dt a:focus
{
    background: #eee;
}

