@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
body {
	background-color: #000;
}
h1 {
	font-size: 18px;
	color: #FF0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #6E0404;
	text-align: center;
}
h2 {
	color: #630F04;
	background-color: #F90;
	text-align: center;
	font-size: 14px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #630F04;
}
a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: underline;
}
a:active {
	color: #F00;
	text-decoration: none;
}
a {
	font-weight: bold;
}
.photoCaption {
	color: #FFF;
	font-weight: bold;
}
.menuTitle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background-color: #630F04;
	padding: 3px;
}
.menuEntree {
	color: #630F04;
	font-style: italic;
	font-weight: bold;
}

