/**
 * Les règles C.S.S. propres à la page Contacts > Recrutement.
 */
 
h2 {
  font-size: 18pt;
  font-weight: normal;
}
 
#lesContactsEntrepotsEnRegions {
  float: left;
  width: 390px;
}

  #lesContactsEntrepotsEnRegions h2 {
    text-align: right;
  }
  
    #lesContactsEntrepotsEnRegions h2 .lesContacts {
      display: block;
    }
  
    #lesContactsEntrepotsEnRegions h2 .entrepots, #lesContactsEntrepotsEnRegions h2 .regions {
      font-size: 25pt;
      font-weight: bold;
    }
    
    #lesContactsEntrepotsEnRegions h2 .en {
      font-weight: bold;
    }
    
    #lesContactsEntrepotsEnRegions .lien {
      float: right;
      margin-top: 1em;
      width: 300px;
    }
    
      #lesContactsEntrepotsEnRegions .lien a { display: block;
        background-image: url("../images/corps/puce.gif");
        background-position: left;
        background-repeat: no-repeat;
        color: #000;
        font-size: 10pt;
        padding-left: 10px;
        text-decoration: none;
      }
      
#lesOffresDistriboissons {
  background-image: url("../images/corps/contacts/recrutement/separateurVertical.png");
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  margin-left: 50px;
  padding-left: 50px;
  width: 340px;
}

  #lesOffresDistriboissons h2 .distriboissons {
    color: #dc002e;
    display: block;
    font-size: 25pt;
    font-weight: bold;
  }
  
  #offres {
    margin: 10px 0 20px 0;
  }
  
    #offres p {
      background-image: url("../images/corps/contacts/recrutement/offre_arrierePlan.png");
      background-repeat: no-repeat;
      color: #fff;
      font-size: 10pt;
      height: 23px;
      padding: 5px 15px 0 15px;
      width: 256px;
    }
    
    #offres .offre a {
      background: url("../images/corps/contacts/recrutement/fleche.gif") no-repeat right;
      color: #fff;
      display: block;
      text-decoration: none;
    }
  
    #offres .pasDOffre {
    }
  
  #candidatureSpontanee {
    font-size: 10pt;
    font-weight: bold;
  }
  
  #candidatureSpontanee .candidatureSpontanee, #candidatureSpontanee .motivations {
    padding-left: 15px;
  }
  
  #candidatureSpontanee .inputCv, #candidatureSpontanee .inputMotivations {
    margin: 10px 0;
  }
  
    #candidatureSpontanee .inputCv input, #candidatureSpontanee .inputMotivations textarea {
      width: 300px;
    }
    
    #candidatureSpontanee .inputMotivations textarea {
      height: 100px;
    }
    
    #candidatureSpontanee .soumission {
      padding-right: 50px;
      text-align: center;
    }

.message {
  color: #dc002e;
  padding-left: 10px;
}
