/* === Style année 2000 corporate === */
body {
  background: #c0d0ff url('https://www.transparenttextures.com/patterns/brushed-alum.png');
  font-family: "Times New Roman", serif;
  color: #000080;
  margin: 0;
  padding: 0;
  text-align: center;
}

#container {
  width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #000080;
  box-shadow: 0px 0px 15px #000088;
  text-align: left;
}

#banner {
  background: linear-gradient(to bottom, #3366cc, #003399);
  color: white;
  padding: 10px;
  border-bottom: 3px solid #000066;
  font-family: Arial, sans-serif;
}

#banner img {
  float: left;
  margin-right: 15px;
  border: 2px solid white;
  background: white;
  width: 90px;
  height: 90px;
}

#banner h1 {
  margin: 0;
  font-size: 26px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px black;
}

#banner h2 {
  margin: 2px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}

#navbar {
  background: #99bbff;
  border-bottom: 2px solid #3366cc;
  text-align: center;
  padding: 4px 0;
  font-family: Verdana, sans-serif;
  font-size: 13px;
}

#navbar a {
  text-decoration: none;
  color: #000080;
  padding: 4px 10px;
  border-right: 1px solid #3366cc;
}

#navbar a:hover {
  background-color: #3366cc;
  color: white;
}

#main {
  padding: 20px;
  background-color: #ffffff;
}

table.layout {
  width: 100%;
  border-spacing: 10px;
}

td.left {
  width: 65%;
  vertical-align: top;
}

td.right {
  width: 35%;
  vertical-align: top;
  background-color: #eef3ff;
  border-left: 2px solid #99bbff;
  padding-left: 10px;
}

h3 {
  border-bottom: 2px solid #003399;
  background-color: #dbe3ff;
  padding: 4px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000066;
}

p {
  font-size: 14px;
  line-height: 1.5em;
  color: #000033;
}

ul {
  list-style-image: url('https://www.w3.org/Icons/blueball.gif');
  padding-left: 20px;
}

footer {
  background-color: #003399;
  color: white;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  padding: 6px;
  border-top: 3px double #99bbff;
}

.blink {
  color: red;
  font-weight: bold;
  animation: blink 1s infinite alternate;
}
@keyframes blink {
  from { opacity: 1; }
  to { opacity: 0.3; }
}

.marquee {
  background-color: #99bbff;
  color: #000033;
  padding: 3px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
}

.date {
  color: rgba(106, 106, 106, 0.421);
  font-weight: bold;
    font-size: 10px;
}