html,body {
	color: #DEDEDE;
	font-size: 12px;
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
}

div.backgroundimg {
	position: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 640px;
	width: 100%;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

div.mainarea {
	position: relative;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 90em;
	margin-left: auto;
	margin-right: auto;
}

div.subarea {
	display: table;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

div.subarea span {
	display: block;
}

/* BEGIN SUBBOX */

.subbox {
	display: table;
	position: relative;
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	padding: 10px;
	margin: 10px;
	text-align: left;
}

.subbox_sub {
	position: relative;
	margin: 0px;
	padding: 0px;
}

.subbox span {
	display: block;
}

.subsub {
	position:absolute;
	text-align:right;

}

.subsub_t_nie {
	right: 0px;
	top: 0px;
}

.subsub_b_nie {
	right: 0px;
	bottom: 0px;
}

.subsub_t_ie {
	right: 10px;
	top: 10px;
}

.subsub_b_ie {
	right: 10px;
	bottom: 10px;
}

/* END SUBBOX */

.footer {
	margin-top: 30px;
	clear: both;
	text-align: center;
}

h2 {
	margin: 2px 2px 8px 2px;
	padding: 0px;
	text-align: center;
}

h3 {
	margin: 2px;
	padding: 0px;
	text-align: center;
}

div.popup {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-style: groove;
	border-width: 3px;
	border-color: grey;
	margin: 20px 5px;
}

div.popup_nie {
	background: url(images/backgrounds/back_black.png);
}

div.popup_ie {
	background: url(images/backgrounds/stars.jpg);
}

a:link {
	color: lightblue;
	text-decoration: none ;
	font-weight: bold;
}

a:visited {
	color: lightblue;
	text-decoration: none ;
	font-weight: bold;
}

a:hover {
	color: red ;
	text-decoration: none ;
	font-weight: bold;
}

img {
	border: 0px;
}

img.opaqueoalpha{
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: solid;
}

p.image {
	margin-bottom: 50px;
}


.red {
	color: yellow;
}

.worse {
	color: #FF4040;
}

.better {
	color: #40FF40;
}

table {
	border-collapse:collapse;
	margin-bottom: 5px;
	margin-top: 5px;
}

table.listing {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

table.listing td {
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	white-space: nowrap;
	padding: 5px;
	text-align: left;
}

table.listing td.wrap_allowed {
	white-space: normal;
}

table.listing th {
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
/* 	white-space: nowrap; */
	padding: 5px;
	text-align: center;
	background: url(images/backgrounds/back_blue.png);
}

td.bordure {
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	padding: 5px;
}

div.cadre {
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	padding: 5px;
}

.texte {
	text-indent:0.5cm;
	color: #DEDEDE;
	text-align: justify;
	margin-right: 10px;
}

.helper {
	font-size: 12px;
}

.error {
	font-weight: bold;
	color: yellow;
	vertical-align: middle;
	margin-left: 10px;
}

/* GESTION DES ONGLETS */

div.tabbar {
	position: relative;
	text-align: center;
	margin: 0px;
}

span.tab {
	border-style: solid;
	border-color: #DEDEDE;
	vertical-align: top;
	padding: 0px 3px 0px 3px;
}

span.tab_first {
	border-width: 0px 0px 1px 0px;
}

span.tab_nonfirst {
	border-width: 0px 0px 1px 1px;
}

span.tab_highlight {
	background-image: url(images/backgrounds/back_notice.gif);
}

span.tab_selected {
	background-image: url(images/backgrounds/back_red.png);
}

span.tab_unselected {
	background-image: url(images/backgrounds/back_black.png);
}

/* FIN DES ONGLETS */

/* GESTION DES SUBTABS */

div.subtabs {
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 3%;
	right: 3%;
	text-align: center;
}

div.subtabs_nie {
	background-image: url(images/backgrounds/back_black.png);
}

div.subtabs_ie {
	background-image: url(images/backgrounds/stars.jpg);
}

div.subtabbar {
	text-align: center;
	border-width: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #DEDEDE;
	border-bottom-style: solid;
}

div.subtabbar_nie {
	background-image: url(images/backgrounds/back_black.png);
}

div.subtabbar_ie {
	background-image: url(images/backgrounds/stars.jpg);
}

span.subtab_other {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	padding: 0px 2px 0px 2px;
}

span.subtab_selected {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	background: url(images/backgrounds/back_red.png);
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}

/* FIN DES SUBTABS */

/* GESTION DES TOGGLEBOX */

div.togglebox_head {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #DEDEDE;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 1px 2px 1px 2px;
}

div.togglebox_body {
	margin-top: 0px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #DEDEDE;
}

div.togglebox_body p {
	margin: 0px;
	padding: 0px;
}

/* FIN DES TOGGLEBOX */

/* GESTION DES CONFIRM BOX */

div.confirm_box {
	display:table;
	background: url(images/backgrounds/back_red.png);
	padding-left: 10px;
	padding-right: 10px;
	border-style: groove;
	border-width: 3px;
	border-color: grey;
}

/* FIN DES CONFIRM BOX */

/* SP�IFICIT� DE L'ASSEMBL� */

table.viewtopic {
	width: 95%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.viewtopic td {
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	padding: 10px;
}

table.viewtopic td.post_right {
	text-align: left;
	vertical-align: top;
}

table.viewtopic td.post_left {
	text-align: center;
	width: 150px;
	vertical-align: top;
}

table.viewtopic .posthead {
	text-align: right;
	vertical-align: bottom;
	font-variant: small-caps;
	color: #FFFF80;
}

.posthead a {
	color: #FFFF80;
}

div.vote {
	visibility: hidden;
	display: none;
	font-variant: normal;
}

td.vote {
	border-color: #FFFF80;
	color: #FFFF80;
	text-align: left;
}

td.vote2 {
	border-color: #FFFF80;
	color: #FFFF80;
	text-align: right;
}

/* FIN DES SP�IFICIT� DE L'ASSEMBL� */

/* STRATEGIE */

div#universe_map {
	position: relative;
	left: 0px;
	top: 0px;
	width: 640px;
	height: 480px;
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	background-color: black;
	padding: 0px;
	z-index: 60;
	overflow:hidden;/*for IE*/
	float: left;
}

div#universe_map img {
	position: absolute;
}

div#universe_map .calque {
	position: absolute;
	text-align: center;
	vertical-align: middle;
}

div#universe_map .visible {
	color: orange;
}

div#universe_map .known {
	color: #70ff70;/*lightgreen*/
}

div#universe_map .ennemy {
	color: #FF4040;
}

div#universe_map .calques_wrapper {
	position: absolute;
	width: 640px;
	height: 480px;
}

#ordres_strat {
	float: right;
	position: relative;
}

/* STRATEGIE END */

/* GESTION DES INFOBULLES */

div.info {
	visibility: hidden;
	position: absolute;
}

/* FIN DES INFOBULLES */

/* INFRASTRUCTURE */

#infra_pla {
	float: left;
}

#infra_ordres {
	float: right;
	position: relative;
}

div.infra_innertabbar {
	text-align: right;
	margin:0px 10px 0px 0px;
	padding:0px;
}

div.infra_innertabbar span {
	border-width: 1px 1px 0px 1px;
	border-color: #DEDEDE;
	border-style: solid;
	margin: 0px 0px 0px -1px;
}

div.infra_innertabbar span.innertab_selected {
	background-image: url(images/backgrounds/back_red.png);
	font-weight: bold;
	padding: 4px 2px 0px 2px;
}

div.infra_innertabbar span.innertab_unselected {
	background-image: url(images/backgrounds/back_black.png);
	padding: 1px 2px 0px 2px;
}

/* INFRASTRUCTURE END */

/* TOUILLETTE BEGIN */

.touillette_button img {
	border-width: 0px 1px 1px 1px;
	border-color: #DEDEDE;
	border-style: solid;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#touillette_cap {
	visibility: hidden;
	display: none;
	left: 0px;
	background: url(images/backgrounds/back_blue.png);
	padding-left: 1em;
	padding-right: 1em;
	border-color: #DEDEDE;
	border-style: solid;
	z-index: 100;
}

.touillette_cap_ie {
	position: absolute;
	border-width: 1px;
}

.touillette_cap_nie {
	position: fixed;
	top: 48px;
	border-width: 1px 1px 1px 0px;
}

#touillette_res {
	visibility: hidden;
	display: none;
	right: 0px;
	background: url(images/backgrounds/back_blue.png);
	padding-left: 1em;
	padding-right: 1em;
	border-color: #DEDEDE;
	border-style: solid;
	z-index: 100;
}

.touillette_res_ie {
	position: absolute;
	border-width: 1px;
}

.touillette_res_nie {
	position: fixed;
	top: 48px;
	border-width: 1px 0px 1px 1px;
}

/* TOUILLETTE END */

/* FORMULAIRES BEGIN */

input,textarea,select {
	background-color: #222222;
	color: lightblue;
	border-width: 1px;
	border-color: #444444;
	border-style: solid;
	padding: 2px;
}

input.disabled {
	background-color: maroon;
}

input.enabled {
	background-color: #222222;
}

form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* FORMULAIRES END */

/* PUBLIC BEGIN */

#public_menu {
	float: left;
	margin: 20px;
	width: 160px;
}

#public_menu ul {
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	list-style: none;
	padding: 3px 0px 3px 0px;
	margin-left: 0px;
}

#public_menu li {
	padding: 0px 10px 0px 10px;
}

#public_menu li.sub {
	padding: 0px 10px 0px 20px;
}

#public_menu .selected {
	background-color: red;
}

#public_menu dl {
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	padding: 3px 10px 3px 10px;
}

#public_menu dd {
	text-align: center;
	margin: 0px;
}

.inline_login_field {
	width: 130px;
	margin-bottom: 3px;
}

#public_main {
	margin-top: 0px;
	padding: 0px 40px 0px 40px;
	overflow: auto;
	height: 100%;
	text-align: center;
}

#public_main h2 {
	margin-top: 40px;
}

#public_main h3 {
	margin-top: 25px;
}

#public_main li {
	text-align: left;
}

#public_main img {
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: solid;
}

/* PUBLIC END */

/* LISTES BEGIN */

ul.plain {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.universe {
	margin-left: 5px;
	padding-left: 5px;
}

/* LISTES END */

div.title {
	font-weight: bold;
	margin-top: 5px;
}

div.contents {
	display: block;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

span.actionlink {
	text-align: center;
}

p.empty_list {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

.empty_table {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: dashed;
	font-style: italic;
}

.inlineimg {
	vertical-align: bottom;
}

.quote {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	border-width: 1px;
	border-color: #DEDEDE;
	border-style: dashed;
}

div.tutorial_arrow {
	position: absolute;
	z-index: 1000;
}

div.tutorial_text {
	margin: 20px;
	border-width: 1px;
	border-color: #FFDE05;
	border-style: solid;
	padding: 10px;
}

div.tutorial_text_nie {
	background-image: url(images/backgrounds/back_black.png);
}

div.tutorial_text_ie {
	background-image: url(images/backgrounds/stars.jpg);
}

.contents_text {
	max-width: 75em;
}

span.big_link {
	font-size: 20px;
	display: inline;
}

.hidden_cell {
	display:none;
}