@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-films.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 960px;
	height: 443px;
}

div#titre
{
	position: absolute;
	left: 32px;
	top: 33px;
}

div#films
{
	position: absolute;
	left: 32px;
	top: 71px;
}

div.film
{
	position: absolute;
	width: 438px;
	height: 76px;
	text-align: left;
	font-size: 10px;
}

td.imagefilm
{
	width: 160px;
	height: 73px;
	font-size: 10px;
}

td.descfilm
{
	width: 260px;
	height: 73px;
	padding-left: 15px;
	font-size: 10px;
}

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