

/* boutonstexte.css */ 

.boutonstexte {
float: right;
margin-bottom: 8px;
}

.boutonstexte button {
position:relative;
top: 6px;
padding: 4px;
border: 1px
transparent solid;
background-color: transparent; 
}

.textsizeup, .textsizedown, .textonly { cursor: pointer; }

.boutonstexte button:hover { border: 1px #FF6600 solid; }

.boutonstexte button.textonly {
background: url(plugins/boutonstexte/images/textonly.png) no-repeat;
height: 19px;
width: 19px;
}

.boutonstexte button.textsizedown {
background: url(plugins/boutonstexte/images/fontsizedown.png) no-repeat;
height: 19px;
width: 19px;
} 

.boutonstexte button.textsizeup {
background: url(plugins/boutonstexte/images/fontsizeup.png) no-repeat;
height: 19px;
width: 19px;
}

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;
}

div.onlytext 
p { padding-bottom:0.5em!important; }
.onlytext_wrapper { text-align:center !important; 
font-size: 76%; background-color:white;
} 