@charset "utf-8";

/* CSS Document */



body {

	text-align: center;

	color:#FFFFFF;

	background-color: #000000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;
}



a:link {

	font-family: Arial, Helvetica, sans-serif;

	color: #FFFFFF;
	
	text-decoration: none

}



a:visited {

	font-family: Arial, Helvetica, sans-serif;

	color: #CCCCCC;
    text-decoration: none
}



a:hover {

	font-family: Arial, Helvetica, sans-serif;

	color: #CC0000;
    text-decoration: none
}



a:active {

	font-family: Arial, Helvetica, sans-serif;

	color: #CCCCCC;
    text-decoration: none
}



#inside_body {

	width: 800px;

	height: 700px;

	background:black;

	margin: 0 auto;

	text-align: center;
} 



#title_body {

	width: 800px;

	height: 40px;

    margin-top: 0px;

    margin-left: 0px;

	background:black;

	visibility: visible;

	z-index: 1;

}





#news_body {

	width: 800px;

	height: 40px;

    margin-left: 0px;

	background:black;

	visibility: visible;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #CC0000;

	letter-spacing: 0.2em;

	z-index: 1;

}



#menu_body {

	width: 800px;

	height: 90px;

    margin-left: 0px;

	background:black;

	z-index: 100;

}



#content_body {

	width: 800px;

	height: 440px;

    margin-left: 0px;

	padding: 0px;

	background-color: black;

	text-align: center;

	overflow: auto;

}



#inscription_body {
	width: 800px;
	height: 80px;
	margin-left: 0px;
	background:black;
	vertical-align: text-bottom;
	letter-spacing: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 5px;
}



#admin_frame {

	font-family: Tahoma;

	color: #FFFFFF;

	background-color: #999999;

	position: fixed;

	height: 20px;

	width: 100%;

	left: 0px;

	bottom: 0px;

	z-index: 250;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #CC0000;

	padding-top: 6px;

	padding-right: 2px;

	padding-bottom: 2px;

	padding-left: 2px;

	background-image: url(../images/admin_bgnd.png);

	background-repeat: repeat-x;

	background-position: center;

}

#debbugFrame {

	font-family: Tahoma;

	color: #000000;

	background-color: #FFCC00;

	position: fixed;

	height: 200px;

	width: 175px;

	left: 0px;

	z-index: 250;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #CC0000;

	padding-top: 6px;

	padding-right: 2px;

	padding-bottom: 2px;

	padding-left: 2px;

	top: 0px;

}

.animation {
	width: 800px;
	height:440px;
	overflow: hidden;
}

#button_left {
	width: 250px;
	height: 440px;
	float: left;
	overflow-x:hidden; 
	overflow-y:scroll;
   
}


#animation_right {
	width: 550px;
	height: 440px;
	float: left;

}
