body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #61645d;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7C7B81;
	text-decoration:none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7C7B81;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7C7B81;
	text-decoration:none;
}

.liens_menu:link {
  font-size: 13px;
  color:#61645d;
  text-decoration:none;
  font-weight:bold;
}

.liens_menu:active {
  font-size: 13px;
  color:#61645d;
  text-decoration:none;
  font-weight:bold;
}

.liens_menu:visited {
  font-size: 13px;
  color:#61645d;
  text-decoration:none;
  font-weight:bold;
}

.liens_menu:hover {
  font-size: 13px;
  color:#83867f;
  text-decoration:none;
  font-weight:bold;
}

.menutd {
	background-color:#eeeeee;
	cursor:pointer;
}

.menutd:hover {
	background-color:#dedede;
	cursor:pointer;
}
