


div.traduc {
/*margin: 110px 40px 0 0;*/

padding: 8px;
width: 250px;
float:right;
position: relative;
text-align: right;
right: 80px;
display: inline;
z-index:3;

/* border-bottom:1px dotted #ccc; border-top:1px dotted #ccc; background: #F7FBFB; */

}




span.traduc_tagline { position: relative; padding: 20px;}

span.traduc_tagline span {  display: none; width: 14em; }

span.traduc_tagline:hover span {

	position: absolute;

	display: block;
	top: -5em;

	background: #ffe;

	border: 1px solid #ccc;
	color: black;

	line-height: 1.25em;

	 
}

.traduc span {
	display: block;
}

.traduc ul {
	display: inline;

	margin: 0 !important;

	padding: 0 !important;
}

.traduc ul li {

	background: none;

	display: inline !important;
	list-style-type: none;

	margin: 0;


margin-top: 10px;

	padding: 2px;
}

.traduc ul li:before { content: ""; }

.traduc img {

	float: none;

	width: 16px;

	height: 11px;

	border: 0;

	margin: 0;

	padding: 0;
}


.traduc-hovers {

	opacity: .4;

	-moz-opacity: .4;

	filter: alpha(opacity=40);
}

.traduc-hovers:hover {

	opacity: 1;

	-moz-opacity: 1;

	filter: alpha(opacity=100);
}
