/* ******************************************************** GESTION LISTING  ********************************** */
a.list_partners {
	display:block;
	width:114px;
	height:110px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #7789A3;
	padding: 7px 5px;
	text-align: center;
	margin-right: 17px;
	/* TRANSPARENCE */
	filter:Alpha(opacity=100);
	opacity:1;
	-moz-opacity: 1;
}
a.list_partners:hover {
	display:block;
	width:114px;
	height:110px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #7789A3;
	padding: 7px 5px;
	text-align: center;
	margin-right: 17px;
	/* TRANSPARENCE */
	filter:Alpha(opacity=50);
	opacity:0.5;
	-moz-opacity: 0.5;
}
a.list_partners_on, a.list_partners_on:hover  {
	display:block;
	width:114px;
	height:110px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-color: #7789A3;
	padding: 7px 5px;
	text-align: center;
	margin-right: 17px;
	/* TRANSPARENCE */
	filter:Alpha(opacity=50);
	opacity:0.5;
	-moz-opacity: 0.5;
}

