body{
    background-color: white;
    width: 100%;
    min-width: 1100px;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    margin: 0;
}

/*----------------------------HEADER-------------------------------*/

#header{
    height: 120px;
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0px 0px;
}

#logo{
    float: left;
    width: 200px;
    height: 47px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    padding-top: 3px;
    margin-top: 20px;
    margin-bottom: 50px;
    cursor: hand;
    cursor: pointer;
}

#mainmenu {
    float: left;
    width: 322px;
    height: 20px;
    padding: 18px 139px 12px 139px;
    margin-top: 20px;
    margin-bottom: 50px;
}

#mainmenu a{
    float: left;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #0d4243;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#log_area{
    float: right;
    width: 200px;
    height: 40px;
    padding: 0px;
    padding-top: 20px;
    margin-bottom: 33px;
    margin-top: 17px;
}

#log_area a{
    float: right;
    height: 20px;
    width: 100%; 
    color: rgb(13,67,69);
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

/*----------------------------CONTENT-------------------------------*/

#content{
    /*border:1px solid transparent;*/
}

#loading{
    width: 144px;
    height: 32px;
    background-image: url('../images/loading.gif');
    position: fixed;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99999;
}

#dialog{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    overflow: hidden;
}

.errorSummary{
    color: red;
    font-size: 10px;
    visibility: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 475px;
}

.successSummary{
    color: green;
    font-size: 10px;
    visibility: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 475px;
}
.infoSummary{
    margin: 0 auto;
    font-size: 10px;
    color: #5BA4AA;
}

/*----------------------------BOTTOM-------------------------------*/

#pre_bottom{ 
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
    height: 130px;
    background-color: #555d67;
}
#pre_bottom_content{
    margin: 0 auto;
    padding: 0px 100px 0px 100px;
    height: 100%;
    width: 800px;
}

#button_start{
    float: right;
    width: 120px;
    height: 40px;
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 40px;
}


#pre_bottom_text{
    color: #fbfbfb;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0,0,0,.34);
    text-align: center;
    width: 480px;
    height: 125px;
    padding: 5px 100px 0px;
}

#pre_bottom_text #title{
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
}
 


#bottom{

    padding: 25px 0px 25px;
    height: 50px;
}

#bottom #mainmenu{
    float: right;
    padding: 18px 0px 12px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#bottom #logo{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

#requirements{
    margin: 0 auto;
    font-size: 10px;
    color: #AEACAD;
    width: 448px; 
    cursor: hand;
    cursor: pointer;
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    text-decoration: underline;
}

#bottom #sintaxe_logo{
    float: left;
    width: 60px;
    height: 12px;
    background-image: url(../images/LogoSintaxe_Tiny.png);
    background-repeat: no-repeat;
    padding-top: 3px;
    margin-top: 20px;
    margin-bottom: 50px;
    cursor: hand;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 0px;
}


#bottom #mainmenu a{
    float: right;
    color: #0d4243;
    font-size: 16px;
    font-weight: bold;
}


