@charset "utf-8";
@import url(general.css);

/* Feuille de style - Accueil
  * Deliv's SARL
  * contact@delivs.com
  */

div#central
{
	position: relative;
	background-image: url("img/back-fiche.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 960px;
	height: 443px;
}

div#titre
{
	position: absolute;
	left: 31px;
	top: 21px;
}

div#image
{
	position: absolute;
	left: 32px;
	top: 75px;
	width: 352px;
	height: 198px;
}

div#description
{
	position: absolute;
	left: 392px;
	top: 73px;
	width: 536px;
	height: 186px;
	text-align: left;
	font-size: 10px;
}

div#synopsis
{
	font-size: 11px;
}

div#ba
{
	position: absolute;
	left: 832px;
	top: 261px;
}

div#realisateur
{
	position: absolute;
	left: 32px;
	top: 285px;
	width: 265px;
	height: 95px;
	text-align: left;
	font-size: 10px;
}

div#filmographie
{
	position: absolute;
	left: 326px;
	top: 285px;
	width: 630px;
	height: 93px;
	text-align: left;
}

td.filmo
{
	width: 220px;
	vertical-align: top;
	font-size: 10px;
}

div#nav
{
	position: absolute;
	right: 30px;
	top: 395px;
}

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