body {
  font-style: italic;
  font-family: "Times New Roman",Times,serif;
  color: #330000;
  font-size: 13pt;
  width: 750px;
  background-color: #FFFECE;
}
a:focus, a:hover, a:active {
  background-color: #ffcc66;
  text-align: center;
  color: red;
}
a:link, a:visited {
  font-weight: inherit;
  text-align: center;
  color: #cc0000;
}
hr {
  background-color: Red;
  width: 100%;
  height: 2px;
}
frame {
  background-color: #ffffa5;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  text-decoration: underline;
}
td {
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  color: #660000;
}
.nom {
  font-weight: bold;
  color: #cc0000;
}
iframe {
  border-style: none;
  height: 200px;
  width: 100%;
  text-align: center;
}
#contacts {
  border-style: none;
  width: 95%;
}
#affiche {
  border-style: none;
  width: 95%;
  height: 500px;
}
#titre {
  text-align: center;
  color: #cc0000;
  font-family: "Times New Roman",Times,serif;
  font-size: 1.9em;
}

