/* CSS Document */


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

#menu {
	/* placement du menu, à modifier selon vos besoins */
	margin-left: 25px;
	position: absolute;
	z-index: 1;
	width: 630px;
	/* correction pour Opera */
}

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


}


#menu dd {
display: none;
}
#menu li {
border: solid 1px #943c63;
text-align: center;
width: 101px;
}

/* menu 1 texte  */
#menu dt a {
font-weight: normal;
color: #913845;
text-decoration: none;
display: block;
border: 0 none;
padding: 8px 18px 7px 18px;


}
#menu li a {

display: block;
color: #fbe8b3;
text-decoration: none;
background-color: #943c63;
text-align: center;
font-weight: normal;
display: block;
border: 0 none;
margin: 0 0 0 0;
padding: 5px 10px 5px 10px;


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