﻿html, body{
	padding:0;
	margin:0;
}
body{
	color:#000; 
	background-image:none; 
	background:#fff; 
	padding:15px; 
}
#content .left{ float:none; }
#content .right{ display:none; }
#toolbox{ display:none; }
#top-menu,
#main-menu{
	display:none; 
}
#logo{
	margin:0;
	padding:0;
}

#header{
	height:60px;
	background-image:none;
	background:transparent;
}

.retour{
	padding:30px 0; 
	font-weight:bold;
}
#shadow-overlay{ background-image:none; height:40px; }
#breadcrum{ display:none }
#branding{ background-image:none !important; margin-top:40px; height:40px; }
#branding h1{ left:0; bottom:auto; }

#side-by-side{ background-image:none; }
@media print {
	.retour{ 
		display:none; 
	}
} 
