body {
	background-color: #57493C;
	margin: 0px;
	padding: 0px;
}
.home_body {
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.section_body {
	background-image: url(../images/bg_section.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
div.subtitle {
	margin-bottom:10px;
}

div.content {
	margin-top:50px;
	width:316px;
}

div.content_section {
	margin-top:21px;
	width:316px;
}


div.news {
	margin-bottom:27px;
	margin-left:1px;
}

p, span, a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.small {
	font-size:10px;
}

.titre {
	font-size:12px;
	font-weight:bold;
}

.taupe {
	color:#a39788;
}

a:hover {
	text-decoration:none;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#594b3e;

.small {
	font-size:10px;
}