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

/* Feuille de style - Accueil
  * Deliv's SARL
  * contact@delivs.com
  */
div#active
{
	position: relative;
	background-image: url("img/back.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 990px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
}
  
div#dark
{
	position: absolute;
	background-image: url("img/back2.png");
	background-position: top left;
	background-repeat: repeat;
	left: 30px;
	top: 151px;
	width: 960px;
	height: 270px;
}

div#info1
{
	position: absolute;
	background-color: rgb(8, 12, 31);
	background-image: url("img/back-home.png");
	background-position: top left;
	background-repeat: no-repeat;
	left: 164px;
	top: 442px;
	width: 358px;
	height: 110px;
	font-weight: bold;
	line-height: 15px;
	font-size: 11px;
}

div#info2
{
	position: absolute;
	background-color: rgb(8, 12, 31);
	background-image: url("img/back-home.png");
	background-position: top left;
	background-repeat: no-repeat;
	left: 632px;
	top: 442px;
	width: 358px;
	height: 110px;
	font-size: 11px;
}

img.plus
{
	position: absolute;
	right: 0px;
	bottom: 1px;
}

div.texte
{
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	padding: 25px 0px 0px 0px;
}

div.titre
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 18px;
	color: rgb(255, 255, 255);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

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

div#brochure
{
	position: absolute;
	left: 25px;
	top: 447px;
}

div#footer
{
	position: absolute;
	left: 865px;
	top: 577px;
}

div#footer2
{
	position: absolute;
	color: rgb(107, 109, 121);
	font-size: 9px;
	left: 163px;
	top: 577px;
}

div#cache
{
	height: 590px;
}
