@charset "utf-8";
/* CSS Document */


ul.annuaire{
	float:left;
	padding-top:20px;
	width:210px;
	text-align:center;
}

ul.annuaire li {
	list-style:none;
}

.adresse{
	float:left;
	width:215px;
	height:115px;
}

table.tableGame .details{
	font-size:10px;
	text-align:center;
}

table.tableGame .jeux{
	width:75px;
}

table.tableGame img {
	border:2px solid #fff;	
}

a.play, a:hover.play, a:visited.play{
	background-color:#5D0000;
	text-decoration:none;
	color:#fff;
	display: block;
	font: 15px arial; 
	font-weight:bold; 
}
