html, body {
	height: 100%;
	margin : 0;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(../page.png);
	background-repeat: repeat-y;
}

#page{
	position: relative;
	width: 800px;
	min-height: 100%;
	margin: 0px 0px 0px 10px; /* H ? ? G */
	padding: 0 0 100px 0;
	

}


#top {
	background-position: top;
	margin: 0px 0px 0px 0px;
	height: 126px;
	background-image: url(../fonheader.png);
	background-repeat: no-repeat;
	
}

#logo1{
	float:left;
	margin-left: 40px;
	margin-top: 5px;
	border: 1px solid #ffffff;
}

#logo2{
	float:right;
	margin-right: 40px;
	margin-top: 5px;
	border: 1px solid #ffffff;
}

#title{
	margin : 0px;
	font-size: 24px;
	line-height: 50px;
	color: Black;
	font-weight: bold;
	padding: 70px 0px 0px 400px;
	border: 1px solid #ffffff;

}

#top h2{
	margin : 0;
	padding: 70 0 0 400px;

}

#main {
	margin-left: 150px;
	margin-right:170px;
	padding: 0 0 2px 2px;
	background-color: #ffffff;
}

.presentation{
	padding: 5px;
	text-align: justify;
	/* background-color: #FFFFEC; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	/* background-image: url(../img/bottom.png); 
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}

.menu-title{
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #009900;
	font-weight: bold;
	padding-bottom: 5px;
}

#col1 {
	float: left;
}

#col2{
	float: right;
}


.pub{
	text-align: center;
}

#sidebar-left {
	float: left;
	width: 150px;
	border-right: 1px solid #cccccc;
}

#sidebar-left ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9px;
}

#sidebar-left a {
	display: block;
	height: 30px;
	margin: 2px 0;
	border-bottom: 1px solid #7fcf2e;
}

#sidebar-right {
	float: right;
	width: 150px;
	margin-right: 0px;
}

#foot {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF; 
	width: 100%;
	bottom: 0;
	overflow: auto;
}