/**
 * @file
 * Feuille de styles dédiée au contenus CONFÉRENCES.
 */

article.node {
  background: url('../../../edsbase/images/conferences/bandeau.jpg') left top repeat-x;
}
article.node.sm {
  background: url('../../../edsr/images/conferences/bandeau-saint-malo.jpg') left top repeat-x;
}

/*** TITRE ***/

#titre-page .sous-titre {
  margin-top: 10px;
  font-family: 'georgia-italic';
  font-size: 1.6em;
}

/*** IMAGE - TEXTE ***/

#image-texte .video iframe,
#image-texte .audio iframe {
  width: 100%;
  height: 550px;
}

/*** INFORMATIONS ***/

#informations-page {
  background-color: #e6ddee;
}
article.node.sm #informations-page {
  background-color: #ece5d5;
}
#conferenciers {
  padding-top: 30px;
  border-top: 2px solid #232425;
}
#conferenciers > h3 {
  margin-bottom: 20px;
  font-family: 'soleil-extrabold';
  font-size: 1.25em;
}
#conferenciers .nom,
#conferenciers .titres {
  font-size: 1.15em;
}
#conferenciers .nom {
  font-family: 'soleil-bold';
}
#conferenciers .titres {
  margin-bottom: 10px;
}

/*** RENDEZ-VOUS ***/

#rdvs {
  margin-top: 50px;
}


