/* repiqué au forum */
body
{
	background: #000000;
	color: #E1B968;
	font: normal 10pt Tahoma, arial, sans-serif;
	border-collapse: separate;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	
	background-image: url(../images/header_forum.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;
	
}

a:link, body_alink
{
	color: #E1B968;
}
a:visited, body_avisited
{
	color: #E1B968;
}
a:hover, a:active, body_ahover
{
	color: #E1B968;
}
td, th, p, li
{
	font: 10pt Tahoma, arial, sans-serif;
}
.tborder
{
	border: 2px solid #261202;
	outline-style: solid;
	outline-color: #51170E;
	outline-width: 1px;
	cell-spacing:0px;
}

.thead
{
	background: #651D11 url(../images/gradient_thead_update.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 10pt Tahoma, arial, sans-serif;
}

select
{
	background: #000000;
	color: #8f5710;
	color: #FFFFFF;
	font: normal 10pt Tahoma, arial, sans-serif;
	border: 1px solid #63380e;
}


.alt1
{
	background: #200F05;
	color: #E1B968;
	font-family: Tahoma, arial, sans-serif;
	/* ancienne valeur arrière-plan : #230E04 */
}



.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
	text-decoration: underline;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
	text-decoration: underline;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
	text-decoration: underline;
}
.alt2, .alt2Active
{
	background: #291305;
	color: #E1B968;
	font: normal 10pt Tahoma, arial, sans-serif;
	border: 1px 1px 1px 1px solid #261202;
	/* ancienne valeur arrière-plan : #291305 */
}



/* fin du repiquage */
/*GENERAL */
table {
border-style : solid;
border-width : 1px;
border-color : white;
border-collapse : collapse;
}

td
{
border-style : solid;
border-width : 1px;
border-color : #291305;
}

/* div*/

.liste{
border-style:solid;
border-width : thin;
}



.combat {
border-style:solid;
border-width : thin;
}

.support {
border-style:solid;
border-width : thin;
}

.divers {
border-style:solid;
border-width : thin;
}

.liste_monstres {
border-style:solid;
border-width : thin;
}

.monstres {
border-style:solid;
border-width : thin;
}

.liste_joueurs {
border-style:solid;
border-width : thin;
}

.attaque {
border-style:solid;
border-width : thin;
}
.joueur_monstres {
border-style:solid;
border-width : thin;
}



.global {
position : absolute;
top : 0 px;
left : 0px;
width : 100%;
height : 100%;
overflow : hidden;
}

.entete {
border-width : thin;
border-style:none;
position : absolute;
top : 12px;
left : 0px;
width : 100%;
height : 25px;
color : white;
}

.titre {
border-width : thin;
border-style:none;
position : absolute;
top : 30px;
left : 0px;
width : 100%;
height : 105px;
color : white;
}

.onglet {
border-width : thin;
border-style:none;
position : absolute;
top : 135px;
left : 0px;
width : 100%;
height : 25px;
color : red;
overflow : hidden;
valign : top;
}

.bloc {
border-width : thin;
border :  none red;
position : absolute;
top : 155px;
left : 0px;
width : 100%;
background-image: url(javascript:document.getElementById('bloc').style.height = eval(document.body.clientHeight-document.getElementById('bloc').offsetTop-8)+'px');
color : #E1B968;
overflow : auto;
}

.contenu {
position : relative;
top : 0px;
left : 0px;
width : 100%;
height : 100%;
color : #E1B968;
}