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

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

/*ITEM_CATALOGUE*/
#item_catalogue {
	width: 100%; margin-top:0px;
	padding-top: 13px;
	font-size: 12px;
	background-image:url(item_headerhomecat.jpg);
	background-repeat:no-repeat;
	background-position: 10px top;
}


/* a */
a {
    color: #FF9900;
}

.info {	
	color: #FF9900;
	background-color: #FFF0D9;
}
.bonus {
	color: #FF9900;
	background-color: #FFF5E5;
	vertical-align:top;
}


.bonus_title {
	color: #FF9900;
}
.main_title {
	color: #FF9900;
	font-weight: bold;
}
.desc {
	font-size:10px;
}

.prod img {
	margin-right: 10px;
	float: left;
}
.genre img {
	margin-right: 10px;
	float: left;
}


/* extrait */

#extrait .film {
	border: 1px dashed #FF9900;
	text-align: center;
	vertical-align: top;
}
#extrait .about {
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#extrait .option {
	color: #FF9900;
	font-style:oblique;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

