/******************* Global **************************/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url("../images/background.gif");  
}
img {
	border: 0;
}
hr {
	width: 100%;
	visibility: visible;
	line-height: 2px;
	clear: both;
}
h1 {
	font-size: 1.2em;
	color: #820000;
	line-height: 40px;
	background-image: url("../images/title.gif");
	background-repeat: no-repeat;
	padding-left: 40px;
}
a:link {
	color: #840000;
	text-decoration: none
}

a:visited {
	color: #840000;
	text-decoration: none
}

a:active {
	color: #840000;
	text-decoration: none;
}

a:hover {
	color: #270100;
	text-decoration: none
}
#conteneur {
	width: 1014px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
}
.erreur_ident { 
    border: 1px solid;
    margin: 10px 10px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center; 
    color: #D8000C;
    background-color: #FFBABA; 
}
.erreur {
	color: #a4110a;
	font-weight: bold;
	font-size: 0.8em;
}
.warning {
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
}
.attention_rouge {
	color: #820002;
	text-align: left;	
}
.rouge {
	color: #820002;
	text-align: left;	
}
.annonce {
	color: #00ba2c;
	font-weight: bold;
	font-size: 0.8em;
}
.right {
	float: right;
	margin-right: 1em;
}
.left {
	float: left;
	margin-left: 1em;
}
.flash {
	background-color: #740000;
	margin: 2em;
	padding: 2px;
	color: #FFF;
}
.flash a:link,.flash a:visited,.flash a:hover,.flash a:active {
	color: #FFF;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.petit {
	font-size: 0.8em;
	font-weight: bold;
}
#popup {
	padding: 0;
	margin: 0;
	text-align: left;
}
.bouton img {
	margin-top : 5px;	
}
/********* Parchemin Centre ***********/
#parchemin_haut {
	background-image: url("../images/parchemin_haut.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 606px;
	height: 21px;
}
#parchemin_bas {
	background-image: url("../images/parchemin_bas.gif");
	background-repeat: no-repeat;
	width: 606px;
	height: 21px;
}
#parchemin_centre {
	background-image: url("../images/parchemin_milieu.gif");
	background-repeat: repeat-y;
	width: 606px;
	min-height: 300px;
	padding-top: 5em;
	padding-bottom: 1em;
	padding-left: 3px;
}
#parchemin_centre ul {
	text-align: left;
	margin-right: 2em;
}
#parchemin_texte {
	font-size: 11px;
/*	margin-right: 10px;
*/	text-align: justify;
	width: 560px;
	padding: 0;
	margin: 2em;
	margin-top: 0;
} 
#parchemin_texte h1 {
	margin: 0; 
	margin-top: 5px;;
} 
#parchemin_texte p {
	padding: 0;
	margin: 0;
}
#parchemin_texte fieldset {  
	border: 1px solid #6F4B0D;
	margin-bottom: 3em;
	background-color: #BFA06B;
	padding: 5px;
	padding-top: 1em;
	position: relative;
}
#parchemin_texte fieldset legend {
	border: 1px solid #6F4B0D; 
	background-color: #3F2F14; 
	color: #BFA06B;
	padding: 2px;
	margin-top: 0.5em;
	margin-left: -0.5em;
	font-weight: bold;
} 
 
/************* News *****************/
#liste_news {
	font-size: 11px;
	margin-right: 11em;
	text-align: justify;
	overflow: auto;
	height: 350px;
}

.new {
	position: relative;	
	border-bottom-color: #840000;
	border-bottom-width: 1px; 
	border-bottom-style: dotted;
	margin: 1em;
}
.new .new_date {
	float: right;
	margin: 0;
	color: #7C0000;
}
.new .new_image {
	float: left;
	margin-right: 1em;
	color: #7C0000;
}
.new .new_titre {
	font-size: 1.2em;
	font-weight: bold;
}

.new .new_texte {
	margin-left: 0px;
	
}
.new .vignette {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
/************************/
.combat {
	margin-left: 1em;
	margin-right: 1em;
	text-align: left;
	border-color: #987F53;
	border-width: 1px;
	border-style: solid;
}
.combat ul {
	margin: 0;
	margin-left: 2em;
	padding: 0;
	list-style-position: outside; 
}
.combat li { 
	list-style-image: url(../images/puce_combat.gif);
}
/*** Liste des puces du rapport ***/
li.paix 	{ list-style-image: url(../images/puce_combat.gif); }
li.guerre 	{ list-style-image: url(../images/puce_guerre.gif); }
li.alliance { list-style-image: url(../images/puce_alliance.gif); }
li.pf 		{ list-style-image: url(../images/puce_pf.gif); }
li.pv 		{ list-style-image: url(../images/puce_pv.gif); }
/************** Tableau *******************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th { 
	text-align: center;
}
td {
	text-align: center; 
	border-top-color: #840000;
	border-top-width: 1px; 
	border-top-style: dotted;
	font-size: 11px;
}
tr.rouge {
	background-color: #B98F6D;
}
li.rouge {
	color: #860000;	
}
/**************** Header ******************/
#header {
	position: relative;
	height: 158px;
	background-image: url("../images/fond_header.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
#langue {
	position: absolute;
	left: 53px;
	top: 17px;
	width: 80px;
	height:38px;
	background-image: url("../images/encart_drapeau.png");
}
#fr {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 24px;
	height:18px;
}
#en {
	position: absolute;
	left: 33px;
	top: 10px;
	width: 24px;
	height:18px;
}
#forum {
	position: absolute;
	left: 72px;
	top: 62px;
	width: 159px;
	height:61px;
}
#logo {
	position: absolute;
	left: 350px;
	top: 5px;
	width: 254px;
	height:231px;
}
#sinscrire {
	position: absolute;
	left: 249px;
	top: 84px;
}
#sinscrire a {
	display:block;
	width: 139px;
	height:74px;
	background-image: url("../images/bout_inscrire.png");
}
#sinscrire a:hover {
	background-image: url("../images/bout_inscrire_ok.png");
}
#decouvrir {
	position: absolute;
	left: 571px;
	top: 84px;
}
#decouvrir a {
	display:block;
	width: 131px;
	height:74px;
	background-image: url("../images/bout_decouvrir.png");
}
#decouvrir a:hover {
	background-image: url("../images/bout_decouvrir_ok.png");
}
#connection {
	position: absolute;
	left: 720px;
	top: 11px;
	width: 299px;
	height:249px;
	background-image: url("../images/module_login.png"); 
}
#connection .form_titre_connection {
	position: absolute;
	left: 65px;
	top: 60px;
}
#connection .form_login {
	position: absolute;
	left: 60px;
	top: 85px; 
	width: 180px;
	height: 130px;
	color: #fff;
	font-weight: bold; 
	font-size: 1.2em; 
}
#connection .form_login .ident {
	margin: 2em;
}

#connection .form_login .option {
	font-size: 0.9em;
	position: absolute;
	bottom: 0px;
	left: 0px;
	
}
#connection .form_login #identification { 
	font-size: 0.8em;
	margin: 5px;
	padding: 0; 
}
#connection #profil {
	position: absolute;
	bottom: 20px;
	left: 45px;
}
#connection #deconnexion {
	position: absolute;
	bottom: 0px;
	left: 30px;
}
#connection .form_valid {
	position: absolute;
	left: 124px;
	top: 89px;
}
.bt_validation {
	width: 57px;
	height:45px;
}
#deconnection {
	position: absolute;
	left: 720px;
	top: 11px;
	width: 299px;
	height:249px;
	background-image: url("../images/module_compte.png");
}
#deconnection .form_login {
	position: absolute;
	left: 70px;
	top: 80px;
}
/************ Footer *******************/
#pied {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2em;
}
#signature {
	background:url("../images/bas_de_page2.gif");
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight:bolder;
	color: #000;
	width:900px;
	height:31px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	vertical-align:top;
}
img.signature_img{
	vertical-align:middle;
}
span.pied_rubrique{
	line-height:20px;
	padding-left: 30px;
	padding-right:20px;
	margin: 0 0 0 10px;
}

#partenaire {
	background:none;
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 0px;
	display:block;
	font-size:0.80em;
	vertical-align:top;
	color:#111111;
	text-align:left;
}
a.partenaire {
	display:inline;
	line-height:20px;
	margin-right:0px;
	margin-left:0px;
	color:#111111;
}
a.partenaire:hover {
	color:#111111;
	text-decoration:underline;
}
/************ Colonne droite *******************/
#colonnedroite {
	margin-top:80px;
	float: right;
	padding-right:13px;
}
#colonnedroite #haut {
	width:187px;
	height:27px;
}
#colonnedroite #entete_classement {
	width:176px;
	height:39px;
	background-image:url("../images/menu_classement_haut.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-size: 1.1em;
	font-weight:bold;
	text-align: center;
	line-height: 39px;
}
#colonnedroite #classement, #colonnedroite #partie {
	width:176px;
	background-image:url("../images/menu_classement_milieu.gif");
	background-repeat:repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}
#colonnedroite #partie ul, #colonnedroite #partie li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}	
#colonnedroite #entete_partie {
	width: 176px;
	height: 91px;
	background-image: url("../images/menu_classement_central.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-size: 1.1em;
	font-weight:bold;	
	text-align: center;
	line-height: 91px;
}
#partie li {
	list-style-image: url("../images/puce_partie_cours.gif");	
}
#partie li.etoile 	{ 
	list-style-image: url("../images/etoile.gif"); 
}
#colonnedroite #pied_partie {
	width: 196px;
	height: 47px;
	background-image: url("../images/menu_classement_bas.gif");
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
/*********** Centre ******************/
#centre {
	margin-left: 16em;
	width: 606px;
	font-size: 0.9em;
	margin-top: 0em; 
}
/************ Menu gauche *******************/
#menu {
	width: 171px;
	float: left;
}
#menu .titre {
	width : 170px; 
	margin:0;
	padding:0;  
	margin-top: -2px;
	margin-bottom: -5px;  
	height: 54px;
	background-image: url("../images/titre_menu.png");
	background-repeat: no-repeat;
	background-position: top;
}
#menu .titre p {
	margin: 0;
	padding: 0;
	margin-left: 2em;
	line-height: 54px;
	color: #eeeeee;
	font-weight: bold;
	text-transform: capitalize;	
}
#nav {
	margin:0;
	padding:0;
}
#nav li { 
	margin:0;
	padding:0;
	list-style:none;
	width: 168px;
}
#nav ul {  
	margin:0;
	padding:0;
}
#nav ul.bg_item_menu { 
	margin:0;
	padding:0;
}
#nav .bg_item_menu li {
	margin: 0;
	padding: 0;
	background: url(../images/encart_sousmenu.gif) no-repeat;
	line-height: 26px;
	padding-left: 20px;
	padding-right: 5px;
	width: 143px;
	height: 27px; 
}
#nav .bg_item_menu a {
	margin: 0;
	padding: 0; 
	display:block;
	color:#000;
	font-weight:bold;
	height: 27px; 
}
#nav .bg_item_menu li:hover { 
	background:url(../images/encart_sousmenu_ok.gif) no-repeat;
}
/*************************************************/
#bt_creation {
	width: 76px;
	height: 18px;
	text-align: center;
}
.contenu .new_joueur a {
	font-size: 0.8em;
	text-decoration: none;
	margin: 2px;
}
.parchemin_liste {
	width: 178px;
	margin-bottom: 1em;
	margin-top: -30px;
}
.parchemin_liste_haut {
	background-image: url("../images/module_rejoindrepartie_haut.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 175px;
	height: 70px;	
}
.parchemin_liste_haut #nb_partie { 
	width: 27px;
	position: relative;
	text-align: center;
        color: #611715;
	font-weight: bold;
	top : 47px;
	left: 15px;
}
.parchemin_liste_centre {
	background-image: url("../images/module_rejoindrepartie_mil.gif");
	width: 178px;
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 1em;
	padding-bottom: 1em;
	list-style-image: url("../images/puce_partie_cours.gif");
}
.parchemin_liste_centre div {
	margin-left: 1em; 
	margin-right: 1em; 
} 
.parchemin_liste_bas {
	background-image: url("../images/module_rejoindrepartie_bas.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 178px;
	height: 25px;
}
.parchemin_liste_bas div {
	text-align: center;
	position:relative; 
    z-index:24;  
}
.parchemin_liste_bas div div {
	display: none;
}
.parchemin_liste_bas div:hover div {
	display: block; 
	position: absolute; 
    top:0em; left:10em; width: 300px;
    border: 1px solid #6F4B0D;
    background-color:#A38247; color:#000000;
    text-align: left;
    font-weight: normal;
    padding: 3px;
    margin: 0px;
    z-index:25;
}
.parchemin_liste_bas li {
	list-style: none;	
}
span.admin {
	color: #860000;
	
}
/* Liste des sites partenaires */
#parchemin_partenaires_haut {
	background-image: url("../images/module_partenaires_haut.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 180px;
	height: 70px;	
}
#parchemin_partenaires {
	margin-top: 1em; 
	text-align: center;	
}
#parchemin_partenaires span {
	font-size: 0.7em;
}
/******* formulaires *******/
form {
	margin-top: 2em;	
}

form fieldset {
	border: 1px solid #6F4B0D;
	margin-bottom: 2em;
	background-color: #a38247;
	padding: 2em 1em 1em 1em;
	position: relative;
}

form legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #3F2F14;
	border: 1px solid #6F4B0D;
	background-color: #977231;
	position:absolute; top: -2em; left: .5em;
	padding: 0em 6px;
}
form legend.none {
	border: 0;
	background-color: transparent;
}

form label {
	display: inline;
	float: left;
	width: 160px;
	font-weight: bold;
	margin-top: 5px; 
	clear: both;
}



form .long { 
	display: inline;
	float: left;
	width: 200px;
	font-weight: bold;
	margin-top: 5px;
}

form input {
	margin: 1px;
	/*width: 150px;*/
}

form input.grand {
	margin: 1px;
	width: 300px;
}

form .petit {
	margin: 1px;
	width: 55px;
}

form select { 
	background-color: #cbb68c;
	color: #5e471f; 
	margin: 1px;
	width: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: #5e471f; 
}

form .radio {
	width: 20px;
	margin-top: 5px;
}

form .checkbox {
	width: 20px;
	margin-top: 5px;
}

#identification .form_texte {
	width: 120px;	
}
input.form_texte, textarea.form_texte {
	margin: 3px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #524939;
	border-bottom-color: #ddd0ba;
	border-left-color: #7a6c55;
	border-right-color: #524939;
	background-color: #cbb68c;
	color: #5e471f;
	text-align: center;
}
textarea.form_texte {
	text-align: left;
	padding: 5px;	
}


/***** Info bulle ******/
div.info{
    position:relative; 
    z-index:24;  
    text-decoration: none;
}

div.info:hover{z-index:25; background-color:#ff0}

div.info div{display: none}

div.info:hover div{ 
	/*le contenu de la balise span ne 
	sera visible que pour l'etat a:hover */
	display:block; 
	position:absolute; 
    top:1.5em; left:3em; width:30em;
    border:1px solid #6F4B0D;
    background-color:#A38247; color:#000000;
    text-align: justify;
    font-weight: normal;
    padding:1px;
}
div.info:hover div ul, div.info:hover div ol{ 
	margin-bottom: 5px;
	margin-left: 2em;
	margin-right: 0;
	margin-top: 5px;
	padding: 0;
	text-align: left;
}

/******** Manuel du joeuur ********/
#manuel {
	float: left;
	margin: 1em;
}

#bouton_manuel {
	padding-top: 100px;
	text-align: center;
}

/****** Gestion de la carte sur les mises *****/
#carte_petit {
	position: relative;
	background-image: url("../images/FondCartePetit.jpg");
	background-repeat: no-repeat;
	width: 458px;
	height: 422px;
	margin-top: 2em;
	border: 1px solid #6F4B0D; 
	background-color: #a38247;
}
#carte_petit .province {
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;	
}

#choix_mise {
	position: absolute; 
	left: 458px;
	width: 200px;
	height: 417px;
	max-height: 422px;
	overflow: auto;
	border: 1px solid #6F4B0D; 
	background-color: #a38247;
	padding-top: 5px;
	padding-left: 1em; 
	z-index: 1000;
}
#choix_mise label {
	width: 130px;
}
fieldset.taille_carte {
	width: 458px; 
}
.liste_province { 
}

.liste_province_survol {
	color: #F00;
	background-color: #A2A347;
}
.icon_cg {
	background-image: url("../images/cg_moyen.png");
	background-repeat: no-repeat;
	width: 22px;
	height: 20px; 
}

.icon_cg_survol {
	background-image: url("../images/cg_moyen_ok.png");
	background-repeat: no-repeat;
	width: 22px;
	height: 20px;
}

.num_prov {
	color: #000;
}

.num_prov_survol {
	color: #F00;
}

.pourcentage {
	background-color: #000;
	background-image: url("../images/fond_pourc.gif");
	background-repeat: no-repeat;
	background-position: top;
	width: 100px;
	height: 6px;
	padding-top: 1px;
	text-align: left;
	margin: auto;
}

/**Formulaire preambule**/
.form_preamb tr{
display:block;

}

.form_preamb .ask{
font-weight:bold;
border-bottom:1px solid black;
width:300px;
}

.form_preamb .rep{
width:300px;


}

.form_preamb .reptext{
width:150px;

}

.form_preamb td{
width:300px;
border:0;
text-align:left;
}
.form_preamb .in{
/*width:300px;*/
}

.form_preamb .space{
display:block;
margin-bottom:20px;
}

#erreur-preamb{
padding:100px 50px 0px 100px;
font-size:1.2em;
text-align:center;
}

#erreur-preamb a{
text-decoration:underline;
font-size:1.1em;

}

.info{
font-weight:bold;
font-size:1em;
}

 /** Gestion de la carte */
#carte {
	position: relative;
	background-image: url("../images/FondCarte.jpg");
	background-repeat: no-repeat;
	width: 611px;
	height: 563px;	
}
#carte .province {
	position: absolute;
	
}

#carte .province .richesse {
	height: 11px;
	font-size: 10px;
	background-color: #759A31;
	width: 25px;
	font-weight: bold;
	text-align: center;
	border-style: dotted;
	border-width: 1px;
	color: #020;
} 
#carte .province .richesse_focus {
	width: 25px;
	height: 11px;
	font-size: 10px;
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	border-style: dotted;
	border-width: 1px;
	color: #020;
} 
#carte .province .petit_cg {
	width: 15px;
	height: 13px;
	background-image: url("../images/cg_petit.png");
	background-repeat: no-repeat; 
}
#carte .province .gros_cg {
	width: 29px;
	height: 26px;
	background-image: url("../images/cg_gros.png");
	background-repeat: no-repeat;	
}

/***** historique ****/


#popup_historique {
	
}



/*** fabebook ***/
.fb_button, .fb_button_rtl {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v1/zL/r/FGFbc80dUKj.png") no-repeat scroll 0 0 #29447E;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0 0 0 1px;
    text-decoration: none;
}
.fb_button .fb_button_text, .fb_button_rtl .fb_button_text {
    background: url("http://static.ak.fbcdn.net/rsrc.php/v1/zL/r/FGFbc80dUKj.png") repeat scroll 0 0 #5F78AB;
    border-bottom: 1px solid #1A356E;
    border-top: 1px solid #879AC0;
    color: #FFFFFF;
    display: block;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    margin: 1px 1px 0 21px;
    padding: 2px 6px 3px;
    text-shadow: none;
}
a.fb_button, a.fb_button_rtl, .fb_button, .fb_button_rtl {
    text-decoration: none;
}
.fb_button_medium, .fb_button_medium_rtl {
    background-position: left -188px;
    font-size: 11px;
    line-height: 14px;
}
a.fb_button_medium:active {
    background-position: left -210px;
}
