@page 
{
	size: 210mm 297mm; /* Changement */
	margin 0;
}

html, body 
{
	width: 210mm;
    height: 297mm;
}

body 
{

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#body_centre
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding: 0px;
	
	max-width: none;
}

#bandeau, #menu, #bas_de_page, #connexion, #chargement, #millim, #bloc_apercu_pages
{
  display: none;
}

div#contenant_groupes_pages
{
	display: block !important;
}

div.page
{
	margin-bottom: 0px; /* Changement */

	border: none; /* Changement */
	
	overflow: hidden; /* Changement */
	
	break-after: page; /* Changement */
	break-inside: avoid;
	
	/* HACK : A rajouter pour que ça ne bug pas... */
	border-top: 0.5mm solid white; 
	height: 296.5mm !important;
	
}
