/*
 Author: Thibaud NORGUET
 */
body {
    font-family: Calibri, Arial, Tahoma;
    font-size: 10px;
    color: #9C9D9F;
    margin: 0;
    padding: 0;
    margin-top: 0;
    min-width: 800px;
    min-height: 450px;
}

img {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

/* ===============   header =============== */
#header {
    height: 205px;
    background: url(images/header2.png) repeat-x;
    text-align: right;
}
#header h1{
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 1em;
}

#header h2 {
    font-size: 1.3em;
    margin: 0 600px 0 0;
    padding: 15px 0 0 0;
    font-weight: normal;
}

#header h2 a {
    color: #9C9D9F;
    text-decoration: none;
}

#header h2 a:hover {
    color: #B05B40;
    text-decoration: none;
}

#logo {
    position: absolute;
    top: 5px;
    left: 10px;
}

#title {
    position: absolute;
    top: 60px;
    left: 55px;
}

#arthas {
    position: absolute;
    right: 0;
    top: 0;
}

/* =========== FIN header ============ */
#divider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 3px;
}

#content {
    background: #200605 url(images/post-bg.png) repeat-x 0 -4px;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

/* =============== form auth ==============*/
#auth {
    font-size: 1.3em;
    color: #B05B40;
    text-align: right;
	margin: 5px 15px;
	position: absolute;
	right:0;
}

#auth a {
    color: #d6ba5d;
    text-decoration: none;
}

#auth a:hover {
    color: #d6ba5d;
    text-decoration: underline;;
}

#auth input {
    margin: 5px 10px 2px 10px;
    padding: 0;
}

/* ============ fin form auth ==============*/
/* cadre invisible entourant toutes les guildes */
.avancee {
    margin: 5px 25px 180px 25px;
    float: bottom;
}

/* nom de l'instance */
.title {
    font-family: "Agency FB";
    font-size: 1.9em;
    color: #B05B40;
    text-decoration: underline;
    margin-left: 55px;
}

/* div de la guilde */
.guild {
    height: 62px;
    width: 60px;
    border: 1px #003366 solid;
    float: left;
    margin: 1px;
}

/* div du nom de la guilde */
.nom {
    font-family: Calibri, Arial, Tahoma;
    font-size: 10px;
    color: #5692ba;
    text-align: center;
}

.nom_alliance {
    font-family: Calibri, Arial, Tahoma;
    font-size: 1em;
    color: #3366cc;
    text-align: center;
}

.nom_alliance a {
    color: #3366cc;
    text-decoration: none;
}

.nom_alliance a:hover {
    color: #3366cc;
    text-decoration: underline;
}

.nom_horde {
    font-family: Calibri, Arial, Tahoma;
    font-size: 1em;
    color: #ff0000;
    text-align: center;
}

.nom_horde a {
    color: #ff0000;
    text-decoration: none;
}

.nom_horde a:hover {
    color: #ff0000;
    text-decoration: underline;
}

/*div du kill pour le colisée*/
.kill_trial {
    height: 47px;
    width: 12px;
}

/* rectangle flottant du onmousemove: infobulle */
#rect {
    position: absolute;
    background-color: #000033;
    padding: 2px;
    font-weight: bold;
    visibility: hidden;
    border: 1px solid;
    z-index: 50; /*déini ce div au dessus des div boite*/
}

#guild_content {
    margin: auto;
    width: 1200px;
}

#guild_alliance {
    font-family: Calibri, Arial, Tahoma;
    color: #5692ba;
    text-align: center;
    float: left;
    width: 230px;
    margin: 10px 50px 10px 200px;
}

#guild_alliance a {
    color: #B05B40;
    text-decoration: none;
}

#guild_alliance a:hover {
    color: #B05B40;
    text-decoration: underline;
}

#guild_horde {
    font-family: Calibri, Arial, Tahoma;
    color: #B05B40;
    text-align: center;
    width: 230px;
    float: left;
    margin: 10px 50px 10px 300px;
}

#guild_horde a {
    color: #B05B40;
    text-decoration: none;
}

#guild_horde a:hover {
    color: #B05B40;
    text-decoration: underline;
}

#gauche {
    position: relative;
    float: left;
    left: 0;
    width: 200px;
    height: 100%;
 }
 #gauche a {
    color: #B05B40;
    text-decoration: none;
}

#gauche a:hover {
    color: #B05B40;
    text-decoration: underline;
}

#main {
    position: relative;
    float: left;
	font-size: 1.5em;
    width: 850px;
    height: 100%;
 } 
  #main a{
	color: #B05B40;
    text-decoration: none;
}
#main a:hover{
	color: #B05B40;
    text-decoration: underline;
}
#boss_instance{width: 1000px;}
/*  ====================== Footer ====================== */
.footer {
    font-family: "Agency FB";
    font-size: 1.5em;
    line-height: 30px;
    font-weight: bold;
    color: #d6ba5d;
    text-align: center;
    margin: 15px 50px 10px 50px;
    padding: 3px 0 0 30px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

h4 {
    text-align: right;
    color: #9C9D9F;
    margin: 20px 5px 2px 5px;
}
h4 a{color:#B05B40;text-decoration:none;}
h4 a:hover{text-decoration:underline;}

/* =============== FIN footer =============== */

