/* CSS Document */


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

#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 160px;
	left: 15px;
	z-index:20;
	width: 730px;/* correction pour Opera */
}

/* menu 1 global  */
#menu dl {
float: left;
width:  ;
}
/* menu 1 texte  */
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;


border: ;
}
#menu dd {
display: none;
border: 1px solid #BCA464;

}
#menu li {
text-align: center;
background: url(../imgs/nav/fd-nav2-off.gif) repeat top left;
}

/* menu 1 texte  */
#menu dt a {
	color: #828C01;
	text-decoration: none;
	display: block;
	border: 0 none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#menu li a {
color: #828C01;
text-decoration: none;
font-weight: normal;
display: block;
border: 0 none;
padding: 4px 2px 4px 2px;
width: 70px;
height: ;
line-height: 13px;

}
#menu li a:hover, #menu li a:focus  {
background: url(../imgs/nav/fd-nav2-on.gif) repeat top left;
font-weight: normal;
color: #000;
}
#menu dt a:hover, #menu dt a:focus {
background: url(../imgs/nav/fd-nav1-on.gif) repeat top left;
color: #000;
}

