@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-inscription.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#texte1
{
	position: absolute;
	left: 31px;
	top: 74px;
	width: 311px;
	height: 312px;
	text-align: left;
	font-size: 10px;
}

div#texte2
{
	position: absolute;
	left: 389px;
	top: 74px;
	width: 250px;
	height: 312px;
	text-align: left;
	font-size: 10px;
}

div#texte3
{
	position: absolute;
	left: 676px;
	top: 74px;
	width: 250px;
	height: 312px;
	text-align: left;
	font-size: 10px;
}

div#telecharger
{
	position: absolute;
	right: 30px;
	top: 394px;
}