
/* boutonstexte.css */
.boutonstexte {
	float: right;
}

.boutonstexte button {
	position:relative;
	border: 1px transparent solid;
	background-color: transparent;
	height: 19px;
	width: 19px;
}
.textsizeup, .textsizedown, .textonly {
	cursor: pointer;
}
.boutonstexte button:hover {
	border: 1px red solid;
}
.boutonstexte button.textonly {
	background: url(squelettes/textonly.png) no-repeat;
}
.boutonstexte button.textsizedown {
	background: url(squelettes/fontsizedown.png) no-repeat;
}
.boutonstexte button.textsizeup {
	background: url(squelettes/fontsizeup.png) no-repeat;
}


div.onlytext {
	text-align: left;
	margin:0 auto;
	border:0;
	padding:0;
	float: none;
	color: black;
	width:19cm;
	font-size: 1em;
}

div.onlytext p {
	padding-bottom:0.5em;
}

.onlytext_wrapper {
	text-align:center;
	font-size: 76%;
	background-color:white;
}
