:focus,:active { outline: 0; }

html
{
	height: 100%;
	margin-bottom: 1px;
}
body
{
	min-width: 975px;
	width: 85%;
	max-width: 1250px;
	margin:auto;
	font-family: Verdana,Arial,sans-serif;
	color:#333;
	font-size:0.9em;
}
h1
{
	text-transform: uppercase;
	font-size:1.8em;
	color:#014061;
	text-align:center;
}
h2
{
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:1.7em;
	color:#014061;
	border-bottom:1px solid;
	margin-bottom:10px;
	margin-top: 25px;
}
h3
{
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:1.45em;
	color:#014061;
}
h4
{
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:1.2em;
	border-bottom:1px solid;
}
input[type="submit"]
{
	font-size:1.1em;
	cursor:pointer;
}
label
{
	cursor:pointer;
}


a
{
	color:#014061;
}
a:visited
{
	color:#999;
}
a img
{
	border:none;
}
#logo
{
	text-transform: uppercase;
	text-align:left;
	width:245px;
	font-size:2.15em;
	text-shadow: 2px 2px 4px #fff, 3px 3px 10px #888;
	float:left;
}
#logo a
{
	color:#014061;
	text-decoration: none;
}

#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 12px;
	margin-top:0;
	padding: 0 20px;
	list-style-type: none;
	background: #f1f1f1;
	font-size: 13px;
	/*font-size: 16px;*/
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #d5d5d5;
}
#menu li {
	float: left;
	margin: 0;				
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 24px;
	/*padding: 0 19px;*/
	line-height: 40px;
	color: #555;
	/*margin-left:10px;*/
}
#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #888;
}
#menu_wrapper {padding: 0 16px 0 0; background: url(images/grey.png) no-repeat right;clear:both;	margin-top:10px;}
#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/grey.png) no-repeat left;}

			
#menu .g
{
	float: left;
}
#menu .d
{
	float: right;
}

			
#bas
{
	clear:both;
	text-align:center;
	font-size:0.9em;
	color:#666;
}
#mention
{
	clear:both;
	text-align:center;
	font-size:0.9em;
	color:#666;
	padding-bottom: 40px;
}

