/*******************************************/
/*        Styles personnalisés PGSM        */
/*******************************************/

/*******************************************/
/*    Styles pour IMPRESSION UNIQUEMENT    */
/*******************************************/

/* Import de la CSS principale */
@import url("style.css");

html {
	background: none repeat-y 0 0 !important;
	border:none;
	/* indispensable pour imprimer toutes les pages avec firefox */
	overflow:visible !important;
}

body {
	background: none repeat-y 100% 0;
	margin: 20px;
	width: auto;	
	/* indispensable pour imprimer toutes les pages avec firefox */
	overflow:visible !important;
}

.hautDePage,
.tmp {
	display:none;
}
