.row a {
  background: none repeat scroll 0% 0% #fff;
  font-family: "Marker Felt";
  font-weight: bold;
  font-size: 18px;
  width: auto;
  margin: 0px 0px 27px 30px;
  padding: 10px 10px 15px;
  text-align: center;
  float: left;
}

.row a img{
  display: block;
}

.row a:after{
  content: attr(title);
}

.photo-id{
  width: 200px;
}

.photo-couple{
  width: 300px;
}

/* Rotate all even images 2 degrees */
.colonne-gauche a:nth-child(2n) {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
}

/* Rotate all even images 2 degrees */
.colonne-droite a:nth-child(3n+1) {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
}

/* Rotate all even images 2 degrees */
.colonne-droite a:nth-child(3n) {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
}
