@charset "utf-8";

/*******
selecteur de categories
*******/
#selecteur_categories {
	
}
.sel_categorie_item {
	font-size				: 10pt;
	font-weight 			: bold;
	text-decoration			: none;
	color					: #fff;
	padding-left			: 20px;
	padding-right			: 20px;
	padding-top				: 7px;
	padding-bottom			: 7px;
	cursor					: pointer;
}
.sel_categorie_sublist LI A {
	text-decoration			: none;
}
.sel_categorie_sublist LI A:hover {
	/*color					: #000 !important;*/
}
.sel_categorie_sublist LI {
	padding-left			: 0px;
	margin-bottom			: 2px;
	vertical-align			: middle;
}
.sel_categorie_sublist UL {
	padding-left			: 0px;
	margin 					: 5px 0 5px 30px;
}

/*******
animation
*******/
#sel_categorie_animation {
	background-color		: #B9A66C;
	height					: 195px;
}
