.menuContainer {
	display:none;
}
.pageCover {
    background: url("https://static.moveon4.com/fr-uphf/images/new_logo.png") no-repeat scroll 0px 20px #fff;
    padding-top: 161px;
	background-size: 44%;
	background-position: right top;
}

.wizardTitleBar {
    
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
}

#languageButtons li a {
    padding: 2px 5px;
    width: 100%;
    color: black;
    display: block;
    text-decoration: none;
}
#languageButtons li {
    float: right;
    list-style-type: none;
    margin-left: 5px;
    color: white;
}
li.currentLanguage {
    background: none repeat scroll 0 0 #666666;
    border-bottom: 4px solid #32a0db;
    color: white;
    padding: 0px 8px;
}