@charset "utf-8";
/* CSS Document */
#general {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:800px;
	height:100%;
	text-align:left;
	}
	
#header {
	/*position:static;
	left:0px;
	top:0px;*/
	float:left;
	width:100%;
	height:245px;
	border-color:#FF0000;
	border-width:medium;
	z-index:1;
}

#panel {
	/*position:static;
	left:0px;
	top:160px;*/
	float:left;
	width:100%;
	height:100%;
	border-color:#99FF00;
	border-width:medium;
	z-index:1;
}

#footer {
	/*position:static;*/
	float:left;
	width:100%;
	height:200px;
	border-color:#FFFFFF;
	border-width:medium;
	z-index:1;
}

.TableNav
{
	width:800px;
	text-align:center;
	background-color:#CCCCCC;
}

.TableNavTR
{
	text-align:center;
	background-color:#CCCCCC;
}

.TableNavTD
{
	text-align:center;
	width: 25%;
	vertical-align:middle;
	
}

.TableContent
{
	width:100%;
	background-color:#FFFFFF;
	
	min-height:380px;
}

.index {
	vertical-align:middle;
	text-align:center;
	font-size:18px;
	background-color:#CCCCCC;
	width:100%;
	height:100%px;
}

.fond {
	vertical-align:middle;
	
	background-color:#CCCCCC;
	width:100%;
}

.div
{
	width:800px;
}

body {
	background-color:#333333;
    text-align: center;
	}
	
.style1 {
text-align: center;
}

