* {
	outline: 0px;
}
body {
	background: #fff url('../images/background.jpg') repeat-x scroll top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}
*::-moz-selection {
	color: #fff;
	background: #aaa;
}
div, td, p {
	color: #5a5a5a;
	font-family: Tahoma;
	font-size: 10px;
}
textarea, input, select {
	font-family: Tahoma;
	font-size: 10px;
	color: #5a5a5a;
	background: #fff;
	border-width: 1px;
	border-color: #5a5a5a;
	margin: 3px;
}
textarea:hover, input:hover, select:hover {
	border-color: #2b5c7d;
}
textarea {
	padding: 1px 4px;
	border-style: inset;
}
input {
	padding-left: 4px;
	padding-right: 4px;
}
select {
	padding: 0px;
	border-style: inset;
}
img, a img {
	border: 0px;
}
a, a:link, a:visited {
	color: #777;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:active {
	color: #5a5a5a;
	font-weight: normal;
	text-decoration: none;
}
p {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {
	width: 98%;
	height: 1px;
	background: #aaa;
	outline: 0px;
	border: 0px;
}
.g_titre {
	color: #272621;
	font-size: 10px;
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 10px;
}
.blok_titre, .table_titre {
	color: #272621;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	padding-left: 10px;
}
.news_titre {
	color: #272621;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
.news_plus, .news_comment {
	color: #777;
	font-size: 10px;
	font-family: Tahoma;
}
.news_plus {
	font-weight: bold;
	padding-right: 2px;
}
.news_plus:hover, .news_plus:active {
	color: #555;
}
.news_comment a:hover, .news_comment a:active {
	color: #555;
	text-decoration: underline;
}
.unik_titre {
	padding-left: 10px;
	text-align: left;
}
.unik_titre a, .unik_titre a:link, .unik_titre a:visited {
	color: #888;
}
.unik_titre a:hover, .unik_titre a:active {
	color: #eee;
}
.unik_date, .unik_author {
	padding-right: 10px;
	text-align: right;
}
.unik_date, .unik_author a, .unik_author a:link, .unik_author a:visited {
	color: #5a5a5a;
}
.unik_author a:hover, .unik_author a:active {
	color: #888;
}
.stats_title {
	font-weight: bold;
	text-decoration: underline;
}
.wars_win {
	color: #429334;
}
.wars_lose {
	color: #cc2215;
}
.wars_draw, .wars_date {
	color: inherit;
}
.d_titre {
	color: #777;
	font-size: 10px;
	font-family: Verdana;
	text-transform: capitalize;
	font-weight: bold;
	padding: 0px 10px 0px 15px;
	text-align: right;
}
.login_text {
	text-align: center;
	color: #777;
}
.login_text strong {
	color: #5a5a5a;
}
.login_text a:hover, .login_text a:active {
	color: #5a5a5a;
	text-decoration: underline;
}
/* Menu */
.menu_case {
	padding: 0px 1px;
	text-align: center;
}
.menu_case:first-letter {
	font-weight: bold;
	color: #2b5c7d;
}
a.menu_link, a:link.menu_link, a:visited.menu_link {
	font-size: 9px;
	font-family: Tahoma;
	font-weight: bold;
	padding: 10px 1px;
}
.menu_case a.menu_link:first-letter {
	font-weight: bold;
	color: #2b5c7d;
}
/* Block Navigation */
.nav_line_l {
	padding: 0px 5px 0px 15px;
	background: transparent url('../images/nav/nav_line_off.jpg') repeat-x 0%;
	height: 25px;
	width: 100%;
}
.nav_line_t {
	padding: 0px 5px 0px 15px;
	background: transparent url('../images/nav/nav_title.jpg') repeat-x 0%;
	height: 25px;
	width: 100%;
}
.nav_line_t:hover:after {
	font-weight: bold;
	color: #fff;
	content: "«";
	padding-left: 5px;
}
.nav_line_l:before {
	font-weight: bold;
	color: #2b5c7d;
	content: "»";
	padding-right: 5px;
}
.nav_line_l:hover, .nav_line_l:active {
	background-image: url('../images/nav/nav_line_on.jpg');
}
.nav_line_l:hover a.nav_link, .nav_line_l:active a.nav_link, a:hover.nav_link, a:active.nav_link {
	color: #aaa;
	text-decoration: underline;
}
a.nav_link, a:link.nav_link, a:visited.nav_link {
	font-weight: bold;
	color: #666;
	width: 100%;
}
.nav_title {
	font-weight: bold;
	color: #fff;
}
/* Commentaire */
#news_sous > table[cellspacing="1"], #index_comment {
	margin: 0px 20px 20px;
	padding: 0px;
}
/* Footer */
.nk_powered, .copyright {
	color: #777;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}
.nk_powered a, .nk_powered a:link, .nk_powered a:visited, .copyright a, .copyright a:link, .copyright a:visited {
	color: #272621;
	font-weight: bold;
	text-decoration: underline;
}
.nk_powered a:hover, .nk_powered a:active, .copyright a:hover, .copyright a:active {
	color: #272621;
	font-weight: bold;
	text-decoration: overline;
}