/* Barre de traduction */
.onglets_traduction {
	width: auto;
	height: auto;
	vertical-align: baseline;
}

.onglets_traduction ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	margin: 0;
	align-items: stretch;
	list-style: none;
}

.onglets_traduction ul li {
	position: relative;
}

.onglets_traduction div.options {
	margin: 0;
	padding: 0;
}

.changer div.onglet {
	background: #F2F2F2;
	font-style: italic;
}

.onglets_traduction div.options a {
	text-align: center;
	padding: 0;
	margin: 0;
}

.onglets_traduction div.options a:hover span {
	display: block;
	width: 72px;
	text-align: center;
	background: #ffffff;
	height: auto;
}

.onglets_traduction.onglets_simple .traduit a {
	background: #ffffff;
}

.onglets_traduction.onglets_simple .non_traduit a {
	background: #eeeeee;
	font-style: italic;
}

.onglets_traduction ul li.bouton_options.on a {
		background-color: #eeeeee;
}

.onglets_traduction ul li.bouton_options a {
		background-color: #ffffff;
}

.bouton_options img {
	margin-top: 0;
}

.nettoyeur {
	clear: both;
}

.danger, .onglets_traduction a.cellule-h-texte {
	background: repeat scroll 0 0 white;
}

.lang {
	margin-right: 5px;
}

.liste-elements table.spip tr.trads {
	background: #dfdfdf
}

div.ref {
	cursor: help;
	position: absolute;
	right:6px;
	top: 0;
	z-index: 100;
}

div.ref span {
	display: none;
}

div.ref:hover span {
	display: block;
	position: absolute;
	top: -25px;
	color: #000000;
	font-weight: bold;
	width: 250px;
}

/* Luiste compacte */

.action-traduction img {
	vertical-align: middle;
}

.action-traduction img.svg {
	width: 15px
}
