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

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

div#mentions
{
	text-align: justify;
	padding: 15px;
}

table
{
	border-left: solid 1px grey;
	border-top: solid 1px grey;
}

td
{
	border-right: solid 1px grey;
	border-bottom: solid 1px grey;
}

td.fond
{
	background-color: rgb(217, 54, 99);
	color: white;
}
