html {
	height: 100%;
}

body {
	width: 900px;
	height: 100%;
	color: #333;
	font: 14px Geneva, "Lucida Grande", Verdana, sans-serif;
	background: black none no-repeat;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid gray;
}

/* @group Main */

#main {
	height: 100%;
	background: none no-repeat 0 bottom;
	min-height: 100%;
	voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	position: relative;
}

html>body #container {
    height: auto;
	}

h1 {
	color: #7f3814;
	background-color: #fff;
	font: bold 2.7em Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	color: #663;
}

/* @group Header */

#header {
	position: relative;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	display: block;
	background: #7f1616 url(/images/FondMenuMotif1.png) 0;
	font-size: 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

li {
	text-align: center;
	padding-right: 10px;
	padding-left: 8px;
	border-right: 2px solid #febf0a;
	border-left: 2px solid #febf0a;
	list-style-type: none;
	display: inline;
	background: none 0;
}

/* @end */

/* @group Contenu */

#contenu {
	display: block;
	position: relative;
	line-height: 1.2em;
	text-align: justify;
	letter-spacing: 1px;
	font-size: 0.85em;
	background-position: 0 bottom;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 130px;
	top: 5px;
}

table {
}

/* @end */

/* @group Footer */

#footer {
	position: relative;
	text-align: center;
	line-height: 1em;
	display: block;
	font-size: 8px;
	bottom: 0;
	color: silver;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @end */

/* @group Links */

a:link {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: none;
}

a:visited {
	color: #c1c1c1;
}

a.texte {
	color: #b31818;
	text-decoration: underline;
}

a:hover.texte {
	color: #fc0007;
}

/* @end */