/**
 * Les règles C.S.S. propres à la page Nos métiers
 */

div#chapeau {
  font-size: 10pt;
  margin-left: 20px;
}

  div#chapeau div {
    line-height: 1.5em;
    margin-top: 1em;
    text-align: justify;
    width: 495px;
  }

div#metiers {
  margin-bottom: 34px;
  margin-left: 20px;
}

  div#metiers div.metier {
    clear: both;
  }
  
    div#metiers div.metier h2 {
      color: #dc002e;
      display: inline;
      font-size: 18pt;
      font-weight: normal;
      padding-right: 15px;
      padding-top: 20px;
      vertical-align: baseline;
    }
    
    div#metiers div.metier div.illustration {
      float: right;
      height: 131px;
      width: 287px;
    }
    
      div#metiers div.metier div.illustration img {
        height: 131px;
        width: 287px;
      }
    
    div#metiers div.metier div.description {
      font-size: 10pt;
      line-height: 1.5em;
      padding-top: 20px;
      text-align: justify;
      width: 495px;
    }
    
div#video {
  clear: both;
  margin-bottom: 34px;
  /*padding-top: 45px;*/
}

  p#legendeDeLaVideo {
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
  }
