﻿body {
	padding: 0; 
	font-family: Arial, Helvetica,arial,verdana,sans-serif; 
	font-size: 12px;
	background:  url(images/banner.png) repeat-x;
}
img {
	border: none;
}
a:hover{
	cursor: pointer;
}
.header {
	text-align: left;
	max-width: 1024px;
	min-width: 800px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}
.header .blason img {
	vertical-align: middle;
	margin: 0;
	padding: 5px 0 0 10px;
	float:left;
}
.header .title {
	font-size: 25px;
	font-weight: bold;
	padding-left: 15px;
	}
.header .subtitle {
	font-size: 15px;
	color: #999999;
}
.header .button {
	float: right; 
	text-align: right;
	margin: 0 22px 0 0;
	background: white;
}
.header .button   a{
	color: black;
}
.header .button   a:hover{
	color: #82A453;
}
.buttonbar {
	margin: 0 0 0 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 60px;
}
.buttonbar .inactive, .buttonbar a{
	border: none;
	color: #999999;
	background: #FAFAFAFA;
	font-weight: bold;
	font-size: 12px;
	float: left;
	height: 18px;
	margin: 0;
	padding: 6px 20px 3px 20px;
	text-decoration: none;
	border: 1px solid #EEEEEE;
}
.buttonbar .inactive {
	color: lightgray;
}
.buttonbar a:hover{
	background-color: white;
	color:  black;
	cursor: pointer;
}
