/* Hangman style */
h2 {
	color: #ffffff;
}

/* couleur bouton des forums et en dessous couleur au passage de la souris */
.forumbg .header a,
.forabg .header a,
th a {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
	color: #fe8456;
}

.header a {
	/*padding-top: 5px;*/
}
/* Couleur de fond des forums principaux
---------------------------------------------------------------------------- */
ul.forums,
ul.topics {
	background: #333333;
	border-left: 1px solid rgba(255, 168, 0, 0.6);
	border-right: 1px solid rgba(255, 168, 0, 0.6);
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 20px rgba(0, 0, 0 0.9) inset, 0 0 5px rgba(0, 0, 0, 0.3);
}

ul.topiclist dd,
.rtl ul.topiclist dd {
	border-color: transparent;

}

dd.hangman_number {
	width: 5%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_title {
	width: 20%;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.1em;
	margin-left: 5px;
}
dd.hangman_title_num {
	width: 15%;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_status_admin {
	width: 29%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_status {
	width: 34%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_try {
	width: 5%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_created {
	width: 15%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_days {
	width: 8%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_creator {
	width: 14%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_admin {
	width: 8%;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_player {
	width: 75%;
	text-align: left;
	line-height: 1.2em;
	font-size: 0.9em;
}
dd.hangman_empty {
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.9em;
}
dd.hangman_left_title {
	width: 35%;
	text-align: left;
	margin-left: 5px;
	line-height: 1.2em;
	font-size: 1.1em;
}
dd.hangman_letterbar {
	width: 60%;
	text-align: left;
	color : #ffffff;
}
dd.hangman_letters {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 3px;
	width: 60%;
	vertical-align: top;
	color : #ffffff;
}
/* Hangmanlist
---------------------------------------- */
.rtl ul.hangmanlist dt {
	float: right;
}
.rtl ul.hangmanlist dl {
	position: static;	/* fix for IE6 */
}
.rtl ul.hangmanlist dd {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none;
}
.rtl ul.hangmanlist dd {
	border-right-color: transparent;
	border-left-color: transparent;
}
ul.hangmanlist {
	display: block;
	list-style-type: none;
	margin: 0;
}
ul.hangmanlist li {
	display: block;
	list-style-type: none;
	margin: 0;
}
ul.hangmanlist dl {
	position: relative;
}
ul.hangmanlist li.row dl {
	padding: 1px 0;
}
ul.hangmanlist dt {
	display: block;
	float: left;
	width: 35%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}
ul.hangmanlist dd {
	display: block;
	float: left;
	padding: 4px 0;
	color : #ffffff;
}
* html ul.hangmanlist li { position: relative; }
.clearfix, ul.hangmanlist dl {
	height: 1%;
	overflow: hidden;
}
/* Additional Colors
---------------------------------------- */
a.hangman:visited      { text-decoration: underline; color : #ffffff; font-weight: bold;}
/* Icon image
---------------------------------------- */
.icon-hangman {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	background-image: url("./images/icon_hangman.gif");
}
#hangman-box textarea {
	height: 210px;
}