﻿@import url(site.css);

/*.Screen
{
    height:660px;
}*/

.PageFrame
{
    margin-top: 20px;
    /*border:1px solid #cccccc;*/
    width:1024px;
    height:600px;
    margin-right:auto;
    margin-left:auto;
}

.PageTopArea
{
    width: auto;
    /*border: 1px solid #ff0000;*/
    /* added VBR */
    height:65px;
}

.TopToolBarContainer
{
    margin: 0px 74px 0px 20px;
    width: auto;
    height: 25px;
    /*border: 1px solid #ff0000;*/
    /* added VBR */
    position:relative; left:35px;
}

.TopToolBar
{
    margin-top:5px;
   float:right;
   list-style-type:none;
    
}

.TopToolBar li
{
    display: inline;
    font-size: 1.2em;
    color:#ffffff;
    padding:2px;
    padding-right:4px;
    padding-left:4px;
    margin-left:5px;
    background-color:#aaaaaa;
}

.TopToolBar li:hover
{
    background-color:#f6a723;
}

.TtbLink
{
    display:inline-block;
    text-decoration:none;
    color:#ffffff;
}

.PageHeader
{
    margin: 0px 20px 15px 20px;
    width:  auto;
    /*border: 1px solid #0000ff;*/
    /* added VBR */
    margin-top:20px;
    height:53px;
}

.PageHeaderLogoStaff
{
    background-position:top left; 
    background-repeat:no-repeat;
    /* added VBR */
    position:relative; top:-20px; left:25px;
    width:63px;
    height:53px;
    background-image:url("../AppliImagesFiles/logoStaff3.png");
}

.PageHeaderTitle
{
    width: 205px;
    text-align:left;
    font-family:Arial;
    line-height:80%;
    color:#efefef;
    /*border: 1px solid #ff0000;*/
    /*
    background-image:url("/elements/boutonprofil.png");
    background-position:top left; 
    background-repeat:no-repeat;
*/
    /* added VBR */
    position:relative; top:-55px; left:95px;
    height:53px;
    font-size:40px;
}

.PageHeaderLogoUMons
{
    width: 259px;
    background-position:top left; 
    background-repeat:no-repeat;
    /* added VBR */
    height:53px;
    position:relative; top:-105px; left:865px;
    background-image:url("../AppliImagesFiles/logoumons2.png");
}

.LogoUmonsLink
{
    display:block;
    width: 259px;
    height: 53px;
}

.LogoStaffLink
{
    display:block;
    width: 63px;
    height: 53px;
}

.PageMiddleArea
{
    width: auto;
    height: 410px;
    /*border: 1px solid #0000ff;*/
    /* added VBR */
    margin-top:20px;
    margin-left:40px;
}

.PageBottomArea
{
    width: auto;
    height: 45px;
    /*border: 1px solid #000000;*/
    /* added VBR */
    position:relative; top:-30px; left:0px;
}

/* Bottom menu */

.BMC
{
    width: auto;
    float:right;
    list-style-type:none;
    margin-top:10px;
    font-size:1.5em;
    /*background-color: #333333;*/
    /* added VBR */
    margin-right:40px;
}

.BMC li
{
    margin-left:4px;
    display: inline;
    padding:2px;
    padding-right:5px;
    padding-left:5px;
    color: #ffffff;
    background-color:#a80039;
}

.BMC li:hover
{
    background-color:#f6a723;
}

.BMC li.LiSelected
{
    background-color:#666666;
    color: #ffffff;
}


.BMCLink
{
    display:inline-block;
    text-decoration:none;
    color:#ffffff;
}




