#fancymenu {
	position: relative;
	height: 29px;
	padding: 15px;
	text-align:center;
	font-weight:bold;
	overflow: hidden;
	background-image: url(../images/menu/menufd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#fancymenu a{
	color:#FFFFFF;
	text-decoration: none;
}

#fancymenu a:hover{
	color:#FF0000;
}

#fancymenu ul {
	padding: 0;
	margin: 0;
}

#fancymenu ul li  {
	float: left;
	list-style: none;
}

#fancymenu ul li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}


#menu_accueil a {
	width: 113px;
	background: url('../images/menu/home.png') no-repeat center !important;	
	background: url('../images/menu/home.gif') no-repeat center;
}

#menu_programme_neuf a {
	width: 165px;
	background: url('../images/menu/properties.png') no-repeat center !important;	
	background: url('../images/menu/properties.gif') no-repeat center;
}

#menu_contact a {
	width: 113px;
	background: url('../images/menu/contact.png') no-repeat center !important;	
	background: url('../images/menu/contact.gif') no-repeat center;
}



#fancymenu li.background {
	
	background: url('../images/menu/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	
	background: url('../images/menu/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}



