body {
	padding: 0;
	margin: 0;
	background: #82a400 url(background.jpg) no-repeat top center;
	font-family: Arial, sans serif;
	font-size: 11px;
	color: #fff;
}
a { color: #fff; text-decoration: underline; }    
table {
	width: 980px;
	margin: 82px auto 0 auto;
	font-size: 11px;
	border-collapse: collapse;
	padding: 0;
}
td { padding: 0; } 
div#compteur {
	float: left;
	margin-bottom: 25px;
	margin-left: 66px;
	height: 20px;
	width: 95px;
	font-size: 12px;
	letter-spacing: 6px;
}
div.fbook {
	margin-right: 5px;
	float: left;
	background: white;
	margin-top: -1px;
	padding: 4px 3px;
	height: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 18px;
}
div.fbook a { color: #000; text-decoration: none;}
div.fbook a:hover { text-decoration: underline; }
div.like {
	float: left;
	background: white;
	margin-top: -1px;
	margin-left: 5px;
	height: 21px;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
