@media print {

/****
* Print CSS (...)
****/
#pageInside {border:none !important;}
.navGrey, .subNav {display:none;}
#rightCol {display:none;}
#main {margin-left:15px !important;}
#footer {display:none;}
.breadcrumb {display:none;}
.blockSimple .blockInside {border:none !important;}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/****
* Print CSS pour IE6 (...)
****/

* {_overflow:visible !important; _float:none !important; _zoom:0 !important; _height:auto !important;}
* html span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

* html #leftCol {display:none !important;}
* html #toolbar {display:none !important;}
* html #footer {display:none !important;}
* html .topHeader .sizeRight {display:none !important;}
* html .bodyCtn .colRight {display:none !important;}
* html .bodyCtn .bodyBlock {width:auto !important; clear:both !important;}
* html .unit {clear:both !important;}
* html .sideL, .sideR, .sideT, .sideB {clear:both !important;}
* html .topCorners , * html .bottomCorners, * html .topCorners span , * html .bottomCorners span {clear:both !important; display:none !important;}

}
