body {
	background-image: url(/images/fond-page.jpg);
	background-color: #0F6734;
}
a:link {
  color: #CCCCCC;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.textegras {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
    font-weight: bold;
}
.textepetit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.titre {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #FFFFFF;
  font-style: bold;
}
.soustitre {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.menubas {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

