html{
	height:100%;
	background-image:url(fond.png);
	background-repeat: repeat-x;
	background-position: center center;
}
._PASSPORT{
	background-image:url(passport_body.png);
	background-repeat: no-repeat;
}
._BODY{
	background-image:url(msg_body.png);
	background-repeat: no-repeat;
}
._LOGO{
	background-image:url(logo_body.png);
	background-repeat: no-repeat;
}
form{
width:245px;
margin-left:120px;
}
form.formLogin{
width:180px;
margin-left:190px;
}
.centre_content{
	top: 50%;
	left:50%;
	position: absolute;
	height:1px;
	overflow:visible;
}
.MASTERLAYER{
	width:886px;
	height:382px;
	margin-top:-191px;
	margin-left:-443px;
}
.MyInput{
	margin:10px;
}
.MyInput-input{
	display:block;
	padding-top:22px;
	padding-left:6px;
	padding-right:15px;
}
.MyInput-input input, #login{
	font-size:11px;
	width:100%;
	border: 1px solid #C4CDD5;
}
.MyInput-domaine{
	width:241px;
	height:46px;
	background-image:url(under_dom.png);
}
.MyInput-domaine-over{
	width:241px;
	height:46px;
	background-image:url(under_dom_over.png);
}
.MyInput-login{
	width:164px;
	height:46px;
	background-image:url(under_user.png);
}
.MyInput-login-over{
	width:164px;
	height:46px;
	background-image:url(under_user_over.png);
}
.MyInput-password{
	width:164px;
	height:46px;
	background-image:url(under_password.png);
}
.MyInput-password-over{
	width:164px;
	height:46px;
	background-image:url(under_password_over.png);
}
.msgload{
	color: #999999;
	padding-left: 30px;
}
a, a:visited{
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #333333;
}