
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#bouton {
position: absolute;
top: 0px;
left: 1em;
width: 11em;
text-align: center;
color:#FFFFFF;
}

#bouton dt {
cursor: pointer;
background: #F4B84A;
height: 20px;
line-height: 20px;
margin: 8px 0;
text-decoration:none;
color:#FFFFFF;
text-align:center;
font-weight:bold;
border-style:outset;
border-width:2px;
border-color:silver;
}
#bouton dt:hover {
background: #8DAC13;
}

#bouton dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.6em;
width: 100px;
color:white;
background: #8DAC13;
border-style:outset;
border-width:2px;
border-color:silver;
}

#bouton ul {
padding: 3px;
padding-bottom: 4px;
}
#bouton li {
text-align: center;
font-size: 85%;
height: 15px;
line-height: 15px;
}
#bouton li a, #bouton dt a {
color: #FFF;
text-decoration: none;
display: block;
}

#bouton li a:hover {
text-decoration:none;
color:white;
text-align:center;
font-weight:bold;
text-decoration: underline;
background-color:#8DAC13;
}
