#container {
background: #A05C07;
overflow: hidden;
}

#header_top{ left:300px; top:900px;

}


#mainContent {
background: #A05C07;
}
#menu_g{
	height:100%;
}

#border_h{
	background:url('../images/fond_h.png') no-repeat; 
	height:9px;
}

#border_b{
	background:url('../images/fond_b.png') no-repeat; 
	height:73px;
}
#content{
	background:url('../images/fond.png') repeat-y;
	min-height:159px;
}


#contact_h{
	background:url('../images/menu_on.jpg') repeat-y center;
	min-height:53px;
	text-align:center;
	vertical-align:bottom ;
}

#contact{
color:#fff;

}

#contact_content{
margin-right:10px;
border: 4px solid #6F4107;
min-height:53px;
}

#zone{
	/*background:url('../images/coin.png') no-repeat bottom right; */
	min-height:159px;
}

#header, #footer {

}

/*****   menu  ******/
#menu_v {
	margin-left:7px;
	text-align:center;
}
#menu_v  ul 
{

	list-style:none;
}

#menu_v li	{
	background:url('../images/menu_on.jpg') repeat-y;
	min-height:53px;
	width:160px;
	display:inline;
	float:left;
	
	margin:0 10px 0 0;
	padding:0;
}

#menu_v a{
padding-top:10px;
text-align:bottom;
color:#fff;
text-decoration:none;
}

#menu_v li:hover {
background:url('../images/menu_off.jpg') repeat-y;
}

.title{
color : #a05c07;
font-size: 20px;
}


