body {
	margin: 0px;
	text-align: center;
	background: #f1f2f3;
}
body, td, input, a {
	font: normal 11px/1.5em verdana, sans-serif;
	color: #222;
}
a {
	-moz-outline: none;
	font-weight: bold;
	color: #e612a2;
	color: #458980;	
	text-decoration: none;
}
a:hover, a.active {
	color: #222;
}
p {
	margin: 1.3em 0;
}
h1 {
	margin: 0px;
	font: normal 18px sans-serif;
	letter-spacing: 1px;
}
h2 {
	margin-top: 30px;
	padding-bottom: 3px;
	border-bottom: 1px solid #dce0e2;
	font-size: 11px;
}
#pagewrap {
	background: url(topbg.png) repeat-x #fff;
}
#page {
	width: 840px;
	margin: auto;
	padding: 150px 0px 40px 0px;
	text-align: left;
	background: url(toplogo.png) no-repeat;
}
#menu {
	float: left;
	width: 180px;
	margin-top: 30px;
	border-top: 1px solid #dce0e2;
	padding-bottom: 172px;
	background: url(photo.jpg) bottom center no-repeat;
}
#menu a {
	display: block;
	padding: 7px 0px;
	border-bottom: 1px solid #dce0e2;
	zoom: 1;
}
#content {
	float: left;
	width: 550px;
	margin-left: 50px;
	padding: 25px 0px 30px 50px;
	border-left: 1px solid #dce0e2;
}
#clear {
	clear: both;
}
#footer {
	clear: both;
	padding: 40px 0px 20px 0px;
	text-align: center;
	background: url(footer.png) repeat-x;
	color: #969a9c;
}
#footer a {
	font-weight: normal;
	color: #969a9c;
}
table.liste {
	width: 100%;
	margin: 30px 0px;
	border-collapse: collapse;
}
td {
	padding: 3px 0px;
}
tr.odds td {
	background: #f1f2f3;
}
thead td {
	border-bottom: 1px solid #dce0e2;
	font-weight: bold;
}
