/* boutonstexte.css */
.boutonstexte {
	float: left;
	display:block;

}
.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.jpg) no-repeat;
	height: 17px;
	width: 17px;
	border:none;
}
.boutonstexte button.textsizedown {
	background: url(plugins/boutonstexte/images/loupe2.jpg) no-repeat;
	height: 17px;
	width: 17px;
	border:none;
}
.boutonstexte button.textsizeup {
	background: url(plugins/boutonstexte/images/loupe.jpg) no-repeat;
	height: 17px;
	width: 17px;
	border:none;
}


div.onlytext {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	margin:0 auto!important;
	border:0 !important;
	padding:0 !important;
	float: none !important;
	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;
}
