html {
	width:100%;
	height:100%;
}

body {
	margin:0;
	background:#1578D7 url(image/nuagelogin.jpg) no-repeat;
	background-position:bottom right;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10%;
}

#headerLogin {
	text-align:center;
}

#headerLogin h1 {
	color:#FFFFFF;
	font-size:16px;
}

#logon {
	width:300px;
	height:200px;
	background:url(image/logon.jpg) no-repeat;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	padding-top:20px;
}

.erreur {
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}