/**
 * Layout
 */

#master {
	/*background:none; */
	padding:0 5px;
}

#content {
    background:none; 
}

#main {
	margin-left:0px;
	padding:8px;
	padding-left:32px;
	background:#ffffff;
	min-height:375px;
}

h2#titre-administrator {
	float:left;
	width:318px;
	height:22px;
	margin:16px 15px 0 0;
}

/**
 * Login
 */


#midbox_master {
	background:url(../image/login-mid.png) repeat-y top left;
	margin:auto;
	width:590px;
}
#midbox_master_bg {
	background:url(../image/login-bas.png) no-repeat bottom left;
	margin:auto;
	width:590px;	
}
#midbox_master_bg_top {
	background:url(../image/login-top.png) no-repeat top left;
	margin:auto;
	padding:20px;
	width:550px;	
}
