/*====================================================*/
/* FICHIER social-linkz/css/css_front.css*/
/*====================================================*/
.social_linkz { 
	padding: 5px 0 10px 0 ; 
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.social_linkz a { 
	text-decoration: none;		
	border-bottom-width: 0px;
	border-bottom-style: none;
}

img.lnk_social_linkz {
	margin : 1px ; 
	text-decoration: none;		
	border-bottom-width: 0px;
	border-bottom-style: none;
}

/**** Bubble Icons *****/

.social_bubble {
	position: relative;
	left: -8px;
	text-decoration: none;
}

.social_bubble em{
	font-style: normal;
	font-size:12px ; 
	height:18px ; 
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
	top:-8px ; 
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 0px ; 
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	position: relative;
}

.social_bubble .arrow{
	top: -8px;
	left: 5px;
	margin: 0 0 0 0px ; 
	position: relative;
	z-index:10000;
}