body {
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
	background-color: #3E3930;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b9ad96;
	margin: 0px;
}
#body {
	background-image: url(img/bg_head.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top:30px;
	padding-left:150px;
}
#menu {
	float:right;
	width:190px;
	margin-right:145px !important;
	margin-right:59px;
}
#contenu {
	width:690px;
	background-color:#353129;
}
#header {
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 351px;
	padding-left: 310px;
	padding-top: 10px;
	padding-right: 30px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #b9ad96;
}
#header2 {
	background-image: url(img/head2.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size:14px;
}
#header2 div {
	background-image: url(img/head1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 671px;
	padding-top: 233px;
	padding-left: 20px;
	color: #b9ad96;
	font-family: Verdana;
}
#header2 a {
	color: #b9ad96;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#header2 a:hover {
	text-decoration:underline;
}
a {
	text-decoration:none;
	color:#b9ad96;
}
a:hover {
	text-decoration:underline;
}
h1 {
	background-image: url(img/bg_h1.png);
	background-repeat: repeat-x;
	height: 37px;
	padding-top:4px;
	padding-left: 10px;
}
p {
	margin-left:30px;
}
.send {
	margin:5px;
	margin-left:40px;
	width:auto;
	background:none;
}
input {
	background-color:#3e3930;
	font-size:13px;
	padding:3px;
	margin:2px;
	width:150px;
	border:0;
	color: #b9ad96;
}
textarea {
	background-color:#3e3930;
	font-size:13px;
	padding:3px;
	margin:2px;
	border:0;
	color: #b9ad96;
}
#footer {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#3e3930;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height:50px;
	padding-top:35px;
}