
/* boutonstexte.css */
.boutonstexte {
	float: right;
	left: -18px;
	position: relative;
	bottom: 118px;
}
.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 {
	background: url(plugins/boutonstexte/images/textonly.png) no-repeat;
	height: 17px;
	width: 17px;
}
.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 {
	text-align: left;
	margin:0 auto!important;
	border:0 !important;
	color: black;
	width:19cm!important;
	font-size: 1em;
	top: 2em;
	background-image: none;
	background-color: white;
	right: 2em;
	bottom: 2em;
	left: 2em;
	visibility: visible;
	overflow: hidden;
	position: static;
	padding: 25px;
}
div.onlytext p {
	padding-bottom:0.5em!important;
	background-image: none;
}
.onlytext_wrapper {
	text-align:center !important;
	font-size: 76%;
	background-color:white;
}
