/* CSS issu des tutoriels www.alsacreations.com/articles */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 100;
left: 112;
z-index:100;
width: 850px;
}
#menu dl {
float: left;
width: 114px;
margin: 1px solid gray;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
color: #000;
font-size:11px;
height:18px;
background-image: url("../images/fd_bt.png");
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
font-size:10px;
background: #eee;
border: 0.1px;
height:20px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
color: #000;
background: #fff;
}


a {text-decoration: none;
color: black;
color: #222;
}

