@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #D6D3C1;
}
#main {
	background-color: #EFF0E5;
	min-height: 600px;
	width: 980px;
	background-image: url(../images/home/fondindex.gif);
	background-repeat: no-repeat;
	background-position: left 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: -1;
}
#header {
	background-color: #B2AA95;
	height: 40px;
}
#logo {
	background-image: url(../images/home/logohome.gif);
	margin-left: 274px;
	height: 260px;
	background-color: #B2AA95;
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: 52px 10px;
}
#menu {
	margin-left: 332px;
	background-color: #ebedde;
	height: 23px;
}
#menu ul {
	background-image: url(../images/home/barmenu1.gif);
	background-repeat: repeat-x;
}
#menu li {
	display: inline;
	margin-right: 7px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #493728;
	height: 161px;
	width: 389px;
	background-color: #EFF0E5;
	margin-left: 274px;
	padding-left: 142px;
	padding-right: 150px;
	padding-top: 72px;
}
#footer {
	background-color: #EFF0E5;
	height: 40px;
}
p {
	padding-bottom: 9px;
}
#termofuse {
	text-align: right;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#termofuse a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EFF0E5;
	text-decoration: none;
}
