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

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

div#texte
{
	position: absolute;
	left: 33px;
	top: 79px;
	width: 895px;
	height: 306px;
	text-align: left;
	font-size: 10px;
}