div#divCarte div{
	margin: 5px;
	text-align:center;
	display:table-cell;
	float:left;
}
div#divCarte div.star{
	width: 110px;
	height: 162px;
	font-size:46px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:131px;
	background-image:url(../img/star.gif);
}
div#divCarte div.title{
	width: 110px;
	height: 162px;
	font-size:46px;
	line-height:151px;
	font-weight:bold;
	color:#000000;
	background-image:url(../img/title.gif);
}
div#divCarte div.scena{
	width: 162px;
	height: 85px;
	font-size:16px;
	font-weight:bold;
	background-image:url(../img/scene.gif);
	padding-top: 25px;
}
div#divCarte div.info{
	width: 162px;
	height: 85px;
	font-size:21px;
	font-weight:bold;
	background-image:url(../img/info.gif);
	padding-top: 25px;
}


