/* CSS Document */
/* CSS issu des tutoriels http://css.alsacreations.com */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
z-index:20;
position:fixed;
margin-top:0px;
width:180px;
float:left;
display:block;
font-size:18px;
}
#menu dt {
cursor: pointer;

margin-bottom:8px;/*
background: #A9BFCB;
*/
background-color:#2c44ac;
height: 30px;
line-height: 20px;
text-align: center;
font-weight: bold;
color:#fff;
width:185px;
}
#menu dt.small {
height: 7px;
line-height:7px;
padding:0px;
margin:0px;
}
#menu dd {

position: absolute;
z-index: 100;
margin-left: 0em;
margin-top: -1.4em;
width: 16em;
background:#2c44ac;
color:#fff;
border: 1px solid #ddd;
margin-left:10em;}
#menu li:hover{
color:#ddd;
}
#menu a:hover{
color:#ddd;
}
#menu dt:hover{
color:#ddd;
}
#menu ul {
padding: 0px;
margin:0px;
}
#menu li {
text-align: left;
font-size: 90%;
height: 18px;
line-height: 18px;

}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;

	background-color:#2c44ac;
color:#fff;}



