/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	font: 75%/1.3em Verdana, Arial, sans-serif;
	text-align: justify;
	background-image: url('image/Fond.jpg');
	background-repeat: repeat-x;
}

img {
	border: 0px;
}

h2 {
	font-weight: 900;
	text-transform: uppercase;
	color: #FF0000;
}


#main_layer {
	margin-left: auto;
	margin-right: auto;
	width: 737px;
}

#header {
	background-image: url('image/Header.png');
	background-repeat: no-repeat;
	background-position: center;
	/*width: 737px;*/
	height: 156px;
	margin-bottom: 10px;
}

#header img {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 30px;
}

#header h1 {
	padding-top: 75px;
	color: #FF0000;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: none;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}

.menu {
	padding: 0 0 0 32px;
	margin: 0; 
	list-style: none; 
	height: 35px; 
	background: #fff url('image/button1.gif'); 
	position: relative; 
	border: 1px solid #000; 
	border-width: 0 1px; 
	border: 1px solid #353535; /*bottom 444*/
	margin-bottom: 10px;
}
.menu li {
	float: left;
}
.menu li a {
	display: block; 
	float: left; 
	height: 35px; 
	line-height: 35px; 
	color: #aaa; 
	text-decoration: none; 
	font-size: 11px; 
	font-family: arial, verdana, sans-serif; 
	font-weight: bold; 
	text-align: center; 
	padding: 0 0 0 8px; 
	cursor: pointer;
}
.menu li a b {
	float:left; 
	display:block; 
	padding:0 16px 0 8px;
}
.menu li.current a {
	color:#fff; 
	background:url('image/button3.gif');
}
.menu li.current a b {
	background:url('image/button3.gif') no-repeat right top;
}
.menu li a:hover {
	color:#fff; 
	background:#000 url('image/button2.gif');
}
.menu li a:hover b {
	background:url('image/button2.gif') no-repeat right top;
}
.menu li.current a:hover {
	color:#fff; 
	background:#000 url('image/button3.gif'); 
	cursor:default;
}
.menu li.current a:hover b {
	background:url('image/button3.gif') no-repeat right top;
}

#footer {size:9px;

}

