html {
    background-color:#2B2B2B;
}

body {
    margin-top:15px;
    margin-bottom:15px;
    background-color:#2B2B2B;
    font-family:Arial,sans-serif;
    font-size:small;
}

#site {
    width:310px;
    margin:auto;
    background-color:#4885C2;
    padding-bottom:3px;
    border:7px solid white;
}

ul, li {
	margin-left: 0px;
}

#ban {
   display:block;
   width:310px;
   height:45px;
   margin-bottom:5px;
   background-image:url("/images/ban.png");
}

#ban h1 {
    margin:0;
}

#ban a {
    display:block;
    width:310px;
    height:55px;
}

#ban a span {
    display:none;
}

#menu td {
    border:none;
    background-color:#cccccc;
}

.compartiment {
    background:white;
    margin:2px 5px;
    border:1px solid #0F5499;
}

table.compartiment {
    width:300px;
}

div.compartiment {
    width:292px;
    padding:3px;
}

#connexion td {
    border:none;
    background-color:#cccccc;
}

#connexion input {
    width:50px;
}

#footer {
    margin-top:5px;
    text-align:center;
}

#footer a {
    color:white;
    font-size:small;
}

#footer a:hover {
    color:white;
    font-size:small;
    text-decoration:none;
}

#intro h2 {
    border-bottom:1px solid #4885C2;
}

h2 {
    margin:0;
    color:#3366CC;
    padding:3px;
    font-size:medium;
    text-align:center;
}


p {
    padding:3px;
    margin:0;
}

form {
    margin:0;
}

table {
    width:100%;
    margin:auto;
    text-align:center;
    border-collapse:collapse;
    font-size:small;
    border:1px solid red;
}

table td {
    border:1px solid #0F5499;
    padding:2px;
    overflow:hidden;
    max-width:273px;
}

table th {
    color:#3366CC;
    border:1px solid #0F5499;
    padding:3px;
    font-size:medium;
}

a {
    color:#663300;
}

a:hover {
    color:#996633;
}

.erreur {
    background-color:#CC6666;
    text-align:center;
}

.bon {
    background-color:#CCFFCC;
    text-align:center;
}

.admin {
    background-color:#CC6666;
}

.moderateur {
    background-color:#CCFFCC;
}

.connecte {
	background-color:#97ACC2;

}

.super_moderateur {
    background-color:#FFCC24;
}

.info {
    background-color:#FFCC24;
    text-align:center;
}

input[type="text"], input[type="password"] {
    width:80px;
}

.maligne {
    background-color:#CCCCFF;
    font-weight:bold;
}

.mini {
    width:30px;
}

.grand {
    width:120px;
}

.tres_grand {
    width:220px;
}

.txt {
    text-align:left;
}

textarea {
    width:270px;
    height:80px;
}

table th a {
    font-size:small;
    font-weight:normal;
}

.zebra {
    background-color:#f0f0f0;
}

tr.nouveau {
    background-color:#CCFFCC;
}

.message_recu {
    text-align:left;
    border-bottom:2px solid #4885C2;
}

.logbdd {
    background:white;
    width:315px;
    overflow:auto;
    margin:5px auto;
}

.journal_alliance {
    background-color:#CCFFCC;
    text-align:center;
}

.ancreNormale {
}

.ancreEnCours {
	background-color:#B25C2A;
}
.ancreValide {
	background-color:#4885C2;
}

div#bas_page {
        position: fixed;
        bottom: 0;
        left: 0;
        clear: both;
        width: 100%;
}

