#divAgTechHeader
{
    width: 100%;
    height: 5%;
    margin: auto;
    text-align: center;
    background-color: #7C9897;
}
span.titre1
{
    font-size: 300%;
    font-weight: bolder;
}
span.titre2
{
    font-size: 125%;
}
.left
{
    text-align: left;
}

#header_img
{
    position: absolute;
    width: 100%;
    height: 14px;
    top: 0px;
    background-color: #7C9897;
}
.loginHeaderImg
{
    position: absolute;
    width: 100%;
    height: 14px;
    top: 0px;
    background-color: #7C9897;
}

table.loginTable
{
    border:0x solid black;
    table-layout: fixed;
    width: 100%;
    text-align: center
}

.loginDivTitle
{
    border: solid 1px black;
    margin:auto; 
    color: #2A6C94;
    width:75%;
    text-align:center;
    padding:3px;
}

/* Begin Login Box */

.loginLogBox
{
    border:2px solid black;
    font-size:9pt;
    font-family:Arial; 
}

/* End Login Box */