BODY {
  background: #f6f4ef;
  color: #000066;
  margin: 0px;
}

A {
  color: #BB2200;
  text-decoration: none;
}

A:hover {
  color: 000000;
	background: #ffff00;

}


/* barre titre */
TR.headerNavigation {
  background: #E10070;
}
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #E10070;
  color: #ffffff;
  font-weight : bold;
}

/* entete page */
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align:center;
  color: #777777;
}

/* titre des themes */
TD.tit_them {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: E10070;
}

/* fond bouton domaine */
.header {
  background: #FBE9AC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
.header a{
	display: block;
	line-height: 15px;
	text-decoration: none;
}

.header a#active_menu {
	background: #992211;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	font-size: 12px;
}
