@media print {
/* nav.css */
	body {
		width: 960px;
		text-align: center;
		margin: 0 auto 50px;
		background-color: #cadcad;
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 13px;
	}
	
	h1, h2 {color: #6c9ab6;}
	h3, h4 {color: #0894d8;}
	h5, h6 {color: #6fad02;}
	h1, h3, h5 {font-weight: bold;}
	h2, h4, h6 {font-weight: normal;}
	h1, h2, h3, h4, h5, h6 {font-size: 1em; line-height: 1em; margin: 0; padding: 0;}
	
	img, div, span {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	#principal {
		width: 960px;
		background-image: url('/etatscanadiens-canadiangovernments/images/contenus/nav/bg_milieu.png');
		background-repeat: repeat-y;
		position: relative; /* (#logo40ans) */
	}
	
	#droite {
		width: 757px;
		float: right;
		background-color: white;
		margin-right: 3px;
		clear: right;
	}
	
	#grandstitres {
		color: #005983;
		letter-spacing: 2px;
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 85px;
	}
	
	#contenu {
		padding: 15px;
		text-align: justify;
	}

	#bas {
		width: 960px;
		height: 128px;
		background-image: url('/etatscanadiens-canadiangovernments/images/contenus/nav/bg_bas.png');
		background-repeat: no-repeat;
	}

	div.clear {
		clear: both;
	}
	
/* print.css */

	/* non-printable */
	#haut, #bas, #logo40ans, #visuel, #gauche {display: none;}
	
	/* backgrounds */
	#body {background: white;}
	#principal, #droite {background: transparent;}
	
	/* title */
	#grandstitres {
		padding-left: 0; 
		text-align: center;
		color: black;
	}
	
	/* actual content*/
	#droite {
		width: 100%; 
		float: none; 
		display: block; 
		margin: 0; 
		padding: 0;
		color: black;
	}
	
	#contenu {
		margin: 0; 
		padding: 0;
	}
	
	/* fonts */
	#body, #droite, #contenu {
		width: 100%;
		text-align: left;
		margin: 0;
		background: white;
		font-size: 12pt;
	}
	
	a:link, a:visited {
		text-decoration: underline;
	}
}