BODY {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/_img/bgBottomRight1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
BODY, P, TD {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#D8CCC7;
	margin-top: 0px;
}
P {
	margin-top: 0px;
	margin-bottom: 7px;
	line-height: 16px;
}
H1, H2, H3 {
	color:#D8CCC7;
	font-family:"Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}
IMG {
	border: none;
}
A {
	text-decoration:none;
	color:#C72927;
	font-weight: bold;
}
A:hover {
	text-decoration:underline;
}
IFRAME {
	border: none;
}
TH.optionnal {
	font-weight: normal;
}
INPUT, TEXTAREA {
	background-color: #000000;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #999999;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
TEXTAREA {
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #FFFFFF;
}

/* PAGE ELEMENTS */
#HEADER {
	z-index: 5;
	background-image:  url("/_img/headerLine.gif");
	background-repeat: repeat-x;
	background-position: 0px 110px;
	position:absolute; left:0; right: 0;
	width:100%;
}
#MENU {
	z-index: 9;
	position: absolute;
	left: 0px;
	bottom: 50px;
	background-image: url(/_img/lineVertMenu.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#CONTENT {
	text-align:center;
	vertical-align:middle;
	padding-left: 180px;
	padding-top: 150px;
	height:96%;
	width:100%;
}
#BOTTOM_RIGHT {
	z-index: -1;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#MENU_GALLERY A, #MENU_GALLERY A:hover {
	font-weight: normal;
	text-decoration:none;
}
#MENU_GALLERY IMG {
	padding-right: 10px;
	padding-left: 10px;
	border: 0px none;
}
#playingTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	font-variant: small-caps;
}
/* NEWS */
#NEWS_DATE {
	font-weight: bold;
	display:block;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #D3C6BE;
}
#NEWS_TITLE {
	font-weight: bold;
	display:block;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #BBA59A;
}
#NEWS_TEXT {
	display:block;
	text-align: left;
}
#NEWS_TEXT IMG {
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #AAAAAA;
}
/* CLASSES */
.hand {
	cursor: pointer;
    cursor: hand;
}
.uppercase {
	text-transform:uppercase;
}
.error {
	font-weight: bold;
	color: #C72927;
}
.completed {
	font-weight: bold;
}
.inputButton {
	border: 1px outset;
}
