/*----------------------------------------------------------
	Titre                   Topjeux Linux
	Author:			Dakal
----------------------------------------------------------*/

html{font-size: 100%;} 
body{margin: 0 auto; font: 0.9em "Verdana",Arial,sans-serif; color: #767672;}

#global{
}

/* -------- Menu --------- */

 #menu_top{
  height: 30px;
  background: url('../Images/Dakal/transparence.png');
 }
 
    #nav_top{
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
    }

    #nav_top li{
     float: left;
     width: 120px;
     height: 30px;
     color: #666;
    }

    #nav_top li a{
     display: block;
     color: #666;

     font-weight: bold;
     padding: 6px 0;
     text-align: center;
     text-decoration: none;
    }

    #nav_top li a:hover, #nav li a:focus, #nav li a:active{
     text-decoration: none;
     color: #d97013;
    }

/* -------- Logo --------- */

 #logo{
  width: 500px;
  height: 50px;
  margin: 0 auto;
  margin-top: 100px;
  background: url('../Images/Dakal/logo.png') no-repeat;
 }

/* -------- Navigation --------- */

 #navigation{
  width: 875px;
  height: 24px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  background: url('../Images/Dakal/transparence.png');
  color: #666;
 }

/* -------- Game --------- */

  .game{
   width: 875px;
   margin: 0 auto;
   margin-bottom: 50px;
  }

   .game_top{
    width: 875px;
    height: 40px;
    color: #fff;
   }

   .game_top_left{
    width: 25px;
    height: 40px;
    background: url('../Images/Dakal/game_top_left.png') no-repeat;
    color: #fff;
    float: left;
   }

   .game_top_right{
    width: 25px;
    height: 40px;
    background: url('../Images/Dakal/game_top_right.png') no-repeat;
    color: #fff;
    float: right;
   }

    .game_top_content{
     width: 825px;
     height: 40px;
     background: url('../Images/Dakal/game_top.png') repeat-x;
     float: left;
    }

     .game_titre{
      width: 575px;
      height: 40px;
      padding-top: 10px;
      float: left;
     }

     .game_modif{
      float: left;
      padding-right: 10px;
     }

     .game_modif a{
      color: #8BCA61;
      font-size: 60%;
      text-decoration: none;
     }

     .game_name{
      color: #d97013;
      font-weight: bold;
      float: left;
     }

     .game_name a{
      color: white;
      text-decoration: none;
     }

     .game_infos{
      width: 240px;
      height: 40px;
      padding-top: 10px;
      float: right;
     }

     .game_licence{
      width: 120px;
      height: 40px;
      float: left;
      color: yellow;
     }

     .game_stars{
	background-image:url("../Images/Dakal/stars_bg.png");
	background-position:center top;
	float:right;
	height:40px;
	line-height:35px;
	margin-top:-10px;
	/*margin-right:-25px;
	margin-top:-10px;
	text-align:center;*/
	width:120px;
	font-weight:normal;
     }

   .game_content{
    width: 875px;
    background: #fff url('../Images/Dakal/game_content.png');
    overflow: hidden;
    padding-top: 8px;
   }

    .game_left{
     width: 220px;
     clear: both;
     float: left;
     color: #aa461e;
     padding-top: 2px;
    }

     .game_image{
      width: 200px;
      background: ;
      border: 0px solid #1d1d1d;
      margin: 4px 12px 5px 12px;
     }

     .game_links{
      width: 200px;
      margin: 25px 12px 0 12px;
      font-weight: bold;
      color: #d97013;
      font-size: 70%;
     }

     .game_links a{
      color: grey;
      text-decoration: none;
     }

    .game_right{
     width: 600px;
     min-height: 0px;
     float: left;
     color: #444439;
    }

     .game_text{
      width: 600px;
      color: #bcbcbc;
      padding: 5px 10px 0 20px;
      font-size: 80%;
      text-align:justify;
     }

     .game_text a{
      color: grey;
      font-size: 100%;
     }

   .game_bottom{
    width: 875px;
    height: 15px;
    background: url('../Images/Dakal/game_bottom.png');
    color: #444439;
    clear: left;
   }


