#contenu.onglets-etapes>.contenu-onglet {
    background: url(/ressources/images/e35-onglets-filet-degrade.png) no-repeat scroll left top transparent;
    margin: 0;
    overflow: hidden;
    padding: 19px 12px 0;
    position: relative;
}

#page.simulateur #contenu table.tbldroite {
    float: right;
    margin-right: 17px;
}

#page.simulateur #contenu.onglets-principaux {
    margin: 2em 0;
}

#page.simulateur #contenu.onglets-principaux.contenu-onglet.titre:first-child, #page.simulateur #contenu.onglets-principaux.contenu-onglet.access-hidden+.titre {
    margin-bottom: 0;
    margin-top: 0;
}

#page.simulateur #contenu.onglets-principaux.contenu-onglet {
    margin-top: 10px;
}

#page.simulateur #contenu .question .reponses {
    padding: 4px 16px 0 16px;
}

#page.simulateur #contenu .question .reponses label, #page.simulateur #contenu .sous-question label {
    font-weight: normal;
}

#page.simulateur #contenu .espace-vertical {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 5px;
    font-size: 0;
    border: 0;
}

/* --- Classe à supprimer lors du deploiement --- */
#contenu.onglets-etapes>ul.onglets li.no-etape {
    display: block;
    color: #3e3e3e;
    font-size: 1.05em;
    font-weight: bold;
}

#contenu.selecteurTPE h2 {
    margin-top: 0.5em;
    margin-bottom: 0;
}

#contenu.selecteurTPE h3 {
    margin-top: 15px;
    font-size: 1.3em;
    margin-bottom: 0;
}

#contenu div.plan-lien {
    width: 15%;
}

#contenu div.plan-texte {
    width: 70%;
}

#contenu div.plan-texte > *:first-child, #contenu div.plan-couts > *:first-child  {
    margin-top: 0.25em;
}

/*#contenu div.plan-lien { width: 15%; padding-right: 10px; float: left;}
#contenu div.plan-texte { width: 70%; float: left; }
#contenu div.plan-couts { width: 12%; text-align: center; margin: 0 0 10px 1%; float: right; }*/

#contenu div.plan-couts div.fondCout {
    background-color: #f3f5f6;
    border: 1px solid #CCCBCB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 10px;
    margin-bottom: 10px;
    text-align: center;
}

#contenu .reponseContextuelle p {
  margin-bottom: 0;
}

#contenu .reponseContextuelle ul {
  margin-top: 0;
}

#zone-intro{
    width: 700px;
    margin: 1em auto;
}

/* --------------------------------------------------
  ÉTAPES NUMÉROTÉES
===================================================== */

ol.etapes-numerotees {
  margin: 1em auto;
  padding: 0 !important;
  list-style-type: none;
  counter-reset: etapeNumerotee;
  overflow: hidden;
}

ol.etapes-numerotees li {
  position: relative;
  float: left;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  font-size: 0.75em;
  text-align: center;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: none;
  z-index: 1;
}

ol.etapes-numerotees li:first-child { margin-left: 0; }

ol.etapes-numerotees li a:before {
  counter-increment: etapeNumerotee;
  display: block;
  padding-bottom: 5px;
  color: #008c53;
  font-weight: bold;
  font-size: 1.833em;
  text-align: center;
}

#page.fr ol.etapes-numerotees li a:before { content: "Étape " counter(etapeNumerotee); }
#page.en ol.etapes-numerotees li a:before { content: "Step " counter(etapeNumerotee); }

ol.etapes-numerotees li a {
  position: relative;
  display: block;
  padding: 10px;
  color: #595959 !important;
  font-weight: bold;
  text-decoration: none;
  background: #edeeee url(/ressources/images/a00-etapes-numerotees-fond.gif) repeat-x left bottom;
  border: 1px solid #f6f6f6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
