body 
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #ffffff;
	
	background-color: #002b63;
	background-image: url(http://static.myframework.fr/img/myFramework-publicPage/body.png);
	background-position: center top;
	background-repeat: no-repeat;
	
	margin: 0px;
	font-size: 12px;
}
a:link, a:visited, a:hover 
{
	color: #ffffff;
	text-decoration: none
}

#header {
	width: 960px;
	margin: 0 auto;
	top: 12px;
}

#connectForm {
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -145px;
	padding:15px 20px 0;
	
	width: 250px;
	height: 145px;
	
	background-image: url(http://static.myframework.fr/img/myFramework-loginForm/formBackground.png);
	color: #002b63;
}

#connectForm h2 {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: 14px;
	margin-bottom: 10px;
}

#connectForm p {
	margin: 5px 0;
	padding: 0;
	clear: both;
	
	float: right;
	text-align: right;
	width: 250px;
	
	color: #666666;
}
#connectForm label {
	float: left;
	text-align: left;
	line-height: 22px;
}

#connectForm .submit {
	position: absolute;
	bottom: 11px;
	margin: 0;
	text-align:center;
	height: 26px;
}

#connectForm .submit input {
	height: 26px;
	width: 126px;
	
	background-image: url(http://static.myframework.fr/img/myFramework-loginForm/formSubmit.png);
	color: #002b63;
	
	border: none;
	outline: none;
	background-color: transparent;
	font-weight: bold;
}

#footer 
{
	font-size: 11px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 12px;
	width: 100%;
	line-height: 14px;
	height: 28px;
	visibility: visible;
	display: block
}
