﻿@media print
{
	.entete, .contenuNavHaut, .s4-notdlg ,.LiensGouvernementaux, .pub, .footer, .encours{
		display: none;
	}
	.contenu {
		clear:both;
	}
	#piedPagePrint{
		clear:both;
		display:block!important;
	}
    .droite {
        margin-top:-10px;
    }
}
