/*  Black Deal          */


/* Général */
/***********/
body {
	margin: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}

a { text-decoration: none; color: #FFFFFF; }
a:visited	{ text-decoration: none; color: #BFBFBF; }
a:hover		{ text-decoration: underline; color: #BF4000; }
a:active	{ text-decoration: underline; color: #732600; }

a.link {
  padding-right: 16px;
  background:transparent url(http://static.guerredesgangs.com/images/link.gif) no-repeat scroll right center;
}

p {
	margin: 0px;
	margin-right: 3px;
}

h1,h2,h3 {
	font-weight: bold;
	font-size: 18px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color: #000000;
	margin: 0px;
	margin-bottom: 3px;
}

h2,h3 {
	color: #FFFFFF;
	margin-top: 6px;
}
h2 { font-size: 16px; } 
h3 { font-size: 14px; } 


img {
	border: 0px;
	vertical-align: bottom;
}

/* Classes spéciales */
/*********************/
.note {
	background-color: #730000;
	border: 1px outset #BFBFBF;
	margin: 0px auto;
	width: 430px;
	padding: 0;
	text-align: left;
}
.note p {
	padding-right: 3px;
}
.note img {
	max-width: 430px;
}

.iillu {
	background-image: url(http://static.guerredesgangs.com/images/infond.jpg);
  background-repeat:no-repeat;
  background-position: right bottom;
	margin: 0px auto;
	width: 420px;
	text-align: left;
}
.iillu p {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
}

img.avatar {
}

img.floatleft {
	float: left;
}
img.floatright {
	float: right;
}

.sm { font-size: 11px; text-align: left; }
.sm_b { font-size: 11px; text-align: left; font-weight: bold; }

.inscription {
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.inscription a { color: #FFFFFF; }

img.screen {
	float: right;
	border: 0;
	margin: 4px;
	margin-left: 8px;
	background-color: #404040;
}
div.present {
	margin: 4px;
}

form.navi {
	margin: 0;
	padding: 0;
	margin-left: 616px;
	text-align: right;
	display: inline;
	font-size: 8px;
	width: 170px;
}

/* Tableaux    */
/***************/
.tableau th {
	background-color: #730000;
	color: #FFFFFF;
	text-align: center;
	padding: 2px;
}
.tableau td {
	text-align: center;
	padding: 0px;
}
.tableau tr:hover {
	/*background-color: #646464;*/
}
.tableau td.right { text-align: right; }
.tableau td.left { text-align: left; }
.tableau {
	margin: 0px auto;
	font-size: 13px;
	border: 1px solid #606060;
}
.tableau form {
	width: auto;
	padding: 0px;
	margin: 0px;
}
.tableau input.btn {
	width: 50px;
}
.tableau input.input_int {
	width: 25px;
	text-align: center;
}
tr.protege td p a, tr.protege td p a:visited, tr.protege td a, tr.protege td a:visited, tr.protege td {
	color: black;
}
td.alliance1 {
	background-color: #218e00;
}
td.alliance2 {
	background-color: #c00000;
}
td.alliance3 {
	background-color: #8888cc;
}

/* Marché */
/***************/
.market tr {
	height: 21px;
}


/* Formulaires */
/***************/
label {
	float: left;
	width: 90px;
	display: inline;
	text-align: right;
	padding-right: 5px;
}
form {
	text-align: left;
	padding-left: 2px;
	margin: 0px auto;
	margin-bottom: 10px;
	width: 450px;
}
input {
	font-size: 12px;
}
input#username, input#name, input#parrain, input#password, input#email, input#email2 {
	padding-left: 14px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 2px center;
}
input#username, input#name, input#parrain {
	background-image: url(http://static.guerredesgangs.com/images/input_name.png);
}
input#password {
	background-image: url(http://static.guerredesgangs.com/images/input_password.png);
}
input#email,input#email2 {
	background-image: url(http://static.guerredesgangs.com/images/input_email.png);
}

.input_int {
	width: 70px;
	text-align: center;
}
#competences input.input_int {
	width: 25px;
	text-align: center;
}
#competences input.btnp {
	background-color: #730000;
	color: #fff;
	width: 25px;
	text-align: center;
	border: 1px;
}
input.btn {
	background-color: #730000;
	color: #fff;
	margin-top: 2px;
	width: 80px;
	border: 1px outset #730000;
}
input.btn_medium {
	background-color: #730000;
	color: #fff;
	margin-top: 2px;
	width: 85px;
	border: 1px outset #730000;
}
input.btn_large {
	background-color: #730000;
	color: #fff;
	margin-top: 2px;
	width: 100px;
	border: 1px outset #730000;
}
input[disabled="disabled"] {
	color: #000000;
}
input#code {
	width: 40px;
	margin-bottom: 5px;
}
textarea {
	width: 300px;
	height: 200px;
	font-size: 12px;
}

form#telephone {
	text-align: left;
	padding-left: 0;
	margin: 0;
	margin-bottom: 0;
	width: 500px;
}

form#telephone input {
	width: 12px;
}

form#telephone input.btn {
	width: 80px;
}


/* Définitions */
/********/
dl {
	text-align: left;
}
dd {
	text-align: justify;
	padding: 3px;
	margin : 10px;
	margin-left: 20px;
	border: 1px dashed #808080;
}
dd p {
	margin-top: 3px;
	margin-bottom: 3px;
}
dt {
	font-weight: bold;
	margin-top: 7px;
	margin-left: 5px;
}

/* Jeu de Cadres */
/*****************/
.spacer {
  clear: both;
  visibility: hidden;
  font-size: 5px;
}
.clearboth {
 clear: both;
 visibility: hidden;
}

#grandconteneur {
width: 790px;
margin: 0 auto;
}
#conteneur {
width: 790px;
float: left;
}


#head {
 float: left;
 width: 790px;
 border: 0px;
 text-align: left;
}
#head_l {
 float: left;
 width: 280px;
}

#head_r {
 float: left;
 width: 510px;
 text-align: right;
}


.menu {
 float: left;
 width: 145px;
}
.menu_bloc {
 margin-bottom: 10px;
 text-align: center;
 padding-bottom: 3px;
}
.menu_bloc p, li {
 text-align:left;
 padding-left: 3px;
}
.menu_bloc a { text-decoration: none; }

.menu_bloc h1 {
 text-align: left;
 background-color: #C00000;
 color: #000000;
 padding-left: 5px;
}
.menu_bloc h1 a {
 color: #000000;
}

.menu_bloc#ville {
 text-align: center;
}




.menu form {
 margin: 0px auto;
 padding: 2px;
 width: 140px;
}
.menu input {
 width: 90px;
 margin: 0px auto;
}
.menu label {
float: none;
width: 130px;
text-align: center;
margin: 0px auto;
}
.menu input.checkbox {
 width: 12px;
}
.menu form p {
text-align: center;
}
.menu table {
	margin: 0;
	border: 0;
	width: 140px;
}
.menu th {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	background-color: #333333;
}
.menu td.spacer {
	font-size: 4px;
}






.contenu {
 float: left;
 width: 500px;
 padding-bottom: 3px;
}
.contenu_bloc {
margin-bottom: 2px;
margin-left: 5px;
background-color: #404040;
text-align: center;
}
.contenu_bloc h1, h2, h3 {
 text-align: left;
 padding-left: 3px;
}
.contenu_bloc li, p {
 padding-left: 3px;
 text-align: justify;
}
.contenu_bloc ul {
 text-align:left;
 margin: 2px;
 padding-left: 17px;
}
.contenu_bloc h1 {
 background-color: #C00000;
 color: #000000;
 margin-bottom: 10px;
 padding-left: 5px;
}
.contenu_bloc a { text-decoration: none; color: #FFFFFF; }
.contenu_bloc a:visited	{ text-decoration: none; color: #EEEEEE; }
.contenu_bloc a:hover		{ text-decoration: none; color: #BF4000; }
.contenu_bloc a:active	{ text-decoration: none; }



.col {
 float: left;
 width: 145px;
}

.col .menu_bloc { margin-left: 5px; }
.col #part_bloc { margin-left: 5px; }


.col table {
	margin: 0;
	border: 0;
	width: 140px;
}
.col table#col_fiche {
	/*border: 2px dashed #333333;*/
}
.col tr {
	margin:0;
	padding:0;
}
.col th {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	margin:0;
}
.col th.top {
	text-align: center;
	/*background-color: #333333;*/
	font-size: 13px;
}
.col td.center {
	text-align: center;
}
.col td {
	text-align: center;
	padding: 0px;
	font-size: 11px;
}
.col td.right {
	text-align: right;
}
.col td.spacer {
	font-size: 4px;
}

#histo {
 color: #EEEDEA;
 font-size: 11px;
 padding: 2px;
 text-align: left;
 height: 92px;
 overflow-y: auto;
}
#histo a { text-decoration: none; }
#histo a:visited { text-decoration: none; }
#histo a:hover { text-decoration: none; }
#histo a:active { text-decoration: none; }

#foot {
 margin: 0px auto;
 margin-top: 5px;
 width: 780px;
 text-align: right;
 color: #EEEDEA;
 font-size: 11px;
 border: 1px dashed #333333;
 padding: 2px;
}
#foot a {
 text-decoration: none;
}

p#partenaires {
  font-size: 11px;
  text-align: center;
  width: 780px;
  margin: 0 auto;
	color: #EEEDEA;
}
p#partenaires a {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  white-space: nowrap;
	color: #CFCFCF;
}

.present {
  width: 98%;
  margin: 2px;
}

.participer {
	text-align: right;
	font-size: 12px;
	margin-right: 12px;
	margin-bottom: 2px;
	font-weight: normal;
}
.participer_g {
	text-align: left;
	padding-left: 12px;
	font-weight: bold;
}

/* ITEMS */
div.item {
	float: left;
	width: 150px;
	height: 180px;
	margin: 6px;
	border: 1px solid #AAAAAA;
	text-align: center;
}
div.item p {
	text-align: left;
}
div.item img {
	height: 60px;
	max-width: 140px;
}
div.item form {
	text-align: center;
	width: auto;
}
div#item_carried {
	float: left;
	width: 478px;
	margin: 6px;
	border: 1px solid #AAAAAA;
	text-align: center;
}

.armerow {
  border: 1px solid #CCCCCC;
  padding: 2px;
  width: 85%;
  margin: auto;
}
.armebox {
  width: 85%;
  margin: auto;
}

#fichedealer {
	float: left;
	width: 408px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid #606060;
	clear: both;
}

#fichedealer img.avatar {
	float: left;
	margin: 5px;
}

div#pubdubas {
  text-align: center;
  margin: 0 auto;
  width: 730px;
}

/* Support       */
/*****************/
a.support-h1 {
	display: block;
	float: left;
	width: 270px;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 6px;
	font-size: 13px;
	margin: 4px;
}
a.support-h1:hover {
	background-color: #606060;
	color: #FFFFFF;
}

/* anti spam */
/*************/
span.displaynone { display:none; }
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
