* {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	color: black;
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#container {
	position: absolute; 
	z-index: 0; 
	width: 100%; 
	height: 100%; 
	overflow: auto;
	font-size: 12px;
}

#main {
	z-index: 0; 
	position: absolute;	
	background-image: url("../images/background.gif");
	background-position: center;
	background-repeat: repeat-y;
}

.gohome {
	cursor: pointer;
	height: 242px !important;	
}

#top {
	height: 272px;
	background-image: url("../images/topo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

#menu {
	width: 800px;
	margin-left: auto;	
	margin-right: auto;	
	border: 0px;
}

#menu a {
	text-decoration: none;
}

#menu td{
	width: 114px;
	height: 30px;
	font-family: Helvetica, Arial, Tahoma;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #330033;		
}

.menu {
	color: #330033;		
}

.menu_over, #menu a:HOVER {
	color: white !important;
	background-image: url("../images/menu_over.png");	
	background-position: center;
	background-repeat: no-repeat;
}

#middle {
	background-image: url("../images/background.jpg");	
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}

#middle table {
	margin-left: auto;	
	margin-right: auto;		
}

#content {
	background-color: white;
	vertical-align: top;
	width: 700px;
	overflow: auto;
	max-height: 1158px;
}

#footer {
	text-align: center;	
	background-image: url("../images/footer.gif");
	background-position: center;
	background-repeat: no-repeat;
}

#footer table {
	margin-left: auto;	
	margin-right: auto;
}

#partners {
	background-color: white;
	height: 58px;
	text-align: center;
	overflow: auto;
}

#partners img {
	margin-left: 10px;	
	margin-right: 10px;	
}

.title {
	background-image: url('../images/content_title2.png');
	background-position: top;
	background-repeat: no-repeat;
	width: 700px;
	height: 159px;
}

.title h3 {
	color: white;
	padding-top: 45px;
	padding-left: 80px;
	font-size: 22px;
}

#banner_image {
	cursor: pointer;
}

.light {
	color: white !important;
}

#event_title, .ticker {
	color: #ffff33;
	font-size: 28px;
	padding-left: 70px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.dark_background {
	background-color: #ba70a1;
}
.light_background {
	background-color: #eeecde;
}
.light_border {
	border: 1px solid #888888;
}

.carte {
	width: 300px;
	border: 1px solid black;
}

.formText, #reportTotal {
	font-size: 12px;
}

#message {
	text-align: center;
	color: red;
}

#answer {
	padding: 10px; text-align: justify;
}

