@import url(base.css);

body {
    font-size: 10pt;
/*    background-color: #5E3333;*/
    background: #C5B397 url(../img/zord2/fond.png)  repeat;
}
/*
   Balises HTML
   */
a {
    color: #5A4D41;
    text-decoration: underline;
    font-weight: bold;
}

img {
    text-decoration: none;
    border: 0;
}

a.bonus {
    color: #7A4D41;
}

a:hover {
    color: #2F2A21;
    text-decoration: underline;
}

fieldset {
    padding: 5px;
    border: 1px solid #2F2A21;
}

p {
    margin: 7px 0px 7px 10px;
    padding: 0px;
}

h5, h6 {
    color: #ffebd1;
    margin: 5px 5px 0px 20px;
    padding-left: 10px;
    padding: 0px;
    font-size: 17pt;
    letter-spacing: 3px;
    text-decoration: none;
}

h1 {
    color: #2F2A21;
    margin-top: 5px;
    margin-bottom: 3px;
    border-bottom: 1px solid #2F2A21;
    font-size: 14pt;
}

h2 {
    color: #5A4D41;
    margin-left: 20px;
    border-bottom: 1px dashed #2F2A21;
}

h3 {
    color: #5A4D41;
    margin-left: 10px;
    border-bottom: 1px dashed #2F2A21;
    font-size: 11pt;
}

h4 {
    color: #5A4D41;
    font-size: 11pt;
}

dl a, dl a:hover {
    text-decoration: none;
}

dt {
    font-weight: bold;
    border-bottom: 1px solid #2F2A21;
    border-left: 1px solid #2F2A21;
}

dd {
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px dashed #2F2A21;
    border-top: 0;
}

hr {
    background-color: #2F2A21;
    border: #2F2A21 solid 1px;
    width: 50%;
}

#module label, .contenu2 label {
    font-weight: bold;
    display: inline ;
    float: left;
    width: 200px;
    margin-left: 50px;
}

#module dt label, #module dd label, .contenu2 dt label, .contenu2  dd label {
    font-weight: normal;
    float: none;
    width: auto;
    margin: 0;
}

input,select {
    margin: 2px;
    background: #C5B397;
    border: thin solid #000;
}

textarea:focus,input:focus
{
    background-color: #5A4D41;
}

textarea
{
    background: #C5B397;
    color: #000;
    border: thin solid #000;
}

table {
   border-collapse: collapse;
    border-bottom: 3px solid #635A45;
}

td {
    vertical-align: top;
}

.liste td, .border1 td, .border td
{
    text-align: center;
}
.liste tr, .border1 tr
{
    border-bottom: 1px solid #635A45;
}

.liste tr:hover, .border1 tr:hover, .border td:hover, .border th:hover {
    background: #C5B397;
}

.liste th, .border1 th, .border th
{
    text-align:center;
    font-weight:bold;
    border-bottom: 3px solid #635A45;
}

.border td { border-bottom: 1px solid #635A45;}
.impair { border-top: 2px solid #635A45;}

/*
   IDs
   */


/* Logo */
#logo {
    margin-bottom: 10px;
    width: 800px;
}

#logo h1 {
    background-image: url("../img/zord2/logo.png");
    background-repeat: no-repeat;
    height: 58px; /* for most browsers */
    margin: 0px;
    margin-top: 35px;
}

#logo h1 a {
    color: #E7DAC5;
    text-decoration: none;
    font-size: 0px;
}

#logo .bas, #logo .haut {
    display:none;
}

#text_logo {
    display: none;
}

/* Tout ce qui est dans body */
.close_popup, #popup {
    border: 1px solid #2F2A21;
    background: #E7DAC5 /*url("img/header.png") repeat-x*/;
}

#contenu {
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: left;
    width: 800px;
    border: 1px solid #2F2A21;
    background: #E7DAC5 url("../img/zord2/border.png") repeat-x;

}

/* Boite de pub */
#pub {
    float: right;
    width: 528px;
    margin-top: -75px;
    margin-right: -30px;

}

/* Boite de stats */
#stats {
    float: left;
    width: 222px;
}

/* Boite du menu */
#menu {
    float: left;
    width: 150px;
    margin-right: 10px;
}

#espace_stats_pub{ display:none; }
#espace_menu_centre {padding: 50px; }

#stats ul, #stats li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#connec #log {
    text-align:center;
}

#module, #div_page, .contenu2  {
    float: left;
    width: 600px;
    position: relative;
    bottom: 60px;
}

#actbar {
    text-align:center;
    float: right;
    position: relative;
    bottom: 90px;
    border-left: dotted 1px #2F2A21;
    border-bottom: dotted 1px #2F2A21;
    padding-left: 5px;
    margin: 1px;
    margin-right: 5px;
}

#actbar li {
    display: inline;
}

#actbar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#actbar a:hover {
    background: #C5B397;
}

#footer {
    font-size: 0.8em;
    text-align: center;
}

#footer li {
    display: inline;
}

#footer ul{
    list-style-type: none;
    width: 100%;
}

#donjon ul{
	padding:0;
	margin: 0;
}
#donjon li{
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
}
/*
   Classes
   */

.menu_gauche{
    margin-bottom: 20px;
}

.menu_gauche h2{

}

.menu_gauche li{

}
.menu_gauche ul{
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

.menu_gauche ul li ul
{
    margin-left: 5px;
    list-style-position: outside;
    list-style-type: disc;
}

.liste, .border1, .border
{
    width: 100%;
    margin-right: 5%;
}


/* Quand c'est un allié dans une liste */
.allie
{
    border:1px solid #2F2A21;
    background:#C5B397;
}

/* Barres */
.barre_rouge,.barre_verte,.barre_grisec,.barre_grisef {
    float: left;
    height: 100%;
}

.barre_rouge {
    background-image:url(../img/zord2/red.png);
}

.barre_verte {
    background-image:url(../img/zord2/green.png);
}

.barre_grisec {
    background-color: #635A45;
}

.barre_grisef{
    background-color: #292722;
}

.barres_grandes,.barres_moyennes,.barres_petites {
    border: 1px solid #000000;
    height: 12px;
}

.barres_grandes {
    width: 300px;
}

.barres_moyennes {
    width: 200px;
}

.barres_petites {
    width: 100px;
}

/* Infos / Error / OK */
.error,.ok,.infos {
    border: 1px solid #292722;
    background: #C5B397;
    font-weight:bold;
}

.ok {
    border-color: #226622;
    color: #226622;
}

.quote, .code
{
    width: 90%;
    border: 1px solid #292722;
    background: #C5B397;
    font-style:italic;
    font-weight:bold;
    padding:5px;
}

.code {
    overflow: auto;
}

.quote {
    background-image:url(../img/zord2/quote.png);
    background-repeat:no-repeat;
    padding-top:25px;
}

.signature
{
    border: 1px solid #292722;
    background: #C5B397;
    padding:5px;
}

/* Tooltip */
div#toolTip {
    border: solid 1px  #2F2A21;
    background: #E7DAC5;
    font-size: 0.8em;
    font-weight: bold;
    left: 0px;
    moz-border-radius: 5%;
    padding: 4px;
    position: absolute;
    top: 0px;
    width: auto;
}

div#toolTip p {
    margin: 0;
    padding: 0 3px;
}

.blason {
    float: right;
}
