.zoom div img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom div:hover img {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}





/* espacement */
/*
table {
  table-layout: fixed;
  width: 1000px;
  border-collapse: collapse;
  border: 3px solid purple;
}

thead th:nth-child(1) {
  width: 100px;
}

thead th:nth-child(2) {
  width: 100px;
}

thead th:nth-child(3) {
  width: 100px;
}

thead th:nth-child(4) {
  width: 100px;
}
thead th:nth-child(5) {
  width: 100px;
}
thead th:nth-child(6) {
  width: 500px;
}
th, td {
  padding: 20px;
}

*/

/* typographie */
/*
html {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

thead th, tfoot th {
  font-family: 'Rock Salt', cursive;
}

th {
  letter-spacing: 2px;
}

td {
  letter-spacing: 1px;
}

tbody td {
  text-align: center;
}

tfoot th {
  text-align: right;
}



thead, tfoot {
  background: url('photoECP2.jpg');
  color: white;
  text-shadow: 1px 1px 1px black;
}

thead th, tfoot th, tfoot td {
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
  border: 3px solid purple;
}

*/
