/* =========================================== */
/* Copyright 2017 MICHAEL WELTZER INFORMATIQUE */
/* =========================================== */

/* === Choix 1 ================== */
/* couleur société : #90C0D0 - rgb(144,192,192) */
/* Couleur foncée  : #002B2B - rgb(0,43,43) */
/* Couleur moyenne : #004242 - rgb(0,66,66) */
/* Couleur claire  : #CCFFFF - rgb(204,255,255) */
/* Couleur survol  : #FFFF00 - rgb(255,255,0) */

/* === Choix 2 ================== */
/* rgb(248,240,255), rgb(123,144,146), #6A5E8C, rgb(248,240,255) */


/* ============================== */
/* === BODY ===================== */
/* ============================== */
body
{ width: 900px;
  font-family: verdana;
  color: #CCFFFF;
  background-color: #004242;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: scroll;
}

/* ============================== */
/* === HEADER =================== */
/* ============================== */
body header
{ position: fixed;
  top: 0px;
  left: auto;
  width: 900px;
  height: 106px;
  background-color: #002B2B;
  border: 1px solid #000000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 3px 3px 2px 0px #000000;
  z-index: 5;
}
.imgLogo
{ position: absolute;
  top: 5px;
  left: 48px;
  width: 100px;
  height: 100px;
  border: 0px;
}
.divLogoSep
{ position: absolute;
  top: 0px;
  left: 176px;
  width: 1px;
  height: 106px;
  border: 0px;
  border-right: 1px solid #000000;
}
.divSociete1
{ position: absolute;
  top: 20px;
  left: 176px;
  width: 724px;
  height: 28px;
  color: #90C0D0;
  text-align: center;
  font-family: Arial Rounded MT Bold;
  font-size: 24px;
}
.divSociete2
{ position: absolute;
  top: 64px;
  left: 176px;
  width: 724px;
  height: 24px;
  color: #CCFFFF;
  text-align: center;
  font-size: 20px;
}

/* ============================== */
/* === NAV ====================== */
/* ============================== */
body nav
{ position: absolute;
  top: 97px;
  left: auto;
  width: 164px;
  background-color: #004242;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 0px;
  padding-bottom: 32px;
  border-right: 1px solid #002B2B;
  z-index: 3;
}
.divMenu
{ display: block;
  width: 148px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  color: #CCFFFF;
  background-color: #002B2B;
  border: 1px solid #000000;
  border-radius: 6px;
  box-shadow: 3px 3px 2px -2px #000000;
  margin-bottom: 8px;
}
.divMenu:hover
{ color: #FFFF00;
}
.divMenu:active
{ transform: translate(1px, 1px);
  box-shadow: 1px 1px 2px -2px #000000;
}
.hrefMenu
{ display: block;
  color: #CCFFFF;
  text-decoration: none;
}
.hrefMenu:hover
{ color: #FFFF00;
}
.divMenuS
{ display: block;
  width: 148px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  color: #002B2B;
  background-color: #CCFFFF;
  border: 1px solid #000000;
  border-radius: 6px;
  box-shadow: 3px 3px 2px -2px #000000;
  margin-bottom: 8px;
}
.divMenuS:active
{ transform: translate(1px, 1px);
  box-shadow: 1px 1px 2px -2px #000000;
}

/* ============================== */
/* === SECTION ================== */
/* ============================== */
body section
{ position: absolute;
  top: 97px;
  left: auto;
  width: 691px;
  height: auto;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 32px;
  margin-left: 180px;
  margin-right: 0px;
  z-index: 1;
}
.divPageTitre
{ display: table-cell;
  width: 640px;
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  vertical-align: middle;
  color: #002B2B;
  font-weight: bold;
  font-size: 120%;
  text-shadow: 0px 1px 1px #CCFFFF;
  border-bottom: 1px solid #CCFFFF;
  margin-left: auto;
  margin-right: auto;
}
.divCadreTitre
{ display: table-cell;
  width: 640px;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  vertical-align: middle;
  color: #004242;
  background-color: #CCFFFF;
  font-weight: bold;
  font-size: 110%;
  border: 1px solid #CCFFFF;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.divCadreContenuLeft
{ width: 640px;
  height: auto;
  padding: 8px;
  border: 1px solid #CCFFFF;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: left;
}
.divCadreContenuCenter
{ width: 640px;
  height: auto;
  padding: 8px;
  border: 1px solid #CCFFFF;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
}
.hrefMail
{ color: #00FF00;
  text-decoration: none;
}
.hrefMail:hover
{ color: #FFFF00;
}
.hrefWeb
{ color: #00FF00;
  text-decoration: none;
}
.hrefWeb:hover
{ color: #FFFF00;
}


/* ============================== */
/* === FOOTER =================== */
/* ============================== */
body footer
{ position: fixed;
  top: 100%;
  left: auto;
  width: 900px;
  height: 32px;
  margin-top: -32px;
  background-color: #002B2B;
  border: 1px solid #000000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 3px 3px 2px 0px #000000;
  z-index: 3;
}
.divCopyright
{ display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 240px;
  height: 32px;
  line-height: 32px;
  font-size: 60%;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
}
.divTop
{ display: block;
  position: absolute;
  top: 6px;
  left: 806px;
  width: 80px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: #CCFFFF;
  background-color: #004242;
  border-radius: 6px;
  font-weight: bold;
  font-size: 75%;
}
.divTop:hover
{ color: #FFFF00;
}
.hrefTop
{ display: block;
  color: #CCFFFF;
  text-decoration: none;
}
.hrefTop:hover
{ color: #FFFF00;
}

/* ============================== */
/* === MODE IMPRESSION ========== */
/* ============================== */
/* 1. Noir & blanc, pas d'ombre portée sur le texte */
/* 2. Suppression NAV donc une même largeur pour HEADER et SECTION */
/* 3. HEADER en position absolute (sinon répétition sur chaque entête de page avec chevauchement sur la section) */
/* 4. Suppression de FOOTER (sinon même effet de bords qu'en 3) */
@media print
{ body         { color: #000000; background-color: #FFFFFF; }
  body header  { color: #000000; background-color: #FFFFFF; position: absolute; }
    .divSociete  { color: #000000; }
  body nav     { visibility: hidden; width: 0px; height: 0px; }
  body section { color: #000000; background-color: #FFFFFF; margin-left: 0px; }
    .divPageTitre          { color: #000000;
                             text-shadow: 0px 0px 0px #000000;
                             border-bottom: 1px solid #000000; }
    .divCadreTitre         { color: #FFFFFF;
                             background-color: #000000;
                             text-shadow: 0px 0px 0px #000000;
                             border: 1px solid #000000; }
    .divCadreContenuLeft   { color: #000000; border: 1px solid #000000; }
    .divCadreContenuCenter { color: #000000; border: 1px solid #000000; }
   body footer { visibility: hidden; width: 0px; height: 0px; }
}