/* subsilver Style Portal*/
/* By sjpphpbb.net*/
/* These style definitions are mainly IE specific */
/* tweaks required due to its poor CSS support*/

.chat {
	background-color: #9CA4A6;
}

.board_disable {
	color: #FF0000;
}
.block_center {
	text-align: center;
}
.block_left {
	text-align: left;
}
.block_header {
	text-align: left;
	width : 100%;
}
.block_header2 {
	text-align: left;
}
.block_header3 {
	text-align: right;
}
.header_center {
	text-align: center;
	width : 40%;
}
.contenant {
	display : none;
}
.recent{ 
	height: 250px;
	OVERFLOW: auto;
}
.last_visites{ 
	height: 150px;
	OVERFLOW: auto;
}
.popup2{ 
	height: 250px;
	OVERFLOW: auto; 
}
.thumbnail{
	z-index: 0;
	position:relative;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 5;
}
.thumbnail span{
	position: absolute;
	background-color:#fff;
	padding: 4px;
	left: 0px;
	border: 1px solid #52513f;
	display: none;
	color: #000;
	text-decoration: none;
	width: 150px;
}
.thumbnail span img{
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{
	position:absolute;
	display:block;
	top: -100px;
	left: 1px;
}
.block_chat {
	width: 75%;
	text-align: left;
}	
.box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.shouts {
	width: 100%;
	height: 200px;
	overflow: auto;
}
.online_img {
	vertical-align:middle;
}

/* Page loading*/
.page_loading_td{
	height: 100%;
	width: 100%;
}
.page_loading{
	height: 100%;
	width: 100%;
	position: absolute; 
	left:0px; 
	top:0px;
	background-color: #0B1E29;
}
.block_center_loading {
	text-align: center;
	width: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
}

/* boutons header*/
.bouton_position {
position: relative;
top: 10px;
margin-left: 60px;
text-align: center;
}

a.squarebuttonl {
	background: transparent url('./images/navl.png') no-repeat top left;
	display: block;
	float: left;
	font-size: 10px; /* Change as desired */
	line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 25px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
}

a.squarebuttonr {
	background: transparent url('./images/navl.png') no-repeat top left;
	display: block;
	float: right;
	font-size: 10px; /* Change as desired */
	line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 25px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
}

a:link.squarebuttonl, a:visited.squarebuttonl, a:active.squarebuttonl, a:link.squarebuttonr, a:visited.squarebuttonr, a:active.squarebuttonr {
	color: #000;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

a.squarebuttonl span, a.squarebuttonr span {
	background: transparent url('./images/navr.png') no-repeat top right;
	display: block;
	padding: 2px 14px 8px 0; /*Set 8px below to match value of 'padding-left' value above*/
}

a.squarebuttonl:hover, a.squarebuttonr:hover { /* Hover state CSS */
	background-position: top left;
}

a.squarebuttonl:hover span, a.squarebuttonr:hover span { /* Hover state CSS */
	background-position: top right;
	color: #800000;
}