/* UL Principal*/
.menu {
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	margin-left:5px;
}

/* Les sous UL*/
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

/* Les Li*/
.menu li.accueil {
	margin:0;
	cursor:pointer;
	background-color:;
	width:61px; /* Taille à fixer sinon buh IE6 */
}

.menu li.eco {
	margin:0;
	cursor:pointer;
	background-color:;
	width:104px; /* Taille à fixer sinon buh IE6 */
}
.menu li.hygiene {
	margin:0;
	cursor:pointer;
	background-color:;
	width:74px; /* Taille à fixer sinon buh IE6 */
}
.menu li.bebe {
	margin:0;
	cursor:pointer;
	background-color:;
	width:114px; /* Taille à fixer sinon buh IE6 */
}
.menu li.sante {
	margin:0;
	cursor:pointer;
	background-color:;
	width:111px; /* Taille à fixer sinon buh IE6 */
}
.menu li.textiles {
	margin:0;
	cursor:pointer;
	background-color:;
	width:86px; /* Taille à fixer sinon buh IE6 */
}
.menu li.epicerie {
	margin:0;
	cursor:pointer;
	background-color:;
	width:86px; /* Taille à fixer sinon buh IE6 */
}
.menu li.regimes {
	margin:0;
	cursor:pointer;
	background-color:;
	width:85px; /* Taille à fixer sinon buh IE6 */
}
.menu li.huile {
	margin:0;
	cursor:pointer;
	background-color:;
	width:142px; /* Taille à fixer sinon buh IE6 */
}
.menu li.promotion {
	margin:0;
	cursor:pointer;
	background-color:;
	width:92px; /* Taille à fixer sinon buh IE6 */
}


/* Les liens*/
.menu a {
	text-decoration:none;
	color: #48403B;
	display:block;
	font-size:14px;
}

.menu a:hover {
	text-decoration:underline;
}

/* Les LI des sous-menu uniquement*/
.menu ul li {
	margin-left:-1px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CDCDCB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A3A39E;
	height:30px;
	width:150px;

}

.menu ul li a {
	font-size:10px;
}


/* LI  de niveau 1 Contenant des sous niveaux 
li.submenu-down {
	background-color:#00FF00;
	color: #000000;
}
/* LI  de niveau 1++ Contenant des sous niveaux  
li.submenu-left {
	background-color:#FF0000;
	color: #000000;
}*/ */