@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background: url(../img/bg.png) repeat-x #f0f9fd;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 90%;
}
#container {
	width: 860px;
	margin: 0 auto;
}
#container #header {
	width: 860px;
	height: 190px;
}
#container #header #logo {
	width: 184px;
	height: 184px;
	float: left;
}
#container #header #banner {
	width: 630px;
	height: 108px;
	float: right;
	margin-top: 20px;
}
#container #header #navigation {
	width: 676px;
	height: 56px;
	float: left;
	margin-top: 17px;
}
#container #header #navigation .navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}
#container #header #navigation .navigation li {
	margin: 0;
	padding: 0;
	top: 0;
	float: left;
	font-weight: bold;
}
#container #header #navigation .navigation li a {
	padding: 15px 9px 5px 9px;
	float: left;
	background: url(../img/menu.png) no-repeat;
	color: #FFF;
	text-decoration: none;
}
#container #header #navigation .navigation li a:hover,
#container #header #navigation .navigation .actif a {
	background-position: 0 -38px;
}
#container #content {
	width: 860px;
}
#container #content #contentTop {
	background: url(../img/content_top.png) no-repeat;
	height: 31px;
}
#container #content #contentMiddle {
	background: url(../img/content_middle.png) repeat-y;
	min-height: 100px;
	padding: 0 30px;
}
#container #content #contentBottom {
	background: url(../img/content_bottom.png) no-repeat;
	height: 31px;
	font-size: 60%;
	text-align: right;
	padding: 15px 30px 0px 0px;
}
a img {
	border: 0;
}
