h2 {
  clear: both; /* photos -> master */
}

/* TOC ********************************************************************/

.toc {
  clear: both;
  margin-left: 5%;
}

.toc table {
  width: 90%;
}

.toc th {
  text-align: left;
}

.toc td {
  vertical-align: top;
}

/* Maps *******************************************************************/

div.ggmap {
  clear: both;
  float: right;
  text-align: right;
  padding-bottom: 0.8ex;
}

.ggmap img {
  border: 0;
}

/* Témoignages ************************************************************/

/* Menu */
a.sep-above {
  border-top: solid 1px #909090;
}


a.link-temoignage {
  display: block;
  float: right;
  width: 150px;
  padding: 1ex;
  margin-left: 2ex;
  margin-bottom: 0.5ex;
  background: #c5def1;
  color: black;
  border: 0;
  font-size: 80%;
  text-align: center;
}
a.link-temoignage:hover {
  background: #ededed;
}

div.temoignage {
  clear: both;
  margin-bottom: 2ex;
}

.temoignage span.etudiant, .temoignage a.etudiant {
  color: black;
  border: 0;
  font-weight: bold;
}

.temoignage blockquote {
  float: none;
  margin: 0;
  margin-left: 5%;
  width: 95%;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
  margin-top: 1ex;
}

.temoignage img {
  border: 0;
}


div.image {
  text-align: center;
  font-size: 80%;
  font-style: italic;
  margin-bottom: 1ex;
}
div.image img {
  border: 0;
}
div.image a {
  border: 0;
}

/* Facebook link */

div.facebook {
  margin-top: 4ex;
}

.facebook a {
  border: 0;
}

/* Résumé des exposés */

div.resume {
  display: none;
  font-size: 90%;
  /* border: 1px dashed rgb(150,150,150); */
  padding: 1ex;
}

button.resume {
  margin: 0;
}

.signature {
  font-style: italic;
  font-size: 80%;
  color: rgb(150,150,150);
  float: right;
  padding-top: 0.7ex;
}


/* Promotions */

.promotion td {
  text-align: center;
}

.promotion td:hover {
  background: #ededed;
}

.promotion a {
  text-decoration: none;
  border: 0;
}

.promotion img {
  width: 100%;
}

