

.fond {
  background-image: url('../images/FOND-INDEX.jpg');
  background-repeat:repeat-y;
  background-position: center top;
  height: 768px;
  width: 992px;
}
.fondbase {
  background-image: url('../images/FOND.jpg');
  background-repeat:repeat-y;
  background-position: center top;
  height: 768px;
  width: 992px;
}
.fondRMS {
  background-image: url('../images/FOND-RMS.jpg');
  background-repeat: repeat-y;
  background-position: center top;
  height: 768px;
  width: 992px;
}
.menu {
  color: rgb(114, 145, 10);
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  font-family: Verdana;
  text-decoration: none;
  padding: 5px;
}

.menu:hover {
  color: rgb(204, 0, 30);
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  font-family: Verdana;
  text-decoration: overline underline;
}

img {
  border: none;
}
.corps {
  color: rgb(114, 145, 10);
  font-size: 20px;
  font-style:;
  font-weight: bold;
  font-family: Verdana;
  text-decoration: none;
  padding: 5px;
}

a.corps:hover {
  color: rgb(204, 0, 30);
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  font-family: Verdana;
  text-decoration: overline underline;
}

.RubriqueHeader {
  color: rgb(204, 0, 30);
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  font-family: Palatino;
  line-height: 120%;
  text-align: center;
}
.RubriqueHeader1 {
  color: Black;
  font-size: 35px;
  font-style: italic;
  font-weight: bold;
  font-family: Palatino;
  line-height: 120%;
  text-align: center;
}
.Rubrique {
  color: rgb(204, 0, 30);
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
  font-family: Palatino;
  line-height: 150%;
  text-align: center;
}
 
.smallcorps {
  color: rgb(114, 145, 10);
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  font-family: Verdana;
}