	
	/*div.socialtags {
		margin: 2px 0 0px 0;
		padding: 0;
		clear:both;
	}*/
	
	/*div.socialtags {
		clear:both;
		margin:2px 28px 0 0;
		padding:15px 0;
		text-align:right;
		}*/
	
	.socialtags {
		float:left;
		margin:2px 0 0 0;
		padding:10px 0;
		text-align:right;
		width:255px;
		}
	
	.rubrique .socialtags {display:none !important;}
	
	.socialtags ul {
		display: inline;
		margin: 0 !important;
		padding: 0 !important;
		}
		
	.socialtags ul li {
		background: none;
		display: inline;
		list-style-type: none;
		margin: 1px;
		padding: 1px;
		}
		
	.socialtags img {
		float: none;
		width: 16px;
		height: 16px;
		border: 0;
		margin: 0;
		padding: 0;
		}
		
	.socialtags-hovers {
		opacity: .4;
		-moz-opacity: .4;
		filter: alpha(opacity=40);
		}
		
	.socialtags-hovers:hover {
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		}
	
	