html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	
	background-color: #300000;
	text-align: center;
	color: #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
}

#page {
	position: relative;
	width: 795px;
	margin: 0 auto;
	background: url("../img/fond_cadre.gif") repeat-y;
	
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 100%;
	height: auto;
}

html>body #page {
	min-height: 100%;
	height: auto;
}

* html #page {
	height: 100%;
}

#bandeau {
	width: 705px;
	margin: auto;
}

#contenu {
	width: 705px;
	margin: auto;
	text-align: left;
	padding-bottom: 40px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -352px;
	
	width: 705px;
	height: 30px;
	background-color: #121212;
}

#footer #copyrights{
	margin: 0 110px;
}

#footer img {
	margin-top: 5px;
}

.spacer {
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	clear: both;
}


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

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	border: 1px solid #000000;
}

td {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	margin: 0;
	padding: 0;
}

img {
 border: none;
}

.inactive {
	color: #921D2F;
}