@charset "utf-8";
@import url(general.css);

/* Feuille de style - Accueil
  * Deliv's SARL
  * contact@delivs.com
  */

div#sep
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.gauche
{
	float: left;
	width: 152px;
	padding-right: 23px;
	background-image: url("img/filet-verti.gif");
	background-position: top right;
	background-repeat: repeat-y;
	text-align: left;
	height: 465px;
}

div.centre
{
	float: left;
	width: 490px;
	padding-left: 43px;
	padding-right: 13px;
	text-align: left;
}

div.droite
{
	float: right;
	width: 216px;
	padding-left: 43px;
	background-image: url("img/filet-verti.gif");
	background-position: top left;
	background-repeat: repeat-y;
	text-align: left;
	height: 465px;
}

div.vignette
{
	margin-top: 10px;
	float: left;
	margin-right: 20px;
	line-height: 13px;
	width: 213px;
}

div.little
{
	line-height: 10px;
}

img.float-left
{
	margin-right: 3px;
}