body {
	background-color: #EEEEBB;
}
a:link {
  color: #990000;
  text-decoration: none;
}
a:visited {
  color: #990000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #990000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
}
.textegras {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
    font-weight: bold;
}
.textepetit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}
.titre {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #990000;
  font-style: bold;
}
.soustitre {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #990000;
  font-style: normal;
  font-weight: bold;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
}
.menubas {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

