div.centerContainer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: table;

}

div.centerContent {
    display: table-cell;
    vertical-align: middle;

}
/*
.titulo {
    background-color: #2d5bc4;
}

#titulo {
    background-color: #2d5bc4;
}
.menubar {
    background-color: red;
}

.affaires .ui-menuitem{color:#2a7313;background-color: #00a8c6;background: #ff583d}

.affaires .ui-menu-child{background: blue;}

.ui-menubar,.ui-menu-child,.ui-menu {
    background: #004e8e !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    font-family: Tahoma;
    background: #00a8c6 url("/javax.faces.resource/images/ui-bg_highlight-hard_100_eeeeee_1x100.png.html?ln=primefaces-blitzer") repeat-x scroll 50% 50%;

}
*/