.menuContainer {
	display:none;
}
.pageCover {
    background: url("https://static.moveonfr.com/fr-insa-hauts/images/insa.png") no-repeat scroll 0px 20px #fff;
       padding-top: 100px;
    background-size: 20%;
}
.loginBar {

    top: 15px;
}
.wizardTitleBar {
    background: #9B9B9B;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
	color: white;
}
.pageCover h1 {
	color: #3E3E3B
}



/* Newly added class*/

li.currentLanguage {
    background: none repeat scroll 0 0 #9B9B9B;
    border-bottom: 4px solid #e42618;
    color: white;
    padding: 4px 8px;
}