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