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

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

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

div#fiche
{
	position: absolute;
	left: 31px;
	top: 395px;
}

div#zone1
{
	position: absolute;
	left: 33px;
	top: 88px;
	width: 280px;
	height: 266px;
	text-align: left;
	font-size: 10px;
}

div#zone2
{
	position: absolute;
	left: 349px;
	top: 88px;
	width: 280px;
	height: 266px;
	text-align: left;
	font-size: 10px;
}

div#zone3
{
	position: absolute;
	left: 652px;
	top: 88px;
	width: 280px;
	height: 266px;
	text-align: left;
	font-size: 10px;
}