body {
	margin: 0;
	background: #626262;
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
p, td {
	color: #333333;
}
th {
	text-align: center;
	background: #ea7d29;
	color: #ffffff;
}
a, a:visited, a:active {
	color: #DC0000;
	text-decoration: none;
}
a:hover {
	color: #DC0000;
	text-decoration: underline;
}
.planning {
  font-size: 14px;
}
.lbl_unreserved {
  color: #DC0000;
}
.lbl_reserved {
  color: #0000DC;
}
.lbl_waitinglist {
  color: #FF9900;
}
.reserved, .reserved:visited, .reserved:active {
	font-weight: bold;
  color: #0000DC;
	text-decoration: none;
}
.reserved:hover {
	font-weight: bold;
  color: #0000DC;
	text-decoration: underline;
}
.waitinglist, .waitinglist:visited, .waitinglist:active {
	font-weight: bold;
  color: #FF9900;
	text-decoration: none;
}
.waitinglist:hover {
	font-weight: bold;
  color: #FF9900;
	text-decoration: underline;
}
.blocked:a, .blocked:visited, .blocked:active {
  color: #000000;
	text-decoration: none;
}
.blocked:hover {
  color: #000000;
	text-decoration: underline;
}
input, textarea, select {
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #DC0000;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #339933;
}
hr {
  color: red;
  background-color: red;
  height: 1px;
  border: 0;
}
.menu_title {
	padding: 5px 3px 5px 10px;
	display: block;
	background: #ea7d29;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
}
.menu {
	width: 160;
}
.menu ul {
	margin: 0 0 10px 0;
	padding: 10px;
	list-style-type: none;
	background-color: #818181;
}
.menu li a, li a:visited {
	padding: 3px;
	display: block;
	color: #ffffff;
	border: 1px solid #818181;
	height: 14px;
	font-weight: bold;
}
.menu li a:hover {
	background-color: #ea7d29;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #ea7d29;
}
.disabled {
	padding: 3px;
	display: block;
	color: #aaaaaa;
	border: 1px solid #818181;
	height: 14px;
}
.content {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
.content td {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.copyright {
	font-size: 10px;
	color: #666666;
}
.connexion {
	color: #2565ad;
	font-weight: bold;
}
.hidden_div {
  visibility: hidden;
}
.showed_div {
  visibility: visible;
}
