body {
	text-align: center;
	width: 730px;
	margin: 70px auto;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #a0a0a0;
}

#logo_central {	
	background: url('logo2.jpg') no-repeat;
	width: 300px;
	height: 300px;
	margin: auto;
}
	
#left {
	width: 202px;
	float: left;
}
		
#right {
	width: 202px;
	float: right;
}
		
#copy {
	clear: both;
	height: 20px;
	line-height: 20px;
	margin-top: 30px;
}

#copy a {
	color: #a0a0a0;
	text-decoration: none;	
}

#copy a:hover {
	text-decoration: underline;	
}
	
a.elem, .hl {
	height: 70px;
	width: 200px;
	display: block
}
		
#elem1 { 
	background: url('site2.png') no-repeat;
}
		
#elem1.hl, #elem1:hover {
	background: url('site.png') no-repeat;
}
		
#elem2 {
	 background: url('forum2.png') no-repeat;
}
		
#elem2.hl, #elem2:hover {
	background: url('forum.png') no-repeat;
}
		
#elem3 {
	background: url('blog2.png') no-repeat;
	margin-top: 158px;
}
		
#elem3.hl, #elem3:hover {
	background: url('blog.png') no-repeat;
}
		
#elem4 {
	background: url('jeu2.png') no-repeat;
	margin-top: 158px;
}
		
#elem4.hl, #elem4:hover {
	background: url('jeu.png') no-repeat;
}