* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #004432;
	font-family: Verdana, Arial, sans-serif;
	color: #004432;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
h1 {
	height: 50px;
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
	font-size: 2em;
}
h2 {
	margin: 40px 0 20px 0;
	font-size: 1.6em;
	background: url(images/db2.gif) no-repeat left center;
	text-align: left;
	padding-left: 22px;
}

ul {
	list-style-type: none;
	margin: 10px auto;
	font-size: 1.2em;
	font-weight: bold;
}
li {
	padding: 5px 0;
}
a
{
	color: #da2a36;
}
img {
	border: none;
}
#container {
	position: relative;
	margin: 0 auto;
	padding: 1px 0 0;
	width: 780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff url(images/containerbg.gif) repeat-y top center;
	font-size: 1.2em;
	font-family: "Courier New", Courier, Monospace;
}
#souscontainer {
	width: 700px;
	margin: 0 auto;
}
#souscontainer p  {
	width: 680px;
	margin: 0 auto;
}
#souscontainer ul  {
	width: 680px;
	margin: 10px auto 0;
}
#footer {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 50px;
}
#footer p {
	font-size: 1.4em;
	margin: 10px auto 0 auto;
	text-align: center;
}
.formlink, .email, .website {
	padding-left: 20px;
}
.formlink {
	background: url(images/goform.gif) no-repeat left center;
}
.email {
	background: url(images/gomail.gif) no-repeat left center;
}
.website {
	background: url(images/gowebsite.gif) no-repeat left center;
}
