
/* boutonstexte.css */
.boutonstexte {
	display:none;
}

div.onlytext {
	width:auto!important;
}

div.onlytext a:link, div.onlytext a:visited {
  color: #009;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }

div.onlytext a:link:after, 
div.onlytext a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
div.onlytext a[href^="/"]:after {
  content: " (http://www.lrec-conf.org/lrec2012" attr(href) ") ";
  }
