#CoorpLoginZone {
	background-image: url('background.png');
	background-repeat: no-repeat;
	height: 300px;
}
#CoorpLogin {
	position: relative;
	top: 161px;
	left: 30px;
}
.CoorpLostPasswordText {
	position: relative;
	top: 37px;
	left: 50px;
	font-family: Arial;
	font-size: 12px;
	color: white;
}
.CoorpSignInText {
	position: relative;
	top: 37px;
	left: 30px;	
	font-family: Arial;
	font-size: 12px;
	color: white;
}

#CoorpPassword {
	position: relative;
	top: 161px;
	left: 30px;
	display: none;
}
#CoorpPasswordStart {
	position: relative;
	top: 161px;
	left: 30px;
}
#CoorpLoginButton {
	position: relative;
	top: 162px;
	left: 64px;
}

/* boites input pour le login */
.CoorpLoginInput {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

/* bouton Envoyer */
.CoorpLoginButton {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

/* Lien mot de passe perdu */
.CoorpLoginLink {
	font-family: Verdana;
	font-size: 11px;
	color: #006080;
	text-decoration: none;
}

.CoorpLoginLink:hover {
	text-decoration: underline;
}

/* Message d'accueil
#CoorpLoginWelcomeMessage {
	font-family: Verdana;
	font-size: 11px;
	color: #006080;
}


#CoorpLoginFailureMessage {
	font-family: Verdana;
	font-size: 11px;
	color: #c00000;
} */
