
/**
* @copyright (c) 2009 Association Smileys Games
* @license All Rights Reserved
*/
/*
 * Notes :
 *  - il est impératif d'utiliser une police sans-serif pour un rendu correct à l'écran
 */
body {
	padding: 0px;
	background-color: #000000;
	text-align: center; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin: auto;
	}
div#page {
	min-width: 750px;
	width: 1000px;
	margin: auto;
	text-align: left;
	background-image:url(img/fond-textile.jpg);
	background-repeat: repeat;
	}
div#haut {
	height: 15px;
	background-image:url(img/frise-haut.gif);
  width: 1000px;
  padding: 0px;
  margin: auto;
	clear:both;
	position:relative;
	}

img#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

img#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

div#gauche {
	margin-left:20px;
	padding-right:0px;
	float: left;
	font-size: 12px;
	min-width: 190px; /* 200px-10 */
	width:190px;
	/*border: 1px solid black;*/
}
div#menu {
  background-color: #E0E0E0;
	width: 192px;
	-moz-opacity:0.85;
  opacity: 0.85;
  filter:alpha(opacity=85);
	margin-bottom:20px;
}
div#centre,div#largecentre,div#simplecentre {
	/*background-image:url('img/fond-large.jpg');*/
	min-width: 557px;
	width: 557px;
	margin-left: 220px;
	margin-right: 10px;
	margin-top: 0px;
	/*border-bottom: 1px solid black;*/

	}
div#simplecentre {
	min-width: 740px;
	width: 740px;
	margin-left: 0px;
	margin-right: 0px;
}
div#largecentre {
	/*background-image:url('img/fond-large.jpg');*/
	min-width: 735px;
	width: 735px;
}
td#titreCentre {
	background-repeat: repeat ;
	/*background-image:url(img/hautCentre-milieu.gif);*/
	height: 45px;
	margin-bottom: 0px;
	color: #404040;
}
div#contentCentre {
	padding: 4px;
	border-right: 0px solid black;
	border-left: 0px solid black;
	clear:none;
}
div#largecentre div#contentCentre {
}
div#droite {
}
div#droite div#contentaide {
  position: absolute;
	/*align:right;*/
	right:0px;
	top:35px;
	background-image: url('img/fond2.jpg');
	width:20px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	margin: 4px;
	padding: 2px;			 
	z-index:200;
	display:none;
}
div#retourInfo {
  text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cfd5b8; /*#99ccff;*/
	padding: 3px;
	/*padding: 1px 2px 1px 2px;*/
	border: 2px solid black;
}

div#beforebas
{
	width: 1000px;
  margin: auto;
  padding: 0px;
	clear: both;
	height:0px
}
div#bas {
	background-image:url(img/frise-bas.gif);
	height: 15px;
	width: 1000px;
	clear: both;
  min-width: 640px;
  color: #000000;
  padding: 0px;
  margin: auto;
	position:relative;
	margin-bottom: 10px;
}

div#inforight {
  width: 120px;
	font-size: 10px;
	text-align: left;
	border: 2px solid #802a2a;
	background-color: #ffff99;
	vertical-align: top;	
}
div.infobottom {
  font-size: 10px;
	text-align: left;
	border: 2px solid #802a2a;
	background-color: #ffff99;
	vertical-align: top;	
}
p {
	margin : 5px;
	}
h2 { /* a n'utiliser dans le div#titreCentre  */
	margin-top : 2px;
	margin-bottom : 0px;
	font-family: BlackChancery, Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-style: italic;
	}
div#droite h2, h2#aide {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
ul {
   list-style-image: url(img/puce.jpg);
	}
img.logo-menu {
	border: none;
	}
img.bar {
  border: none;
	height: 5px;
}
img.barLarge {
  border: none;
	height: 15px;
}
a {
	text-decoration: none ;
    font-size: 12px;
	color:black;
	}
a img {border:0 }
a:hover {
	text-decoration: underline ;
    font-size: 12px;
	color:black;
	}
a.petit {
	text-decoration: none ;
    font-size: 10px;
	color:black;
	}
a.petit:hover {
	text-decoration: underline ;
    font-size: 10px;
	color:black;
	}
#gauche a
{
	text-decoration: underline !important;
}
a.infobulle{
    position:relative;
		text-decoration:none;
		}

a.infobulle:hover{
		cursor: default;
 		z-index:20;}

a.infobulle span{
		display: none;
		color:#000;
    text-decoration:none;}

a.infobulle:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
		-moz-border-radius: 5px;
		display:block; 
		position:absolute;
		left: -120px;
    top:1em; width:20em;
    border:1px solid #6699cc;
    background-color:#eeeeee;
		color:black;
    text-align: left;
    font-weight:normal;
    padding:1px;
    }
a.infobulle:hover span.left{
  left:1em;
}
a.infobulle:hover span.right{
  right:1em; 
}

span.nomCarte {
  background-color: #E0E0E0;
	width: 192px;
	-moz-opacity:0.85;
  opacity: 0.85;
  filter:alpha(opacity=85);
	margin-bottom:20px;
	color:blue;
	font-weight:bold;
}

table {
  border-collapse: collapse;
}
table.ecu {
	width: 24px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	}
td.aide {
  font-size: 10px;
	text-align: left;
	border: 2px solid #802a2a;
	background-color: #ffff99;
	vertical-align: top;
}
td.center {
	text-align: center;/*
	padding-right:5px;
	padding-left:5px;*/
	}
td.menu {
	font-size: 10px;
	text-align: center;
	width:20%;
	}
td.info {
	font-size: 20px;
	font-weight: bold;
	}
td.infocite {
  font-size: 10px;
}
td.titre {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
table.gauche {
	font-size: 12px;
	font-weight: bold;
	}
table.classement {
	font-size: 12px;
	}
img.sans-cadre {
	border: none;
	}
img.sans-cadre:hover {
	border: none;
	}
/* tableau des persos */
table.persos tr td {
  border-top:1px solid black;
}

table.persos tr th {
  font-weight:normal;
}

table.persos tr.no td {
  border-top:0px;
}

/* aide sur les personnages */
div.descperso {
  display:block;
	clear:both;
}

/* FAQ */
span.question {
  font-style: italic;
  font-size:12px;
}

span.reponse {
}
	
/* classement du joueur (menu informations) */
table#classement {
	border: 2px solid gray;
	padding: 2px 2px 2px 2px;
	height: 150px;
	empty-cells: show;
	border-collapse: collapse;
	background-color: #ffcc99;
}
table#classement td {
  border: 2px solid gray;
	text-align: center;
	background-color: #ffff99;
	height: 50px;
	font-size: 15px;
}
table#classement td.left {
  border: 2px solid gray;
	text-align: left;
	background-color: #ffcc99;
}
table#classement th {
  border: 2px solid gray;
	text-align: center;
	font-weight: bold;
}

/* Affichage des évolutions du palais */
/* (à réutiliser pour le détail des caractéristiques des personnages et des bâtiments) */
table.IconePerso {
	border: 2px solid #996600;
	z-index:25;
}

tr.titreIcone td, td.titreIcone {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 25px;
	max-height: 25px;
	background-color: #996600;
	color: white;
}
tr.contenuIcone td, td.contenuIcone {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 4px 4px 4px 4px;
	/*background-color: #ffcc33;*/
	background-image: url('img/fond2.jpg');
}

/* Ameliorations du palais */
table.Amelioration {
	border: 1px solid black;
	height: 150px;
	z-index:25;
}
tr.titreAmelioration td {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 25px;
	max-height: 25px;
	/*background-color: green;*/
	color: white;
	background-image:url('img/hautCentre-milieu.gif');	
}
tr.contenuAmelioration td {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 4px 4px 4px 4px;
	/*background-color: #ffcc33;*/
	background-image: url('img/fond2.jpg');
	height:100%;
}


tr.sort:hover {
	cursor: pointer;
}
tr.sort td:hover {
  /* ne marche pas ???*/
  background-color: #ffcc00;
	/*border: 1px solid red;*/
}

tr.prio {
  background-color: #ffcc00;
	border: 2px solid red;
}

div#retourMenu {
  width:80px;
	font-weight:bold;
	text-align:center;
}

input.nostyle {
  text-align: right;
	/*width:32px;*/
	background-color:transparent;
	color:black;
	/*filter:none;*/
	text-decoration:none;
	border-style:none;
}
textarea.sortdesc {
  text-align: left;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

table.occupbat {
margin:0px;
padding:0px;
border-collapse: collapse;
empty-cells: hide;
border-width: 0px;
}

table.occupbat td {
border-width: 0px;
padding: 0px;
}
/*
 * Historique de sc3.css
 * (utilisé notamment dans les pages d'aide)
 */
@font-face { font-family:BlackChancery; src:url(img/BLKCHCRY.TTF); font-size:12pt,18pt,24pt,36pt; }
 
.titrePage {
	font-family: BlackChancery;
	font-weight: bold;
	font-size: 18px;
}

a.l1 { text-decoration: none; color : #000000; }
a.l1:hover{ text-decoration: underline; color : #FF0000; }
a.l2 { text-decoration: underline; color : #000000; }
a.l2:hover{ text-decoration: underline; color : #FF0000; }

.t1 {
	font-family: Arial, Helvetica, sans-serif; /*inutile, hérité de BODY*/
	font-size: 10px;
}
.t2 {
	font-family: Arial, Helvetica, sans-serif; /*inutile, hérité de BODY*/
	font-size: 11px;
}
.t3 {
	font-family: Arial, Helvetica, sans-serif; /*inutile, hérité de BODY*/
	font-size: 9px;
}

.rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.rouge:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.rouge:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

.vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #009900;
}

/* Fin de l'historique */

div#pagebandeau {
    margin-left: 20px;
    padding-right: 0px;
    /*background-image: url(img/bandeau-lys.jpg);*/
    background-repeat: repeat-y;
    width: 980px; /* 1000-20*/
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

