/**
 * EDS - Fichier CSS dédié aux JUNIORS, commun CONTENU et RUBRIQUE.
 * Chargé dans le template.tpl.php
 *
 * @file
 */

body.juniors #container {
  background-image: url('../../images/juniors/bandeau-fond.png');
  background-image: url('../../images/juniors/bandeau-fond.svg');
  background-size: auto 560px;
}
body.juniors #container-inner {
  background-image: url('../../images/juniors/bandeau.png');
  background-image: url('../../images/juniors/bandeau.svg');
}
body.juniors #main { margin: 0 auto; padding-top: 120px; width: 940px; }
body.juniors h1#page-title { padding-bottom: 0; }
body.juniors #main .block h2 { color: #f75817; }
