body {
	margin: 0px;
	text-align: center;
	background-color: #F9E9CC;
}
body,td,th {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	color: #CEAD93;
}
#layout {
	margin: 0 auto;
	width: 550px;
}
#header {
	height: 381px;
}
#content {
	background-image: url(goback_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 8px;
	text-align: justify;
	background-color: #FAF1DB;
}
a:link,a:visited {
	color: #C84F51;
	cursor: default;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover,a:active {
	color: #E77678;
	cursor: default;
	text-decoration: none;
	letter-spacing: 1px;
}
input,select,textarea,submit {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #F5E6C5;
	padding: 2px;
	color: #CEAD93;
	border: #F1EFE7 1px solid;
}
.titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	font-size: 20px;
	word-spacing: 3px;
	letter-spacing: -1px;
	color: #E77678;
	margin-bottom: -2px;
	padding-left: 45px;
}
.titre:first-letter {
	color: #C84F51;
}
.left {
	float: left;
	width: 47%;
}
.right {
	float: right;
	width: 47%;
}
.clear {
	clear: both;
}
