@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FDEAF2;
	font-family: Arial, Helvetica, Verdana, Tahoma sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #EF5B9E;
}

a:active {
	color: #EF5B9E;
}

.copyright {
	font-size: 10px;
}
#logo {
	width: 206px;
	height: 66px;
	background: url(../images/logo.gif) top center no-repeat;
	margin: 0 0 10px auto;
	text-align:right;
}

.title {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.subtitle {
	font-weight: bold;
}

p {
	margin-top: 10px;
}

.attention {
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
}

/* ENTRY PAGE */
body.entry {
	background-color: #FDEAF2;
}

div#homeimage {
	margin: 50px auto 0 auto;
	text-align: center;
	height: 548px;
	width: 752px;
	background: url(../images/homepage-image.jpg) top left no-repeat;
}

a:link.enterbutton , a:visited.enterbutton  {
position: relative;
top: 500px;
display: block;
	width: 77px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/home-enterbutton.gif) top left no-repeat;	
}
a:hover.enterbutton {
position: relative;
top: 500px;
display: block;
	width: 77px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/home-enterbutton-on.gif) top left no-repeat;	
}

span {display:none;}


/* HOME PAGE */
body.home {
	background: #f8cade url(../images/background-home.gif) top center repeat-x;
}
#homeflash {
	width:375px;
	height: 250px;
	margin: 40px auto 0 auto;
	
}
#castle {
	position:absolute;
	top: 291px;
	width: 349px;
	height: 346px;
	background: url(../images/background-home-castle.gif) top left repeat-x;
	
}


/* OUR STORY */
body.ourstory {
	background: #eee2ef url(../images/background-ourstory.gif) top center repeat-x;
}

#title-ourstory {
	width: 231px;
	height: 38px;
	background: url(../images/ourstory-header.png) top center no-repeat;
	margin-bottom: 10px;
	margin-top: 70px;
}

#ourstoryimage {

	width: 372px;
	height: 250px;
	
}

/* PROGRAM PAGE */
body.program {
	background: #eee2ef url(../images/background-programs.gif) top center repeat-y;
}

#title-programs {
	width: 78px;
	height: 42px;
	background: url(../images/title-programs.gif) top center no-repeat;
	margin-bottom: 10px;
	margin-top: 70px;
}
#header-balletdesenfant {
	width: 133px;
	height: 57px;
	background: url(../images/header-balletdesenfant.gif) top center no-repeat;
	margin-bottom: 10px;
}
#header-youth {
	width: 65px;
	height: 92px;
	background: url(../images/header-youth.gif) top center no-repeat;
	margin-bottom: 10px;
}
/* SCHEDULES */
body.schedules {
	background: #fef2f7 url(../images/background-schedules.gif) top center repeat-x;
}

body.workshops {
	background: #fde9f1 url(../images/background-workshops.gif) top center repeat-x;
}

#title-schedules {
	width: 231px;
	height: 38px;
	background: url(../images/title-schedules.gif) top center no-repeat;
	margin-bottom: 10px;
	margin-top: 70px;
}

/* REGISTRATION */
body.registration {
	background: #eee2ef url(../images/background-registration.gif) top center no-repeat;
}

#title-programs {
	width: 78px;
	height: 42px;
	background: url(../images/title-programs.gif) top center no-repeat;
	margin-bottom: 10px;
	margin-top: 70px;
}
.list {
list-style: none;
}


/* IMPORTANT INFO */
body.important {
	background: #DAD0E7 url(../images/background-important.gif) top center repeat-x;
}

#title-important {
	width: 193px;
	height: 53px;
	background: url(../images/title-important.gif) top center no-repeat;
	margin-bottom: 10px;
	
}
.importantpic {
	margin-top: 0px;
	}
	
/* OUR STAFF */
body.ourstaff {
	background: #F7D0DF url(../images/background-ourstaff.gif) top left repeat-y;
}
#title-ourstaff {
	width: 135px;
	height: 23px;
	background: url(../images/title-ourstaff.gif) top center no-repeat;
	margin-bottom: 10px;
	
}
.toppic {
	margin-top: 235px;
	margin-bottom: 15px;
	}
.toppic2 {
	margin-top: 15px;
	}
.toppic4 {
	margin-top: 30px;
	}
	
	/* TUTU SWEET */
body.tutu {
	background: #F7D0DF url(../images/background-tutu.jpg) top left repeat-y;
}
#title-tutu {
	width: 212px;
	height: 31px;
	background: url(../images/title-tutusweet.gif) top center no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

/* CONTACT */
body.contact {
	background: #fcecf3 url(../images/background-contact.gif) top center no-repeat;
}