* {
	 margin: 0px;
	 padding: 0px;
	 }
html {
	font-size: 100%;
	height: 100%;
	}


#min-width {
	 min-width: 750px;
	 }
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	background-color: #ffffff;
	background-image: url('bg.png');
	background-attachment: fixed;
	font-size: 11px;
	height: auto;
	padding: 10px 0px;
	scrollbar-face-color: #;
	scrollbar-highlight-color: #;
	scrollbar-shadow-color: #;
	scrollbar-3dlight-color: #;
	scrollbar-arrow-color: #;
	scrollbar-track-color: #;
	scrollbar-darkshadow-color: #;
	}
* html .conteneur_minwidth_IE {
	 
/* Hack IE min-width */
padding-left: 1043px;
	}
* html .conteneur_container_IE {
	 
/* Hack IE min-width */
margin-left: -1083px;
	position: relative;
	}
* html .conteneur_minwidth_IE, * html .conteneur_container_IE, * html .conteneur_layout_IE {
	 
/* Hack IE min-width */
height: 1px;
	}
#wrap {
	width: 90%;
	margin: 0px auto;
	background-color: #f7f7f7;
	border: 1px #666666 solid;
	padding: 5px;
	min-width: 951px;
	}
#simple-wrap {
	 padding: 6px 10px;
	 }

/* **************************************************************************Most stable Standards-compliant 3-column layout by Ryan Brillhttp://www.alistapart.com/articles/negativemargins
/************************************************************************** */
#content-container div#container {
	width: 100%;
	float: left;
	margin-right: -3px;
	}
#content-container div#content {
	margin-right: 3px;
	}
#content-container div#main {
	margin-bottom: 1em;
	overflow: hidden;
	 
/* Fixes 3-column negative margins float clearing bug: http://archivist.incutio.com/viewlist/css-discuss/97678 Thanks Georg! */
}
*+ html #content-container div#main {
	margin-left: 183px;
	}
#content-container div#left {
	width: 180px;
	float: left;
	margin-right: 3px;
	overflow: hidden;
	}
#content-container div#right {
	width: 0px;
	float: right;
	overflow: hidden;
	}
* html #content-container #main-content {
	 
/* FIX for IE6... For some reason, if we insert comment before this series, the star html hack don't work no more... ??  */
overflow: visible;
	margin-right: 183px;
	}
* html #content-container div#main {
	 
/* FIX for IE6 */
margin-right: -99%;
	width: 100%;
	float: left;
	}
#page-body {
	margin: 4px 0;
	width: 100%;
	}
#page-body p.page-bottom {
	margin: 0;
	}
#page-footer {
	clear: both;
	}
#page-footer h3 {
	 margin-top: 20px;
	 }
#page-footer .linklist strong {
	font-weight: normal;
	}
#add-google {
	 text-align: center;
	 margin: 0 auto;
	}

.pagination{
	text-align:center;
	font-size:1em;
	padding:5px;

}

	 
.pagination a:link, .pagination a:visited, .pagination a:active, .pagination a:hover{
	 text-decoration: none;
	 border: 1px solid #1675bc;
	 padding:5px;
	 font-size:1em;
}
.pagination a:hover{
	background-color:#bd1a1e;
	color: white;
}
.pagination font{
	 text-decoration: none;
	 border: 1px solid #1675bc;
	 padding:5px;
	 font-size:1em;
	 background-color:#1a78bd;
	 color: white;
}
.gameimg{
	 border: 1px solid #1675bc;
	 padding:2px;
}
.gameimg:hover{
	 border: 1px solid #bd1a1e;
}

/* Tags-------------------------------------------------*/
h1.page-title {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #0372be;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
	}
h1.gallery-title {
	display: inline;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	}
h2 {
	 
/* Keeping old styles for h2 for legacy */
font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #0372be;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
	}
h1.solo {
	margin-bottom: 1em;
	}
h3, .h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #1675bc;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #1675bc;
	margin-top: 20px;
	}
.h3 {
	font-weight: bold;
	}
.module .h3,.postbody .h3,.introduction .h3 {
	margin-top: 8px;
	}
.table-title, .table-title h2 {
	display: inline;
	font-size: 1em;
	color: #ffffff;
	}
input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	}
select {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #0372be;
	padding: 1px;
	background-color: #ffffff;
	}
option {
	 padding-right: 1em;
	 }
textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
	}
p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	}
p.right {
	 text-align: right;
	 }
p.center {
	 text-align: center;
	 margin: 0px;
	 }
p.author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 5px 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	}
p.nomargin {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 0em;
	}
p.path {
	margin-left: 10px;
	clear: left;
	}
fieldset {
	border-width: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	}
fieldset.jumpbox {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
	}
fieldset.quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: 2.5em;
	}
label {
	cursor: default;
	padding-right: 5px;
	color: #666666;
	}
label input {
	 vertical-align: middle;
	 }
label img {
	 vertical-align: middle;
	 }
hr {
	border: 0 none #ffffff;
	border-top: 1px solid #ffffff;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
	}
hr.dashed {
	border-top: 1px dashed #ffffff;
	margin: 5px 0;
	}
img {
	 border-width: 0;
	 }

ul {
	 list-style-type: none;
	 }
ul.ul-icons {
	float: left;
	margin: 0 10px;
	}
* html table, * html select, * html input {
	 font-size: 100%;
	 }
* html hr {
	 margin: 0;
	 }

/* Links-----------------------------------------------------*/
a:link{
	 color: #0372be;
	 text-decoration: none;
	 }
a:visited{
	 color: #0372be;
	 text-decoration: none;
	 }
a:active{
	 color: #0372be;
	 text-decoration: underline;
	 }
a:hover{
	 color: #bd1a1e;
	 text-decoration: none;
	 }
a.forumtitle {
	color: #0372be;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	}
a.forumtitle:hover {
	color: #ff8a00;
	text-decoration: underline;
	}
a.forumtitle:active {
	 color: #0372be;
	 }
a.topictitle {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #0372be;
	text-decoration: none;
	}
div.topic-title-container {
	display: inline;
	}
.topic-title {
	display: inline;
	font-size: 12px;
	text-align: left;
	}
.topic-title-post {
	}
a.topictitle:hover {
	color: #ff8a00;
	text-decoration: underline;
	}
a.topictitle:active {
	 color: #0372be;
	 }







/* Header-------------------------------------------------*/
.headerbar {
	background-color: #1675bc;
	background-image: url('bg_header.jpg');
	margin-bottom: 4px;
	padding: 0pt 5px;
	background-repeat: repeat-x;
	}
* html .headerbar {
	height: 1%;
	 
/* Hack IE layout */
}
*+ html .headerbar {
	min-height: 1px;
	}
#logo-desc {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
#logo {
	float: none;
	padding: 5px;
	}
a#logo:hover {
	text-decoration: none;
	}
#site-title,#site-title h1  {
	font-family: ;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	}
#site-title h1 {
	padding-top: 0;
	}
#logo-desc p {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	}

/* Menu-------------------------------------------------*/
.navbar {
	clear: both;
	background-color: #cadceb;
	padding:0px 10px;
	}
ul.navlinks {
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	}
ul.linklist li {
	list-style-type: none;
	width: auto;
	font-size: 1.3em;
	line-height: 2.2em;
	display: inline;
	}
ul.linklist li a img {
	vertical-align: middle;
	}
.search-box {
	margin-top: 3px;
	margin-left: 5px;
	float: left;
	}
#search-box {
	margin-top: 10px;
	margin-right: 5px;
	float: right;
	white-space: nowrap;
	 
/* For Opera */
}
* html #search-box {
	margin-right: 35px;
	}
#search-box #keywords {
	width: 95px;
	background-color: #ffffff;
	}
#search-box input {
	border: 1px solid #BCBCBC;
	}
#search-box input.button1 {
	padding: 1px 5px;
	}
input.search {
	background-image: url('icon_textbox_search.gif');
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
	}
ul.linklist li.rightside {
	float: right;
	}
ul.linklist li.footer-home {
	float: left;
	}
p.rightside {
	float: right;
	margin-right: 5px;
	}

.forabg {
	margin-bottom: 4px;
	clear: both;
	background-color: #1675bc;
	background-image: url('bg_cat.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 2px solid #;
	padding: 0px 5px;
	}
* html .forabg {
	position: relative;
	height: 1%;
	}
*+ html .forabg {
	min-height: 1px;
	}
.forumbg {
	background-color: #1675bc;
	background-image: url('bg_cat.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	border: 2px solid #;
	padding: 0px 5px;
	margin-bottom: 4px;
	clear: both;
	}
* html .forumbg {
	height: 1%;
	}
*+ html .forumbg {
	min-height: 1px;
	}
.forumbg table.table1 {
	margin: 0 -2px -1px -1px;
	}
ul.topiclist {
	list-style-type: none;
	margin: 0;
	background-image: url("empty.gif");
	background-repeat: repeat-x;
	color: #666666;
	}
* html ul.topiclist {
	height: 1%;
	}
*+ html ul.topiclist {
	min-height: 1px;
	}
ul.topiclist li {
	display: block;
	margin: 0;
	}
* html ul.topiclist li {
	 position: relative;
	 }
ul.topiclist li.row dl {
	padding: 2px 0;
	}
ul.forums li.row dl {
	min-height: 75px;
	}
* html ul.forums li.row dl {
	height: 75px;
	}
ul.topiclist dt,ul.topiclist dd.dterm {
	display: block;
	float: left;
	width: 60%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
	}
ul.topiclist dfn {
	display: none;
	}
ul.topics li.header dl.icon dt {
	padding-right: 50px;
	}
ul.topics dt,ul.topics dd.dterm {
	padding-left: 45px;
	display: block;
	float: left;
	width: 50%;
	}
ul.topics dd {
	display: block;
	float: left;
	}
ul.forums {
	background-color: #e5f1f9;
	background-image: none;
	}
li.header dl.icon {
	min-height: 0;
	}
li.header dl.icon dt {
	padding-left: 0;
	}
li.header dt {
	font-weight: bold;
	}
li.header dd {
	margin-left: 1px;
	}
dl.icon {
	min-height: 35px;
	background-position: 10px 50%;
	background-repeat: no-repeat;
	height: auto !important;
	height: 35px;
	}
dl.icon dt,dl.icon dd.dterm {
	background-repeat: no-repeat;
	background-position: 5px 95%;
	}
li.header dt, li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif,Verdana,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	}
li.row {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
li.row:hover {
	background-color: #f7eed2;
	}
ul.topiclist dd {
	border-left: 1px solid #ffffff;
	display: block;
	float: left;
	padding: 4px 0;
	}
ul.topiclist li.header dl dd {
	border: none;
	}
dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display:block;
	padding-left:5px;
	}
ul.pmlist dt {
	padding-left: 45px;
	}
ul.forums dd {
	border-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	}
li.row:hover dd {
	border-left-color: #ffffff;
	}


/* Corners------------------------------------------------------------------------------------------*/
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
	}
span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
	}
span.corners-top span {
	background-image: none;
	background-position: 100% 0;
	}
span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
	}
span.corners-bottom span {
	background-image: none;
	;
	background-position: 100% 100%;
	}
.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
	}
span.corners-top {
	 background-image: url("corners_left.png");
	 }
span.corners-top span {
	 background-image: url("corners_right.png");
	 }
span.corners-bottom {
	 background-image: url("corners_left.png");
	 }
span.corners-bottom span {
	 background-image: url("corners_right.png");
	 }





/* TGF Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
*+ html .clearfix {
	min-height: 1px;
	}
* html .clearfix {
	position: relative;
	 height: 1%;
	 clear: both;
	}

