* {
	margin: 0;
	padding: 0;
	border: 0;
}


html {
	height: 100%;
	margin-bottom: 0.1px;
}

body {
	font: 0.675em Verdana, Arial, "Times New Roman", sans-serif;
}

div#tooCool a {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url('../images/too_cool.png') bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#global {
	width: 792px;
	padding: 0 30px;
	margin: 0 auto;
	background: url('../images/center.png') center repeat-y;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	color: #EEA546; /* orange plus foncé: #ffa546 --- pire: #EEA546*/
	text-decoration: underline;
}

pre, code {
	width: 95%;
	color: #330099;
	border: 1px solid #D9C39D;
	margin: 15px 0 15px 0;
	padding: 10px;
	font-size: 11px;
	background: #FFF8F5;
	line-height: 20px;
	font-family: georgia, courier, monospace, serif;
	/*-moz-border-radius: 5px;*/
}

textarea {
	border: 1px #7F9DB9 solid;
}

/**********************/

.bbcode_gras {
	font-weight: bold;
}

.bbcode_italique {
	font-style: italic;
}

.bbcode_souligne {
	text-decoration: underline;
}

.bbcode_barre {
	text-decoration: line-through;
}

.bbcode_centre {
	text-align: center;
}

.bbcode_droite {
	text-align: right;
}

/**********************/

.rouge { color: red; }
.vert { color: green; }
.blue { color: blue; }

.erreur {
	color: red;
	display: block;
	font-size: 12px;
	font-family: 'Courier New';
}
	
.spacer {
	width: 100%;
	height: 1px;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

.hideMe {
	top: -9999px;
	left: -9999px;
	position: relative;
}

.focus {
	border: 1px #7F9DB9 solid;
	padding: 1px;
}

.focus:focus {
	border-color: #FFCC4D;
}

.marge-top { margin-top: 20px; }
.marge-right { margin-right: 20px; }
.marge-bottom { margin-bottom: 20px; }
.marge-left { margin-left: 20px; }

.marginTopBig { margin-top: 40px; }

/**********************/

#header {
	height: 79px;
	background: url('../images/header.png') no-repeat;
}

#header h1 {
	float: left;
	height: 1px;
	width: 1px;
}

#topmenu {
	height: 102px;
	color: #fff;
	font-size: 0.85em;
	line-height: 18px;
	background: #666666 url('../images/topmenu.png') no-repeat;
}

#topmenu a {
	text-decoration: none;
	color: #fff;
}

#topmenu a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffd264;
}

#topmenu ul {
	padding: 25px 0 0 70px;
}

.blocmenu ul, #topmenu ul {
	list-style-type: none; /* on enlève les puces des listes */
}

/**********************/

#center {
	margin-top: 25px;
}

/**********************/

#content {
	float: right;
	width: 577px;
	padding: 0 15px 0 15px;
	margin-bottom: 20px;
	font-size: 1.1em;
}

h2 {
	font-size: 1.3em;
	color: #808080;
	margin-bottom: 15px;
}

h3 {
	color: #EEA546;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}


#content td {
	width: 50%;
	padding: 0 5px;
}

.infos {
	font-weight: bold;
	font-size: 0.9em;
	color: #000080;
}

.infos a {
	text-decoration: none;
	color: #000080;
}

.infos a:hover {
	text-decoration: underline;
}

.savoirplus {
	cursor: help;
}

/**********************/

#menu {
	float: left;
	width: 185px;
	color: #fff;
	font-size: 0.9em;
}

#menu .blocmenu {
	width: 154px;
	margin: 0 auto;
	background: #666666 url('../images/menu_footer.png') bottom no-repeat;
	margin-bottom: 20px;
}

#menu a {
	color: #fff;
}

#menu a:hover {
	color: #ffd264;
}

#menu a:first-letter {
	font-weight: bold;
}

#menu ul li.bloctitre {
	height: 30px;
	background: url('../images/menu_header.png') no-repeat;
	padding: 7px 0 0 60px;
	font-weight: bold;
}

#menu ul {
	background: #666666 url('../images/menu_center.png') center repeat-y;
}

#menu ul li {
	padding: 0 0 9px 15px;
}

#menu ul li:first-letter {
	font-weight: bold;
}

/**********************/

table.home {
	padding-bottom: 40px;
}

table.home tr {
	vertical-align: top;
}

.home ul {
	font-size: 0.9em;
	padding: 15px 0;
}

.home ul li,
.noPuces {
	list-style: none;
}

.home h2 {
	margin-bottom: 5px;
}

.home_intro {
	font-size: 0.9em;
	font-style: italic;
}

.home_commander {
	text-align: center;
}

/**********************/

.news {
	margin: 15px 0px 20px 0px;
}

.titrenews {
	margin: 10px 4px;
	font-size: 1.15em;
}

.commentairenews, .auteurdatenews {
	text-align: right;
	font-size: 0.85em;
}

.commentairenews {
	float: right;
}

.textenews {
	font-size: 1.0em;
}

.auteurdatenews {
	font-style: italic;
	padding-bottom: 10px;
	margin: 15px 0;
	border-bottom: 1px black dotted;
	font-size: 0.80em;
}

.comment {
	margin: 0 auto;
	width: 60%;
}

.auteurdatecomment {
	font-size: 1.0em;
	margin-bottom: 4px;
}

.textecomment {
	font-size: 0.90em;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px black dotted;
}

/**********************/

#commentglobal {
	width: 100%;
	overflow: auto;
	max-height: 500px;
}

div.commentform {
	margin-left: 75px;
}

#commentform input, #commentform div, #commentform p {
	text-align: center;
}

#commentform input.pseudo, #commentform input.nofloodz {
	text-align: left;
}

#commentform label {
	width: 100%;
	text-align: center;
}

.pagination {
	text-align: center;
}

.pagination a, .currentPage {
	margin: 0 5px;
}

/**********************/

.adminsign {
	text-align: right;
	margin-top: 30px;
}

.ajoutersmiley {
	margin: 10px 0 15px 0;
}

/**********************/

.ref-texte {
	margin: 8px 0 15px 0px;
}

.ref-sign {
	text-align: right;
	font-style: italic;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px black dotted;
	font-size: 0.90em;
}

/**********************/

#contact-rep {
	font-weight: 600;
	color: #ff0000;
}

.contact-option {
	margin-top: 4px;
	text-decoration: underline;
}

.contact-option_message {
	margin-top: 30px;
	font-weight: bold;
}

.contact-case {
	margin-top: 4px;
}

.contact-continuer {
	margin: 25px 150px;
}

/**********************/

.register-text {
	margin: 15px auto;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px #D3D3D3 dotted;
}

.register-text a {
	text-decoration: none;
	color: #ff0000;
}

.register-text a:hover {
	text-decoration: underline;
}

.register-comment {
	position: absolute;
	margin-top: 5px;
	width: 150px;
	padding-left: 20px;
	
	font-size: 0.9em;
	color: #ff0000;
	text-align: left;
}

.register-continuer {
	margin: 25px 175px;
}

/**********************/

.stats table {
	width: 98%;
	border: 1px gray solid;
	margin-top: -15px;
	border-collapse: collapse;
}
	
.stats table td a {
	text-decoration: none;
}

.stats table th {
	color: #B67B1D;
	padding: 5px 0;;
	text-align: center;
	border-bottom: 1px gray solid;
	background-color: #FFD264;
}

.stats table td p {
	padding: 4px 8px;
}

.stats table td.stats-titre, .stats table td.stats-valeur {
	border-bottom: 1px #D3D3D3 dotted;
}

.stats table tr td.stats-titre {
	font-weight: bold;
}

.stats table tr td.stats-fin {
	font-weight: bold;
	border-bottom: none;
}

/**********************/

.faq-questions {
	width: 90%;
	color: #EEA546;
	margin: 5px 0 30px 15px;
	list-style: square;
	border-bottom: 1px gray solid;
	padding-bottom: 30px;
}

.faq-questions li {
	padding: 0 0 5px 10px;
}

.faq-questions li a {
	text-decoration: none;
}

.faq-questions li a:hover {
	text-decoration: underline;
}

div.faq a:hover {
	color: #EEA546;
	text-decoration: none;
}

.faq-titre {
	width: 98%;
	border-top: 1px #D3D3D3 dotted;
	padding-top: 25px;
}

.faq-texte {
	margin: 5px 0 20px 10px;
}

.faq-note {
	margin-top: 50px;
	border-top: 1px gray solid;
	padding-top: 15px;
	text-decoration: underline;
}

/**********************/

.linkus-texte {
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #D3D3D3 dotted;
}

.linkus-proprietes {
	font-size: 0.85em;
	margin-top: 3px;
}

/**************/

#content .tracker {
	margin: 0 0 20px 20px;
	width: 90%;
}

.tracker h4 {
	font-size: 1.1em;
	font-weight: normal;
}

.tracker img.levelshot {
	float: left;
	margin-right: 7px;
}	

.tracker .servinfo {
	padding: 7px 5px 0 0;
	font-size: 1.1em;
	height: 123px;
}

.tracker .servinfo p.retour {
	margin: 5px 0 20px 0;
}

.tracker .servinfo a {
	text-decoration: underline;
}

.tracker .servinfo table {
	margin-left: -7px;
	padding-left: 7px;
}


/**************/

/**************

#content .server {
	margin: 0 0 20px 20px;
	width: 90%;
}

#showserv .server h4,
.server h4 {
	font-size: 1.1em;
	font-weight: normal;
}

#showserv .server .levelshot,
.server .levelshot {
	width: 130px;
	float: left;
}

#showserv .server .servinfo,
.server .servinfo {
	height: 120px;
	padding: 5px 5px 5px 0;
	font-size: 1.1em;
}

#showserv .server .servinfo p.retour,
.server .servinfo p.retour {
	margin-bottom: 20px;
}

#showserv .server .servinfo a,
.server .servinfo a {
	text-decoration: underline;
}

#showserv .server .servinfo table,
.server .servinfo table {
	margin-left: 5px;
}

/**********************/

form fieldset.contact {
	border: 0;
	margin-top: 0;
}

form fieldset.contact label {
	float: left;
	width: 115px;
	margin: 0 0 10px 10px;
}

form fieldset.contact legend {
	padding: 10px 0;
	font-size: 13px;
	font-weight: bold;
}

form fieldset.contact span.trackers-comment {
	width: 335px;
	margin-top: 3px;
}

form fieldset.contact option {
	padding-right: 5px;
}

form fieldset.contact div.button {
	margin: 15px 0 40px 115px;
	font-size: 11px;
}

/**********************/

#login {
	padding-top: 5px;
}

.loginfalse {
	color: #FF0000;
	font-size: 0.8em;
	margin-left: 370px;
	font-family: Verdana;
	margin-bottom: -25px;
}

form.login fieldset {
	border: none;
	padding-top: 32px;
}

form.login fieldset label {
	float: left;
	width: 70px;
	color: #808080;
	font-size: 0.8em;
	margin: 4px 0 0 370px;
}

form.login fieldset input {
	height: 13px;
	font-size: 0.8em;
}

form.login fieldset input.submit {
	/*color: #FFFFFF;*/
	height: 18px;
	border: 1px #7F9DB9 solid; /*#E0E0E0;*/
	margin: -10px 0 0 20px;
	position: absolute;
	/*background-color: #5E6265;*/
}

form.login fieldset input.submit:focus {
	border: 1px #FFCC4D solid;
}

/**********************/

.cost table {
	margin: 10px 0;
}

.stats table tr.cost-titre td p {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px gray solid;
}

.stats table tr.cost-titre-jk td p {
	width: 160px;
}

.stats table tr.cost-valeur td {
	text-align: center;
	border-bottom: 1px #D3D3D3 dotted;
}

.stats table tr.cost-fin td {
	border-bottom: none;
}

/**********************/

ul.command {
	width: 90%;
	color: orange;
	margin: 20px 0 30px 15px;
	list-style: square;
}

ul.command li {
	padding: 0 0 3px 10px;
}

ul.command li p {
	color: #000000;
}

/**********************/

div.finance_comptes form p {
	width: 100%;
	text-align: center;
}

div.finance_comptes form select {
	margin: 20px 0;
}

div.finance_allopass {
	width: 300px;
	text-align: center;
}

div.finance_allopass img {
	border: none;
}

/**********************/

ol.rules {
	margin: 0 10px 20px 30px;
}

ol.rules li {
	margin-bottom: 20px;
}

/**********************/

table.user_account {
	text-align: left;
	vertical-align: top;
	margin-bottom: 25px;
}

table.user_account td {
	float: left;
	margin-left: 20px;
}

table.user_account td input {
	height: 15px;
	font-size: 0.7em;
}

/**********************/

form p {
	text-align: left;
	width: 400px;
}

form p label {
	float: left;
	width: 150px;
	text-align: left;
	padding-right: 25px;
}

/**********************/

#w3c-old {
	border-top: 1px black dotted;
	padding: 5px 0 5px 0;
	margin: 0 auto;
	width: 460px; /* 60% en condensé */
	text-align: center;
	font-size: 0.8em;
}

.w3c {
	text-align: center;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	height: 25px;
	background: #4e4e4e url('../images/footer.png') no-repeat;
	color: #fff;
	line-height: 25px;
	padding-left: 20px;
	font-size: 0.8em;
}