/*         -    menu */

#menu {
	z-index: 1000;
	height:25px;
	display:block;	margin: -25px 0 0 0;
	padding: 0;
	padding-left: 20px;
	float: left;
	width: 820px;height:25px;
		list-style: none;
	background-image: url(menu-fond.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}



#menu ul {


}

#menu dt a {

	float: left;
	color: black;
margin-top:0px;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	list-style: none;
	border-right-color: white;
	border-right-style: solid;
	border-right-width: 1px;


  width: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	display: block;height:25px;
z-index: 1000;

}
#menu dt a:hover {
	background: purple;
	color:white;
}

