body {
	padding: 0px;
	margin: 0px;
	background-color: #ebdfc9;
	font-family: verdana;
	color: #5c2803;
}
.menu {
	width: 100%;
	background-color: #65b9dd;
	text-align: center;
}
.menu a {
	color: #ffffff;
	font-size: 14px;
/*	font-weight: bold;*/
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 28px;
	margin-right: 28px;
}
.menu a:hover, .menu a.selected {
	color: #5c2803;
}
.content {
	height: 588px;
	width: 100%;
	background-image: url('design/ancre.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 12px;
}
.content td {
	vertical-align: top;
	line-height: 24px;
}
.content .title {
	font-weight: bold;
	font-size: 14px; /*18*/
	line-height: 28px;
}
.content a {
	color: #5c2803;
	text-decoration: none;
	font-style: italic;
}
.content a:hover {
	text-decoration: underline;
}
.picture {
	padding: 18px;
	background-color: #65b9dd;
}
.thumb {
	cursor: pointer;
	border: solid 1px #5c2803;
}
.thumb:hover {
	border: solid 1px #65b9dd;
}
.footer {
	height: 32px;
	width: 100%;
	background-color: #65b9dd;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.footer a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
input, textarea {
	width: 360px;
	height: 28px;
	border: solid 1px #ffffff;
	color: #5c2803;
	padding: 6px 2px 0px 2px;
	font-size: 16px; /*18*/
	font-weight: bold;
	vertical-align: middle;
}
input.button {
	background-color: #65b9dd;
	border: solid 1px #65b9dd;
	width: 102px;
	padding: 0px 2px 8px 2px;
	margin-top: 8px;
	font-size: 16px;
	font-weight: normal;
}
