@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
}
#chargement {
	margin: auto;
	width: 100px;
	height: 50px;
	color: #999999;
	margin-top: 150px;
	text-align: center;
	font-family: Georgia, Arial, "Microsoft Sans Serif", Onyx, Verdana;
	position: absolute;
	left: 19px;
	top: -134px;
}
#bienvenue {
	color: #999999;
	font-size: 18px;
	margin-left: 20px;
	margin-top: 30px;
}
#choix {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 180px;
}
#choix li {
	list-style-type: none;
	float: left;
	display: inline;
}
#conect {
	float: right;
	margin-right: 100px;
	cursor: pointer;
}
img {
		border: 0px;

}
#accordeons {
	color: #FFFFFF;
	background-color: #666666;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#copright {
	margin-top: 25px;
	color: #999999;
	width: 200px;
	border: 1px solid #666666;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.init {
	height: 30px;
	z-index: 1;
}
.infosupp {
	width: 490px;
	list-style-type: none;
	padding: 10px;
	color: #FFFFFF; 
	height: 150px;
}
#urban {
	display: none;
	background-image: url(bg_urt.png);
	background-repeat: no-repeat;
}
#dofusaff {
	display: none;
	background-image: url(bg_dofus.png);
	background-repeat: no-repeat;
}
#hackersaff {
	display: none;
	background-image: url(bg_hackers.png);
	background-repeat: no-repeat;
}
#mambressaff {
	display: none;
	background-image: url(bginfomembres.png);
	background-repeat: no-repeat;
}
#ul_info {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#conteneur {
	display: none;
}




h4 {
	color: #81FF56;/* dédié aux titre d'actus */
	font-size: 14px;
	background-image: url(95.png);
	padding-left: 24px;
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: -8px;
	padding-top: 2px;
}



#conteneur_acc {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid  #333333;
	color: #9FFF94;
}
#actus_title {
	background-image: url(bg_title.png);
}
#dev_title {
	background-image: url(bg_title2.png);
}
#stats_title {
	background-image: url(bg_title.png);
}
.contenu_onglet {
	display: none;
	padding: 1px;
	color: #999999;
}
#livre_title {
	background-image: url(bg_title2.png);
}

.title_onglet {
	width: 785px;
	background-repeat: no-repeat;
	height: 23px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.left_onglet {
	height: 30px;
}
.right_onglet {
	float: right;
	background-image: url(95.png);
	width: 50px;
	height: 20px;
	background-repeat: no-repeat;
}
.plus {
	cursor: pointer;
	width: 180px;
	background-image: url(95.png);
	background-position: 150px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 25px;
	padding-top: 4px;
	padding-left: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	z-index: 1;
}
.ss_contenu {
	display: none;
	padding: 1px;
	margin-top: 12px;

}
a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.name_stats {
	color: #81FF56;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#suite_donnees_log {
display: none; 
}

#plus, #plus2 {
	background-image: url(bg_plus.png);
	width: 180px;
	height: 25px;
	z-index: 0;
}
li {
	list-style-type: square;
}
#name_stats {
}

input[type="button"], input[type="submit"], input[type="reset"], button {
	width:150px;
	height:30px;
	border: 1px solid #999999;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
	background: -moz-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
	background: gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
	-webkit-box-shadow: 1px 1px 5px #888; 
	-moz-box-shadow: 1px 1px 5px #888;
	color:#333333;
	cursor: pointer;
}

input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, button:active {
	background: rgb(221, 221, 221);
 }
input[disabled="disabled"],input[disabled="disabled"]:active  {
	background: rgb(245, 245, 245);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(245, 245, 245)));
	background: -moz-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(245, 245, 245)));
	background: gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(245, 245, 245)));
	-webkit-box-shadow: 1px 1px 5px #CCCCCC;
	-moz-box-shadow: 1px 1px 5px #CCCCCC;
 }
 
