body{
	color: #000;
	font: 16pt/1.35em Arial, Helvetica, sans-serif;
}
img{
	border: none;
}
header{
	overflow: hidden;
	width: 100%;
}
header h1{
	float: left;
}
header h2{
	float: right;
}
header h1 img{
	width: 130pt;
}
header h2 img{
	width: 320pt;
}
.screen{display: none;}
#form{
	
}
fieldset{
	border: none;
}
#form div{
	clear: both;
	overflow: hidden;
	padding-bottom: 10pt;
	width: 100%;
}
#form div label{
	float: left;
	height: 20pt;
	line-height: 20pt;
	width: 100pt;
}
#form div input{
	border: none;
	border-bottom: 1px solid #000;
	font-family: "Courier New", monospace;
	float: left;
	font-size: 14pt;
	height: 20pt;
	line-height: 20pt;
	width: 350pt;
}
#form button{
	background: none;
	border: none;
	font-size: 14pt;
	height: 20pt;
	line-height: 20pt;
	margin: 0;
	padding: 0;
}
#form button:after{
	content: " [ ]";
}
#form button.checked:after{
	content: " [X]";
}
#form #don.checked:after{
	content: " [Montant: _______$]";
}
#form p{
	font-size: 12pt;
	line-height: 1.2em;
}
#form p.note{
	font-size: 10pt;
	line-height: 1.1em;
}