
.div_identify
{
	width: 698px !important;
	margin: 0px auto;
	margin-bottom: 20px;	display: block;
	overflow:hidden;
}
/** Section Login **/
.div_login
{
	display: block;
	width: 600px;
	margin: 20px auto;
	text-align: right;
	background-color: #FFF2BF;
	border-left: 1px solid #FBCB01;
	border-top: 1px solid #FBCB01;
	border-right: 1px solid #AD8B01;
	border-bottom: 1px solid #AD8B01;
	padding: 0px;
	padding-bottom: 10px;
	clear: both;
}
.div_login .logo_chart
{
	float: right !important;
	margin-top: -24px;	
	margin-right: 10px;	
		margin-left: -40px; 	
}

.div_login .title
{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}

.div_login .content
{
	text-align: center;
	width: 400px;
	margin: 0px auto;
}

/** Autres **/
.div_group_ident
{
	display: block;
	width: 600px;
	margin: 20px auto;
	text-align: center;
	padding: 0px;
	clear: both;
}
.div_forgot_password
{
	width: 270px;
	float: left;
	margin: auto 10px;
	text-align: left;
}
.div_forgot_password .title
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/icon_forget.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	color:black;
	padding-left: 20px;
	padding-top: 2px;
}
.div_forgot_password .content
{
	margin-top: 5px;
	margin-left: 30px;
}

.div_new_user
{
	width: 270px;
	float: right;
	margin: auto 10px;
	text-align: left;
}
.div_new_user .title
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/icon_user.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	color:black;
	padding-left: 20px;
	padding-top: 2px;
}
.div_new_user .content
{
	margin-top: 5px;
	margin-left: 30px;
}