/*****MENU SOUS FORME DE LISTE*****/
#menuGeneral{
	width:100%;
	height:25px;
	padding-top:45px;
}

ul#menu{
	/*top:118px;*/
	/*padding-left:154px;*/
	height: 25px ;
	list-style-type: none ;
}

ul#menu li{
	float: left ;
	text-align: center ;
	margin-right:3px;
}

ul#menu li a{
	color:#FFFFFF; 
	padding:0 0 0 0;
	line-height: 25px ;
	font-size: 10px;
	font-weight: bold ;
	text-transform:uppercase;
	display: block ;
	text-decoration: none ;
}

#fd_accueil{
	background-image:url(../images/fd_accueil.jpg);
	background-repeat:no-repeat;
	width:101px;
	height:25px;
}
#fd_homme{
	background-image:url(../images/fd_homme.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
}
#fd_homme01{
	background-image:url(../images/fd_homme01.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
}
#fd_femme{
	background-image:url(../images/fd_femme.jpg);
	background-repeat:no-repeat;
	width:107px;
	height:25px;
}
#fd_femme01{
	background-image:url(../images/fd_femme01.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
}
#fd_enfant{
	background-image:url(../images/fd_enfant.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
}
#fd_enfant01{
	background-image:url(../images/fd_enfant01.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
}
#fd_linge{
	background-image:url(../images/fd_linge.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
}
#fd_linge01{
	background-image:url(../images/fd_linge01.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
}
#fd_accessoire{
	background-image:url(../images/fd_accessoire.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
}
#fd_accessoire01{
	background-image:url(../images/fd_accessoire01.jpg);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
}

/*****FIN MENU*****/
