a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	line-height: 10px;
	text-align: center;
	letter-spacing: 1px;
	font-family: sans-serif;
	background-image: url(images/fond.jpg);
}
#menu {
	height: 38px;
	padding-top: 10px;
	text-align: center;
	background: url(images/menu.gif) no-repeat center;
}
.menu {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 2px solid #cccccc;
}
#main {
	width: 770px;
	margin-top: 10px;
	margin-left: auto; 
  	margin-right: auto;
  	padding-top: 15px;
  	padding-bottom: 20px;
	background: #FFFFFF;
	border-left: 10px solid #eeeeee;
	border-right: 10px solid #eeeeee;
}
.left {
	float: left;
	width: 350px;
	text-align: left;
	margin-left: 20px;
}
.right {
	float: right;
	width: 350px;
	text-align: left;
	margin-right: 20px;
}
#footer {
	color: #999999;
	margin: 10px;
}
#footer p {
	margin: 10px;
}
#footer a {
	margin: 3px;
	color: #999999;
	font-size: 12px;
}
#footer img {
	vertical-align: text-bottom;
	margin: 0px 15px 0px 15px;
}
.liste {
	margin-left: 20px;
	padding: 7px 0px 7px 33px;
	background: url(images/puce.gif) no-repeat left;
}
.titre {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0px 20px 0px;
}
.bouton {
	text-align: center;
}
.clear {
	clear: both;
}
img {
	border: none;
}
.stats {
	font-weight: bold;
}
.stats img {
	margin-right: 10px;
	vertical-align: text-bottom;
}