/* CSS issu des tutoriels http://css.alsacreations.com */
body {
background: white;
padding:0;
margin:0;
font-family: arial,helvetica,sans-serif;
font-size: 80%;
color: #9A1643;
}

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

#menu {
position: absolute;
top: 210px;
left: 0;
width: 11.75em;
}

#menu dt {
cursor: pointer;
background: #FFFFFF;
height: 15px;
line-height: 20px;
margin: 0;
#border-top: 1px solid #9A1643;
text-align: left;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 11.75em;
margin-top: -2.35em;
width: 7em;
border: 1px solid #9A1643;
background: #9A1643;
}

#menu ul {
padding: 0;
}

#menu li {
text-align: left;
font-size: 80%;

height: 20px;
line-height: 20px;
}

#menu li a {
color: #FFF;
text-decoration: none;
display: block;
}

#menu dt a {
color: #9A1643;
text-decoration: none;
display: block;
}

#menu li a:hover, #menu dt a:hover, #menu dd a:hover{
background-color: #ECB2C5;
}

