
.background-website, .barre-menu, .barre-menu-mobile, .website-header, .website-footer {
display : none !important;
}

.breadcrumb, .left_column, .right-module-position, .users_top, .users_bottom {
display : none;
}

.middle-site {
background-color : white;
background-image:none;
}

/**			Black text 			**/


body {
color: black;
}


h1, .componentheading {
color: black;
}

h1 a {
color: black;
}
h1 a:hover {
color: black;
}
h1 span, h1 a span, h1 a:hover span {
color: black;
}

.blog > h1 {
color: black;
}

h2 {
color: black;
}

h2 a {
color: black;
}
h2 a:hover {
color: black;
}

h3, h4 {
color: black;
}

/** title blog 	**/

h2.contentheading {
color: black;
}

/**	titles modules		**/
.left_column h3, .right-module-position h3, .top-module-position h3, .bottom-module-position h3,
.user1 h3, .user2 h3, .user3 h3, .user4 h3, .user5 h3, .user6 h3,
.address h3, .translate h3, .search h3, top_menu h3, .bottom_menu h3 {
color: black;
}


/**			LINK		**/

a {
color:#ddd;
}
a:hover {
color:#eee;
}

/*	Pathway	*/
#breadcrumb a, #breadcrumb {
color:#bbb;
}

/**		 	style for print 		**/


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

.wrapper-site {
width:auto;
}

.container-site {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow: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%;
}