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

img.float-recomp
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

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

div#recompenses
{
	position: absolute;
	left: 32px;
	top: 79px;
	width: 890px;
	height: 305px;
	text-align: left;
	font-size: 10px;
}

p.p-left
{
	width: 435px;
}