body {
	background-color: #000000;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentA {
	width: 905px;
}
.header {
	background-image: url(images/header.jpg);
	display: block;
	height: 118px;
	width: 904px;
	font-size: 12px;
	color: #ECE988;
	background-repeat: no-repeat;
}
.menu_top {
	float: right;
	margin-top: 2px;
	margin-right: 48px;
	font-weight: bold;
	color: #EAEA92;
}

.menu_top a{
	color: #EAEA92;
	text-decoration: none;
}
.contentB {
	float: right;
	width: 846px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #466515;
	margin-top: 0px;
}
.menu {
	background-color: #bcc701;
	display: block;
	width: 121px;
	float: left;
	background-image: url(images/fondTopMenu.jpg);
	background-repeat: no-repeat;
}
.contentC {
	background-color: #eaea92;
	background-image: url(images/fond_content.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: block;
	width: 714px;
	float: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #990000;
}

.footer {
	background-color: #bcc701;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #466515;
	border-bottom-color: #466515;
	border-left-color: #466515;
	width: 796px;
	margin-left: 56px;
	font-size: 12px;
	color: #47680F;
	line-height: 25px;
}
p {
	display: block;
	width: 70%;
	text-align: justify;
	font-size: 12px;
}

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

input, textarea {
	background-color: #E4E57F;
	border: 1px solid #333333;
	color: #990000;
}

h1{
	font-size: 17px;
	color: #990000;
	text-align: left;
	display: block;
	width: 80%;
}
h2{}
h3{
	font-size: 14px;
	color: #006600;
	text-align: left;
	display: block;
	width: 80%;
}

h5{
	font-size: 10px;
	color: #666666;
	text-align: left;
	display: block;
	width: 70%;
}
hr{
	width: 80%;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}