/* generated by csscreator.com */ 
html, body{ 
	/*height:100%;*/
	margin:0; 
	padding:0; 
	text-align:center;
	font:10pt Verdana;
	background-color:#f3f7f6;
} 
 
#pagewidth{ 
	 /*height:100%;
	display: block;*/
	width:780px;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	border: 1px solid black;
	background: url(/skins/standard/images/fond_page.jpg) top left repeat-y;
	background-color: #FFFFFF;
}
	#FondArbre {
		width:780px; height:100%;
		background: url(/skins/standard/images/fond-general-pied-page.jpg) left bottom no-repeat;
	}
 
#header{
	position:relative;
	display:block;
	text-align: right;
	height:150px; width:780px;
	background: url(/skins/standard/images/fond_header.jpg) top left no-repeat;
}
	#header H1 , #header H2 {
		display: none;
	}

#navigation {
	display: block;
	position: absolute;
	right:70px;
	bottom: 0px;
	color:black;
	font:10pt Verdana;
	font-weight:bold;
}

#leftcol{
	width:200px;
	height:560px;
	float:left; 
	position:relative; 
}
	#FixMenu {
		/*display:none;*/
		line-height:5px;
		padding-top: 30px;
		padding-left: 0px;
	}
	#floatingSeach{
		float:left;
		font-size: 8pt;
		position: absolute;
		bottom: 150px;
		top: auto;
	}
	#floatingSeach TD{
		font-size: 8pt;
		color:#5e8a7e;
		text-align:right;
	}
	#floatingSeach a {
		font-size:8pt;
		color:#5e8a7e;
		text-decoration:none;
	}



#maincol{
	background-color:transparent;  
	float:right; 
	display:none;
	display:inline; 
	position:relative; 
	width:560px;

}

#padder {
	height: 40px;
}

#footer{
	display: block;
	bottom: 0px;
	width: 780px; height:50px; 
	clear:both;
	font-size: 8pt; font-style:italic; font-family:Georgia;
	color:#5e8a7e;
	border:0;
	margin-bottom: 0;
	margin-top: auto;
}

	#footer_left {
		width:44%;
		height:20px;
		float:left; 
		display:block; 
		padding: 18px 5px 5px 5px;
		text-align: right;

	}
	#footer_right {
		width:52%;
		height:20px;
		float:right; 
		display:block; 
		padding: 18px 5px 5px 5px;
		text-align: right;
	}
		#footer_right a:link, a:visited {
			color:#5e8a7e;
		}
		#footer_right a:hover {
			color:#5e8a7e;
			text-decoration: none;
		}
 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{
	display: inline-table;
	height: 100%;
}

/* Hides from IE-mac \*/
	* html .clearfix{
		height: 1%;
	}
	.clearfix{
		display: block;
	}
/* End hide from IE-mac */  


/*printer styles*/ 
@media print{ 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
	
	body {
		font:10pt Verdana;
	}
}
