/* CSS Les Films du Nord/where/ - Emilie Leruste - Avril 2007 */

/*ITEM*/
#item {
	background-image:url(item_header.jpg);
	background-repeat:no-repeat;
	background-position: 10px top;
}


a {
	color: #339933;
}
.info {	
	color: #339933;
	background-color: #E0F0E0;
	font-weight:bold;
}
.bonus {	
	color: #339933;
	background-color: #EBF5EB;
}



/* extrait */

#extrait .film {
	border: 1px dashed #339933;
	vertical-align: top;
}
#extrait .about {
	color: #339933;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#extrait .bonus {
	border: 1px dashed #339933;
	color: #339933;
	font-size: 12px;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
}

