/* Thème publique Final Battle */
/* Reproduction interdite sous peine de poursuite */
/* Réalisé par AMELING Mickaël / Arduinna Informatique */

/* LE FOND */
body
{
	width: 992px;
	margin: auto;
	background-image: url("fond.png");
	background-color: #6090bf;
	background-repeat: repeat-x;
}
/* ----------------------  */
/* ----------------------  */
/*  CADRE DE FOND          */
#main
{
   width: 1040px;
   height: 1040px;
   background-image: url("decor.png");
   background-repeat: no-repeat;
   padding-left: 140px;
   padding-right: 140px;
}

#cadre_fond_milieu
{
   width: 760px;
}

/* ----------------------  */
/* ----------------------  */
/*  LA BANNIERE  */
#banniere
{
   width: 600px;
   height: 80px;
   background-image: url("banniere.png");
   background-repeat: no-repeat;
   margin-left: 80px;
   margin-right: 80px;
}
/* ----------------------  */
/* ----------------------  */
/*  LA BANNIERE DE CONNEXION  */
#banniere_connexion
{
   width: 992px;
   height: 27px;
   background-image: url("banniere_connexion.png");
   background-repeat: no-repeat;
   margin-top: -60px;
}
/* ----------------------  */
/* ----------------------  */
/*  LA BANNIERE DE JEU  */
#banniere_jeu
{
   width: 992px;
   height: 117px;
   margin-top: -30px;
}
/* ----------------------  */
/* ----------------------  */
/* CONTENEUR HAUT  */
#conteneur_haut
{
   width: 893px;
   margin-top: 0px;
   margin-left: 49px;
}
#bouton1
{
   width: 198px;
   height: 70px;
   background-image: url("cadre_bouton.png");
   background-repeat: no-repeat;
   margin-top: -15px;
   margin-left: 4px;
   float: left;
}
#pub
{
   width: 478px;
   height: 70px;
   background-image: url("cadre_pub.png");
   background-repeat: no-repeat;
   padding-top:5px;
   
}
#bouton2
{
   width: 198px;
   height: 70px;
   background-image: url("cadre_bouton_2.png");
   background-repeat: no-repeat;
   margin-top: -15px;
   margin-right: 4px;
   float: right;
}

/* ----------------------  */
/* ----------------------  */
/* CONTENEUR MILIEU        */

#conteneur_menu
{
   width: 180px;
   padding-top: 5px;
   float: left;
}
.titre_menu
{
   margin-left: 10px;
}
.lien_menu
{
   margin-left: 15px;
   margin-bottom:5px;
}

/* BARRE DE DATE ET JOUEURS ONLINE */
#date_online
{
	width: 440px;
	height: 11px;
	margin-top: 135px;
	margin-left: 180px;
	position: absolute;
}
/* BARRE DE CONNEXION */
#cont_connexion
{
	width: 440px;
	height: 22px;
	margin-top: 1px;
	margin-left: 220px;
	position: absolute;
}


/* NEWS */
.news_haut
{
   width: 681px;
   height: 49px;
   background-image: url("page_haut.png");
   background-repeat: no-repeat;
}
.news_milieu
{
   width: 681px;
   background-image: url("page_milieu.png");
   background-repeat: repeat-y;
   margin-bottom: 0px;
}
.news_bas
{
   width: 681px;
   height: 69px;
   background-image: url("page_bas.png");
   background-repeat: no-repeat;
   margin-bottom: 0px;
}
#copy
{
	width: 900px;
	margin-left: 60px;
	text-align: center;
}

/*  LES STYLES DE TEXTE ET DECORATION DU TEXTE  */
a:link {
	color: #b0242f;
	text-decoration: none;
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
}
a:visited {
	color: #b0242f;
	text-decoration: none;
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	color: #222222;
	text-decoration: none;
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
}
a:active {
	color: #b0242f;
	text-decoration: none;
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
}
.texte_date_online
{
	font-family: "Verdana";
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.texte_stats
{
	font-family: "Verdana";
	font-size: 11px;
	color: #25394c;
	font-style: italic;
	font-weight: bold;
}
.texte_stats2
{
	font-family: "Verdana";
	font-size: 10px;
	color: #25394c;
	font-style: italic;
	font-weight: bold;
}


/* STYLE FORMULAIRE  */
.select_serveur 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #495a26;
	width: 109px;
	font-size: 11px;
	line-height: 13px; 
	border-style: none;
	border-color: #478b38;
	background-color: #dddddd;
	float: left;
	margin: -1px 0 0 2px;
	font-weight: bold;
}
/* Barre de Login */
.form-login 
{
	width: 400px;
	display: inline;
	float: right;
	margin-right: 6px;
}
.form-login .input {
	width: 109px;
	height: 15px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	float: left;
}

.form-login .input input {
	border: none;
	background-color:#DDDDDD;
	color: #495a26;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0 0 5px;
	width: 100px;
	font-weight: bold;
}
input.connexion {
  display:block; 
  overflow:auto; 
  width: 38px;
  height: 21px;
  margin-top: -3px;
  margin-left: 10px;
  text-indent:-5000px;  
  border:none;
  background: url(bouton_ok.png);
  float: left;
}

.titre_news 
{
	padding-top: 20px;
	padding-left: 50px;
	font-family: "Eras Bold ITC";
	color: #c01d17;
	font-size: 14px;
	font-style: italic; 
}
#date_news {
	padding-top: 18px;
	padding-left: 490px;
}
.date_news 
{
	font-family: "Eras Bold ITC";
	color: #000000;
	font-size: 10px;
	font-style: italic; 
}
.copyright 
{
	font-family: "Verdana";
	color: #000000;
	font-size: 9px;
	font-style: bold; 
}
h1.titre
{
    font-family: "Verdana";
	color: #000000;
	font-size: 10px;
}
