

body { 
  width: auto!important; 
  margin: auto!important; 
  font-family: serif; 
  font-size: 12pt; 
  background-color: #fff!important; 
  color: #000!important;
  	line-height: 1.31em;
} 
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol { 
  color: #000!important; 
  margin: auto!important; 
}  
.print { 
  display: block; /* affichage des éléments de classe print */ 
} 
p, blockquote { 
  orphans: 3; /* pas de ligne seule en bas */ 
  widows: 3; /* pas de ligne seule en haut */ 
} 
blockquote, ul, ol { 
  page-break-inside: avoid; /* pas de coupure dans ces élements */ 
} 
h1 { 
  /* page-break-before: always; chaque titre commence sur une nouvelle page */ 
} 
h1, h2, h3, caption { 
  page-break-after: avoid; /* pas de saut après ces éléments */ 
} 
a { 
  color: #000!important; 
  text-decoration: none!important;
  border: 0;
  
} 
a[href]:after { 
  /*content: " (" attr(href) ")";  affichage des URL des liens */ 
} 

h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; line-height: 1.21em;}


#header, .detailNote, #sidebar, #footMenu, #filmDetail #movie ul, #watchNow, #genericTabs, #selectedContent ul.links {
display:none;
}

.filmThumb img.blank, .filmThumb img, .play_watermark, #filmsList .gotoAndPlay{
	display:none;
	
}

#filmsList ul , #filmsList li{
	list-style-type:none;
}

#copy{
	width:100%;
	float:none;
	text-align:center;
	margin-top:20pt;
}