body {
	width: 800px;
	margin: auto;
	/* background:#F2F2F2; */
	background: url("/gogest/login/images/login_bg1.jpg") ; 
}

#loginPage {
	width: 600px;
	height: 300px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px; /* Cette valeur doit être la moitié négative de la valeur du width */
	margin-top: -120px; /* Cette valeur doit être la moitié négative de la valeur du height */
	padding: 1px;
	border: 1px solid white;
	border-radius: 8px;
	background: linear-gradient(#504E63, #FEFEFE);
}

.loginEntryTitle {
	margin: auto;
	font-weight: 600;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
	border: 0;
	width: 100%;
}

.boutonconnexion {
	height:20px;
	width:100px;
	border:1px solid white;
	border-radius: 3px;
	background: #0070E0; 
	color: white;
}

.boutonconnexion:HOVER {
	background: #0062C4;
	cursor: pointer; 
}

.headerLogo {
	width: 15%;
	vertical-align: top;
	font-family: Arial;
	text-align: left;
	height: 80px;
}

.titreDroit {
	width: 85%;
	/* background: linear-gradient(to right, #FF5500, #FF9900); */
	text-align: right
}

.ligneTitreGras {
	font-weight: 900;
	font-size: 22px;
	vertical-align: middle;
	text-align: right;
	color: white;
}

.ligneSousTitre {
	font-weight: 600;
	font-size: 20px;
	font-family: Verdana;
	text-align: right;
	padding-right : 10px;
	color: white;
}

.libelle {
	width: 38%;
	text-align: right;
	margin-right: 2px;
	font-weight: bold;
	color: black;
}

.errorMessage {
	font-weight: 600;
	font-size: small;
	color: #00FF03;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
