body { background-color: #fff; }

.noprint {
	display: none;
	visibility: hidden;
}

/* --- Avoid printing unnecessary menu and bottom stuff --- */

div.d00, div.d01, div.d02 {  display: none; }

/* --- Display divs from top to bottom in natural order --- */

div.d10 {
    position: relative;
    top: 0; left: 0; right: auto; bottom: auto;
}

div.d11 {
    position: relative;
    top: 0; left: 0; right: auto; bottom: auto;
    border: none;
}

div.d12 {
    position: relative;
    top: 0; left: 0; right: auto; bottom: auto;
}

/* --- Special handling for page presse --- */

.presse div.pcontainer {
	page-break-inside: avoid;
	page-break-after: auto;
	clear: both;
}

.presse img.pimg {
	float: none;
}

.presse hr.clean {
	clear: both;
}

/* --- Special handling for page news - youtube-iframe --- */

.news iframe.youtube {
	display: none;
}