﻿/* CSS issu des tutoriels www.alsacreations.com/articles */
body {

font: 80% verdana, arial, sans-serif;
}
dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu li, #menu ul
{
margin: 0;
padding: 0;
list-style-type: none;

}
#menu 
{	
	
	position:absolute;
	top: 20px;
	left: 0;
	z-index:100;
	width: 100%;
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
border-right: 1px solid gray;
color:White;

}
#menu dd {
border: 1px solid #8c7352;
display:none;
}
#menu li {
text-align: center;
background: #A58c63;
border-bottom: 1px solid #8c7352;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu dt a:hover
{
}
#menu li a:hover {
background: #E7DEC6;
color:Black;


}
