
BODY
{
    font-size: 12px;
    font-family: Verdana;
    background-color: #ffffff;
}

#Conteneur
{
    width: 950px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#Entete
{
    width: 950px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/oeb/Images/Entete.jpg);
    position: relative;
}

#HautPage
{
    width: 950px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: right;
}

#Contenu
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50px;
}
#ContenuGauche
{
    width: 260px;
    min-height: 164px;
    position: relative;
    float: left;
}

#ContenuDroite
{
    width: 690px;
    min-height: 300px;
    margin-left: 260px;
    position: relative;
   /* top: -50px;*/
}

#ContenuTexte
{
    width: 690px;
    min-height: 300px;
    position: relative;
    top:-10px;
}

#ContenuDroite p
{
    top: 0px;
}

#ContenuBas
{
    width: 690px;
    min-height: 150px;
    position: relative;
    text-align: center;
}


#BasPage
{
    width: 950px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ClearBoth
{
    clear: both;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.LineMenu
{
    border: solid 1px #00529B; 
    width:200px;
}

.Treeview_SelectedNode
{
    font-weight: bold;
    font-size: 9pt;
    color: #d37a4e;
}

.TextLabel
{
    font-size: 10px;
    font-family: Verdana;
}

.TreeViewFormat
{
    font-size: 10px;
    font-family: Verdana;
    color: Black;
}
.SelectedNodeStyle
{
    color: #D37A4E;
}
.RootNodeStyle
{
    color: #1B3F95;
}
.Lien
{
    color: #1B3F95;
}

