/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Menu */

#menu {
	width: 800px;
	height: 10px;
	margin: 0 auto;
	padding-top: 4px;
	background: #000000;
}

#menu ul {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: Left;
	margin: 0 40px 0 10px;
	background: url(images/fondmenuhaut.gif) no-repeat left 50%;
	padding: 0;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	margin: 0 0 0 0;
	padding: 0 40px 0 10px;
	color: #33FF33;
}

#menu .current_page_item a {
	background: none;
	margin: 0 40px 0 0;
	padding: 0;
	color: #FFFFFF;
}


body a
{
text-decoration:none;
}

