/*=========================================================== Body ===========================================================*/ 

body {
	margin : 0;
	padding : 0;
	background-color: #000000;
}

.Style1 {font-size: 11px; COLOR: #e7cd63; font-family : Verdana;} /*texte doré*/
.Style2 {font-size: 11px; COLOR: #EADEAB; font-family : Verdana;} /*texte beige*/
.Style3 {font-size: 13px; COLOR: #653107; font-weight:bold; font-family : Verdana;} /*Titre bordeaux*/
.Style4 {font-size: 11px; font-weight:bold; COLOR: #664700; font-family : Verdana;} /*texte marron*/

.corps_2{
	width: 752px;
	overflow: auto;
}
.corps
{
	position: relative;
	font-weight:bold; 
	COLOR: #664700; 
	font-family : Verdana;
	font-size:13px;
}

.gauche
{
	width: 120px;
	float:left;
	position: relative;
	margin-bottom:10px;
	margin-right:7px;
}

.event
{
	text-align: center;
	border: 1px solid rgb(198,190,47);
	padding: 1%;
	margin: 2%;
	-moz-border-radius: 10px 10px;
	background-color: rgb(232,222,189);
}


#block
{
	height: 250px;
	overflow: auto;
}

/*=========================================================== Menu ===========================================================*/ 

A.menu1:link {FONT-SIZE: 11px; COLOR: #EADEAB; text-align: CENTER; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; TEXT-DECORATION: none}
A.menu1:active {FONT-SIZE: 11px; COLOR: #EADEAB; text-align: CENTER; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; TEXT-DECORATION: none}
A.menu1:visited {FONT-SIZE: 11px; COLOR: #EADEAB; text-align: CENTER; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; TEXT-DECORATION: none}
A.menu1:hover {FONT-SIZE: 11px; COLOR: #e7cd63; text-align: CENTER; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; TEXT-DECORATION: underline overline}

A.menu2:link {FONT-SIZE: 11px; COLOR: #e7cd63; text-align: CENTER; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; TEXT-DECORATION: none}
A.menu2:active {FONT-SIZE: 11px; COLOR: #e7cd63; text-align: CENTER; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; TEXT-DECORATION: none}
A.menu2:visited {FONT-SIZE: 11px; COLOR: #e7cd63; text-align: CENTER; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; TEXT-DECORATION: none}
A.menu2:hover {FONT-SIZE: 11px; COLOR: #EADEAB; text-align: CENTER; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; TEXT-DECORATION: none}

.menu a
{
	display: block;
}

.menu a:hover
{
	color:black;
	background-color: white;
}

/*=========================================================== Footer ===========================================================*/ 	

.piedpage
{
	margin-top: 10px;
	border: 2px solid;
	position: relative;
	background-color:white;
}

.pied_page
{
	text-align: center;
	border: 1px solid rgb(198,190,47);
	padding: 1%;
	margin: 2%;
	-moz-border-radius: 10px 10px;
	background-color: rgb(232,222,189);
}


/*=========================================================== URL ===========================================================*/ 
.url {
font-size:12px;
text-align:left;
padding : 5 px;
color:#818181;
}

.url a:hover {
font-size:12px;
text-align:left;
padding : 5 px;
color:#444444;
text-decoration:none;
}

a:link
{
	color:black;
	text-decoration:underline;
}

a:visited
{
	color:black;
	text-decoration:underline;
}

.link_com {
font-size:12px;
text-align:right;
padding : 5 px;
}

.link_com a:hover {
font-size:12px;
text-align:right;
padding : 5 px;
color:#444444;
text-decoration:none;
}

a
{
	text-decoration: none;
	color:rgb(32,85,138);
}

a:hover
{
	color:rgb(11,181,210);
	text-decoration:none;
}

a img
{
	border:none;
}

/*=========================================================== TABLEAUX ===========================================================*/ 

table {
	border-spacing:0px;
	border-collapse: collapse;

}

caption {
	text-align:center;
	font-weight:bold;
	font-size: 1.2em;
	color:black;
}

thead , tfoot
{
	font-size:0.6em;
	background-color: rgb(0,0,0);
	color:rgb(198,190,47);
}

tbody{
	font-size:11px;
}

td {
	background-color: transparent;
	color:black;
	font-family : Verdana, Geneva serif;
}


fieldset {
	width:500px;
	height:auto;
	border:none;
	text-align:left;
	padding:5px;
	margin:7px;
	font-weight:normal;
	font-size:10px;
}

legend {
	font-weight:bold;
	padding:5px;
}


#top_bandeau {
	width:100%;
	height:15px;
	background-color:black;
	opacity:0.78;
	color:white;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

a.bouton_input:link
{
	color:#3d2004;
	text-decoration:none;
}

a.bouton_input:visited
{
	color:#3d2004;
	text-decoration:none;
}

 
.infobulle{
	position: absolute;	
	max-width:250px;
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family : Verdana, Geneva serif;
	font-size: 10px;
	z-index:115;
	background-color: #FFFFCC;
}
.infobulles{
	position: absolute;	
	max-width:550px;
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family : Verdana, Geneva serif;
	font-size: 10px;
	z-index:115;
	background-color: #7cbde6;
}


/*=========================================================== Element Formulaire ===========================================================*/ 

input {
	border:1px solid #b09c72;
	background-color: #dbcb96;
	font-family : Verdana, Geneva serif;
	font-size:12px;
	color:#653107;
	font-weight:normal;
	padding:3px;
}

input.champsTexte{font-family:Arial,Verdana,Helvetica; font-size:12px; width:130px; color:#653107; background-color:#ebdfad;}
input.submit{font-family:Arial,Verdana,Helvetica; font-size:12px; width:30px; color:#EADEAB; background-color:#664700;}

input[type=radio]
{
vertical-align:middle;
margin:0;
}

input[type=checkbox]
{
vertical-align:middle;
margin:0;
}


.bouton_input {
	padding:4px;
	font-size:12px;
}

input.message {
	font-weight:bold;
}

input.admin_perso {
	font-size:10px;
	padding:1px;
}

select
{
	border:1px solid #b09c72;
	background-color: #dbcb96;
	font-family : Verdana, Geneva serif;
	color:#653107;
	font-weight:normal;
}

textarea{
	border:1px solid #b09c72;
	background-color: #dbcb96;
	font-family : Verdana, Geneva serif;
	color:#653107;
	font-weight:normal;
}
fieldset{
	-moz-border-radius: 10px 10px;
}


/*=========================================================== Element BBCODE ===========================================================*/ 

.quote {
	width:auto;
	max-width:100%;
	border: 2px solid #00936f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #80cda8 url(../Images/quote.gif) 6px 8px no-repeat;
	padding: 8px;
	padding-left:25px;
	font-style:italic;
	margin:10px;
	display:block;
}


.quotes {
	width:auto;
	max-width:100%;
	border: 2px solid #008d21;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #8fd99d;
	padding: 8px;
	font-style:italic;
	margin:10px;
	display:block;
}

.lastmessage {
	height:auto;
	max-height:100%;
	width:auto;
	max-width:100%;
	border: 2px solid #f08200;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f9b668;
	padding: 8px;
	font-style:italic;
	margin:10px;
	display:block;
}

.attention {
	width:auto;
	max-width:100%;
	border: 2px solid #be0303;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f96868;
	padding: 8px;
	font-style:italic;
	margin:10px;
	display:block;
}

.description_boutique {
	width:auto;
	text-align:center;
	max-width:100%;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: transparent;
	padding: 8px;
	font-style:italic;
	margin:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-weight:normal;
}

.information {
	width:auto;
	max-width:100%;
	border: 2px solid #0b4aa8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #4eb6ff;
	padding: 8px;
	font-style:italic;
	margin:10px;
	display:block;
}

.modo {
	width:auto;
	max-width:100%;
	border: 2px solid #590c5a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #bf4fc0;
	padding: 8px;
	font-style:italic;
	margin:10px;
	display:block;
}


.text_admin {
	width:auto;
	max-width:100%;
	border: 2px solid #b56469;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffafb4;
	padding: 8px;
	font-style:italic;
	margin:10px;
	display:block;
}

/*=========================================================== Cahier des charges + Administration ===========================================================*/ 

img.pourcentcdc {
 background: #ffffff url(../Images/pourcentage/pourcent-cdc.png) top left no-repeat;
 background-position: 0 0;
}

img.pourcentcdcf {
 background: #ffffff url(../Images/pourcentage/pourcent-bg.png) top left no-repeat;
 background-position: 0 0;
}

img.pourcent-pv {
 background: #736100 url(../Images/pourcentage/pourcent-pv.png) top left no-repeat;
 background-position: 0 0;
}

/*=========================================================== Forum ===========================================================*/ 

.table_forums {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	margin-top:30px;
	border-collapse: collapse;
}

.th_title_categorie {
	width:auto;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	color:#3d2004;
}

.td_title_forum {
	width:401px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:14px;
	color:black;
}

.td_forum_case_2 {
	width:155px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_forum_case_3 {
	width:30px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

/*=========================================================== Forum / Post ===========================================================*/ 

.th_post_insert {
	width:auto;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
color:#3d2004;
}

.td_post_insert {
	width:400px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	border-bottom:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_post_insert_textarea {
	width:400px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	border-top:none;
	border-bottom:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_post_insert_submit {
	width:400px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	border-top:none;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.th_title_forum {
	width:auto;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
color:#3d2004;
}

.th_footer_forum {
	width:auto;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
color:#3d2004;
}

.td_post_case_1 {
	width:55px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_post_case_2 {
	width:351px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	color:black;
}

.td_post_case_3 {
	width:150px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_post_case_4 {
	width:30px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

/*=========================================================== Forum / Message ===========================================================*/ 

.th_message_insert {
	width:auto;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
color:#3d2004;
}

.td_message_insert {
	width:400px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	border-bottom:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_message_insert_submit {
	width:400px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	border-top:none;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.th_title_post {
	width:auto;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
color:#3d2004;
}

.th_footer_post {
	width:auto;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
color:#3d2004;
}

.td_message_case_1 {
	width:155px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:center;
	vertical-align:top;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_message_case_2 {
	width:431px;
	max-width:431px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	border-bottom:none;
	text-align:left;
	vertical-align:top;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
	word-wrap:break-word;
}

.td_message_case_date {
	width:431px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:right;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.td_message_case_signs {
	width:431px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	border-top:none;
	text-align:center;
	vertical-align:bottom;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_forum_acces_interdit {
	width:400px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}


 /*=========================================================== Equipe ===========================================================*/ 

.th_equipe_ne {
	width:auto;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid black;
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	color:black;
}

.td_equipe_ne {
	width:380px;
	height:auto;
	border:1px solid black;
	text-align:left;
	vertical-align:top;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.td_equipe_av {
	width:100px;
	height:auto;
	border:1px solid black;
	text-align:center;
	vertical-align:top;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

/*=========================================================== BANDEAU ANNONCE ===========================================================*/ 
#bandeau_parent
{
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
	padding-left:10px;
	width:807px;
	height:20px;
	background-image:url(../Images/Style/Nemerial/cadre_annonce.png);
	background-repeat:no-repeat;
}

#bandeau_annonce
{
	font-size: 11px; COLOR: #653107; font-weight:bold; font-family : Verdana;
}



/*=========================================================== Carte ===========================================================*/ 

.table_carte {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border-collapse: collapse;
	margin-bottom:20px;
}

.table_carte_affichage_joueur {
	margin-left:auto;
	margin-right:auto;
	border-spacing: 10px;
	border-collapse: separate;
	margin-bottom:20px;
}

.td_carte_affichage_joueur
{
	vertical-align:top;
	text-align:center;
	border:1px solid black;
	background-color : #d3d3d3;
	width:100px;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.table_acces_direct {
	vertical-align:top;
	text-align:center;
	background-color :  transparent;
	width:440px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.table_carte_affichage_monstre {
	margin-left:auto;
	margin-right:auto;
	border-spacing: 10px;
	border-collapse: separate;
	margin-bottom:20px;
}

.td_carte_affichage_monstre {
	vertical-align:bottom;
	text-align:center;
	border:1px solid black;
	background-color : #d3d3d3;
	width:100px;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_show_drop {
	width:60px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid black;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.table_mini_chat {
	vertical-align:top;
	border:1px solid black;
	background-color : #d3d3d3;
	padding:5px;
	text-align:center;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.letter {
border : 1px solid black;
	width:21px;
	height:21px;
	font-weight:bold;
	font-size:7pt;
	color:black;
	text-align:center;
}

.firstletter {
border : 1px solid black;
border-top:none;
border-left:none;
	width:21px;
	height:21px;
	font-weight:bold;
	font-size:8px;
	color:black;
}

#affichage_des_info_perso
{
z-index:100;
margin-bottom:10px;
text-align:left;
margin-left: auto;
margin-right: auto;
}

/*=========================================================== Statistiques ===========================================================*/ 

.lien_stats{
text-align : center;
}

.titre_stats{
text-align : center;
font-size: 14px;
font-weight:bold;
color: #b2ab3a;
}

.table_stats {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin-bottom:30px;
	border:2px solid #b09c72;

}

.tr_stats {
	width:500px;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
color:#3d2004;
}


.tr_stats2 {
	width:500px;
	height:auto; 
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.tr_stats3 {
	width:500px;
	height:auto;
	background-color: #eaddaa;
	color : #653107;
	text-align:left;
	padding:5px;
	font-weight:bold;
	font-size:11px; 
}

.classement {
text-align : center;
font-size: 11px;
font-weight:bold;
}

 /*=========================================================== Sondage ===========================================================*/ 
.table_sondage {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin-bottom:10px;
}

.th_affichage_sondage {
	width:150px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid black;
	text-align:center;
	padding:5px;
	font-weight:bold;
	font-size:10px;
}


.td_affichage_sondage_case {
	width:15px;
	height:auto;
	border:1px solid black;
	text-align:center;
	vertical-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.td_affichage_info_sondage {
	width:100px;
	height:auto;
	border:1px solid black;
	text-align:left;
	vertical-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.td_affichage_info_sondage_submit {
	width:150px;
	height:auto;
	border:1px solid black;
	border-top:none;
	text-align:left;
	vertical-align:center;
	padding:0px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.td_affichage_pourcentage_sondage {
	width:150px;
	height:auto;
	border:1px solid black;
	text-align:left;
	vertical-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.td_affichage_info_sondage_vote {
	width:150px;
	height:auto;
	border:1px solid black;
	text-align:center;
	vertical-align:center;
	padding:5px;
	font-weight:bold;
	font-size:10px;
	color:red;
}

 /*=========================================================== Banque et Banque de Guilde ===========================================================*/ 

 table.table_banque {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	vertical_align:top;
	margin-top:10px;
	margin-bottom:10px;
}

th.th_banque{
	width:650px;
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	text-align:left;
	padding:5px;
	padding-left:15px;
	font-weight:bold;
	font-size:11px;
color:#3d2004;
}

td.td_banque {
	width:650px;
	height:auto; 
	border:1px solid #b09c72;
	background-color: #d3d3d3;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

 
.banque_col_left {
	width:290px;
	height:auto; 
	text-align:right;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
	vertical-align:top;
}

.banque_col_right {
	width:290px;
	height:auto;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
	vertical-align:top;
}


.camp_col_left {
	width:290px;
	height:auto;
	background-color: #d3d3d3;
	text-align:right;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
	vertical-align:top;
}

.camp_col_right {
	width:290px;
	height:auto;
	background-color: #d3d3d3;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
	vertical-align:top;
}

 /*=========================================================== Sortilege ===========================================================*/ 

.table_sortilege {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}

.th_affichage_sortilege {
	width:400px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid black;
	text-align:left;
	padding:5px;
	font-weight:bold;
	font-size:10px;
}


.td_affichage_sortilege {
	width:65px;
	height:auto;
	border:1px solid black;
	text-align:center;
	vertical-align:center
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.td_affichage_info_sortilege {
	width:335px;
	height:auto;
	border:1px solid black;
	text-align:center;
	vertical-align:center
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

 /*=========================================================== Distinction ===========================================================*/ 

.td_affichage_distinction {
	width:40px;
	height:auto;
	border:1px solid black;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.td_affichage_info_distinction {
	width:360px;
	height:auto;
	border:1px solid black;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

 /*=========================================================== ******* ===========================================================*/ 


#div_right {
float:right;
font-size:10px;
padding-right:5px;
}

#div_left {
float:left;
padding-left:5px;
}

#bouge {
display:none;
padding:10px;
}





.affichage_admin {
border:1px dotted #444444;
padding-bottom:10px;
}

.affichage_cv {
border:1px solid #444444;
background-color : #b5b5b5;
width:550px;
font-weight:normal;
font-size:12px;
text-align:left;
}


.loto_number {
	width:450px;
	height:auto;
	border:none;
	text-align:left;
	padding:5px;
	margin:7px;
	font-weight:normal;
	font-size:10px;
}


td.affichage_carac_title {
	text-align:left;
	font-weight:normal;
	font-size:11px;
}

td.affichage_carac {
	text-align:center;
	font-weight:normal;
	font-size:11px;
}

.table_fight {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin:5px;
}

.td_fight_avatar {
	width:110px;
	height:auto;
	border:none;
	border-top:none;
	text-align:center;
	vertical-align:top;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

.td_fight_desc {
	width:200px;
	height:auto;
	border:none;
	border-top:none;
	text-align:center;
	vertical-align:top;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

.table_fight_description {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}

.th_fight_description {
	width:200px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid black;
	text-align:center;
	padding:5px;
	font-weight:bold;
	font-size:10px;
}

.td_fight_description {
	width:200px;
	height:auto;
	border:1px solid black;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

.th_fight_description_clan {
	width:400px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid black;
	text-align:left;
	padding:5px;
	font-weight:bold;
	font-size:10px;
}

.td_fight_description_clan {
	width:400px;
	height:auto;
	border:1px solid black;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

.table_bodym {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	border-collapse: collapse;
}


th.reply_new_mp {
	width:450px;
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	padding:5px;
	text-align:left;
	font-size:11px;
color:#3d2004;
}

td.reply_new_mp {
	width:450px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid #b09c72;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.menu_administration {
	width:auto;
	height:auto;
	border:1px solid black;
	text-align:center;
	padding:5px;
	font-size:12px;
	color:black;
	text-decoration:underline;
}

.td_left {
width:335px;
text-align:left;
font-weight:normal;
font-size:11px;
padding-right:10px;
vertical-align:top;
}

.td_right {
width:250px;
text-align:right;
font-weight:normal;
font-size:11px;
padding-left:10px;
vertical-align:top;
}

.table_stats_personnage {
	border-collapse: collapse;
	margin-bottom:10px;
}

.th_stats_personnage {
	width:auto;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
color:#3d2004;
}

.td_stats_personnage {
	width:350px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:left;
	font-weight:normal;
	font-size:10px;
	color:black;
	vertical-align:top;
}

.table_caracteristique_personnage {
	margin-bottom:10px;
	border-spacing: 10px;
}

.td_caracteristique_personnage {
	width:190px;
	background-color: #d3d3d3;
	border:1px solid black;
	padding:5px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_caracteristiques_personnage {
	width:145px;
	background-color: #d3d3d3;
	border:1px solid black;
	padding:5px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	font-size:11px;
	color:black;
}

#monperso
{ 
	width:250px;
	height:345px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	margin-top:10px;
	position:relative;
	background-image: url("Images/Personnages/<?PHP echo $sexe_c; ?>.png");
	background-repeat : no-repeat; 
	z-index:100;
}

.td_image_personnage {
	width:250px;
	height:auto;
	border:2px solid #b09c72;
	text-align:center;
	padding:5px;
	font-weight:normal;
	background-repeat : no-repeat;
	font-size:10px;
	color:black;
}

.td_caract_personnage {
	width:250px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.table_admin_sondage {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin-bottom:10px;
}

.th_admin_sondage {
	height:auto;
	background-color: #d3d3d3;
	border:1px solid black;
	text-align:left;
	padding:5px;
	font-weight:bold;
	font-size:10px;
}


.td_admin_sondage {
	height:auto;
	border:1px solid black;
	text-align:center;
	vertical-align:center
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.title_categorie_comptoir {
	width:586px;
	height:auto;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

      .popup {
        border: solid 1px #333;
        background-color:white;
        font-family: Tahoma;
        font-size: 13px;
        display: block;
        position: absolute;
        z-index:101;

      }
	  
      .popupb {
			display: none;
        position: absolute;
		background-image:url(Images/Deco/ombre.png);
		background-repeat : repeat;
      }

      .popuptitle {
        position: relative;
        background: #b09c72;
        color: #3d2004;
        font-weight: bold;
        height: 15px;
        padding: 5px;
        text-align: center;
	z-index:101;
      }
     
      .popuptitle input {
        position: absolute;
        vertical-align:middle;
        font-size: 75%;
        right: 8px;
        top: 2px;
		z-index:101;
      }
     
      .popupbody { 
        background: #d3d3d3;
        padding: 5px;
        padding-right:15px;
        padding-left:15px;
        text-align: left;
        overflow-y:auto;
        height : 100%;
        top:5px;
		z-index:101;
      }

      #popup1 { top: 25%; left:30%; width: 440px; height: 390px; z-index:101; color:black; }
      #popupbg {  width: 100%; height: 100%; z-index:100;}

table.table_pas_clan {
	margin-left:auto;
	margin-right:auto;
	margin:30px;
	border-collapse: collapse;
	margin-bottom:20px;
}

td.td_pas_clan {
border:1px solid black;
background-color : #d3d3d3;
width:550px;
text-align:center;
font-weight:normal;
font-size:11px;
padding:5px;
}

table.table_clan {
	margin-left:auto;
	margin-right:auto;
	margin:30px;
	border-collapse: collapse;
	margin-bottom:20px;
	vertical_align:top;
}

td.td_clan {
border:1px solid black; 
width:650px;
text-align:center;
font-weight:normal;
font-size:11px;
padding:5px;
}

td.td_clan_droite { 
width:325px;
text-align:center;
font-weight:normal;
font-size:11px;
padding:5px;
vertical-align:top;
}

td.td_clan_gauche { 
width:325px;
text-align:center;
font-weight:normal;
font-size:11px;
padding:5px;
vertical-align:top;
}

span.titre_clan_page_clan
{
 font-size: 16px;
 font-weight: bold; 
 color: #452206; 
 font-family : Verdana;
 text-transform: uppercase;
}

span.grade_clan_page_clan
{
 font-size: 12px;
 color : red;
}

span.pseudo_page_clan
{
 font-size: 11px;
 font-weight: bold;
}

table.table_message_clan {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin-bottom:15px;
}

.th_message_clan_titre {
	width:300px;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:2px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
color:#3d2004;
}

.td_message_clan {
	width:300px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

table.table_joueur_clan {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin-bottom:15px;
}

.td_footer_joueur_clan_right {
	width:195px;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:2px;
	text-align:right;
	font-weight:italic;
	font-size:10px;
color:#3d2004;
}

.td_footer_joueur_clan_left {
	width:105px;
	height:auto;
	background-color: #b09c72;
	border:2px solid #b09c72;
	padding:2px;
	text-align:left;
	font-weight:italic;
	font-size:10px;
color:#3d2004;
}

.td_joueur_clan_left {
	width:105px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	border-right:none;
	text-align:center;
	vertical-align:top;
	padding:2px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.td_joueur_clan_right {
	width:195px;
	height:auto;
	background-color: #d3d3d3;
	border:2px solid #b09c72;
	border-left:none;
	text-align:left;
	vertical-align:top;
	padding:2px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

table.table_clan_droite_right {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin-bottom:15px;
	vertical_align:top;
}

td.td_clan_droite_top {
border:none;
width:325px;
text-align:center;
font-weight:normal;
font-size:11px;
padding:5px;
vertical-align:top;
}

td.td_clan_droite_middle {
width:325px;
text-align:right;
font-weight:normal;
font-size:11px;
padding:5px;
vertical-align:top;
}

td.td_clan_droite_bottom {
width:325px;
text-align:right;
font-weight:normal;
font-size:11px;
padding:5px;
vertical-align:top;
}

th.th_clan_description {
width:315px;
	background-color: #b09c72;
	border:2px solid #b09c72;
text-align:center;
font-weight:normal;
font-size:10px;
padding:5px;
vertical-align:top;
color:#3d2004;
}

.table_bg {
	margin-left:auto;
	margin-right:auto;
	margin:15px;
	border-collapse: collapse;
	margin-bottom:20px;
}


table.table_clan {
	margin-left:auto;
	margin-right:auto;
	margin:30px;
	border-collapse: collapse;
	margin-bottom:20px;
	vertical_align:top;
}

td.td_journal_quete {
border:none;
width:650px;
text-align:center;
font-weight:normal;
font-size:11px;
padding:5px;
}

td.td_pnj_journal {
	width:60px;
	height:auto;
	border:1px solid #b09c72;
	border-bottom:none;
	border-right:none;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.td_title_journal {
	width:200px;
	height:auto;
	border:1px solid #b09c72;
	border-bottom:none;
	border-right:none;
	border-left:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.td_progression_journal {
	width:100px;
	height:auto;
	border:1px solid #b09c72;
	border-bottom:none;
	border-left:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.td_detail_journal {
	width:360px;
	height:auto;
	border:1px solid #b09c72;
	border-top:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

/*=========================================================== Mps ===========================================================*/ 

td.time_message_title {
text-align : center;
padding:3px;
width:145px;
border:1px solid black;
border-left:none;
border-right:none;
background-color : #d3d3d3;
border:1px solid black;
}


th.titre_message {
	width:350px;
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	text-align:left;
	font-weight:bold;
	font-size:11px;
color:#3d2004;
}

th.name_message {
	width:175px;
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	text-align:left;
	font-weight:bold;
	font-size:11px;
color:#3d2004;
}

th.statut_message {
	width:20px;
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	text-align:left;
	font-weight:bold;
	font-size:11px;
color:#3d2004;
}

th.time_message {
	width:145px;
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	text-align:left;
	font-weight:bold;
	font-size:11px;
color:#3d2004;
}

th.supp_message {
	width:20px;
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	text-align:left;
	font-weight:bold;
	font-size:11px;
color:#3d2004;
}

th.select_all_message {
	width:710px;
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	text-align:right;
	font-size:11px;
color:#3d2004;
}

td.texte_message {
	width:710px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid #b09c72;
	border-top:none;
	border-bottom:none;
	text-align:left;
	padding:0px;
	font-weight:normal;
	font-size:10px;
 }

td.titre_message {
	width:350px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid #b09c72;
	border-left:none;
	border-right:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.name_message {
	width:175px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid #b09c72;
	border-left:none;
	border-right:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.statut_message {
	width:20px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid #b09c72;
	border-right:none;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.time_message {
	width:145px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid #b09c72;
	border-left:none;
	border-right:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.supp_message {
	width:20px;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid #b09c72;
	border-left:none;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

/*=========================================================== Style Generique ===========================================================*/ 
table.table_administration {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	vertical_align:top;
	margin-top:10px;
	margin-bottom:10px;
}

table.table_administration_carte {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	vertical_align:top;
}


th.th_administration {
	width:650px;
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	text-align:left;
	padding:5px;
	padding-left:15px;
	font-weight:bold;
	font-size:11px;
color:#3d2004;
}

td.td_administration {
	width:650px;
	height:auto;
	background-color: transparent;
	border:1px solid #b09c72;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.td_formulaire_administration {
	width:350px;
	height:auto;
	border:none;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.td_information_administration {
	width:200px;
	height:auto;
	border:none;
	text-align:right;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

th.th_administration_show {
	width:auto;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid black;
	text-align:center;
	padding:5px;
	font-weight:bold;
	font-size:10px;
}

td.td_administration_show {
	width:auto;
	height:auto;
	background-color: #d3d3d3;
	border:1px solid black;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

/*=========================================================== Personnage ===========================================================*/ 
table.table_personnage {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin-bottom:20px;
	margin-top:15px;
	vertical_align:top;
}

th.th_personnage {
	height:auto;
	background-color: #b09c72;
	border:1px solid #b09c72;
	text-align:left;
	padding:5px;
	padding-left:15px;
	font-weight:bold;
	font-size:11px;
color:#3d2004;
}

td.td_personnage {
	width:305px;
	height:auto;
	border:1px solid #b09c72;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

.personnage_td_left {
	width:160px;
	height:auto;
	border:none;
	text-align:left;
	vertical-align:top;
	padding:5px;
	padding-top:10px;
	font-weight:normal;
	font-size:11px;
	color:black;
}

.personnage_td_right {
	width:140px;
	height:auto;
	border:none;
	text-align:center;
	vertical-align:top;
	padding:5px;
	padding-top:10px;
	font-weight:normal;
	font-size:10px;
	color:black;
}

.info {
text-decoration: none; 
font-weight: bold;
width:11px;
}

.info:hover {
text-decoration: none;
background: none;
}

.info span {
display: none;}

.info:hover span {
display: inline;
position: absolute; 
top: 5px;
left:410px;
z-index: 20;
background-color:#c0b853;
color: #7b741a;
border:3px solid #b09c72;
width:190px;
height:180px;
text-align:left;
font-weight:normal;
font-size: 13px;
padding:4px;
} 

td.formulaire_annonce_clan{
width:305px;
	height:auto;
	border:1px solid #b09c72;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}
/*=========================================================== Loterie ===========================================================*/ 
td.td_loterie_left {
	width:350px;
	height:auto;
	border-right:2px solid #b09c72;
	vertical-align:top;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

td.td_loterie_right {
	width:460px;
	height:auto;
	vertical-align:top;
	text-align:center;
	padding:5px;
	font-weight:normal;
	font-size:10px;
}

#affichage_message_chat {
	font-size: 0px;
}

/*=========================================================== AUTO-COMPLETE ===========================================================*/ 
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}

.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}

.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
font: menu;
font-size: 11px;
line-height: 16px;
overflow: hidden;
}

.ac_loading {
background: white url('Images/indicator.gif') right center no-repeat;
}

.ac_odd {
background-color: #eee;
}

.ac_over {
background-color: #6C726E;
color: white;
}
