/************************** style for layout **************************/
/*
body {
	overflow: hidden;
}
*/
.container_1 {
	width: 400px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 150px;
}

.container_2 {
	float: left;
	vertical-align: top;
	width: 350px;
	margin-left: 0px; 
	margin-right: 5px; 
}

/*--------------------------- Emulating the Frame -----------------------------*/

.conteneur { /*global content of the page, which will be centered */
	width: 960px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	background: #5A5952;
}

.conHead {
	height: 60;
	padding: 5px 15px 5px 15px;
	border-bottom: 1px solid #cbcbcb;
	background: #ffffff;
	background-image: url('./image/conHeadBg_blue.png');
}

.conBody {
	height: 470px;
	width: auto;
	padding: 20px 15px 10px 15px;
	overflow: auto;
	background: #ffffff;
}

.conFoot {
	height: auto;
	padding: 0px 20px 0px 0px;
	border-top: 1px solid #cbcbcb;
	background: #5A5952;
}

.conRightSide {
	height: 100%;
	left: 50%;
	margin-left: 380px;
	position: absolute;
	background-image: url('../../../image/dgLine_rs.gif');
}

.conLeftSide {
	height: 100%;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	background-image: url('../../../image/dgLine_ls.gif');
}

