body
{
	background-color:#71645C;
	background-image:url(../img/header-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}



#footer
{
	text-align:center;
}
	#footer a
	{
		text-decoration:none;
		font-size:10px;
		color:#BA5003;
	}
	#footer .logo
	{
		/*float:left;
		margin:0 15px 0 0;*/
	}
	
	
	
#header
{
	background-image:url(../img/header-background.gif);
	background-repeat:repeat-x;
	background-position:top;
}
	#header #home
	{
		height:150px;
		width:1000px;
		background-image:url(../img/header-logo.gif);
		background-repeat:no-repeat;
		background-position:top left;
	}
	#header #title
	{
		height:150px;
		width:1000px;
		background-image:url(../img/header-title.gif);
		background-repeat:no-repeat;
		background-position:top right;
	}
		#header #homelink
		{
			position:absolute;
			height:100px;
			width:300px;
			margin-top:27px;
			margin-left:20px;
		}
		#header #address
		{
			float:right;
			margin:34px 175px 0 0;
			text-align:right;
			color:#B4ABA6;
		}
		
		
		
#header #menu1
{
	margin:0 auto 0 auto;
	padding:7px 0 0 0;
	text-align:center;
}
	#header #menu1 li
	{
		display:inline;
		list-style-type:none;
		color:#817F7F;
	}
	#header #menu1 li a
	{
		/*display:block;
		float:left;*/
		text-decoration:none;
		color:#817F7F;
		font-weight:bold;
		font-size:13px;
	
		padding:7px 15px 0 15px;
		background-image:url(../../csf/img/menu_puce.gif);
		background-position:right;
		background-repeat:no-repeat;
	}
	#header #menu1 li a:hover, #header #menu1 li.in a
	{
		color:#FFFFFF;
	}
	/*#header #menu1 li ul
	{
		left:0px;
		top:24px;
		margin:0px;
		display:none;
		position:absolute;
		background-color:#eaeaea;
		padding:10px;
		background-image:url(../img/fd_ssmenu.gif);
		background-position:top;
		background-repeat:repeat-x;
		filter : alpha(opacity=80);
		-moz-opacity : 0.8;
		opacity : 0.8;
		border-bottom:1px solid #535353;
		border-left:1px solid #535353;
		border-right:1px solid #535353;
		z-index:2;
	}
	#header #menu1 li:hover > ul
	{
		display:block;
	}
	#header #menu1 li ul li
	{
		display:list-item;
	}
	#header #menu1 li ul li a
	{
		float:none;
		padding:0px;
		margin:0px;
		background-image:none;
		color:#4c341b;
		font-size:11px;
		font-family:"trebuchet ms",arial;
		height:16px;
	}
	#header #menu1 li ul li a:hover
	{
		background-color:#FFFFFF;
	}*/
	
	
	
#header #blockmenu2
{
	position:relative;
	margin:100px auto 0 auto;
	padding:0 0 0 0;
	bottom:-5px;
	text-align:center;
}
	#header #blockmenu2 img
	{
		position:relative;
		bottom:-3px;
	}
#header #menu2
{
	display:inline;
	margin:0 0 0 0;
	padding:4px 0 4px 0;
	background-color:#FFFFFF;
	color:#B4ABA6;
}
	#header #menu2 li
	{
		display:inline;
		list-style-type:none;
	}
	#header #menu2 li a
	{
		padding:0 12px 0 10px;
		text-decoration:none;
		font-weight:bold;
		color:#953F00;
	}
	#header #menu2 li a:hover, #header #menu2 li.in a
	{
		background-color:#953F00;
		color:#FFFFFF;
	}
	
	
	
#page
{
	/*background-color:#FFFFFF;*/
	background-image:url(../img/content-background.gif);
	background-repeat:repeat-y;
	background-position:top;
}



#content
{
	/*border:3px solid #B4ABA6;
	border-bottom:0;*/
}
	#content #pix
	{
		height:300px;
		width:1000px;
		background-image:url(../img/pix-background.gif);
		background-repeat:no-repeat;
		background-position:top;
	}
	#content #text
	{
		/*border-top:3px solid #B4ABA6;*/
		margin:20px 23px 20px 23px;
		padding:0 17px 0 17px;
	}






