body, html
{
	font-family: times, verdana, sans-serif ;
	border: 0;
	width: 100%;
	height:100%;
	margin: 0 auto; 
	background-color: #EEEEEE;
    text-align:center; 
	position: relative;
	
	
}

#table
{
	border: solid 1px #006600;
}

#frame 
{
	
	border: solid 1px #006600;
	background-color: white;
	height:900px;
	width: 950px;
		
}



#footer
{
	margin: auto;
	margin-top: -60px;
	height: 40px;
	width: 96%;
	color: #000000;
	font-size:85%;
	text-align:center;
	clear:both;
}


#header
{
		background-color: #339933;
	color: white;
	height: 100px;
	background-image:url(images/banniere.jpg);
	border-top:4px solid #055555;
}



#content
{
	clear: none;
	background: white;
	color: black;
	padding:16px; 
	margin-left:140px;
	padding-left:32px;
}

.logo
{
	position:absolute;
	top:16px;
	left:32px;
	background-image: url(example.gif);
	background-repeat: no-repeat;
	width:100px;
	height:48px;
}


