/* CSS Document */
#menu {
padding-top:90px;
}

#top dl, #top dt, #top dd, #top ul, #top li {
margin: 0;
padding: 0;
list-style-type: none;
}
#top {
z-index:100;
float:inherit;
}
#top dl {
float: left;
width: 5.4em;
height:25px;
}
#top dt {
cursor: pointer;
text-align: center;
font: normal 12px Arial, Helvetica, sans-serif;
color:#CB4748;
}
#top dd {
background-color:#999999;
height:25px;
line-height:25px;
position:absolute;
}
#top ul {
position:absolute;
}

#top li {
text-align: left;
font: normal 12px Arial, Helvetica, sans-serif;
color:#6E6D6B;
width:12em;
z-index:900;
height:25px;
line-height:25px;
background-color:#DEE3E7;
}
#top dt a {
color:#CB4748;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#top li a {
padding-left:1em;
padding-right:1em;
color:#6E6D6B;
text-decoration:none;
}

#top li.separe {
border-bottom:1px dotted #6E6D6B;
}

#top li a:hover {
text-decoration:underline;
}

#top dl.separe {
border-right: 1px dotted #666666;
}

#top dl.milieu {
padding-top:5px;
}


