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

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

div#photo
{
	position: absolute;
	left: 32px;
	top: 75px;
	text-align: left;
}

div#description
{
	position: absolute;
	left: 576px;
	top: 77px;
	width: 352px;
	height: 286px;
	text-align: left;
}

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