﻿body
{
    background-color:Black;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color:White;
}

/*Classes personnalisées*/
.VisibleDD{display: block; float:none; margin: 10px 10px 10px 10px;}
.DlBlock {display:block;}
/*Pour centrer le texte du titre des symboles*/
.CenterDt {text-align:center; font-weight:bolder; margin: 30px 10px 10px 30px;}
/*Pour la mise en place des symboles*/
.DtSymbol{margin: -45px 10px 5px 5px;}
/*Elément nomé (id)*/
#ContentBody 
{
margin-top:102px;
margin-left: 212px; 
margin-right: 246px;
border:solid 0px white;
font-size:small;
}
#BannerLeft
{
    position:absolute;
    top:102px;
    margin-left: 1px; 
    width: 120px;
    border:solid 0px white;
}
#BannerRight
{
    position:absolute;
    top:102px;
    right: 0px; 
    width: 240px;
    margin-right: 1px;
    padding:2px 2px 2px 2px;
    border:solid 0px white;
}
#NavBar
{
    position:absolute;
    top:72px;
    left: 10px; 
}
/* barre de Navigation*/
.TableNavBar
{
    width:auto;
    padding:1px;
}
.TableNavBar tr td a
{
    text-decoration:none;
}
.TableNavBar tr td a img
{
    border:solid 0px white;
}
/* titres */
h1.title
{
    background-image: url('/Themes/BlackAndGold/Images/TitleDe.png');
    height: 34px;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 34px;
    text-align: left;
    letter-spacing: 0.2em;
    text-indent: 4em;
    font-size: 20px;
    color:#f3ba00;
}
h2.wild
{
    background-image: url('/Themes/BlackAndGold/Images/Wild.png');
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 40px;
    text-align: left;
    letter-spacing: 0.2em;
    text-indent: 4em;
    font-size: 14px;
    color:#f3ba00;
}
h2.clochegold
{
    background-image: url('/Themes/BlackAndGold/Images/ClocheGold.png');
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 40px;
    text-align: left;
    letter-spacing: 0.3em;
    text-indent: 4em;
    font-size: 16px;
    color:#f3ba00;
}
h2.title
{
    background-image: url('/Themes/BlackAndGold/Images/TitleDe.png');
    height: 34px;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 34px;
    text-align: left;
    letter-spacing: 0.2em;
    text-indent: 4em;
    font-size: 14px;
    color:#f3ba00;
}
/* liens du contenu */
#ContentBody a, a:visited, a:hover
{
    color:#f3ba00;
}
#ContentBody table tr td a
{
    text-decoration: none;
}
#ContentBody table tr td a img
{
    text-decoration: none;
    border: solid 0px #f3ba00;
}

#ContentBody p img
{
    text-decoration: none;
    border: solid 0px #f3ba00;
}

#ContentBody a img
{
    text-decoration: none;
    border: solid 0px #f3ba00;
}
