#menu {
	margin:0;
	position: absolute;
	top: 152px;
	z-index:300;
	width: 770px;
	height: 20px;
}
div#menu dl,div#menu dt,div#menu dd,div#menu ul,div#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#menu dl {
	float: left; /* */
	width: 160px;
	height: 20px;
	border-right: 1px solid #fff;
	padding-left: 1px;
	background: url(../img/down.gif) no-repeat right top;
}
div#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 20px;
}
#menu dd {
	display: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 158px;
	float: right;
	z-index:110;
}
#menu ul{
	border-left: 1px solid #363;
	border-right: 1px solid #363;
	border-bottom: 1px solid #363;
}
#menu li {
	text-align: center;
	background: #eee;
	color: #363;
}
#menu li a{
	color: #363;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a{
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover{
	background: url(../img/menubkg.jpg) no-repeat top left;
	color: #fff;
}
/* Lien e-mail :*/
#menu a.mail{
	margin: 0;
	padding: 0;
	float: right;
	width: 30px;
	height: 20px;
	background: url(../img/mail.gif) top left no-repeat;
	border-left: 1px solid #fff;
}
#menu a.mail span{
	display: none;
}
/* Lien ppour accès :*/
#menu a.acces{
	margin: 0;
	padding: 0;
	float: left;
	width: 90px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	border: 0 none;
}
