﻿html, body, form
{
    height: 100%;
    min-height: 100%;
}
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Arial;
    background-color: #ffffff;
    font-size: 11px;
    color: #245299;
    text-align: center;
}
body
{
    overflow: -moz-scrollbars-vertical;
}
img
{
    border-style: none;
}
table
{
    empty-cells: show;
}
#logoZone
{
    height: 120px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background-image: url(images/OUIlab.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
}
#containerZoneDropShadow
{
    background-color: #245299;
    width: 98%;
    height: 98%;
    position: absolute;
    left: 14px;
    top: 8px;
}
#containerZone
{
    padding: 0px;
    /*background-color: #808080;*/
    background-color: #ffffff;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    height: 99%;
    overflow: hidden;
    margin: 5px 3px -1px 3px;
    position: relative;
    left: -9px;
    top: -8px;
    height: 99%;
}
#menuZone
{
    text-align: left;
    vertical-align: top;
    width: 197px;
    background-color: #ffffff;
    border-right: solid 1px #205aa7;
    border-left: solid 1px #205aa7;
    height: 99%;
}
#dataZone
{
    background-color: #ffffff;
    text-align: left;
    vertical-align: top;
    border-left: solid 1px #205aa7;
    height: 99%;
}
#separatorZone
{
    margin-top:3px;
    padding-top:3px;
    width: 5px;
    height: 100%;
    padding-right:5px;
}
#separatorZoneFiller
{
    background-color: #245299;
    height: 100%;    
}
#pageTitleZone
{
    background-image: url(Images/PageTitleZoneBackGround.gif);
    background-repeat: repeat-x;
    background-position: left center;
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #00309c;
    text-align: left;
    margin: 0px;
    height: 20px;
    line-height:20px;
    font-weight: 700;
    color: #ffffff;
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    font-size: 14px;
}
#processingZone
{
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible;
    font-weight: 700;
    color: #245299;
    background-color: #EBEADB;
    border: 4px ridge #D4D0C8;
    visibility: hidden;
    text-align: left;
    height: 40px;
    width: 300px;
    display: block;
    line-height: 30px;
    margin-left: -150px;
    padding-left: 5px;
    background-image: url(Images/Processing.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
    padding-top: 10px;
    z-index:255;
}
.fileViewer
{
    border: 1px solid #ACA899;
    margin: 0px;
    width:99%;
    height:97%
}
.cguItem
{
    display:block;
    width:190px;
    text-align:center;
    vertical-align: middle;
    text-align: left;
    margin-left: 0px;
    padding: 5px;
    color: #245299;
    font-weight: 500;
    font-size: 10px;
}
.legendItem
{
    vertical-align: middle;
    text-align: left;
    margin-left: 0px;
    padding-left: 3px;
    color: #245299;
    font-weight: 500;
    font-size: 11px;
    height: 19px;
}
.imageLegend
{
    margin-right: 1px;
    margin-top: 0px;
    vertical-align: middle;
}
.AddressItem
{
    font-weight: 500;
    font-size: 11px;
}
.darkenBackground
{
    background-color: gray;
    opacity: 0.6; /* Safari, Opera */
    -moz-opacity: 0.60; /* FireFox */
    filter: alpha(opacity=60); /* IE */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    display:none;
}
.boldItem
{
    background-color: #ff0000;
    color: #FFFFFF;
}
.FV
{
    background:transparent ; 
    display: none;
    border: 0px solid #ACA899;
    margin: 3px 15px 0px 4px;
    width:98%;
    height:96%
}
.FVHeader
{
    background-image: url(Images/CustomGrid/ToolBarButtonBackGroundGrey.gif);
    background-repeat: repeat-x;
    color: #245299;
    text-align: right;
    margin: 0px;
    padding-left: 3px;
    line-height: 2em;
    vertical-align: top;
    height: 23px;
    border-right: #aca899 1px solid;
    border-top: #aca899 1px solid;
    border-left: #aca899 1px solid;
    border-bottom: #aca899 1px none;
    width:100%;
}
.FVViewer
{
    border: 1px solid #ACA899;
    margin: 0px;
    width:100%;
    height: 95%;
}
.DetailtitleZone
{
    border-style: solid solid solid none;
    border: 1px solid #ACA899;
    text-align: left;
    vertical-align: top;
    margin: 0px;
    height: 20px;
    font-weight: 700;
    color: #ffffff;
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    background-image: url(Images/MenuBackGroundBlue.gif);
    background-repeat: repeat-x;
    font-size: 14px;
    width:440px;
}



.frmLabel
{
    font-family: Verdana;
    font-size: 11px;
    text-align: left ;
    color:mediumblue;
    margin-right: 5px;
}

.frmTitre
{
    font-family: Verdana;
    font-size: 18px;
    text-align: left ;
    padding-left: 10px;
    font-weight: bold;
}


.frmBox
{
    border: 1px solid black;
    background-color: #dddddd;
    overflow: hidden;
    height: auto;
    padding: 8px 8px 8px 8px ;
    text-align: left ;

}


.frmCadre
{
    font-size: 15px;
    border: 1px solid black;
    background-color: #ffffff;
    padding: 8px 8px 8px 8px ;
    margin: 8px 8px 8px 8px;
    text-align: left ;
}

.frmBouton
{
    margin: 8px 8px 8px 18px ;
    cursor: pointer;
}

.frmBoutonMini
{
    margin: 3px 0px 0px 10px ;
    cursor: pointer;
}

.frmListeEchRef
{
    font-size: 12px;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}

.frmListeEchDetails
{
    font-size: 11px;
    color:dimgray;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}

.detailViewer
{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -25%;
    /*margin: 0 auto;
    vertical-align: middle;*/
        
    overflow: hidden;
    font-weight: 700;
    color: #245299;
    background-color: #ffffff;
    border: 1px solid #ACA899;
    visibility: hidden;
    cursor: default;
    text-align: left;
    height: 200px;
    width: 452px;
    display: block;
    line-height: 30px;
    padding: 0px;
    z-index:255;
}


.detailViewerOld
{
    position: absolute;
    top: 25%;
    left: 50%;
    overflow: hidden;
    font-weight: 700;
    color: #245299;
    background-color: #ffffff;
    border: 1px solid #ACA899;
    visibility: hidden;
    cursor: default;
    text-align: left;
    height: 200px;
    width: 452px;
    display: block;
    line-height: 30px;
    margin-left: -150px;
    padding: 0px;
    z-index:255;
}


.detailViewerContent
{
    border: 0px;
    margin: 0px;
    width:100%;
    text-align:left;
    line-height:22px;
}
.hiddenItem
{
    display:none;
}
.lostPwd
{
    float: left;
    cursor: pointer;
    width: 132px;
    height: 22px;
    background-image: url(Images/lostPassword.png);
    background-repeat: no-repeat;
    padding: 2px;
    margin-top: 2px;
    margin-left:0px;
}
.lostPwd:Hover
{
    background-image: url(Images/lostPasswordHover.png);
}
.smallOkRight
{
    float:right;
    cursor: pointer;
    width:86px;
    height:22px;
    background-image: url(Images/SmallOk.png);
    background-repeat: no-repeat;
    padding: 2px;
    margin-top:2px;
}
.smallOkRight:Hover
{
    background-image: url(Images/SmallOkHover.png);
}
.smallOk
{
    float:left;
    cursor: pointer;
    width:86px;
    height:22px;
    background-image: url(Images/SmallOk.png);
    background-repeat: no-repeat;
    padding: 2px;
    margin-top:2px;
}
.smallOk:Hover
{
    background-image: url(Images/SmallOkHover.png);
}
.verySmallOk
{
    float: left;
    cursor: pointer;
    width: 50px;
    height: 22px;
    background-image: url(Images/VerySmallOk.png);
    background-repeat: no-repeat;
    padding: 2px 2px 2px 1px;
    margin-top: 2px;
}
.verySmallOk:Hover
{
    background-image: url(Images/VerySmallOkHover.png);
}
.smallCancel
{
    float:left;
    cursor: pointer;
    width:86px;
    height:22px;
    background-image: url(Images/smallCancel.png);
    background-repeat: no-repeat;
    margin-top:2px; 
    padding: 2px 2px 2px 2px;
}
.smallCancel:Hover
{
    background-image: url(Images/smallCancelHover.png);
}
.CaptchaImage
{
    padding: 0px;
    margin: 5px 0px 0px 0px;
    height:30px;
    width:130px;
}
.labelItem
{
    display: block;
    text-align: right;
    margin: 0px 3px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.LabelTitleItem
{
    text-align: left;
    padding-top: 3px;
    font-weight: 700;
}





