body
{
font-family: "Trebuchet MS";
font-size: 12px;
color: #660000;
background-image: url('images/l4d_nb.jpg');
background-attachment: fixed; 
background-repeat:no-repeat;
background-position:top;
margin: 0px;
padding: 0px;

}

.Style1 {font-size: 12px}
.Style2 {
	color: #0066FF;
	margin-left: 10px;
}
.Style3 {font-size: 10px}

.Style_liens_foot
{
color: #0066FF;
font-size: 12px;
}
/*Credits: By toxic gestion headerbar */
#headerBar
{
	background-repeat: repeat-y;
	background-position: left;
	background-color: #2a2a29;
	background-image:url('images/header/headerBar.png');
	padding-left: 50px;
	color: none;
}

#headerBarBottom
{
	height: 12px;
	background-repeat: repeat-x;
	background-image:url('images/header/headerBarBottom.png');
}
/*Credits: By toxic gestion headerbar */

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url('images/media/menur_bg.png') repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url('images/media/menur_hover_left.png') no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url('images/media/menur_hover_right.png') no-repeat right top; /*right tab image path*/
}




/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

/*Credits: By toxic gestion banniere */
.tabnormal {
margin: 0px;
padding: 0px;
background-image:url(images/header/head.png);
}

.tabover {
margin: 0px;
padding: 0px;
background-image:url(images/header/head1.png);
} 
/*Credits: By toxic gestion banniere */


/*Credits: By toxic gestion slider */

#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


/*Credits: By toxic gestion slider */
form 
{
margin: 0px;
padding: 0px;
}

a:link 
{
color: #666666;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;

}

a:visited 
{
color: #666666;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

a:hover 
{
	color: #6699FF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: transparent;
	text-decoration: none;
}

a:active 
{
	color: #666666;
	font-family: "Trebuchet MS" , Sans-serif;
	font-size: 12px;
	background-color: transparent;
	text-decoration: none;
}

td 
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
}

/* Les zones de textes des formulaires */

textarea 
{
font-family: "Trebuchet MS";
font-size: 12px;
background-color: #FFFFFF;
border: 1px solid #999999;
color: #000000;
}

select 
{
color: #000000; 
background-color: #FFFFFF;
font-family: "Trebuchet MS";
font-size: 12px; 
}

input 
{
color: #000000; 
background-color: #ffffff;
font-size: 12px;
font-family: "Trebuchet MS";
border-right: #999999 1px solid; 
border-top: #999999 1px solid;
border-left: #999999 1px solid; 
border-bottom: #999999 1px solid; 
}

/* Fin des zones de textes des formulaires */

.image 
{
display: block;
border: 0px;
}

.checkbox 
{
background:transparent;
border:none;
}

.name
{
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 27px;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
}

.footmessage
{
font-family: "Trebuchet MS";
color: #292929;
font-size: 11px;
background-color: transparent;
text-decoration: none;
text-align: left;
}

/* Class Login */
.login
{
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 12px;
	background-color: transparent;
	text-decoration: none;
}

.login a:link
{
color: #6195CF;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.login a:visited
{
color: #6195CF;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.login a:hover
{
color: #3366FF;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.login a:active
{
color: #B5B5B5;
font-family: "Trebuchet MS";
font-size: 11px;
background-color: transparent;
text-decoration: none;
}
/* Class Login */

/* Class Copyright */
.copyright
{
font-family: "Trebuchet MS";
color: #6E6E6E;
font-size: 12px;
background-color: transparent;
text-decoration: none;
text-align: center;
}

.copyright a:link
{
color: #FFCC70;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.copyright a:visited
{
color: #6E6E6E;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.copyright a:hover 
{
color: #3C95C5;
font-family: "Trebuchet MS";
background-color: transparent;
font-size: 12px;
text-decoration: none;
}

.copyright a:active
{
color: #6E6E6E;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}
/* Class Copyright */

/* Class Menu */
.menu
{
font-family: "Trebuchet MS";
color: #B5B5B5;
font-size: 10px;
background-color: transparent;
text-decoration: none;
text-align: center;
}

.menu a:link
{
color: #B5B5B5;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
text-align: center;
}

.menu a:visited
{
color: #B5B5B5;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
text-align: center;
}

.menu a:hover
{
	color: #B5B5B5;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
}

.menu a:active
{
color: #B5B5B5;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
text-align: center;
}
/* Class Forums */

/* Class Downloads */
.downloads
{
font-family: "Trebuchet MS";
color: #B5B5B5;
font-size: 9px;
background-color: transparent;
text-decoration: none;
}

.downloads a:link
{
color: #B5B5B5;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.downloads a:visited
{
color: #B5B5B5;
font-family: "Trebuchet MS";
font-size: 9px;
background-color: transparent;
text-decoration: none;
}

.downloads a:hover
{
	color: #996633;
	font-family: "Trebuchet MS";
	font-size: 9px;
	background-color: transparent;
	text-decoration: none;
}

.downloads a:active
{
color: #B5B5B5;
font-family: "Trebuchet MS";
font-size: 9px;
background-color: transparent;
text-decoration: none;
}
/* Class Downloads */

/* Block Wars */
.win 
{
font-family: "Trebuchet MS";
color: #00FF00;
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.draw
{
font-family: "Trebuchet MS";
color: #FF803A;
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.loss
{
font-family: "Trebuchet MS";
color: #FF0000;
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.wars
{
font-family: "Trebuchet MS";
color: #333333;
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.wars a:link
{
color: #3366FF;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.wars a:visited
{
color: #3366FF;
font-family: "Trebuchet MS";
font-size: 9px;
background-color: transparent;
text-decoration: none;
}

.wars a:hover
{
color: #FF6600;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.wars a:active
{
color: #FFCC70;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}
/* Fin Wars */

/*//////////////////////////////////////////////////////////////////////////////*/
/* Class Forums */
.forums
{
font-family: "Trebuchet MS";
color: #800000;
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.forums a:link
{
color: #333333;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
}text-decoration: none;


.forums a:visited
{
color: #333333;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.forums a:hover
{
color: #333333;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}

.forums a:active
{
color: #333333;
font-family: "Trebuchet MS";
font-size: 12px;
background-color: transparent;
text-decoration: none;
}
/* Class Forums */

