
/* boutonstexte.css */
.boutonstexte {
	float: right;
	width: 66px;
}
.boutonstexte button {
	position:relative;
	top: -2px;
	padding: 0;
	border:0;
}
.textsizeup, .textsizedown, .textonly {
	cursor: pointer;
}
/*.boutonstexte button:hover {
	border: 1px red solid;
}*/
.boutonstexte button.textonly {
	background: url(plugins/boutonstexte/images/textonly.gif) no-repeat;
	height: 29px;
	width: 29px;
	margin:2px;
}
.boutonstexte button.textsizedown {
	background: url(plugins/boutonstexte/images/zoomout.gif) no-repeat;
	height: 29px;
	width: 29px;
	margin:2px;
}
.boutonstexte button.textsizeup {
	background: url(plugins/boutonstexte/images/zoomin.gif) no-repeat;
	height: 29px;
	width: 29px;
	margin:2px;
}


div.onlytext {
	text-align: right;
	margin:0 auto!important;
	border:0 !important;
	padding:0 !important;
	float: none !important;
	color: black;
	width:19cm!important;
	font-size: 1em;
}

div.onlytext p {
	padding-bottom:0.5em!important;
}

.onlytext_wrapper {
	text-align:center !important;
	font-size: 76%;
	background-color:white;
}
