
/* flottant gauche/droit */
table#listes  tr td  img {
	position: absolute;
}


.xcv { font-family:  Arial,Helvetica, sans-serif; font-size: 12px;text-decoration: none; }


table#listes  tr td img.sias {
		position: relative;
		top:-9px;
	right: 0px;
	z-index: 103;
	    height: 172px;
	width: 251px;

}

table#listes tr td img.sia {
		position: relative;
	top:-9px;
	right: 0px;
	z-index: 103;
	height: 1px;
	width:1px;

}


/* texte promot */
table#piste tr td div {
	position: relative;
	bottom: 85px;
	right: 115px;
	width: 250px;
	background-color: black;
	/*background: url(../images/trans_bg_25.png) repeat scroll transparent;*/
    height: 20px;
	filter:alpha(opacity=75); /* IE's opacity*/
	opacity: 0.75;
	z-index: 109;
}	
