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

/*board désactivé*/
.board_disable {
	color: #FF0000;
}

/*class block*/
.cat_block {
	color: #075072;
	height: 10px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic4.gif');
	white-space: nowrap;
	padding: 2px 2px;
}
.block_center {
	text-align: center;
}
.block_left {
	text-align: left;
}

/*contenant*/
.contenant {
	display : none;
}

/*scroll recent topic*/
.recent{ 
	height: 250px;
	OVERFLOW: auto;
}

/*scroll las visite*/
.last_visites{ 
	height: 150px;
	OVERFLOW: auto;
}

/*popup*/
.popup2{ 
height: 250px;OVERFLOW: auto; 
}

/*thumbnail*/
.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: 130px;
}
.thumbnail span img{
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{
	position:absolute;
	display:block;
	top: -70px;
	left: -15px;
}

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

.row5 { 
	border-width: 1px;
	border-style: dotted;
	border-color: #FFFFFF;
	background-image : url('./images/row5.png');
} 

.border {
	border-width: 1px;
	border-style: dotted;
	border-color: #FFFFFF;	
}
.geo_stat{
	height: 250px;
	OVERFLOW: auto;	
}
.geo_size{
	font-size: 0.8em;	
}

.noavatar{
background-image: url('./images/noavatar/bg.php');
background-repeat:no-repeat;
background-position:50% 0%;
width: 130px;
height: 160px;
}

.online_img {
	vertical-align:middle;
}

/* boutons header*/
.bouton_position {
position: relative;
top: -20px;
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: 16px; /* 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: 16px; /* 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: transparent url('./images/navl1.png') no-repeat top right;
	background-position: top left;
}

a.squarebuttonl:hover span, a.squarebuttonr:hover span { /* Hover state CSS */
	background: transparent url('./images/navr1.png') no-repeat top right;
	background-position: top right;
	color: #0000FF;
}

/* fermer ouvrir colonne et block*/
.inverse_aff {
cursor:pointer;
text-decoration:underline;
}

.inverse_aff_2 {
color: #075072;
height: 18px;
font-size: 1.2em;
font-weight: bold;
text-align: left;
background-image: url('./images/cellpic4.gif');
white-space: nowrap;
padding: 5px;
cursor:pointer;
text-decoration:none;
}

