@charset "ISO-8859-1";
/* désign d'un jeu */
.game {
	background-color: #1D2862;
	height: 100px;
	color: #FFFFFF;
	width: 212px;
	margin-left: -20px;
	margin-top: 5px;
	margin-bottom: 6px;
	list-style-type: none;
	display: inline-block;
	margin-right: 26px;
}
.game:hover{
	background: url(../img/game.png) repeat-x bottom #1D2862;
	}
.description   ul{
	margin-left: -12px;
	margin-top: 20px;
}
.title {
	height: 15px;
	text-align: center;
}

.game:hover .title_font {
	background-color: #FF0000;
	color: #FFFFFF;
}
.game:hover .game_info_right a {
	background-color:#D72E4C;
}
.title a {
	margin-top: 6px;
	width: 450px;
	font-size: small;
	font-weight: bolder;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
	padding-left: 5px;
	padding-right: 5px;
}

.image {
	width: 67px;
	height: 60px;
	background-color: #000000;
	margin-left: 12px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}

.description {
	margin-left: 5px;
	width: 135px;
	padding-top: 10px;
}
.game_info {
	position: relative;
	top: 25px;
	color: #DEE231;
}
.game_info  a:visited {
color:#FFFFFF;
position:relative;
bottom:5px;
}
.game_info a:link {
color:#FFFFFF;
position:relative;
bottom:5px;
}

.game_info_title_font {
	text-decoration: underline;
	color: #00FF00;
	font-family: Georgia, Arial, "Microsoft Sans Serif", Onyx, Verdana;
	font-size: small;
}
.description   li{
	margin-left: 0px;
	list-style-type: none;
	font-size: small;
	margin-top: -1px;
	display: inline;
}
