@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#rejoignez
{
	position: relative;
}

div.col1
{
	position: relative;
	float: left;
	width: 300px;
	text-align: left;
}
div.col2
{
	position: relative;
	float: left;
	width: 300px;
	margin-left: 40px;
	text-align: left;
}
div.col3
{
	position: relative;
	float: right;
	width: 300px;
	text-align: left;
}

div.bigtitre
{
	position: relative;
	padding-bottom: 3px;
	/*border-bottom: dotted 1px rgb(0, 0, 0);*/
	background-image: url("img/filet-hori.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 16px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-bottom: 5px;
}