/* CSS Document */

a:link { font-weight:bold; color:#990000; text-decoration:none }

a:visited { font-weight:bold; color:#333333; text-decoration:none }

a:hover { font-weight:bold; color:#333333; text-decoration:none }

a:active { font-weight:bold; color:#666666; text-decoration:underline }

a:focus { font-weight:bold; color:#FFFF00; text-decoration:underline }



body,textarea{
	scrollbar-base-color:#3B4E6A;
	scrollbar-3dlight-color:#E1EAF5;
	scrollbar-arrow-color:#3B4E6A;
	scrollbar-darkshadow-color:#3B4E6A;
	scrollbar-face-color:#C0CAD7;
	scrollbar-highlight-color:#6699CC;
	scrollbar-shadow-color:#98C5FC;
	scrollbar-track-color:#C2DBF9;
	font-family: "Courier New", Courier, mono;
}


/* TEXTE */

.maintext {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	margin: auto;
	width: auto;
	height: auto;
}

.maintitel {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #333333;
	margin: auto;
	width: auto;
	height: auto;
	font-style: normal;
}
