body,table { 
	font-family: Arial;
	font-size: 14px;
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}

a{
color:blue;
font-family: Arial;
}

#files
{
width: 200px;
position:relative;
height:90px;
}

table.files
{
border-collapse: collapse;
border: 1px solid black;
margin-left: 10px;
margin-top: 10px;
}

#functions
{
width: 200px;
position:relative;
height:300px;
}

table.functions
{
position:relative;
border-collapse: collapse;
border: 1px solid black;
margin-left: 10px;
margin-top: 10px;
}

#content
{
width: 550px;
height: 435px;
position:relative;
}

table.content
{
border-collapse: collapse;
position:absolute;
top:10px;
left: 242px;
border: 1px solid black;
margin:0px;
padding:0px;
}

td.topleft
{
	width:10px;
	height:25px;
	margin:0px;
	padding:0px;
	background-color: #ccccff;
	border-bottom: 1px solid black;
}

td.topright
{
	width:10px;
	height:25px;
	margin:0px;
	padding:0px;
	background-color: #ccccff;
	border-bottom: 1px solid black;
}

td.topcenter
{
	color: #000000;
	background-color: #ccccff;
	border-bottom: 1px solid black;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
	height:25px;
	margin:0px;
	padding:0px;	
}

td.left
{
	margin:0px;
	padding:0px;
}

td.right
{
	margin:0px;
	padding:0px;
}

td.center
{
	background-color: white;
	color: #000000;	
	text-align:left;
	vertical-align:top;
	font-size:13px;
	margin:0px;
	padding:0px;
}

table.content
{
	height:472px;
}

td.bottomleft
{
	width:10px;
	height:10px;
	margin:0px;
	padding:0px;
}

td.bottomright
{
	width:10px;
	height:10px;
	margin:0px;
	padding:0px;
}

td.bottomcenter
{
	height:10px;
	margin:0px;
	padding:0px;
}

#accueil
{
	background: url(easyLogo.png) right top no-repeat;
}

