html { height: 101%; }
* { margin: 0px; padding: 0px; }
p { margin: 0px; padding: 0px 0px 15px 0px; }
input { background: transparent }
a { color: #869ca7; text-decoration: none; font-weight: bold; }
a:hover { color: #000000; text-decoration: none; }
ul.reg { list-style: square; color: #869ca7; }
li.reg { color: #000000; }

body { 
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  	line-height: 1.5; /* Unitless for proper inheritance */	
  	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
}

.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	clear: both;
	background: #FFFFFF;
}

.bleu { color: #869ca7; font-weight: bold; }

img.floatRight { float: right; clear: right; padding: 5px; background: #FFFFFF; margin: 0px 0px 10px 10px; border: 1px solid #CCCCCC; }
img.floatLeft { float: left; padding: 5px; background: #FFFFFF; margin: 0px 10px 10px 0px; border: 1px solid #CCCCCC; }


#wrapper { margin: 0px auto; width: 960px; border-top: 5px #869ca7 solid; }
#branding { height: 100px; }
#branding h1 { font-size: 80px; font-weight: normal; }
#nav { background: #869ca7; margin-bottom: 20px; }

.topNav ul {
	margin: 0px;
	padding: 0px;
	width: 960px;
}

.topNav li {
	 float: left;
	 display: inline-block;
}

.topNav li a {
	 float: left;
     font-family: Tahoma, Arial, sans-serif;
	 font-size: 13px;
	 color: #FFFFFF;
	 text-align: center;
	 line-height: 35px;
	 display: inline-block;
	 text-decoration: none;
	 font-weight: normal; 
	 background: #869ca7;
	 padding-left: 12px;
	 padding-right: 12px;
	 margin-top: 0px;
	 border-right: 1px solid #FFFFFF;
}

.topNav li a:hover {
	background: #000000;
	color: #F1F1F1;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
}

.topNav li.navlinkactive a {
	background: #000000;
	color: #F1F1F1;
	text-decoration: none;
	position: relative;
	border-right: none;
	border-right: 1px solid #FFFFFF;

}

.logo {
    background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	text-indent: -999999px;
	width: 560px;
	height: 92px;
	margin-left: 4px;
	margin-top: 22px;
	margin-bottom: 22px;
	display: block;
}

.h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-top: 12px;
	margin-left: 50px;
}

#content { 
	width: 960px;
	height: 600px;
	background: url("../img/theatre.jpg") no-repeat #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	position: relative;
}

#box {
	width: 720px;
	height: 500px;
	position: absolute;
	left: 120px;
	top: 65px;
	text-align: justify;
	overflow: auto;
}

#inner {
	position: relative; 
	width: 690px; 
	float: left;
}

#box h2 { 
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #869ca7;
	font-weight: normal;
	margin-bottom: 10px;
}

#box h2 span {
	display: block;
	font-size: 10px;
	color: #808080;
	border-top: 2px dotted #3a3a3a;
	font-family: Tahoma, Arial;
	padding-top: 5px;
	margin-right: 15px;
}


#jFlowSlide {
clear: left;
}

.slide {
padding-top: 30px;
}

.bottomClear {
	clear: right;
	margin-bottom: 15px;
}

#footerContainer {
	background: #869ca7;
	height: 35px;
	line-height: 35px;
	font-size: 10px;
	color: #F1F1F1;
	text-align: left;
	width: 960px;
	text-align: center;
}


