@CHARSET "ISO-8859-1";

.sz_info_editeur {display: none;}

#trailer_popup { 
	position: absolute; /* pour IE : */
	background-color:#000;
	top: expression(body.scrollTop + 100 + "px");
	left: 235px;
	width:260px;
	height:232px;
	border:#000000 1px solid;
	z-index:120;
	text-align:left;
	margin: 0px;
}
html[xmlns] #trailer_popup, html>body #trailer_popup { 
	position: fixed; 
	top: 200px; 
	left: 350px;
	width:258px;
	height:230px;
} 

#trailer_popup_head { 
	position: relative; 
	background-color:#000;
	top: 4px;
	left: 4px;
	width:250px;
	height:20px;
	}
#trailer_popup_close_box { 
	position: relative; 
	background-color:#000000;
	text-align:center;
	border:#FFFFFF 1px solid;
	top: 2px;
	left: 232px;
	width:16px;
	height:16px;
}
#trailer_popup_close_anc { 
	text-decoration:none;
	font-size:12px;
	font-weight:700;
	color:#FFFFFF;
}
html[xmlns] #trailer_popup_close_box, html>body #trailer_popup_close_box { 
	top: 2px;
	left: 232px;
	width:14px;
	height:14px;
}
#trailer_popup_body { 
	position: relative; 
	top: 2px;
	left: 4px;
	width:250px;
	height:200px;
	}
	
