body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  color: black;
  background-image: url(photos/blason%20revu%20petit.jpg);
}
div#page {
  background-color: #cccccc;
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}
div#blason {
  width: 88px;
  height: 100px;
  float: left;
}
div#domaine {
  text-align: center;
  background-color: silver;
  float: left;
  width: 892px;
  height: 100px;
}
div#menu {
  text-align: center;
  width: 980px;
  height: 36px;
  clear: both;
}
div#bandeau {
  text-align: center;
  background-color: #999999;
  clear: both;
  width: 980px;
  padding-top: 5px;
  height: 25px;
  font-size: larger;
  font-weight: bold;
}
div#pied {
  text-align: center;
  clear: both;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
div#texte {
  overflow: auto;
  padding-left: 5px;
  padding-right: 5px;
  width: 970px;
}
a:active, a:link, a:visited, a:hover {
  color: blue;
  text-decoration: none;
}
