BODY {
	font-family: sans-serif;
	color: 333333;
	background-color: #E9D5EA;
}

.titre {
  font-size: x-large;
  font-weight: bold;
}

.toc {
	background-color: #DAB8DC;
}

.bouton {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 9pt;
}

.bouton:hover {
  font-weight: bold;
  text-decoration: none;
  color: #FFFF99;
}

.bouton:active {
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.sous-titre {
  font-size: larger;
  font-weight: bolder;
  margin-bottom: 6pt;
}

.corps {
	background-color: #E9D5EA;
}

.lien {
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-family: serif;
}

.petit {
  font-size: x-small;
}

.divpara {
  margin-bottom: 9pt;
}

UL {
  margin-bottom: 3pt;
  margin-top: 3pt;
}

SUP {
  font-size: x-small;
}

.sous-sous-titre {
  font-weight: bold;
  font-size: medium;
}
