/* * * * * * * * * * * *
 * mettre '@media screen' pour tester ce que va voir l'imprimante
 */
 
@media print  {
	body { /* used by IE*/
		background-image: none;
		background-color: red;
		background-repeat:no-repeat;
		padding: 0px;
		margin: 0px;
		overflow: auto;
		width: auto;
		height: 100%;
	}
	body>div#header, body>div#footer, body>#top {
		position: relative;
	}
	body>#mycontent>#contenu_large {
		margin: 0px;
		height: auto;
		width: auto;
	}
	#top, div#header, #gauche, div#footer {
		background-image: none;
		position: relative;
		height: auto;
		width: auto;
		padding: 0px;
		margin: 0px;
		left: auto;
		display : none;
		width: auto;
	}
	div#mycontent {
		background-image: none;
		height: auto;
		padding: 0px;
		margin: 0px;
		width: auto;
	}
	#droite_guide_large {
		background-color: white;
	}
	#droite_large, #contenu_large {
		height: auto;
	}
	#mycontent, #contenu_large, #droite_large, #droite_guide_large,
	#guide_font_large,
	#zone_texte_large, .zone_formation, .titrePartie, .intitule,
	.title_paragraph_formation, .contour td
	{
		width: auto;
		background-image: none;
		padding-left: 0px;
		margin-left: 0px;
		margin-top: 1px;
		margin-bottom: 1px;
	}
	.contour {
		width: auto;
		margin-top: 1px;
		margin-bottom: 1px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
