html, body, #page {
	color: black;
	background-color: white;
	background-image: none;
	font-family: "Comic Sans", "Comic Sans MS", cursive;
}

@page { margin: 10% }

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0d35cd;
}

#sidebar, #header, #footer, #resources, object {
	height: 0px;
	width: 0px;
	visibility: hidden;
	display: none;
}

#comptine {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 19cm;
}

img.comptine {
	clear: right;
	padding: 0;
	margin: 0;
	float: right;
}

h1 {
	font-size: 24pt;
	border-bottom: 1.5pt solid gray;
	padding-bottom: 5pt;
}

p.paroles {
	font-size: 16pt;
	line-height: 22pt;
}

.refrain {
	font-weight: bold;
}

#credits {
	font-style: italic;
	font-size: 14pt;
	line-height: 16pt;
	padding-top: 8pt;
}
