@charset "utf-8";
/* CSS Document */

body.BODYSIMPLE{
	background:#555555;	
}

#FRM_LOG div.LOGIN {
    margin-left: auto;
    margin-right: auto;
    width: 321px;
    margin-top: 150px;
    height: 171px;
    padding-top: 150px;
    padding-left: 76px;
    background: #fff url('/images/BIL/BIL_background_login.jpg') no-repeat;
	border-radius:4px;
}

div.LOGIN div {
	width:250px;
}

div.LOGIN div.ENTRER{
	height:25px;
	margin-top:10px;
	text-align:center;
}
div.LOGIN div.ERREUR {
    height: 25px;
    color: #D4012C;
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
}
div.LOGIN div img {
	width:250px;
	height:100px;
}

div.LOGIN div input {
	width:140px;
}

div.LOGIN div span {
    width: 80px;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 13px;
}

div.LOGIN div.SAISIE {
    height: 40px;
}

#FRM_LOG input#password, #FRM_LOG input#login {
    width: 140px;
    color: #555555;
    background: #ffffff;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 4px 0 4px 0;
    border-radius: 3px;
}


#FRM_LOG div.LOGIN div input[type="submit"] {
    width: 140px;
    background: #555555;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #ccc;
    padding: 4px 0 4px 0;
    border-radius: 3px;
    cursor: pointer;
	margin-left:50px;
}

