#tables {
	margin: 20px auto;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	width: 100%;
	font-size: 1.3em;
	margin-bottom: 20px;
	table-layout: fixed;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
	line-height: 1.6em;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  width: 30%; }
th:last-child,
td:last-child {
  padding-right: 0; }

thead th, td.head {
	font-weight: bold;
	background-color: #efefef;
}
td.bold {
	font-weight: bold;
}
h3 {
	color: #AB2E69;
	font-size: 1.8em;
}
.gris {
	color: #999;
}
td.texte li:before {
	left: 15px;
}
td.texte ul {
	margin-top: 5px;
}