.menuContainer {
	display:none;
}
.pageCover {
    background: url("https://static.moveonfr.com/fr-agroparistech/images/APT_Logo_SloganAnglais_RVB_Positif.png") no-repeat scroll 0px 20px #fff;
    padding-top: 120px;
	background-size: 30%;
}
.formHeader {
    color: #005556 !important;
	font-size: 25px;
}
.loginBar {

    
	padding: 5px 0px 4px 2px;
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 12px;
    line-height: 19px;
    position: relative;
}
.wizardTitleBar {
    background: #00B57B;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
	color: white;
}
.pageCover h1 {
	color: #00B57B;
}

li.currentLanguage {
    background: none repeat scroll 0 0 #00B57B;
    border-bottom: 4px solid #005556;
    color: white;
    padding: 4px 8px;

input[type=submit], button, input[type=reset], .button {
    background: none #00B57B;
    position: relative;
    padding: 6px 14px 7px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    float: left;
    top: 0px;
    line-height: 30px;
}

button[kind="submit"]:hover {
    background: none #005556; 
	color:white;
	}