@charset "iso-8859-1";

/*
 * Feuille de style du thème st_infernal
 * CSS niveau 2.1 ! 
 */

html, body, form, div, p, h1, h2  { 
    border-width: 0px;
	margin: auto;
    font-family: verdana, Arial, Sans-serif;
    font-size: 10px;
	text-decoration: none;
}

h3 {
    font-size: 11px;
	text-decoration: none;
}

body {
	background-color: #d9d9d9;
	color: #000;
}

a {
	text-decoration: none !important;
}

a:link, a:visited, a:active {  
    color: #000;
}

a:hover { 
    color:  #fd7d00;
} 

input, textarea {
    color: #fff;
	background-color: #000;
	font-size: 10px; 
    border: 1px solid #ccc;
	font-family: verdana, Arial, Sans-serif;
}

select {
    color: #000; 
    background-color: #fff;
    font-size: 9px; 
}

img {
    border: none;
    border-bottom: 0;
}

.img {
    border: none;
    display: block;
}

img.click {
	cursor: pointer;
}

.checkbox { 
    background: none; 
    border: none; 
}

.clear {
	clear: both;
}

/****************************************************************************/

.color, .color a, .color a:link, .color a:visited, .color a:active {
    color: #fff;
}

.color a:hover {
    color: #fd7d00;
}

.blok, .blok a, .blok a:link, .blok a:visited, .blok a:active {
    color: #626262;
}

.blok a:hover {
    color: #e99231;
}

/****************************************************************************/

#global {
	width: 1300px;
	margin: auto;
	background: url('images/bg.png') repeat-y;
	background-position: center;
}

#header {
	width: 1200px;
	height: 180px;
}

#content {
	width: 1200px;
    overflow: hidden;
	background: url('images/index_02.png') repeat-y;
}

#forum {
	width: 1200px;
    overflow: hidden;
	background: url('images/index_03.png') repeat-y;
}

#left, #center, #right {
	float: left;
}

/****************************************************************************/

#left {
    width: 301px;
}	

#left div.ajax{
    background: url('images/index_04.png') no-repeat;	
	height: 156px;
}

    .tabs, .tabs2, .tabs3 {
        list-style-type: none;
	    text-decoration: none;
        height: 29px;
        display: block;
        float: left;
	    width: 85px;
    }
	
	.tabs  a, .tabs2  a, .tabs3  a{
	    display: block;
        float: left;
	}

    .tabs  a{
	    margin: 10px 0 0 9px;
        height: 9px;
	    width: 55px;
    }

    .tabs2  a{
	    margin: 10px 0 0 0px;
        height: 9px;
	    width: 59px;
    }

    .tabs3 a{
	    margin: 10px 0 0 0px;
        height: 9px;
	    width: 85px;
    }

	.lastnews, .lastposts , .lastdownloads{
	    height: 16px;
		padding-top: 5px
	}
	
	.lastnews  div.news_img, .lastnews  div.news_titre {
	    float: left;
		padding-left: 4px;
	}
	
	.lastnews  div.news_date {
	    float: right;
		padding-right: 8px;
		color: #e99231;
	}

	.lastposts  div.post_img, .lastposts div.post_titre {
	    float: left;
		padding-left: 4px;
	}
	
	.lastposts  div.post_date {
	    float: right;
		padding-right: 8px;
		color: #e99231;
	}	
	
	.lastdownloads  div.dl_img, .lastdownloads  div.dl_titre {
	    float: left;
		padding-left: 5px;
	}
	
	.lastdownloads  div.dl_date {
	    float: right;
		padding-right: 8px;
		color: #e99231;
	}
		
#left div.nextwars {
    background: url('images/index_05.png') no-repeat;	
	height: 64px;
	padding-top: 29px;
}
	
	.nextwar {
	    height: 17px;
	    padding-top: 4px;
	}
	
	.nextwar div.icone {
	    float: left;
		width: 20px;
		text-align: center;
	}
	
	.nextwar div.team {
	    float: left;
		width: 92px;
	}

	.nextwar div.adv {
	    float: left;
		width: 115px;
	}

	.nextwar div.date {
	    float: left;
		width: 74px;
		color: #e99231;
	}	
	

#left div.video{
    background: url('images/index_06.png') no-repeat;	
	height: 179px;
	padding-top: 31px;
}
	
#left div.title {
    background : url('images/index_07.png') no-repeat; 
    height: 22px;
    font-weight: bold;
	padding: 9px 0 0 10px;
}
	
#left div.content {
	padding: 10px;
}

#left div.bottom {
    background : url('images/index_08.png') no-repeat; 
	height: 8px;
}

#left div.end {
    background-color : #fff; 
    height: 1px;
}

/****************************************************************************/

#element{
	width: 899px;
	height: 210px;
}

#element div.advertising {
	width: 370px;
	background: url('images/index_09.png') no-repeat;
	height: 180px;
	padding-top: 30px;
	float: left;
}
	
#element div.lastwars {
	width: 307px;
    background: url('images/index_10.png') no-repeat;
	height: 149px;
	padding-top: 29px;
	float: left;
}

    .lastwar  {
	    height: 17px;
	    padding-top: 4px;
	}
	
	.lastwar div.team  {
	    float: left;
		width: 95px;
	}
	
    .lastwar div.adv  {
	    float: left;
		width: 107px;
	}

    .lastwar div.score {
	    float: left;
		width: 50px;
	}
	
    .lastwar div.text {
	    float: left;
		width: 29px;
		text-align: center;
	}	

    .lastwar  div.img{
	    float: left;
		width: 26px;
		text-align: center;
	}
	
#element div.lastmembers  {
	width: 222px;
	background: url('images/index_11.png') no-repeat;
	height: 149px;
	padding-top: 29px;
	float: left;
}

    .lastmember  {
	    height: 17px;
	    padding-top: 4px;
	}
	
	.lastmember div.flag {
	    float: left;
		padding-left: 12px;
	}
	
    .lastmember div.pseudo  {
	    float: left;
		padding-left: 8px;
	}

    .lastmember div.date {
	    float: right;
		color: #e99231;
		padding-right: 12px;
	}

#element div.login{
	width: 529px;
}

    #off{	    
	    background: url('images/index_12.png') no-repeat;
	    height: 32px;
    }
	
     #off div.pseudo input[type="text"], #off div.pass input[type="password"], #off div.wrapper input[type="submit"]  {
        float: left;
    }
	
	#off div.reg a, #off div.lost_pw a {
	    float: left;
	}

	#off div.pseudo input[type="text"] {
	    background: transparent;
	    width: 98px;
		margin-top: 8px;
		margin-left: 48px;
		border: none;
		color: #fd7d00;
    }

	#off div.pass input[type="password"] {
	    background: transparent;
	    width: 98px;
		margin-top: 8px;
		margin-left: 27px;
		border: none;
		color: #fd7d00;
    }	
	
	#off div.wrapper input[type="submit"] {
	    background: transparent;
	    width: 44px;
	    height: 19px;
	    cursor: pointer;
		margin-top: 6px;
		margin-left: 6px;
		border: none;
    }
	
	#off div.reg a {
	    float: left;
	    width: 44px;
		height: 13px;
		margin-top: 9px;
		margin-left: 5px;		
    }
	
	#off div.lost_pw a {
	    float: left;
	    width: 44px;
		height: 13px;
		margin-top: 9px;
		margin-left: 5px;
	}	

    #on {	    
	    background: url('images/index_13.png') no-repeat;
	    height: 24px;
	    padding: 8px 0 0 8px;
    }

/****************************************************************************/

#menu {
    background: url('images/index_14.png') no-repeat;
	width: 899px;
	height: 31px;
}

#menu  a{ 
    display: block;
	float: left;
}
	
#menu .link1 a{
	width: 60px;
    margin: 8px 0 2px 19px;
	height: 21px;
}

#menu .link2 a{
	width: 73px;
    margin: 8px 0 2px 44px;
	height: 21px;
}
	
#menu .link3 a{
	width: 66px;
    margin: 8px 0 2px 57px;
	height: 21px;
}

#menu .link4 a{
	width: 72px;
    margin: 8px 0 2px 57px;
	height: 21px;
}	

#menu .link5 a{
	width: 59px;
    margin: 8px 0 2px 58px;
	height: 21px;
}
	
#menu .link6 a{
	width: 61px;
    margin: 8px 0 2px 56px;
	height: 21px;
}

#menu .link7 a{
	width: 78px;
    margin: 8px 0 2px 42px;
	height: 21px;
}

/****************************************************************************/
	
#center {
    width: 617px;
}

    #center div.title {
        background : url('images/index_15.png') no-repeat; 
        height: 23px;
        padding: 8px 8px 0 10px;
		color: #fff;
		font-weight: bold;
    }

    #center div.content {
        background : url('images/index_16.png') repeat;
		background-position: top;
        padding: 10px;		
    }

    #center div.bottom{
        background : url('images/index_17.png') no-repeat;
        padding: 9px 8px 0 0;
		text-align: right;
		height: 16px;
    }	
	
#center_forum {
    width: 899px;
}

    #center_forum div.title {
        background : url('images/index_18.png') no-repeat; 
        height: 23px;
        padding: 8px 8px 0 10px;
		color: #fff;
		font-weight: bold;
    }

    #center_forum div.content {
        background : url('images/index_19.png') no-repeat;
		background-position: top;
        padding: 10px;		
    }
    
	#center_forum div.bottom{
        background : url('images/index_20.png') no-repeat;
		height: 25px;
    }		

/****************************************************************************/
	
#right {
    width: 282px;
}

    #right div.title {
        background : url('images/index_21.png') no-repeat; 
        height: 22px;
		font-weight: bold;
		padding: 9px 0 0 10px;		
    }

    #right div.content {
		padding: 10px;		
    }
	
    #right div.bottom {
        background : url('images/index_22.png') no-repeat; 
		height: 6px;		
    }
 
    #right div.end {
        background-color : #fff; 
        height: 1px;
    }

/****************************************************************************/
	
#bottom {
	width: 1200px;
	height: 90px;
	background: url('images/index_23.png') no-repeat;
}

#bottom_forum{
	width: 1200px;
	height: 90px;
	background: url('images/index_24.png') no-repeat;
}	

/****************************************************************************/
	
#footer {
    background : url('images/index_25.png') no-repeat; 
    height: 30px;
	width: 1200px;
}

    #footer div.storm a {
	    float: left;
	    width: 125px;
		height: 10px;
	    margin-left : 540px;
		margin-top: 10px;
    }
	
    #footer div.copyleft {
	    float: left;
	    width: 259px;
		height: 10px;
	    margin-left : 249px;
		margin-top: 4px;
    }

    #footer div.nk a{
		float: left;
		height: 10px;
		width: 84px;
    }	
	
    #footer div.wc3 a{
		float: left;
		height: 10px;
		width: 86px;
    }
	
    #footer div.css a{
		float: left;
		height: 10px;
		width: 86px;
    }
	
/**  Fin de la feuille de style  **/