/* CSS issu des tutoriels css.alsacreations.com */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float: right;
width: 720px;
/*background-color: #001223;*/
z-index:100;
}
#menu dl {
float: left;
width: 180px;
}
#menu dl dd {
	display:none;
	z-index:5001;
}
#menu dt {
height:20px;
cursor: pointer;
text-align: center;
font-weight: bold;
/*background: #001223;*/
border-left-width: 1px;
border-left-style: solid;
border-left-color: #E57815;
}
#menu dt a {
/*background: #001223;*/
color: #A68B64;
}
#menu dt a {
padding:4px;
font-size:11px;
text-decoration:none;
display: block;
height:15px;
line-height:15px;
}
#menu dt a:hover {
background: #E57815;
height:15px;
line-height:15px;
}
#menu dd ul li a {
padding-top:3px;
padding-left:4px;
font-size:11px;
text-decoration:none;
display: block;
height:15px;
line-height:15px;
background: #A68B64;
color: #000000;
font-weight: bold;
}
/*#menu dd ul li {
text-align:left;
height:15px;
font-size:12px;
line-height:15px;
}*/
#menu dd ul li a:hover {
background: #E57815;
height:15px;
line-height:15px;
}

