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

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

div#intro
{
	margin-left: auto;
	margin-right: auto;
	width: 624px;
	text-align: justify;
}

div#intro2
{
	margin-left: auto;
	margin-right: auto;
	width: 624px;
	text-align: justify;
}

div#remplir
{
	margin-left: auto;
	margin-right: auto;
	width: 624px;
	text-align: justify;
}

div.formdiv
{
	position: relative;
	width: 158px;
	height: 18px;
	background-image: url("img/case.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div.formdiv2
{
	position: relative;
	width: 123px;
	height: 18px;
	background-image: url("img/case2.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.formP
{
	border: 0;
	width: 152px;
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 11px;
}

.formP2
{
	border: 0;
	width: 19px;
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 11px;
}

.formP3
{
	border: 0;
	width: 19px;
	position: absolute;
	left: 42px;
	top: 2px;
	font-size: 11px;
}

.formP4
{
	border: 0;
	width: 37px;
	position: absolute;
	left: 82px;
	top: 2px;
	font-size: 11px;
}

.formP5
{
	border: solid 1px rgb(160, 160, 160);
	font-size: 11px;
}

div.float-left
{
	float: left;
}

div.cadre
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 624px;
}

div.top_cadre
{
	position: relative;
	background-image: url("img/top_cadre.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 624px;
	height: 9px;
}

div.milieu_cadre
{
	position: relative;
	background-image: url("img/milieu_cadre.png");
	background-repeat: repeat-y;
	background-position: top left;
	width: 624px;
}

div.bas_cadre
{
	position: relative;
	background-image: url("img/bas_cadre.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 624px;
	height: 13px;
}