.pageCover {
    background: url("http://static.moveonfr.com/fr-sorbonne/images/SorbonneNouvelleLogo.png") no-repeat scroll rgba(0, 0, 0, 0);
    padding-top: 149px;
    background-size: 20%;
}

.pageCover h1{
	margin-top: 50px;
}

 .vMenu > a > li {
    background-color: #5B6770;
    border-bottom: 1px solid #000;
    border-top: 1px solid transparent;
    width: 170px;
    line-height: 20px;
    padding: 5px 27px 5px 10px;
    display: block;
    position: relative;
    font-family: "Lucida Sans","Lucida Grande",sans-serif;
    font-weight: 700;
    color: white;
}

.vMenu > a > li:hover, {
    background-color: #e84242;
    color: white;
    cursor: pointer;
    font-weight: 700;
}

.vMenu > a > li:hover, .active {
    background-color: #8D0E57!important;
}

.formHeader {
    color: #000000!important;
}

.formHeader {
    font-size: 20px;
    width: 100%;
    color: black;
    padding: 14px 0px 10px 0px;
    border-bottom: 1pt solid #000000;
    font-weight: normal;
    margin-bottom: 15px;
}



.wizardTitleBar {
    background: #8D0E57;
    border-radius: 0 0 0px 0;
    padding: 16px 0;
    margin-left: 0px;
    overflow: hidden;
    width: 100%;
    color: white;
}

li.currentLanguage {
    background: none repeat scroll 0 0 #5B6770;
    border-bottom: 4px solid #8D0E57;
    color: white;
    padding: 4px 8px;
}

.addSection {
    background: url(https://static.moveon4.com/default/icons/add_icon.png) no-repeat 5px 4px #5B6770;
    height: 25px;
    color: #fff;
    border: 1px solid transparent;
    padding: 0px 5px 3px 25px;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 1px;
    opacity: 1;
}

input[type=submit], button, input[type=reset], .button {
    background: none #5B6770;
    position: relative;
    padding: 6px 14px 7px;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    float: left;
    top: 0px;
    line-height: 30px;
}

.pageCover h1 {
    color: #5B6770;
    font-size: 25px;
    margin: 0;
    line-height: 50px;
}

button[kind="next_button"] {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #5B6770;
    padding-right: 20px;
    color: #fff;
}

button[kind="next_button"] :hover {
    background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #5B6770;

}

button[kind="save_button"], button[kind="submit_button"] {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #5B6770;
    padding-left: 27px;
}

button[kind="save_button"] :hover {
    background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #5B6770;
	
}

button[kind="previous_button"] {
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #5B6770;
    padding-left: 20px;
    color: #fff;
}

button[kind="previous_button"]:hover {
    background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #5B6770;
}
