
/* boutonstexte.css */
.boutonstexte {
	float : right;
	margin-top : 0px;
	position:relative;
	top: 100px;
}
.boutonstexte button {
	position:relative;
	top: -100px;
	padding: 0;
	border: 0px transparent solid;
	background-color: transparent;

}
.textsizeup, .textsizedown, .textonly {
	cursor: pointer;
}
.boutonstexte button:hover {
	border: 0px #FBC440 solid;
}
.boutonstexte button img {
	behavior:url(win_png.htc);
}

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

div.onlytext p {
	padding-bottom:0.5em!important;
	background-color:#FFFFFF;
}

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