html {
    height: 100%;
}

body{
	background-color: #D50803;
	background-image: url(../images/landing/fond_landing.png);
	background-repeat: repeat-y;
	height: 100%;
    margin: 0;
    padding: 0;
}

/*
#container{
	height: 100%;
	display: block;
	margin-top: 25%;
}
*/
 
#header{
	display:none;
}

#logo_landing{
	background-image: url(../images/landing/logo_landing.png);
	width: 230px;
	height: 256px;
	text-indent: -9999px;
	/*display: inline-block;*/
	/*margin-top:-128px;
	top:50%;
	position:relative;	*/
	float:left;
}


#td{
	height: 100%;
    padding: 0;
    vertical-align: middle;
}


#container{
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

/*
.block{
	margin-top: -135px;
	top: 50%;
	position: relative;
	margin: 0;
}
*/

.block{
   width:580px;
    margin: 0 auto;
    text-align: left;
	left: 0;
	
	height: 270px;
	min-height: 270px;
}

/*hack correctif firefox*/
@-moz-document url-prefix()
{
    .block{
		margin-top:10%;
	}
}

#entrer{
	/*
	color: white;
	font-weight: bold;
	font-size: 50px;
	float: left;
	margin-left: 80px;
	margin-top: 83px;
	cursor:pointer;
	*/
	color: white;
	font-weight: bold;
	font-size: 39px;
	float: left;
	margin-left: 35px;
	margin-top: 47px;
	cursor: pointer;
}

#entrer:hover{
	text-decoration:underline;
}

#login{
	margin: 0;
	left: 0;
	height: 205px;
	float: left;
	margin-left: 50px;
	width: 258px;
	padding: 10px;
	top: 10px;
}
 
.buttonSubmit{
	padding-left: 0px;
	margin-top: 55px;
	margin-left: 184px;
}
.pForm > label{
	width: 92px;
}

input[type="text"], input[type="password"]{
	width: 153px;
}

#login h1{
	margin: 0px 0px 25px 0;
}
.forgetPass > a{
	top: -10px;
}

.login-msg-position{
	margin-top: -80px;
}