@charset "iso-8859-1";
/* CSS Document */
#navhor {
	display:block;
	overflow:hidden;
}
#main-accueil #navhor {
	padding-top:468px;
}
#navhor ul {
	display:inline;
	list-style:none;
	font-size:100%;
}
#navhor li {
	float:left;
}
#navhor li span {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#navhor a:hover {
	background-position:0 -36px;
}
#navhor .active {
	cursor:default;
	background-position:0 -36px;
}
.accueil a {
	display:block;
	width:39px;
	height:36px;
	background:transparent url(../images/navhor_accueil.gif) scroll no-repeat 0 0;
}
.serie a {
	display:block;
	width:110px;
	height:36px;
	background:transparent url(../images/navhor_serie.gif) scroll no-repeat 0 0;
}
.episodes a {
	display:block;
	width: 155px;
	height:36px;
	background:transparent url(../images/navhor_episodes.gif) scroll no-repeat 0 0;
}
.bandeannonce a {
	display:block;
	width: 224px;
	height:36px;
	background:transparent url(../images/navhor_bandeannonce.gif) scroll no-repeat 0 0;
}
.contact a {
	display:block;
	width: 112px;
	height:36px;
	background:transparent url(../images/navhor_contact.gif) scroll no-repeat 0 0;
}