
/* boutonstexte.css */
.boutonstexte {
	float: right;
}
.boutonstexte button {
	position:relative;
	top: -10px;
	padding: 0;
	border: 1px transparent solid;
	background-color: transparent;
}
.textsizeup, .textsizedown, .textonly {
	cursor: pointer;
}
.boutonstexte button:hover {
	border: 1px red solid;
}
.boutonstexte button.textonly {
	display: none;
}
.boutonstexte button.textsizedown {
	background: url(plugins/boutonstexte/images/fontsizedown.png) no-repeat;
	height: 17px;
	width: 17px;
}
.boutonstexte button.textsizeup {
	background: url(plugins/boutonstexte/images/fontsizeup.png) no-repeat;
	height: 17px;
	width: 17px;
}


div.onlytext {
	display: none;
}

div.onlytext p {
	display: none;
}

.onlytext_wrapper {
	display: none;
}
