/* https://www.net-tchat.info/main.css 

 */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #1e1e1e;
}

a 
{
	color: #cecece;
	text-decoration: none;
	font-weight: bold;
}
.left {
	width:auto;
	max-width:340px;
	float:left;"
}

.right {
	width:auto;
	max-width:530px;
	float:right;
	border-left:1px dotted #282828;
	padding-left:20px;
}

@media only screen and (max-width: 600px) {
    .right {       
        float: left;
        width: 100%;
    }
    .left {       
        float: left;
        width: 100%;
    }
}


label
{
	margin-top: 4px;
}
input
{
	font-size: 12px;
}
input[type="text"],[type="password"]
{
	width: 150px;
}

#wrapper2
{
	margin: 0 auto;
	width: auto;
}

#wrapper
{
	margin: 0 auto;
	width: auto;
	max-width: 922px;
}

#header
{
	color: #fff;
	width: 100%;
	/*max-width: 900px;*/
	float: left;
	padding: 10px;
	height: 100%;
	max-height: 95px;
	/*margin: 10px 0px 5px 0px;*/
	background: url("https://www.net-tchat.info/images/nlogoletters.svg") left top no-repeat #101010;
	background-position: 25% 0;
	text-align: center;
}

.commenu
{
	color: gray;
	height:auto;
	min-height:12px;
}

#strap
{
	color: gray;
	height: 12px;
}

.content
{
	color: #ccc;
	height:auto;
	min-height:400px;
	display: inline-grid;
	/*display: inline;*/
}

.contentbis
{
	min-height:200px;
	display: inline;
}

.level
{
	padding: 15px;
	margin: 0 0 6px 0;
	border-top: 1px solid #101010;
	border-bottom: 1px solid #101010;
	background: left top repeat-x #101010;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
}

.comcont
{
	float: left;
	width: 100%;
	max-width: 900px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
}



a:hover
{
	color: #fff;
}

/* -- Profile -- */
.profile {
	position: relative;
	/*width: 760px;*/
	width: 90%;
	margin: 10px 0 0 0;
}
.profile .wrapper {
	/*width: 650px;*/
	width: 90%;
	height: 131px;
	margin: 5px 0 5px 5px;
}

.profile .top {
	/*width: 650px;*/
	width: 90%;
	height: 31px;
}

.profile .content {
	width: 85%;
	height: 100px;
}
		
.profile h2 {
	float: left;
	margin: 0 0 0 125px;
	line-height: 31px;
	font-size: 18px;
	/*color: #446677;*/
}


.profile .top span {
	display: block;
	float: right;
	margin: 0 10px 0 0;
	line-height: 31px;
}
.profile .infos {
	position: relative;
	width: 135px;
	height: 131px;
	margin-top: 5px;
	margin-left:0;
}
.profile .infos ul {
	margin-left:0px;	
}
.profile .infos li {
	margin-left:0px;	
}
.profile .infos p {
	padding: 0px 0 4px 0;
}

.picture {
	position: absolute;
	top: 16px;
	left: 18px;
	width: 95px;
	height: 95px;
	background: #fdfcf8;
	border: 1px solid #ccc;
	
}
.picture img {
	margin: 5px;
}
/*
#profile .content {
	width: 615px;
	height: 100px;
	background: #93b9c8;
}
*/
.profile .content p {
	margin: 0 0 0 125px;
	padding: 4px 0 4px 0;
}

.divtitre {
	width: 100%;
	max-width: 900px;
	float:left;
	border-bottom:1px dotted #282828;
	margin-bottom:10px;
}

.comcont
{
	float: left;
	width: 100%;
	max-width: 900px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
}

#membre
{
	color: #ccc;
	height:auto;
	min-height:200px;
	display: inline;
}

#footer
{
	height: auto;
	color: gray;
}

h2
{
	font: 1.5em Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #d1d1d1;
	font-weight: bold;
}

#members
{
	display: inline-block;
	width: 100%;
	max-width: 900px;
	min-height:115px;
	color: gray;
	padding: 10px;
	margin: 0px 0px 5px 0px;
}

#members ul {
	width: auto;
	max-width: 900px;
	margin: 0 5px 0 5px;
	padding: 14px 0 0 0;
}
#members li {
	list-style-type :none;
	display: inline-block;
	width: 11.1%;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	#members li {
		display: inline-table;
	}
}

#members li span {
	display: block;
	margin: 0 auto;
	background: #fdfcf8;
	border: 1px solid #ccc;
	width: 82px;
	height: 71px;
}
#members li img {
	margin: 5px;
}
#members li strong {
	display: block;
}
#members li a {
	color: #ae3c26;
}

input[type="button"],[type="submit"],[type="reset"]
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 34px;
	background: #101010;
	line-height: 30px;
	font-weight: 700;
	border: 2px solid #fff;
	text-align: center;
	cursor: pointer;
	color: #fff;
}

input[type="button"]:hover,[type="submit"]:hover,[type="reset"]:hover {
	background-color: #fff;
	color: #101010;
}

.developer
{
	text-align:right;
	float:right;
}

.valid
{
	float:left;
}

#valid
{
	float:left;
}

.sponsorise {
    background-color: #efc439;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    padding: 0 2px;
    vertical-align: baseline;
}
