#menu a  {
	text-decoration: none;
	background-image: url(../images/onglet_clair.jpg);
	height: 24px;
	width: 105px;
	font-weight: bold;
	display: block;
	z-index: 1;
	text-align: center;
	color: #236c34;
}
#menu a:hover {
	background-image: url(../images/onglet_fonce.jpg);
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#menu table {
	position: relative;
	top: -3px;
	line-height: 20px;
}
#menu td {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/onglet_fonce.jpg);
	height: 24px;
	width: 105px;
	text-align: center;
	background-repeat: no-repeat;
}

