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

.onlytext_wrapper .boutonstexte	{margin-top: 1em;margin-right: 1em;}

.boutonstexte a {display: inline-block;position:relative;margin-left:0.25em;height: 1.5em;width:1.5em;}
.boutonstexte a img {width: 100%; height: 100%;vertical-align: top;}

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: 100%;background-color:white;}
.onlytext_wrapper .onlytext_hide {display: none !important;}

@media print {
    /* boutonstexte.css */
    .boutonstexte {display:none;}
    div.onlytext {width:auto!important;}
}
