body {
	background: #bcbcbc url(../images/bg-body.gif) repeat-x left top;
	color: #5a5a5a
}
#container {
	margin: 0 auto;
	width: 852px;
}
#outerWrapper {
	margin: 0 auto;
	width: 852px;
}
#innerWrapper {
	font-size: .75em;
	width: 852px;
}
/* extra */
#extra {
	display: none;
}
hr {
	display: none;
}
/* header */
#header {
	background: url(../images/bg-container.jpg) no-repeat left top;
	height: 247px;
	text-align: center;
	width: 852px
}
#header h1 {
	display: none
}

/* nav */
#nav {
	background: url(../images/bg-nav-inner.gif) repeat-x left top;
	margin: 0 auto;
	width: 852px;
}
#nav ul {
	display: table;
	margin: 0 auto;
	white-space: nowrap;
}
#nav ul li {
	display: table-cell;
	font: bold 13px/34px Arial;
	height: 40px;
	padding-left: 10px
}
#nav ul li.Active {
	background: url(../images/ico-nav-arrow.gif) no-repeat center bottom;
}
#nav ul li a, #nav ul li.Active span {
	color: #fff;
	display: block;
	height: 40px;
	padding: 0 10px 0 0;
	background: url(../images/bg-linenavi.gif) no-repeat right top;
	outline: none;
}
#nav ul li a:hover, #nav ul li.Active span {
	color: #d7d7d7;
}
#nav ul li.Last {
	background: none
}
/* subnav */
#subnav {
	background: #c3dbff url(../images/bg-subnav-inner.gif) repeat-x left top;
	padding: 0 0 10px 0;
	text-align: center;
	width: 852px;
	margin: 0 auto;
}
#subnav li {
	border-right: 1px solid #4a1f14;
	display: inline;
	font: normal 12px Arial;
	padding: 0 7px;
	height: 30px;
	z-index: 10;
}
#subnav li.Last {
	border-right: none;
}
#subnav li a:link, #subnav li a:visited {
	color: #4a1f14;
}
#subnav li a:hover, #subnav li.Active a{
	color: #000;
}
/* footer */
#footer {
	background: url(../images/bg-footer-inner.gif) repeat-x left top;
	clear: both;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	text-align: center;
	width: 852px;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
/* main */
#main {
	background: url(../images/bg-main.gif) repeat-y left top;
	margin: 0 auto;
	overflow: hidden;
	width: 852px;
}
#main #content {
	float: left;
	padding: 20px 0px 20px 38px;
	width: 564px;
}
#main #sidebar {
	float: right;
	padding: 20px 12px 0 10px;
	width: 190px;
}
#main #content .visite {
	color: #c3430e;
}
.linkIndex a{
	outline: none;
}
.send {
	margin-bottom: 15px;
}
.send p {
	margin: 6px 0;
	padding: 0;
}
.send input.inputSend {
	width: 185px;
}
.send input.btnSend {
	outline: none
}
/* fullcol */
.FullCol #main {
	background: url(../images/bg-main-full.gif) repeat-y left top;
}
.FullCol #main #content {
	float: none;
	width: auto;
	padding: 20px 20px 20px 20px
}
