.google {
	background-image: url(../images/icons/google.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.twitter {
	background-image: url(../images/icons/google.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.delicious {
	background-image: url(../images/icons/delicious.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.favorites {
	background-image: url(../images/icons/favorites.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.facebook {
	background-image: url(../images/icons/facebook.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.live {
	background-image: url(../images/icons/live.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.digg {
	background-image: url(../images/icons/digg.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.yahoo {
	background-image: url(../images/icons/yahoo.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.furl {
	background-image: url(../images/icons/furl.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.stumble {
	background-image: url(../images/icons/stumble.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
.newsvine {
	background-image: url(../images/icons/newsvine.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 24px !important;
}
/* LE MENU
____________________________________*/

/*
p {
	margin: 0;
	padding: 0;
}
*/

.appletContainer {
	position: relative;
}

#applet {
	position: absolute;
}

.first {
	display: inline;
	float: left;
}

.close {
	display: inline;
	float: right;
}
	.close a {
		border: 0 !important;
	}

#applet ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #c0c0c0;
	width: 100px;
	background-color: #ffffff;
}

#applet li {
	font-family: arial, sans-serif; 
	font-size: 10pt;
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	border-bottom: 1px dotted #c0c0c0;
	height: 20px;
	line-height: 20px;
}

#applet li a:link,
#applet li a:active,
#applet li a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #474646;
}
#applet li a:hover {
	margin: 0;
	padding: 0;
	color: #4d7c98;
}

.last {
	border: 0 !important;
}

.fRight {
	float: right;
}

.fLeft {
	float: right;
}

.alignSecond {
	left: 120px;
}

a.shareLink:link,
a.shareLink:active,
a.shareLink:focus,
a.shareLink:visited {
	font-family:Arial, Helvetica, sans-serif;  
	text-decoration:none;
	color: #797979; 
	padding: 0 0 0 12px;
	background: url("../images/template/icon-share.gif") left no-repeat;
	cursor: pointer;
	font-size: 11px;
}

a.shareLink:hover {
	text-decoration:none;  	
}

a.envoyerLink:link,
a.envoyerLink:active,
a.envoyerLink:focus,
a.envoyerLink:visited {
	font-family:Arial, Helvetica, sans-serif;  
	text-decoration:none;
	color: #797979;
	padding: 0 0 0 19px;
	background: url("../images/template/icon-send.gif") left no-repeat;
	cursor: pointer;
	font-size: 11px;
	
}

a.envoyerLink:hover {
	text-decoration:none;  	
}


