/*
	Layout (mise en page)
*/


.site {
	width: 1020px;
	margin: 0 auto 1em;
	text-align: left;
}


.page {
	background: #fff;
	padding: 10px 10px;
	overflow: hidden;
}

.page_header {
	background: #fff;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	height: 140;
}

.page-body {
	float: left;
	width: 680px;
	margin-bottom: 1em;
	min-height: 675px;
	
}
.page-body-right {
	float: right;
	width: 790px;
}

.sidebar {
	width: 300px;	
	float: right;
	margin-bottom: 1em;
}

.sidebar-left {
	width: 200px;	
	float: left;
}

.footer {
	clear: both;
}


.layout-row {
	margin: 0 0 10px;
}

.layout-50 {
	width: 50%;
	float: left;
}