/*==================================================*/
/* HOMEPAGE.CSS - GAMEONLY.COM
/*==================================================*/
@import url("base.css");
@import url("coldroite.css");
@import url("header.css");
@import url("menu.css");
@import url("footer.css");
/*-------------------------------------------------*/
/* HOMEPAGES + ACCROCHES */
/*-------------------------------------------------*/
.serie_accroches {
	clear:both;
}
.serie_accroches li {
	width:154px;
	height:18.3em;
	float:left;
	margin: 0 0 0 10px;
}
.serie_accroches li.acc1 {
  clear:left;
	margin-left:1px;
}
.serie_accroches li li{
	float:none;
	margin: 0; height:auto;
	font-size:95%;
}
.serie_accroches h3 {
	position:relative;
	font-size:110%;
	line-height:1.1;
	margin-bottom:2px;
}
.serie_accroches h3 img {
	margin:2px 0 5px 2px;
}
.serie_accroches h3 a span {
	display:block;
	width:154px;
	height:94px;
	position:absolute;
	top:0; left:0;
	background: url(img/base/acc_cache.png) left top no-repeat;
	cursor:pointer;
}
.serie_accroches h3 a:hover span, .serie_accroches h3 a:focus span {
	background: url(img/base/acc_cache_on.png) left top no-repeat;
}
.serie_accroches a {
	color:#FF6600;
	text-decoration:none;
}
.serie_accroches a:hover, .serie_accroches a:hover {
	color:#00BEBE;
}
.serie_accroches li.desc, .serie_accroches li.nb_joue, .serie_accroches li.date {
	margin-bottom:1px;
}
.serie_accroches li.nb_joue, .serie_accroches li.date {
	font-weight:bold;
	color:#00BEBE;
}
.serie_accroches li.note {
	color:#999;
}
.serie_accroches li.note img {
	margin-top:3px;
	vertical-align:-2px;
}
/*-------------------------------------------------*/
/* HOMEPAGES CATEGORIES */
/*-------------------------------------------------*/
#body_home_cat h2 {
	font-size:100%;
}
#body_home_cat h2 strong img {
	vertical-align:middle;
	margin:8px 0;
}
#body_home_cat h2 a {
	color:#FFF;
}
#body_home_cat h2 a:hover, #body_home_cat h2 a:focus {
	color:#000;
}
