body {
	background: #f0b602 url(../img/splash-bg.gif) 50% 0 no-repeat;
	text-align: center;
	color: #fff;
	font-family: small Arial, Verdana, sans-serif;
}
body#liens {
	background: #f0b602 url(../img/header-bg.gif) 50% 0 no-repeat;
}
img {
	border: 0;
}
a:link {
	color: #446B28;
}
a:visited {
		color: #446B28;
		text-decoration: none;
		background: url(../img/visited.gif) 100% 50% no-repeat;
		padding-right: 15px;
}
a:hover, a:active {
	color: #446B28;
	text-decoration: none;
}
#wrap {
	padding-top: 90px;
	margin: 0 auto;
	width: 729px;
	font-size: 75%;
}
#liens #wrap {
	margin-top: 77px;
	padding-top: 0px;
	width: 773px;
	background: #fff;
}
h2 {
	font: 160% Georgia, Times, serif;
}
p.footer {
	text-align: left;
	margin: 0;
	padding: 50px 0 50px 110px;
	background: url(../img/footer-logo.gif) 0 50% no-repeat;
	color: #fce9b0;
}
#footer {
	background: url(../img/footer-bg.gif) 50% 0 no-repeat;
	padding-top: 20px;
	font-size: 75%;
	width: 773px;
	margin: 0 auto;
}
#footer p {
	text-align: left;
	padding: 25px 0 25px 110px;
	background: url(../img/footer-logo.gif) 0 50% no-repeat;
	color: #fce9b0;
}
#content {
	color: #222;
	padding: 0 20px;
	text-align: left;
}
table {
	width: 100%;
	margin-bottom: 25px;
}
table caption {
	border-top: 1px solid #333;
	padding: 10px 0;
	border-bottom: 3px solid #333;
	text-align: left;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}
table th {
	background: #ccc;
	color: #fff;
	font-weight: normal;
	padding: 3px;
}
table td {
	border-bottom: 1px dotted #ccc;
	padding: 3px;
	vertical-align: top;
}
.description {
	color: #666;
}