ul#menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 0px;
	padding: 0;
	font-weight: bold;
	color: #FFFFFF;
/* Suppression du padding du <li> et on d����������������finit une marge basse de 5px pour a����������������rer le tout */
}

ul#menu li a
{
	display: block;
	width: 160px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	background: #FFFF00 url(../images/boutondoubleh.jpg) no-repeat 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	margin: 2px 0px 0px;
	padding: 2px 0px 0px;
	border-top: 1px dotted #FF0000;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-style: normal;
}

ul#menu li a:hover
{
	background: url(../images/boutondoubleh.jpg) no-repeat -160px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF00;
	display: block;
	line-height: 40px;
	text-decoration: none;
	width: 160px;
	text-align: center;
	font-weight: bold;
	text-indent: 0px;
	border-top: 1px dotted #FF0000;
	border-right: 1px none #FF0000;
	border-bottom: 1px none #FF0000;
	border-left: 1px none #FF0000;
	padding: 2px 0px 0px;
	margin: 2px 0px 0px;
	clear: left;
	position: static;
}
		

