body {
  background-image: url(photos/blason%20revu%20petit.jpg);
  color: black;
  font-size: medium;
  font-family: Arial,Helvetica,sans-serif;
}
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#menuv {
  background-color: #999999;
  height: 375px;
  float: left;
  text-align: center;
  width: 90px;
  line-height: 24px;
  margin-top: 0px;
  padding-top: 25px;
}
div#image {
  background-color: #cccccc;
  float: right;
  height: 400px;
  width: 410px;
  color: silver;
}
div#texte {
  overflow: auto;
  background-color: #cccccc;
  height: 400px;
  float: left;
  width: 475px;
  padding-right: 5px;
}
a:active, a:link, a:visited, a:hover {
  color: blue;
  text-decoration: none;
}
div#pied {
  text-align: center;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-top: 1px;
}
