/* boutonstexte.css */
.boutonstexte {
	display:block;
	text-align:right;
	padding:0px 8px 0px 0px;
	margin:0px 0px 0px 0px;	
}
.boutonstexte button {
	padding: 0px;
	margin: 0px;	
	background-color: transparent;
	cursor: pointer;
	border: none;
	width:20px;
}
.boutonstexte button:hover {
	border: none;
}
.boutonstexte button img {
	behavior:url(/win_png.htc);
}

#content .boutonstexte button img {
	padding: 0px;
	margin: 0px;
	height:16px;
}


div.onlytext {
/* je sais pas comment on fait rtl/ltr */
	text-align: left;
	background:#FFF;
}

#letexte {padding-top:4px !important;}

