@charset "utf-8";

.bordb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCF6A;
}
.bords {
	border: 1px solid #45595A;
}
.bordbas {
	border: 1px solid #000000;
}
.bordmenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
}
.liens {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
body {
	background-color: #45595A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #45595A;
}
a:active {
	color: #990000;
}

p {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
}
H1 {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
H2 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #FFCF6A;
}
.art {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
