
.top-aside, .website-header, .bottom-site {
display : none;
}

.breadcrumb, .left-column, .right-module-position {
display : none;
}

/**		 	style for print 		**/


html, body {
background: white;
background-image : none;
font-size: 12pt;
}

.container-site {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}

.main_component {
border:none;
background: transparent none;
margin-left: 10%;
padding-top: 1em;
}

a:link, a:visited {
color: #520;
background-color: transparent;
font-weight: bold;
text-decoration: underline;
}

.site a[href]:after {
content: " (" attr(href) ") ";
font-size:85%;
}