@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	#menu{
		visibility:hidden;
	}
}


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

#menu {
position: absolute;
width: 988px;
}

#menu dl {
float: left;
width: 10em;
margin: 0 1px;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
font-family:Garamond;
background: #FFF9BD;
border: 1px solid gray;
}

#menu dd {
border: 1px solid gray;
}

#menu li {
text-align: center;
background: #FFF9BD;
font-family:Garamond;
}

#menu li a, #menu dt a {
color: red;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
	
#menu li a:hover, #menu dt a:hover {
background: #FFD680;
color:#FE6321;
}



