﻿@import url("lpa_base.css");
body
{
    /*background:url(../images/page_lpa_bg.jpg) no-repeat center top;  */
}

#divPage /*divBan, #divNav, #divDoc, #divPP /* Toutes positionnées en relative, mais on laisse l'attribut sur chaque élément pour faciliter les tests avec d'autres valeurs */
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#divBan
{
    float: left;
    position: relative;
    height: 120px;
    background-color: #3565a3; /*#04338b;/*#5C6B3F; /*#3e532a; /*#70814b; /* #5C6B3F; #3e532a;/*#415a18; /*#6f6d72; */
}

#divBanLogo
{
    float: left;
    height: 120px;
    width: 120px;
}

#divBanVisuels
{
    float: left;
    height: 70px;
    width: 860px;
}

#divBanTitres
{
    float: left;
    text-align: center;
    height: 50px;
    width: 860px;
}

#divBanTitres h1
{
    padding-top: 8px;
    color: #fff; /*#f1a502; /*#f5a206;*/
    font-size: 26px;
    letter-spacing: 6px;
}

#divBanTitres h2
{
    font-family: Arial;
    color: #fff; /*#242c77;*/
    font-size: 20px;
    letter-spacing: 3px;
    padding-top: 0px;
}

#divBanLogin
{
    float: left;
    width: 980px;
    height: 20px;
    color: #232c77;
    font-size: 10px;
}

#divBanLoginName
{
    float: left;
    width: 670px;
    text-align: right;
    padding-right:10px;
}

#divBanLoginCompte, #divBanLoginConnexion
{
    float: left;
    width: 150px;
    text-align: right;
}


/* Boutons Connexion Accueil */
#divBanLogin a, #divBanLogin a:link, #divBanLogin a:hover, #divBanLogin a:visited
{
    color: #232c77;
    font-weight: bold;
    text-decoration: none;
}

#divBanLogin a:hover
{
    text-decoration: underline;
}

#divNav
{   
    float: left;
    height: 30px;
    padding:8px;
    background-color: #ECF3FC;
    width:964px;
}


#divNavMenu
{   
    float: left;
    width: 700px;
    /*background-color: #ECF3FC;/* #e9e9e9; /* 999999 */
    /*z-index: 2;*/
   
}

.MenuZIndex 
{
    z-index:2000;
}

#divNavRech
{
    float: left;   
    /*border: 1px solid red; */
    padding-left:5px;
    margin-left:40px;  
}

#divNavRechTextBox
{
    float: left;
    width: 170px;
    text-align: right;
    padding-right: 4px;
    padding-top: 4px;
    height: 21px;
}

#divNavRechBtn
{
    float: left;
    width: 30px;
    text-align: right;
    padding-right: 5px;
}

/* Chaque Menu rend une table : style de la table */
.MenuItem
{
    margin-left: 5px;
    margin-right: 5px;
}

#divDoc
{
    float: left;
    clear: both;
    margin-top: 10px;
    width: 980px;
}

#divPP
{
    min-width: 800px;
    height: 15px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    border-style: solid;
    border-color: #DCDCDC;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
}

#divPP a:link, #PP a:visited, #PP a:hover
{
    text-decoration: underline;
    color: #666666;
}

#tblHP
{
    width: 100%;
}

#tblHP td
{
    width: 50%;
}

