#partager {
	position:relative;
	z-index:100;
	}
	#partager UL.listeLiens {				
		background-color: #fff;
		border-width:1px 1px 3px 1px;
		border-style: solid;
		border-color: #E5BEBE;
		list-style-type: none;
		margin: 0px 0 0 0;
		padding: 0px;
		position: absolute;
		left: 20px;
		top:30px;
		width:200px;
		z-index:100;
		}
		#partager UL.listeLiens LI {
			background-color:#ffffff; 
			padding: 0.1em 0 0.1em 24px;
			font-size: 90%;
			width:75px;
			text-align:left;
			float: left;
			border-bottom: 1px dashed #E5BEBE; 
			background: #fff url('partager_icones.gif') no-repeat 4px 50px;
			}
			#partager UL.listeLiens LI.left {
				clear:left;
				}
			#partager UL.listeLiens LI.last {
				border-bottom-width: 0px;
				}