body {
	background: #fff url(../images/bg-footer.jpg) 0 100% no-repeat;
	color: #666;
}
#container {
	background:url(../images/bg-top.jpg) 50% 0 no-repeat;
}

#outerWrapper {
	width: 860px;
	margin: 0 auto;
	padding-bottom:30px;
	position:relative;
}

#innerWrapper {
	font-size: .75em;
	min-height:500px;
}

/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}

/* header */
#header {
	min-height:168px;
	width:100%;
	background:url(../images/logo-link.jpg) 0 0 no-repeat;
	left:0px; top:0px; position:absolute; z-index:1px;
}
#header h1 {
	display:none;
}
#header h1 a { 
	color:#fff;
}
#header h1 a:hover {
	color:#fea5a5;
}

/* nav */
#nav {
	background:url(../images/bg-nav-inner.jpg) 0 100% repeat-x;
	padding-top:169px;
	height:41px;
	width:100%;
}
#nav ul {
	display: table;
	margin: 0 auto;
	white-space: nowrap;
}
#nav ul li {
	display: table-cell;
	font: bold 13px Arial;
}
#nav ul li a {color:#fff; border-right:1px solid #4c9001; line-height:41px; display:inline-block; padding:0 12px;}
#nav ul li.Active {
	
}
#nav ul li.Active a {color:#fff;}
#nav ul li.Active span {color:#fff;
	line-height:41px;
	display:inline-block;
	background:#da990f url(../images/bg-nav-act-1.jpg) 0 100% repeat-x;
	}
#nav ul li a:hover {background:#da990f url(../images/bg-nav-act-1.jpg) 0 100% repeat-x; color: #000}
#nav ul li.Active a:hover {
	color: #000;
}
/* subnav */
#subnav {
	text-align: center;
	overflow: hidden;
	background:#e26004 url(../images/bg-subnav-inner.jpg) 0 100% repeat-x;
	top:210px;
	left:0;
	position:absolute;
	width:100%;
	min-height:36px;
	padding:5px 0 7px;
}
#subnav li {
	display: inline;
	font: normal 12px Arial;
	border-right: 1px solid #fff;
	padding: 0 7px;
	margin-bottom:3px;
}
#subnav li a {
	color: #fff;
	
}
#subnav li.Last {
	border: none !important;
}
#subnav li.Active a, #subnav li a:hover {
	color:#000;
}

/* footer */
#footer {
	color: #999;
	text-align: center;
	height: 50px;
	line-height:50px;
	width:100%; 
	float:left;
	background:#fff url(../images/bg-footer-inner.jpg) 0 0 repeat-x;
	margin-bottom:20px;
}
#footer a:link, #footer a:visited {
	color: #c00;
}
#footer a:hover {
	text-decoration: underline;
}

/* main */
#main {
	color: #666;
	background:#fff;
	width:100%; 
	float:left;
	margin-top:50px;
}
#main #content {
	float: left;
	padding: 10px 20px 0;
	width: 590px;
	min-height:400px;
	background: url(../images/bg-cnt-sep.jpg) repeat-y 100% 0;
}

#main #sidebar {
	float: right;
	padding: 10px 10px 0 0;
	width: 200px;
}
#main #content .visite {
	color: #1d54a6;
}
#main #content .visite:hover {text-decoration:underline;}

/* fullcol */
.FullCol #main {
}
.FullCol #main #content {
	float: none;
	width: auto;
}
