	@import url('style/style.css');

	#liste_cat {
		border:outset 2px #94b04a; 
		width:280px;
	}
	
	.case_bulle {
		width:25px;
		height:25px;
	}
	.categorie_titre {
		font-weight:bold; 
		font-size:12px; 
		color:#94b04a; 
		cursor:pointer;
	}
	.categorie_titre a,
	.categorie_titre a:hover,
	.categorie_titre a:visited		 {
		font-weight:bold; 
		font-size:12px; 
		color:#94b04a; 
		text-decoration:none;
		display:block; 
		width:100%;
	}	
	.categorie_titre:hover,	
	.categorie_titre:hover a,	
	.categorie_titre a:hover{
		background-color:#94b04a; 
		color:white;
	}

