﻿html, body 
{
	background-color: Black;
	height: 100%;
	margin: 0;
	width: 100%;
}
#page
{
	position: relative;
	background-repeat: no-repeat;
	bottom: 0px;
	margin:0 auto 0 auto;
	top: 0px;
	width: 900px;
	border: 0 auto;
	height: 100%;
min-height: 800px;
	
	/*border-right-style: solid;
    border-right-width: 1px;
    border-right-color: Gray;
	border-left-style: solid;
    border-left-width: 1px;
    border-left-color: Gray;*/
}

#select
{
    position: absolute;
    bottom: 10px;
}
#select a
{
	font-family: Book antiqua, Arial;
    font-size: 12px;
}

.home
{
	
}

a
{
    text-decoration: none;
    color: #9DFF66;
}

#title
{
position:relative;
left: 20px;
top: 30px;
	color: #9DFF66;
	font-family: Book antiqua, Arial;
	font-size: 42px;
	height: 100px;
}
#titlehome
{
	left: 50px;
	top: 70px;
}
#titlespectacle
{
}

/*
#menu
{
	position: relative;
	top: 100px;
	width: 200px;
}
#menu ul
{
}
#menu li
{
	font-style: normal;
	padding-bottom: 16px;
}
#menu a
{
	color: #9DFF66;
	font-family: Book antiqua, Arial;
	font-size: 24px;
	text-decoration: none;
	border: 0px;
}
#menu img
{
	border: 0px;
}
*/

div#menu
{
	border: 0px;
	font-family: Book antiqua, Arial;
	position: absolute;
	width: 180px;
	top: 100px;
	bottom: 0px;

}
ul#menu
{
    min-height: 500px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
}

ul#menu li
{
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

ul#menu li a
{
	color: #9DFF66;
	font-size: 20px;
	text-decoration: none;
}

ul#menu li ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

ul#menu li ul li
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#menu li ul li a
{
	color: #9DFF66;
	font-size: 14px;
	text-decoration: none;
}


#main
{
	width: 720px;
	position: relative;
    top: 0px;
    left: 180px;
    min-height: 800px;
   

	color: White;
	font-family: Book antiqua, Arial;
	font-size: 16px;
}
#maintitle
{
	position: absolute;
	left: 00px;
	top: 10px;
	width: 700px;
	height: 600px;
	
	color: #9DFF66;
	font-family: Book antiqua, Arial;
	font-weight: bold;
	font-size: 24px;
}
#maintext
{
	position: absolute;
	left: 00px;
	top: 100px;
	width: 700px;
	height: 600px;
	text-align: justify;
}

#maintext p
{
	text-align: justify;
}


#repertoiretitle
{
	position: absolute;

	text-align: center;
	color: #9DFF66;
	font-family: Book antiqua, Arial;
	font-weight: bold;
	font-size: 28px;
}
#repertoiretitle span
{
	font-size: 18px;
}
#repertoiretext
{
	position: absolute;

	color: White;
	font-family: Book antiqua, Arial;
	font-size: 16px;
	text-align: justify;
}

#repertoiretext ul
{
    	list-style-type: none;

}

#site-login input
{
	background-color:black;
	border:1px solid #222222;
	color:#222222;
}

