body {
	margin: 0px 0px 0px 0px;
	background-color: white;
	background-image: url('/IMAGES/layout/lampe_h.gif');
	background-position: 60px 16px;
	background-repeat: no-repeat;
}
h1 {
	font-family: verdana, sans-serif;
	font-size: 13pt;
	color: #669;
	letter-spacing: 2px;
}
h2 {
	font-family: verdana, sans-serif;
	font-size: 9pt;
	color: #336;
	letter-spacing: 0px;
}
p, li, td {
	font-family: verdana, sans-serif;
	font-size: 9pt;
	color: #336;
	line-height: 14pt;
}
.normal {
	line-height: 11pt;
}
.small {
	font-size: 8pt;
	line-height: 10pt;
}
a {
	color: #03F;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover {
	color: #F30;
	font-weight: bold;
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #CCC;
	font-family: "new courier", monospace;
	font-size: 10pt;
}
input.submit {
	border: 1px solid #CCC;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: white;
	background-color: #F93;
}