body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

body {
	text-align: center;
	background-color: #7cc7b3;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width: 812px;
	text-align: left;
	background-color: #ffffff;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 3%;
}

html>#main	{
	width: 812px;
	}

#logo {
	height: 95px;
	padding-top: 8px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	background-color: #d3002c;
	text-align: center;
	width: 812px;
}

#footer {
	text-align: center;
	font-size: 9px;
	color: #585a4f;
	width: 800px;
	height: 30px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#footer a {
	color: #585a4f;
	text-decoration: none;
}

html>#footer	{
	width: 800px;
}

p.rouge {
	color: #cc0026;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #cc0026;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:active {
	text-decoration: underline;
	color: #cc0026;
}

tag {
	border-style: none;
}

.spacer {
	display: block;
	margin-bottom: 10px;
	height: 20px;
	clear: both;
}
