html, body, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0px;
}

textarea {
	max-width:440px;
}

body {
	background: url("resources/images/bg.png");
	font-family:Arial,Verdana;
	font-size:11px;
	color: #6c6c6c;
}

a {
	color: #1877c8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0auto;
	height: 252px;
	width: 100%;
	background: url("resources/images/bgwrapper.png") repeat-x;
}

#topcontent {
	margin: 0 auto;
	padding-top: 7px;
	width: 1010px;
}

#top {
	background: url("resources/images/topbar.png") no-repeat;
	height: 35px;
	font-size: 10px;
	text-transform: uppercase;
}

.welcome {
	margin: 12px 0 0 35px;
	float: left;
}

.stats {
	margin: 12px 22px 0 0px;
	float: right;
}

.stats a{
	color: #4a4a49;
	text-decoration: none;
}

#header {
	cursor: pointer;
	height: 142px;
	width: 1010px;
	background: url("resources/images/header.jpg") no-repeat;
}

#navigation {
	height: 35px;
	width: 1010px;
	background: url("resources/images/navbg.png") repeat-x;
}

.nav {
	float: left;
	height: 35px;
	margin: 0 0 0 22px;
}

.nav a{
	color: #9d9d9d;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}

.nav a:hover{
	color: #ffffff;
}

.nav li{
	float: left;
	margin-right: 12px;
}

.nav li a{
	display: block;
	padding-top: 11px;
}

.login {
	float: right;
	text-align: right;
	margin: 11px 24px 0 0 ;
	color: #bebebe;
}

.login a{
	font-size: 10px;
	text-align: left; 
	color: #9d9d9d;
	text-decoration: none;
}

.toplogin {
	position: relative;
	text-align: left;
}

.toppassword  {
	background: url("resources/images/passwordbg.png") no-repeat;
	border: 0 none;
	color: #8c8c8c;
	font-size: 11px;
	font-weight: normal;
	height: 17px;
	padding: 0px 0 0 5px;
	vertical-align: top;
	width: 130px;
}
.topusername {
	background: url("resources/images/loginbg.png") no-repeat;
	border: 0 none;
	color: #8c8c8c;
	font-size: 11px;
	font-weight: normal;
	height: 17px;
	padding: 0px 0 0 30px;
	vertical-align: top;
	width: 124px;
}
.topsubmit {
	background: url("resources/images/topsubmit.png") no-repeat;
	border: 0 none;
	color: #494849;
	font-size: 1px;
	font-weight: normal;
	height: 16px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 20px;
	cursor: pointer;
	margin-right: 5px;
}

#last {
	height: 33px;
	background: url("resources/images/lastbg.png") no-repeat;
	text-transform: uppercase;
	font-size: 10px;
}

#last a{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

.lastwar {
	float: left;
	height: 23px;
}

.lastforum {
	float: left;
	height: 23px;
	margin-left: 94px;
}

#global {
	margin: 0 auto;
	width: 1010px;
}

#content {
	width: 1010px;
	background: url("resources/images/contentbg.png") repeat-y;
}

.bloc_left {
	float: left;
	height: 100%;
	background: #1d242c;
}

.titre_block_gauche {
	background: url("resources/images/btitrel.png") no-repeat;
	height: 37px;
	padding-left: 36px;
	color: #ffffff;
	text-transform: uppercase;
}

.contenu_block_gauche {
	padding: 6px 0 6px 0;
	background: url("resources/images/leftcbg.png") repeat-y;
}

.bottom_block_gauche {
	height: 6px;
	background: url("resources/images/leftbbg.png") no-repeat;
}

.centre {
	float: left;
}

.titre_block_news {
	background: url("resources/images/titrenews.png") no-repeat;
	height: 57px; 
	padding: 0 0 0 28px;
}

.date {
	color: #96ed36;
}

.contenu_news {
	background: url("resources/images/cnewsbg.png") repeat-y;
	height: 57px; 
	padding: 6px 28px 6px 28px;
	color: #484848;
}

.cnbottom {
	height: 4px;
	background: url("resources/images/cnewsbottom.png") no-repeat;
}

.titre_block_centre {
	background: url("resources/images/titrebas.png") no-repeat;
	height: 57px; 
	padding: 0 0 0 28px;
	color: #ffffff;
}

.contenu_block_centre {
	background: url("resources/images/cnewsbg.png") repeat-y;
	height: 57px; 
	padding: 6px 28px 6px 28px;
	color: #484848;
}

.bottom_bloc_centre {
	height: 4px;
	background: url("resources/images/cnewsbottom.png") no-repeat;
}

.bloc_right {
	float: left;
	height: 100%;
	background: #1d242c;
}

.titre_block_droite {
	background: url("resources/images/btitrel.png") no-repeat;
	height: 37px;
	padding-left: 36px;
	color: #ffffff;
	text-transform: uppercase;
}

.contenu_block_droite {
	padding: 6px 0 6px 0;
	background: url("resources/images/leftcbg.png") repeat-y;
}

.bottom_block_droite {
	height: 6px;
	background: url("resources/images/rightbbg.png") no-repeat;
}

#footer {
	clear: both;
}
