﻿.fsv_bandeau_header
{
    width: 100%;
    height:50px;
    background:url('/App_Themes/Fsv_Commun/Header/Images/top_filler.png') repeat-x top left;
}


.fsv_bandeau_logo {
    position: absolute;
    width: 100%;
    height: 50px;
    /*background: url('/App_Themes/Fsv_Commun/Header/Images/logo.png') no-repeat top left;*/
    text-align: right;
    /*background-image: linear-gradient(90deg, #7DC6C0 0%, #56B4D3 100%);*/
    background-color: #333;
    border-top: 2px solid #2699C5;
}

.div_version,
.div_utilisateur,
.div_centre,
.div_poste,
.div_date_systeme,
.a_deconnexion
{
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-family: 'LatoBlack', sans-serif;
    color:#FFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.a_deconnexion:hover {
    text-decoration: none;
}

.div_date_systeme {
    float: left;
}

.div_titreLogiciel
{
    float: left;
    line-height: 50px;
    font-size: 22px;
    font-weight: 900;
    margin-left: 13px;
    letter-spacing: 2px;
    text-shadow: 1px 0px 0px #3782bb;
    color: #3782bb;
    cursor: pointer;
}

.div_version
{
    float: left;
    margin-left: 20px;
}

.fsv_bandeau_titre {
    height: 50px;
    background: url('/App_Themes/Fsv_Commun/Header/Images/titre_filler.png') repeat-x top left;
    /*background-image: linear-gradient(90deg, #7DC6C0 0%, #56B4D3 100%);*/
    color: #333;
}

.div_titre
{
    height:50px;
    font-family:LatoBlack;
    font-weight: bold;
    line-height:50px;
    vertical-align:middle;
    color:#fff;
    font-size:14px;
    text-indent:15px;
    float:left;
}


div.conteneurControlHaut {
    float: right;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

div.conteneurControlBasGauche {
    float:left;
	height:50px;
}

div.conteneurControlBasMilieu {
    margin:auto;
    text-align:center;
	height:50px;
}

div.conteneurControlBasDroite 
{
    float:right;
	height:50px;
	line-height:50px;
	vertical-align:middle;
}

div.conteneurControlBasDroite div
{
    display:inline-block;
}