

.categories {
	cursor: pointer;
	width: 168px;
	background-image: url('../images/categorie.gif');
	background-repeat: no-repeat; 
	color: #6633ff;
	font-size: 15px;
}

.categories_survol {
	cursor: pointer;
	width: 168px;
	background-image: url('../images/categorie_survol.gif');
	background-repeat: no-repeat; 
	color: #6633ff;
	font-size: 15px;
}

.sous_categories {
	cursor: pointer;
	width: 156px;
	background-image: url('../images/sous-categorie.gif');
	background-repeat: no-repeat; 
	color: #6633ff;
	z-index: 3;
	font-size: 15px;
}

.sous_categories_survol {
	cursor: pointer;
	width: 156px;
	background-image: url('../images/sous-categorie_survol.gif');
	background-repeat: no-repeat; 
	color: #6633ff;
	z-index: 3;
	font-size: 15px;
}

.categories_recherche {
	cursor: pointer;
	width: 168px;
	color: #6633ff;
	font-size: 15px;
	text-decoration: underline;
}

.new_categories {
	cursor: pointer;
	background-color: red;
}

.rubrique {
	top: 40%;
	left: 1%;
	width: 25%;
	height: 30%;
	text-align: left;
	position: absolute;
	z-index: 3;
}

.rubrique_parent {
	position: absolute;
	z-index:1;
}

.rubrique_fille {
	margin: 0;
	padding: 0 ;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;	
}

.tableau_rub_parent {
	text-align: center;
}

.tableau_rub_fille {
	border-spacing: 0px;
	text-align: center;
}