/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* ------------------ Login -----------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

#loginMain {
	width				: 210px;
	height				: 123px;
	background-image	: url('../images/identification_bck.png');
}

#loginTitre {
	padding-top			: 10px;
	padding-left		: 31px;
	font-weight			: bold;
}

#loginContent {
	padding-top			: 1px;
	padding-left		: 30px;
}

.loginInput {
	margin-top			: 1px;
	margin-left			: 1px;
	border				: 1px solid #aaaaaa;
	height				: 15px;
	width				: 150px;
}

#loginSubmit {
	height				: 23px;
	width				: 80px;
	color				: #ffffff;
	font-weight			: bold;
	border				: 0px;
	background-image	: url('../images/identification_submit.png');
	cursor				: pointer; /* hand-shaped cursor */
	cursor				: hand; /* for IE 5.x */

}

#loginSinscrire {
	margin-left			: 5px;
	color				: #f36b0f;
	font-weight			: bold;
	text-decoration		: none;
}

#loginSinscrire:hover {
	text-decoration		: underline;
}

#loginPasswordLost {
	margin-left			: 1px;
	color				: #f36b0f;
	font-weight			: bold;
	font-size			: 0.8em;
	text-decoration		: underline;
}

#logoutMain {
	width				: 210px;
	height				: 123px;
	background-image	: url('../images/identification_bck.png');
}

#logoutTitre {
	padding-top			: 10px;
	padding-left		: 30px;
	font-weight			: bold;
}

#logoutContent {
	padding-top			: 1px;
	padding-left		: 30px;
}

#logoutProfilPict {
	margin-top			: 5px;
	width				: 40px;
	height				: 40px;
	background-color	: #ffffff;
}

#logoutProfilName {
	margin-top			: -35px;
	margin-left			: 45px;
}

#logoutProfilBirthdate {
	margin-left			: 45px;
}

#logoutSubmit {
	text-align			: center;
	margin-top			: 5px;
	padding-left		: 1px;
	height				: 23px;
	width				: 80px;
	color				: #ffffff;
	border				: 0px;
	background-image	: url('../images/identification_submit.png');
	cursor				: pointer; /* hand-shaped cursor */
	cursor				: hand; /* for IE 5.x */

}

#logoutProfilIco {
	margin-top			: -21px;
	margin-left			: 90px;
	width				: 21px;
	height				: 20px;
	background-image	: url('../images/identification_ico.png');
	background-repeat	: no-repeat;
}

#logoutProfilEdit {
	margin-top			: -25px;
	margin-left			: 115px;
}

#logoutProfilEdit a {
	color				: #f36b0f;
	text-decoration		: none;
}

#logoutProfilEdit a:hover {
	text-decoration		: underline;
}

#logoutProfilSee {
	margin-top			: -3px;
	margin-left			: 115px;
}

#logoutProfilSee a {
	color				: #f36b0f;
	text-decoration		: none;
}

#logoutProfilSee a:hover {
	text-decoration		: underline;
}

