﻿#site {
   position: relative;
   min-height: 800px;
}
#site:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(Images/fiche_fond_sanders.jpg); 
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity : 1;
    z-index: -1;
}

#MainSplitter {
    background-color: transparent;
}

/* Header */
#headerTop div {
    display: inline;
}

/* Welcome page */
.quickStart
{
    display: table;
    width: 100%;
    margin: 30px -20px 20px;
}

.quickStartItem
{
    display: table-cell;
    text-align: center;
    width: 100px;
}

.dcLink
{
    text-align: center;
}

.quickStartText
{
    text-decoration: none;
}

.buttons
{
    display: inline;
}