@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;
}

.bigtitre
{
	color: rgb(51, 51, 51);
	font-weight: bold;
	font-size: 16px;
}

div.gauche
{
	width: 370px;
	text-align: left;
	float: left;
}

div.droite
{
	width: 500px;
	padding-left: 30px;
	padding-right: 60px;
	text-align: left;
	float: right;
	/*border-left: dotted 1px rgb(1, 1, 1);*/
	background-image: url("img/filet-verti.gif");
	background-position: top left;
	background-repeat: repeat-y;
}