body {
	background-color: #000000;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: none;
	scrollbar-arrow-color: #ffffff;
	font: medium "Times New Roman", Times, serif;
}

.joli {
	border-bottom: groove 3px #333333;
	border-right: groove 3px #333333;
	border-left: groove 3px #333333;
	border-top: groove 3px #333333;
}

SELECT {
	color: #ffffff;
	background-color: #333333;
	border: solid 1px #000000;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

div.hiddenDiv {
	display: none;
}

.hiddenDiv {
	display: none;
}

.balise_guide {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.Style6 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.dialog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: bold;
	font-size: small;
}

.quest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-weight: bold;
	font-size: small;
	color: #660000;
}

.recrut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #660000;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

.Style7 {
	font-weight: bold
}

.Style8 {
	font-style: italic;
}

.PoliceCouleur {
	color: #CC3300
}

#fond {
	width: 1084px;
	height: 768px;
	background: url(img/fond.gif) no-repeat;
	position: relative;
	margin: 0 auto;
}

#haut {
	width: 1024px;
	height: 254px;
}

#centre {
	width: 1024px;
	height: 400px;
}

#locali {
	width: 1024px;
	height: 38px;
}

div.hiddenDiv {
	visibility: hidden;
}

#gauche {
	color: #76290F;
	text-decoration: none;
	position: absolute;
	top: 135px;
	left: 0px;
	z-index: 0;
}


#bas {
	color: #76290F;
	text-decoration: none;
}

#bas a {
	color: #76290F;
	text-decoration: none;
}

#bas a:hover {
	text-decoration: underline;
}

#bas img {
	filter: alpha(opacity = 40);
	-moz-opacity: .4;
}

#menu {
	color: #000000;
	font-size: 105%;
}

#menu a {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#ctnu {
	color: #000000;
}

#ctnu a {
	color: #000000;
	text-decoration: underline;
	font-size: 110%;
}

#ctnu a:hover {
	text-decoration: underline;
}

#mail a {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
}

#mail a:hover {
	text-decoration: underline;
}

#message {
	border-bottom: solid 1px #000000;
}

#barre_hud b {
	top: 0 !important;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-right: 3px;
	position: relative;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
}

.Style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #76290F;
}

.lienRef {
	color: #bea9a2;
	text-decoration: none;
	font-weight: bold;
}

.lienRef a {
	color: #96543d;
	text-decoration: none;
	font-weight: bold;
}

.lienRef a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/********************************************************************************
**                             MENU ONGLETS                                    **
********************************************************************************/
	/* Caution! Ensure accessibility in print and other media types... */
@media projection , screen {
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}

/* Skin */
.ui-tabs-nav,.ui-tabs-panel {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial,
		sans-serif;
	font-size: 12px;
}

.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
}

.ui-tabs-nav:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ui-tabs-nav li {
	float: left;
	margin: 0 0 0 2px;
	font-weight: bold;
}

.ui-tabs-nav a,.ui-tabs-nav a span {
	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding: 0 12px;
	/*background: url(i/tabs.png) no-repeat;*/
}

.ui-tabs-nav a {
	margin: 5px 0 0;
	/* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	background-position: 100% 0;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline: 0; /* @ Firefox, prevent dotted border after click */
}

.ui-tabs-nav a:link,.ui-tabs-nav a:visited {
	color: #fff;
}

.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
	background-position: 100% -23px;
}

.ui-tabs-nav a span {
	padding-top: 1px;
	padding-right: 0;
	height: 20px;
	background-position: 0 0;
	line-height: 20px;
}

.ui-tabs-nav .ui-tabs-selected a span {
	padding-top: 0;
	height: 27px;
	background-position: 0 -23px;
	line-height: 27px;
}

.ui-tabs-nav .ui-tabs-selected a:link,.ui-tabs-nav .ui-tabs-selected a:visited,.ui-tabs-nav .ui-tabs-disabled a:link,.ui-tabs-nav .ui-tabs-disabled a:visited
	{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	/*cursor: text;*/
	cursor: pointer;
}

.ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active,.ui-tabs-nav .ui-tabs-unselect a:hover,.ui-tabs-nav .ui-tabs-unselect a:focus,.ui-tabs-nav .ui-tabs-unselect a:active
	{ /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

.ui-tabs-disabled {
	opacity: .4;
	filter: alpha(opacity = 40);
}

.ui-tabs-nav .ui-tabs-disabled a:link,.ui-tabs-nav .ui-tabs-disabled a:visited
	{
	color: #000;
}

.ui-tabs-panel {
	border: 1px solid #000;
	height: 100%;
	padding: 10px;
	background-color: transparent;
	background-image: url(img/fnd.png);
	/*background: #fff; */
	/* declare background color for container to avoid distorted fonts in IE while fading */
}

/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/ /* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}

* :first-child+html .ui-tabs-nav {
	/* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

/*******************************************************************************/
.autoScrollPanel {
	overflow: auto;
	overflow-x: hidden;
	height: 140px;
	padding-bottom: 10px;
}

.autoScrollPanel img {
	cursor: pointer;
}

/**********************************HUD-AJAX************************************/
#hud-ajax {
	height: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#hud-ajax li {
	float: left;
	width: 94px;
	height: 35px;
	line-height: 32px !important;
	vertical-align: middle;
	font: bold 11px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica,
		sans-serif;
	text-indent: 16px;
}

#hud-ajax li#hud_health {
	margin-left: 20px;
	text-indent: 10px;
}

#hud-ajax li#hud_dollars {
	color: #66CC33;
	text-indent: 20px;
}

#hud-ajax li#hud_or {
	color: #FFFF33;
}

#hud-ajax li#hud_pa_attaque {
	color: #FF9933;
	text-indent: 8px;
}

#hud-ajax li#hud_pa_action {
	color: #FF9933;
	text-indent: 0;
}

#hud-ajax li#hud_xp {
	color: #FFFF00;
	text-indent: 12px;
}

#hud-ajax li#hud_niveau {
	color: #DDDDDD;
	text-indent: 20px;
}

/*******************************************************************************/
	/********************************RELEASE NOTES**********************************/
.version {
	color: #7F0600;
	font-size: x-large;
}

.old {
	font-size: 25px;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	padding-top: -5px;
}

.title {
	color: #7F0600;
	font-size: larger;
	margin: 0;
	margin-top: 6px;
	cursor: pointer;
}

.gameplay {
	color: #462108;
	font-size: large;
}

.bug {
	color: #8F1E00;
	font-size: large;
}

.improve {
	color: #AF4B15;
	font-size: large;
}

.divV {
	border: 2px solid black;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.title a {
	color: #7F0600;
	font-size: large;
	margin: 0;
	margin-top: 6px;
	text-decoration: none;
	outline: none;
}

.old a {
	font-size: 25px;
	font-weight: bold;
	padding: 0;
	padding-top: -5px;
	text-decoration: none;
	outline: none;
}

/******************************************************************************/
	/*********************************SHOP & JOBS**********************************/
.jobs th {
	vertical-align: middle;
	padding: 0;
	padding-bottom: 5px;
	font-weight: bold;
}

.jobs td {
	padding: 0;
	padding-bottom: 5px;
}

.nom {
	position: absolute;
	height: 85px;
	width: 485px;
	top: 15px;
	right: 15px;
	text-align: center;
	font-weight: bold;
}

.stat {
	position: absolute;
	height: 85px;
	width: 237px;
	top: 15px;
	left: 15px;
	border: solid 2px #000;
	font-size: 0.8em;
}

.stat #stats,#caisse,#nbpers {
	text-align: center;
	font-weight: bold;
	height: 25px;
	width: 237px;
	margin: auto;
}

.enseigne,.marchand,.retour {
	position: absolute;
	height: 40px;
	width: 250px;
	bottom: 15px;
	text-align: center;
	vertical-align: middle;
}

.buttong_big, .buttong_small, .buttong_xsmall {
	background: url('img/shop/bouton_vide_gris.jpg') repeat;
	outline: #373737 solid medium;
	padding-bottom: 3px;
	border: none;
	color: #000;
}

.button_big, .button_small, .button_xsmall {
	background: url('img/shop/bouton_vide.jpg') repeat;
	outline: #3F0A00 outset medium;
	padding-bottom: 3px;
	border: none;
	color: #3F3017;
}

.button_big, .buttong_big {
	width: 166px;
	height: 25px;
}
.button_small, .buttong_small {
	width: 115px;
	height: 18px;
}
.button_xsmall, .buttong_xsmall {
	width: 55px;
	height: 18px;
}

.enseigne {
	left: 0;
}

.marchand {
	left: 251px;
}

.retour {
	left: 502px;
}

.disabled {
	color: gray;
	font-style: italic;
	text-shadow: black;
}
/******************************************************************************/

.highlighted
{
	font-size: 1.1em;
	text-decoration: underline;	/* underlined and bold */
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.liste_shop {
	height:339px;
	left:12px;
	overflow-x: hidden;
	overflow-y:auto;
	position:absolute;
	top:50px;
	width:728px;
}
