body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-site.gif);
	background-repeat: repeat-x;
	color: #61554c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 510px;
	height: 585px;
	margin: auto;
	padding: 15px 454px 20px 12px;
	background-image: url(../images/bg-container.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
body div#container:first-child {
  height: auto !important;
  min-height: 585px;
}
/* contenu --> */
h1 {
	float: left;
	margin: 35px 0 6px 0;
	color: #852628;
	font-size: 22px;
}
h3 {
	color: #852628;
	font-size: 14px;
	margin: 16px 10px;
}
.hr {
	width: 506px;
	height: 8px;
	clear: both;
	background-image: url(../images/bg-hr.gif);
  overflow: hidden;
  
}
.hr-txt {
	width: 506px;
	height: 55px;
	clear: both;
	background-image: url(../images/bg-hr-txt.gif);
  overflow: hidden;
  text-align: right;
}
a img {
	border: none;
}
p#nav {
	float: right;
	margin: 0;
	padding: 43px 20px 0 0;
	text-align: right;
}
p, 
li {
	margin: 16px 10px;
	line-height: 18px;
	text-align: justify;
}
ul {
	margin: 0;
	padding: 0 0 0 14px;
	list-style-image: url(../images/bullet.gif);
}
a {
	color: #392b20;
}
h3 a {
	color: #852628;
}
a:hover,
a:focus {
	text-decoration: none;
}
#annotation {
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
}
#contact {
  float: right;
}
/* <-- contenu */

/* formulaires --> */
input, 
select, 
textarea {
	padding: 1px 2px;
	background-color: #f3f3f3;
	border: 1px solid #5f5e5b;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #5f5e5b;
}
form {
	margin: 0;
  padding: 10px 0;
}
form div.row {
	padding: 5px 10px 0 10px;
}
form div.left {
	width: 160px;
	float: left;
}
form div.right {
	width: 242px;
	float: right;
	text-align: right;
}
form input.input,
form textarea.input {
	width: 234px;
}
form select.input {
	padding: 0;
	width: 240px;
}
form textarea.input {
	height: 80px;
}
form input.submit {
	float: right;
	display: block;
	font-weight: bold;
}
/* <-- formulaires */

.clear {
	height: 1px !important;
	clear: both;
	overflow: hidden;
}