/*	copyright www.laRouteDuNet.fr 2007

	CSS impression

*/

.noprint
{
	display:none;
}

h1, h2, h3, h4, h5, h6
{
	page-break-after: avoid;
	page-break-inside: avoid;
}
blockquote, pre
{
	page-break-inside: avoid;
}
ul, ol, dl
{
	page-break-before: avoid;
}