* {
	font-size: 13px;
}

a {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

textarea, input, select {
	color: #000;
	background-color: #CCC;
	border: #AAA 1px solid;
	
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titre {
	font-family : Courier New, Courier, mono;
	font-size : 14px;
	color : #00C000;
}

.titre_rapport {
	font-weight: bold;
	font-family : Courier New, Courier, mono;
	font-size : 11px;
	color : #CCC;
}

.err {
	font-family : Courier New, Courier, mono;
	font-size : 14px;
	color : #C00000;
}

.brill {
	color: #AAA;
}

.separator {
	color: #FFC000;
}

.small {
	font-family : Courier New, Courier, mono;
	font-size : 10px;
}

.banner {
	padding: 2px;
	border: 1px dotted #FFF;
	background: #61610A;
	width: 430px;
	color: #000;
	font-family : Courier New, Courier, mono;
}
