/**
 * Les règles C.S.S. propres à la page Communication
 */
 
h1 {
  text-transform: none !important;
}

#slogan1 {
  font-size: 16pt;
  margin-left: 20px;
}

#slogan2 {
  font-size: 20pt;
  font-weight: bold;
  margin-left: 20px;
}

.texte {
  line-height: 1.25em;
  margin-left: 20px;
}

  .texte p {
    font-size: 10pt;
    margin-top: 1em;
  }
  
    .texte strong {
      color: #7f716c !important;
    }

#grandeMiniature {
  float: right;
  margin-left: 40px;
  margin-top: 44px;
}

#lesAutresMiniatures {
  margin-top: 30px;
}

  .miniature {
    float: right;
    margin-left: 20px;
  }
  
.lienVersEvenements {
  background-image: url("../images/corps/puce.gif");
  background-position: left center;
  background-repeat: no-repeat;
  clear: both;
  color: #000;
  display: block;
  font-size: 10pt;
  left: 20px;
  padding-left: 10px;
  text-decoration: none;
  position: absolute;
  top: 385px;
}

#lesArchives {
  clear: both;
  height: 19px;
  list-style: none;
  margin: auto;
  overflow: hidden;
  padding-top: 10px;
  text-align: center;
}

  .archive {
    background-image: url("../images/corps/reseau/communication/archive_arrierePlan.png");
    background-repeat: no-repeat;
    float: left;
    height: 19px;
    margin-right: 20px;
    width: 126px;
  }

    .archive a {
      color: #fff;
      display: block;
      font-size: 10px;
      font-weight: bold;
      height: 16px;
      padding-top: 3px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
    }
