﻿html
{
    background-image: url("images/bg_body.png");
    background-position: right 175px;
    background-repeat: no-repeat;
    height: 100%;
}
body
{
    color: #162c81;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 22px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#formMaster
{
    background-image: url("images/bg_bottom.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: auto;
    margin: auto;
    position: relative;
}
#divMasterMenu, #divMasterContent, #divMasterFooter
{
    display: block;
    clear: both;
    margin: 0 10px;
}

#divMasterPageIdentification {
    max-width: 950px;
    margin: auto;
    position: relative;
    top: -15px;
}

#divMasterPage {
    max-width: 1300px;
    margin: auto;
    position: relative;
    top: -15px;
}

#divMasterContentIdentification
{
    padding: 0;
}

#divMasterContent
{
    background-color: #ffffff;
    box-shadow: 0 0 8px #333333;
    clear: both;
    min-height: 500px;
    padding: 15px;
}
#divMasterFooter
{
    clear: both;
    padding: 15px;
}


#divMasterBandeau
{
    background-image: url("images/bg_header.jpg");
    background-repeat: repeat-x;
    height: 160px;
    position: relative;
}
#innerBandeau {
    margin: auto; 
    max-width: 1280px;
    padding: 10px 10px 0 10px;
}
#divMasterBandeau #logos_left
{
    display: inline-flex;
}

#divMasterBandeau #logo_tcc
{
    display: inline-flex;
}

#divMasterBandeau #logos_right
{
    display: inline-flex;
    float: right;
}

#divMasterBandeau #logo_oui
{
    display: inline-flex;
    padding: 0 2em;
}
#divMasterBandeau #logo_ofaj
{
    display: inline-flex;
    padding: 0 0 0 2em;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

#divMasterFooter
{
    background-image: url("images/bg_footer.jpg");
    background-repeat: repeat-x;
    text-align: center;
    margin: 10px 0;
}
#divMasterFooter p{
    color: #555;
    margin: 15px 0;
    padding: 0;
}
#divMasterFooter a
{
    text-decoration: none;
    color: #555;
    padding: 5px;
}


#divMasterFooter .logo_footer{

}
#divMasterFooter .logo_footer img {
    margin-left: 10px;
    max-height: 80px;
    max-width: 150px;
}

h1, h2,h3
{
    clear: both;
    color: #162A83;
    display: block;
    /*line-height: 28px;*/
    margin: 0;
    padding: 3px 0 10px;
}
#divLangue
{
    padding: 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}
#divLangue #imgFlag
{
    float: right;
}
#divLangue #ddlLanguage
{
    float: left;
    margin-right: 10px;
    width: auto;
}

ul{
    margin: 5px;
    padding: 0 10px;
}

#divLangues{
    padding: 10px; 
    margin: 100px auto auto; 
    width: 80%;
}

#innerLangues{
    margin: auto; 
    width: 85%;
}

.ui-button .ui-icon {
    margin-right: 5px;
}

.ui-autocomplete{
    z-index: 102;
}

@media screen and (max-width: 950px) {

    body{
        background-image: none;
    }

    #divMasterContent{
        padding: 0.5em !important;
    }

    #divLangues{
        margin: auto;
        width: auto;
    }
    #innerLangues {
        width: auto;
    
    }

    #formMaster{
        background-image: none;
    }

    #divMasterMenu {
        margin: 0;
    }

    #divMasterBandeau {
        height: 25vw;
        padding-bottom: 1em;
        max-height: 130px;
    }
    #innerBandeau {
        width: auto; 
        margin: auto; 
        /*padding: 0;*/
    }
    #divMasterBandeau #logos_right
    {
        /*float: none;
        margin-left: 1%;*/
    }
    #divMasterBandeau #logo_tcc
    {
        width: auto;
        padding: 0;
    }
    #divMasterBandeau #logo_oui
    {
        width: auto;
        padding: 0;
    }
    #divMasterBandeau #logo_ofaj
    {
        padding: 0;
    }

    #divMasterBandeau #logo_tcc a
    {
        top: 0;
        width: 60vw;
    }
    
    #divMasterBandeau #logo_oui a {
        height: 15vw;
        left: 65%;
        top: 0;
        width: 15vw;
    }

    #divMasterBandeau #logo_ofaj a
    {
        top: 0;
        height: 15vw;
        width: 15vw;
    }

    #divLangue {
        position: relative;
    }

    #divLangue select {
        width: auto;
    }

    #divMasterPage {
        position: initial;
    }

    #divMasterBottom {
        background-image: none;
        position: relative;
    }

}