
a.bulle_cat span{display:none;}
a.bulle_cat:hover{background:#777777;text-decoration:none;}
a.bulle_cat:hover span
	{
	max-width:400px;
	position:absolute;
	display:block;
	z-index:666;
	padding:7px 9px;
	background-color:#fff;
	border:1px solid #99b3ff;
	color:#000;
	}

div.bulle_cat {
	position: absolute;
	display: none;
	max-width:400px;
	padding:7px 9px;
	background-color:#fff;
    text-align:left;
	border:1px solid #99b3ff;
	color:#666666;
	-moz-border-radius:6px;
	opacity:0.94;
	cursor:default;
    z-index:100;
}


div.bulle_cat h2 a
	{
	font-family:arial;
	font-size:12px;
	color:#0066cc;
	margin: 0;
	text-decoration: none
	}
	

div.bulle_cat a
{
	color:#0066cc;
}



div.bulle_cat ul
	{
	margin: 0;
	padding:0;
	list-style-type:none;
	}	
			
div.bulle_cat li
{
	float: left;
	width: 185px;
	font-size:12px;
	padding:0px 5px 0px 10px;
	margin:0;
	background:url(../images/fleche_orange_cat.gif) no-repeat top left;
}
			
div.bulle_cat li a
	{ 
	color:#666666;
	text-decoration:none;
	}
	
div.bulle_cat li a:hover
	{ 
	color:#FFFFFF;
	font-weight:normal;
	background-color:#ff6600;
	text-decoration:none;
	}

	


table.common a.bulle_cat:hover span{background-color:#ffffe1;
}
html>body a.bulle_cat:hover span{-moz-border-radius:6px;opacity:0.94;cursor:default;
}