/* =============================== LOGIN ELEMENTS CSS =============================== */

#theForm {
}

.loginFrame {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0px;
	background-position: right top;
	border-color: #e4e4e4;
	width: 340px;
	background-repeat: no-repeat;
	background-image: url(../images/fondMessages.jpg);
	border-style: solid;
	border-width: 1px;
	float: left;
	position: relative;
}

.loginTitle {
	clear: left;
	color: #3f3f3f;
	line-height: 17px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.loginLabel {
	clear: left;
	color: #3f3f3f;
	margin: 0px;
	margin-top: 10px;
}


.loginField {
	float: left;
}

/********** Champ adresse ***********/

input.loginComponent {
	clear: left;
	float: left;
	color: #3f3f3f;
	font-size: 11px;
	border-color: #a3a3a3;
	border-width: 1px;
	border-style: solid;
	background-color: #ededed;
}

/********** Valider (text + bouton) **********/

div.loginSubmit {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
}

.loginSubmit #submitInput {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/validationButton.gif);
	border-width: 0px;
	border-style: none;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-decoration: none;
	padding: 0px;
	height: 24px;
	clear: right;
	width: 80px;
	font-weight: bold;
	color: #004C86;
	text-align: left;
	cursor: pointer;
}

.loginSubmit #submitInput:hover{
	text-decoration: underline;
}

/********** Page précédente **********/

div.loginHelp {
	margin: 0px;
	clear: left;
	float: left;
	padding: 0px;
	width: 140px;
}

div.loginHelp a:link,
div.loginHelp a:visited,
div.loginHelp a:active,
div.loginHelp a:hover {
	height: 24px;
	padding: 0px;
	margin: 0px;
	width: 140px;
	position: relative;
	float: left;
	text-align: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

div.loginHelp a:hover {
	text-decoration: underline;
	font-weight: bold;
}

div.loginTexte {
}

div.loginTexte b {
}
