
/* DIV SERIE */

div#cont{
	margin-left: 15px!important;
}

/* DIV SERIE */

div.prev_serie{
	position: relative;
	float: left;
	height: 120px;
	width: auto;
	border-style : none;
	display: inline;
}
div.noFloat{
	float: none;
}
div.alone{
	margin: 0 15px 20px -5px;
}
div.start{
	margin: 0 -8px 20px -5px;
}
div.mid{
	margin: 0 -8px 20px 0px;
}
div.end{
	margin: 0 15px 20px 0px;
}
div.prev_serie table{
	height: 120px;
	width: auto;
}

td.M{
	width: auto;
	background-color: black;
}


div.alone td.G{
	width: 14px;
	background: url(../files/img/serie_fd_gauche.png) no-repeat right center;
}
div.alone td.D{
	width: 14px;
	background: url(../files/img/serie_fd_droite.png) no-repeat left center;
}


div.start td.G{
	width: 14px;
	background: url(../files/img/serie_fd_gauche.png) no-repeat right center;
}
div.start td.D{
	width: 9px;
	background: url(../files/img/serie_fd_rond_droite.png) no-repeat left center;
}


div.mid td.G{
	width: 9px;
	background: url(../files/img/serie_fd_rond_gauche.png) no-repeat right center;
}
div.mid td.D{
	width: 9px;
	background: url(../files/img/serie_fd_rond_droite.png) no-repeat left center;
}


div.end td.G{
	width: 9px;
	background: url(../files/img/serie_fd_rond_gauche.png) no-repeat right center;
}
div.end td.D{
	width: 14px;
	background: url(../files/img/serie_fd_droite.png) no-repeat left center;
}



/* IMG VIGNETTE */
img.vignette{
	/*height: 100px;*/
	margin: 0;
	padding: 0;
	border: 0px;
	border-style: none;
}


/* DIV LEGENDE  */
div#legende_bloc{
	overflow: hidden;
	width: auto;
	height: auto;
	position: absolute;
}

#legende_txt{
	color: white;
	font-size: 11px;
	text-align: center;
}

/* TABLE */
#legende_bloc table{
	border-style : none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	height: 15px;
}


/* TD  */
#legende_bloc td#G{
	width: 15px;
	height: 5px;
	background: url(../files/img/bord_legende_serie_G.png) no-repeat right center;
}

#legende_bloc td#M{
	width: auto;
	background-color: black;
}

#legende_bloc td#D{
	width: 15px;
	height: 5px;
	background: url(../files/img/bord_legende_serie_D.png) no-repeat left center;
}

