 
#content{
	width:960px;
}
#menuu{
	width:936px;
	height:30px;
	float:left;
}
#menuu ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	background:url(../images/bg_menu.png) repeat-x;
}
#menuu ul li{
	list-style-type:none;
	width:144px;
	margin:0;
	margin-right:5px;
	height:27px;
	background:url(../images/menu.png) repeat-x;
	float:left;
	padding:2px 0 0 0;
}
#menuu ul li:hover{
	list-style-type:none;
	width:144px;
	margin:0;
	margin-right:5px;
	height:27px;
	background:url(../images/menu_act.png) repeat-x;
	float:left;
	padding:2px 0 0 0;
}
#menuu ul li.active{
	list-style-type:none;
	width:146px;
	margin:0;
	margin-right:5px;
	height:27px;
	background:url(../images/menu_act.png) repeat-x;
	float:left;
	padding:2px 0 0 0;
}
#menuu ul li a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
#top{
	width:960px;
	background:url(../images/pg_toop.png) no-repeat;
	height:66px;
	float:left;
}
#cont{
	width:960px;
	background:url(../images/page.png) repeat-y;
	float:left;
}
#contenu{
	width:936px;
	background:url(../images/page_cnt.png) no-repeat;
	min-height:355px;
	float:left;
	text-align:center;
	padding:0;
	padding-left:12px;
	padding-right:12px;
 
}
#foot{
	width:960px;
	background:url(../images/pg_footer.png) no-repeat;
	height:31px;
	float:left;
		margin-bottom:2.5em; 
}
 
