@charset "UTF-8";

@import url("style.css"); 

/* print */
* {color: #000; background-color: #fff;}
.hPosition{ width:100%;}
body div#container div#content.hPosition { width:100%}
.hideforprint, div#preheader, div#nav, div#ariane, div#footer {display: none;}
body div#container {background: none;}
div#content a:after { content: " [" attr(href) "] "; color: #000; background-color: #fff; font-weight: normal; font-size: 0.9em;  }
div#content a[href^="/"]:after { content: " [http://www.lewebaccessible.com" attr(href) "] ";}
div#content a.tag:after { content: ""; font-size: 0;  }
div#content a.tag[href^="/"]:after { content: "";}
