/****** GLOBAL ******/
/********************/
html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
	background: #f4f1eb url(/lib/images/theme2/bg.png) repeat-x;
}

img {
	border: 0;
}

a {
	color: #222;
	outline:none;
}

a:hover {
	color: #d00000;
}

iframe {
	border: none;
}
iframe.sondage {
	position: relative;
	height: 350px;
	width: 420px;
	padding-left: 30%;
}

input[type="text"], input[type="password"] {
	border: 1px solid #ccc;
	background: url(/lib/images/input_bg.png) repeat-x;
}
input[type="text"]:hover, input[type="password"]:hover {
	border: 1px solid #aaa;
}
input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid #ff0000;
}



/* BASE */
#base {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #fff;
	z-index: 0;
}

/* TOP */
#header {
	position: relative;
	height: 150px;
	width: 100%;
	margin-bottom: 2px;
	z-index: 1;
	background: url(/lib/images/theme2/logo.png) no-repeat 0 25px;
}
#header #slogan {
	position: absolute;
	color: #ffeaea;
	font-size: 16px;
	font-weight: bold;
	left: 120px;
	bottom: 75px;
	z-index: 2;
}
#header #pop {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	color: #fc0;
}
#header #pop a {
	color: #fc0;
}
#header #pop a:hover {
	color: #ac0;
}
#header #lang {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	text-align: right;
}
#header #lang img {
	margin-right: 5px;
	width: 16px;
	height: 11px;
	z-index: 3;
	border: 0;
}
#header #logo_lnk {
	position: absolute;
	top: 35px;
	left: 5px;
	height: 110px;
	width: 350px;
	z-index: 2;
}

/* BOOTOM */
#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1;
	background: #231E1E;
	border-top: 3px solid #EDE5D6;
	bottom: 0px;
}
#foot {
	font-size: 10px;
	position: relative;
	color: #fff;
	width: 880px;
	margin: auto;
	padding-left:20px;
	z-index: 1;
}
#foot dt {
	text-decoration: none;
	font-weight: normal;
}
#foot a {
	color: #fff;
	text-decoration: underline;
}
#foot a:hover {
	text-decoration: underline;
}
#foot .col {
	margin-top: 10px;
	margin-right: 30px;
	position: relative;
	float: left;
	min-width: 130px;
	/*border-left: 1px solid #EDE5D6;*/
}
#foot .col h4 {
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #EDE5D6;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}


#main_content {
	z-index: 0;
}


#left_panel {
	position: relative;
	border: 0px solid #fff;
	width: 220px;
	float: left;
	z-index: 1;
}
#right_panel {
	border: 0px solid #fff;
	float: left;
	width: 680px;
	z-index: 1;
}

h2.titre_block {
	color: #fff;
	border-bottom: 0px solid #ddd;
	background: #eee url(/lib/images/block_head.png) repeat-x;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	z-index: 2;
		border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}
.titre_block a {
	color: #fff;
	text-decoration: none;
}
.titre_block span {
	color: #f00;
}
.block_left {
	width: 200px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-color: #fff;
	z-index: 2;
	border: 1px solid #ddd;
	border-bottom: 2px solid #777;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;  
	-webkit-box-shadow: 1px 1px 13px #999;  
	box-shadow: 1px 1px 13px #999; 
}

.block_right {
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	z-index: 2;
	border: 1px solid #ddd;
	border-bottom: 2px solid #777;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-webkit-box-shadow: 1px 1px 13px #999;  
	 box-shadow: 1px 1px 13px #999; 
}
.block_right .titre_block {
	width: 660px;
	text-align: left;
	padding-left: 20px;
	z-index: 2;
		border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}
.block_content {
	padding: 0 5px 5px 5px;
	z-index: 2;
}



#menu ul {
	padding: 0;
	margin: 0;
	height: 30px;
	border-left: 1px solid #ede5d6;
	margin-bottom: 15px;
}
#menu ul li {
	list-style-type: none;
	height: 30px;
	float: left;
	border-right: 1px solid #ede5d6;
}
#menu a {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	min-width: 50px;
	height: 30px;
	display: block;
}
#menu a:hover {
	/*background-color: #ffdede;*/
}


#unpeak {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 220px;
	height: 90px;
	color: #ddd;
	text-align: right;
}
#unpeak a {color: #ddd;}
#unpeak a:hover {color: #ec0;}

#divers {
	position: absolute;
	right: 230px;
	bottom: 25px;
	color: #ddd;
	text-align: right;
}
#divers span {
	font-size: 12px;
	font-weight: bold;
}
#divers b {
	color: #ec0;
}


#membres {
	text-align: center;
}
#membres p.pseudo {
	color: #08f;
}
#membres p.pseudo span {
	font-weight: bold;
	font-size: 15px;
}
#membres p.service {
	color: #000;
}
#membres span.service {
	color: #d00;
}
#membres p.service_time {
	text-decoration: none;
	color: #fb0;
	font-weight: bold;
	font-size: 15px;
}
#membres p.service_time span {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#membres .menu ul {
	text-align: left;
	padding: 0;
	margin: 0;
}
#membres .menu ul li {
	list-style-type: none;
	height: 25px;
}
#membres .menu a {
	text-align: center;
	line-height: 25px;
	height: 25px;
	width: 200px;
	display: block;
}
#membres .menu a:hover {
	color: #00f;
	background: #e7edff;
}
#membres .menu li.special {	margin: 10px 0 10px 0;	}
#membres .menu li.special a:hover {
	color: #d00;
	background: #ffdede;
}


#login {
	text-align: center;
	padding: 20px;
	margin: 20px;
	font-weight: bold;
}
#login.red {
	color: #f00;
	border: 1px solid #f00;
}
#login.green {
	color: #0f0;
	border: 1px solid #0f0;
}
p.red {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #f00;	
}



div.premium_pub {
	position: relative;
	height: 80px;
	width: 330px;
	text-align: left;
	background: url(/lib/images/test.png) no-repeat 50%;
}
div.premium_pub:hover {
	
}
#premium_pub_service {
	position: absolute;
	left: 70px;
	top: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
#premium_pub_down {
	position: absolute;
	top: 40px;
	left: 45px;
	color: #fff;
}
div.premium_pub span.type {
	color: #fc0;
}





div.nicetitle {
    position: absolute;
    padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background: #222 /*url(/lib/images/ntbg.png)*/;
    opacity: 0.9;
    /* Mozilla proprietary */
	z-index: 200;
    -moz-border-radius: 4px;
}
div.nicetitle p {
    margin: 0; padding: 0 0px;
}
div.nicetitle p.destination {
    font-size: 12px;
    text-align: left;
}

div.nicetitle h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}


.error {
	display: none;
	color: red;
	border: 1px solid red;
	/*-moz-border-radius: 1em;*/
	padding: 10px;
	width: 400px;
}


#tbl_stats {
	width: 100%;
	empty-cells: hide;
	border-collapse: separate;
	border-spacing: 1px;
}
#tbl_stats td {
	text-align: right;
	padding: 3px 5px 3px 5px;
	border: 1px dashed #ccc;
}

.barre_main {
	position: relative;
	width: 100%;
	color: #000;
	border: 1px solid #ccc;
	height: 14px;
	background: #f4f1eb;
}
.barre_percent {
	position: relative;
	height: 14px;
	background: #EFE0C2;
	z-index: 1;
}
.barre_text {
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 9px;
	z-index: 2;
}

h4 {
	color: #a00;
	padding: 0;
	margin: 20px 10px 10px 10px;
	font-size: 16px;
	border-bottom: 1px solid #000;
}


#game a {
	text-decoration: none;
	position: relative;
	width: 100%;
}
#game .server {
	width: 100%;
	position: relative;
	font-size: 11px;
	margin-bottom: 20px;
}
#game .name {
	float: left;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
	color: #a00;
	width: 100%;
}
#game .left {
	text-align: left;
	font-weight: bold;
	float: left;
	width:30%;
}
#game .right {
	text-align: right;
	float:right;
	width: 65%;
}
#game .ip a {
	color: #CF5A5A;
	font-weight: bold;
	text-decoration: none;
}
#game .ip a:hover {
	text-decoration: underline;
}

#stats_bottom {position: relative;width: 99.5%;border: 1px solid #aaa;}
	#stats_bottom #stats_left {position: absolute;width: 8%;height: 200px;border-bottom: 1px solid #aaa; color:#999;font-size: 10px;}
		#stats_left #stats_25 {position: absolute;bottom: 25%;right: 2px;z-index:20;}
		#stats_left #stats_50 {position: absolute;bottom: 50%;right: 2px;z-index:20;}
		#stats_left #stats_75 {position: absolute;bottom: 75%;right: 2px;z-index:20;}
		#stats_left #stats_curr {position: absolute;text-indent:1px;height: 0px;border-bottom: 0px solid #a00;width: 100%;bottom: 0%;color: #a00;z-index:10;}
		
	#stats_bottom #stats_ho_total {position: absolute;height: 1px;width: 109%;left:-9%;border-bottom: 1px solid #a00;}

	#stats_bottom #stats_total {position: relative;height: 20px;background: #ddd;}
		#stats_bottom dd {margin: 0;padding: 0;position:absolute;right: 10px;bottom: 2px;}

	#stats_contener {position: relative;border-bottom: 1px solid #aaa;border-left: 1px solid #aaa;height: 200px;width: 92%;margin-left: 8%;}
		#stats_contener #stats_l_25 {position: absolute;height: 1px;border-bottom: 1px solid #e5e5e5;width: 100%;bottom: 25%;}
		#stats_contener #stats_l_50 {position: absolute;height: 1px;border-bottom: 1px solid #e5e5e5;width: 100%;bottom: 50%;}
		#stats_contener #stats_l_75 {position: absolute;height: 1px;border-bottom: 1px solid #e5e5e5;width: 100%;bottom: 75%;}
		
		#stats_contener .server {position: relative;float:left;z-index: 30;}
		#stats_contener .server p {display: none;visibility: hidden;}
		#stats_contener .color0 {background: #eee;}
		#stats_contener .color1 {background: #ddd;}
		#stats_contener .server:hover {background:#bbb;}

#stats_contener #tooltip {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0px;
	background: url(/lib/images/black_arrow.png) no-repeat;
	padding: 15px;
	width: 210px;
	height: 0px;
	z-index: 0;
}
#stats_contener #t_content {
	position: relative;
	color: #fff;
	width: 85%;
	height: 85%;
	z-index: 100;
}
#stats_contener #t_content p {margin: 0;padding: 0;}

#hosts #host_c{
margin-top:5px;position:relative;margin-left:auto;margin-right:auto;
}
#hosts .host_p {
-moz-border-radius:5px;float:left;
}

.lobby {
	margin-bottom: 20px; font-weight: bold; text-align: center; margin-right: 20px; width: 30%; height: 100px; float: left; border: 1px solid #aaa;
	font-size: 16px;
	-moz-border-radius: 15px; border-radius: 15px;
}
.lobby span {
	font-size:55px;color:#d00;
}

.news li.feat {
	margin-left: 30px;
}