@media all{
	body{
		font-family: arial;
	}
	h1,h2{
		font-size: 18pt;
	}
	p,li{
		font-size: 14pt;
	}
	div.page{
		border-bottom: thin black dashed; min-height: 1000px; margin-bottom: 50px; padding-top: 30px;
	}
	div.contenu{
		min-height: 380px;
	}
	div.titre{
		float: left;
	}
	div.navigation{
		float: right;
	}
	div.adresse{
		float: left;
	}
	div.num_page{
		float: right;
	}
	pre{
		border: thin dashed; padding: 6px; background-color: lightyellow; font-size: 12pt;
	}
	img{
		border: none; background-color: white;
	}
	hr{
		height: 1px;
	}
	.invisible{
		display: none;
	}
}
@media print{
	div.page{
		page-break-before: always;
	}
}

