* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-color:#000;
	color:#CCC;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.4;
}
#container {
	width: 690px;
	margin: 2em auto 1em auto;
}
#tot {
	text-align: center;
	padding: 10px;
	margin-top: 1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #e6d6c6;
}
#peu a {
	color: #FEE684;
	font-size: 70%;
	margin-right: 1em;
	margin-left: 1em;
	display: inline;
}
#peu {
	padding: 10px;
	margin-top: 1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E6D6C6;
}
#container h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #C0A071;
	text-align: center;
}
#container h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #AA6337;
	text-align: center;
}
#container h3 {
	font-size: 110%;
	text-transform: uppercase;
	color: #E1D1C1;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

