﻿@charset "utf-8";
/* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
Terms and conditions of use: http://tbs-sct.ircan.gc.ca/projects/gcwwwtemplates/wiki/Terms
Conditions régissant l'utilisation : http://tbs-sct.ircan.gc.ca/projects/gcwwwtemplates/wiki/Conditions
*/
@media print {
	body, #cn-body-inner-3col, #cn-body-inner-2col, #cn-body-inner-1col 
	{
	    width: auto; 

	}
	
	#cn-head{
	    float: none;
	}
	
	#cn-leaf, #cn-bcrumb, .cn-toppage, #cn-banner p, #cn-banner-eng p, #cn-banner-fra p, #cn-cmb, #cn-toppage-foot, #cn-in-pd-links{
	    display: none;
	}
	
	#cn-banner, #cn-banner-eng, #cn-banner-fra {
	    float: left; 
	    width: 100%; 
	    background-color: transparent; 
	    text-align: left; 
	    min-height: inherit; 
	    height: auto;
	}
	
	#cn-banner #cn-banner-text, #cn-banner-eng #cn-banner-text, #cn-banner-fr #cn-banner-text 
	{
	    display: block; 
	    float: left; 
	    width: 100%; 
	    color: #000; 
	    padding: 0; 
	    margin: 0; 
	    margin-top: 36px; 
	    text-align: center;
	}
	#cn-centre-col 
	{
	    border-top: 1px solid #000;
	    margin-top: 3px; 
	    padding-top: 10px;
	    
	}
	#cn-centre-col-inner
	{
	    margin-left: -20px;
    }
	
	#cn-left-col 
	{
	    width: 50px;
	    margin-left: 0px;
	}
	#cn-foot {border-top: 1px solid #000; position: static; height: auto;}
	#cn-foot-inner {position: static;}
	
	#cn-in-pd {
	    border-top: none;
	}
	
}
