body{
	margin: 0;
	padding: 0;
	background: #FFF;/*url('img/color.png') left top;*/
	font-family: verdana;
	font-size: 12px;
}

#fond{
	margin-bottom: 50px;
	padding: 0;
	background: #FFF; /*url('img/fond.png') repeat-x left top;*/
}

#site{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#header{
	width: 840px;
	height: 140px;
	background: url('img/header.png') no-repeat left top;	
}

#bar{
	width: 840px;
	height: 50px;
	background: url('img/bar.png') no-repeat left top;
	line-height: 42px;
	text-align: center;
	
	color: #FFF;
	font-weight: bold;
}

#content{
	width: 840px;
	background: url('img/content.png') repeat-y left top;
	padding: 0;
	margin: 0;
	min-height: 250px;
}

#marg{
	margin-left: 39px;
	margin-right: 39px;
}

#footer{
	margin-top: 0;
	width: 840px;
	height: 75px;
	background: url('img/footer.png') no-repeat left top;
}

#marg a{
	font-weight: bold;
	color: #5F3A2F;
	text-decoration: none;
}

#marg a:hover{
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#bar a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#bar a:hover{
	font-weight: bold;
	color: #5F3A2F;
	text-decoration: none;
}


/*************************/
#iNorx_BlocAdmin_Connect{
	text-align: center;
	font-weight: bold;
	color: #AAA;
	margin-top: -98px;
}
	
#iNorx_BlocAdmin_Connect a{
	text-decoration: none;
	color: #AAA;
}

#iNorx_BlocAdmin_Connect a:hover{
	text-decoration: none;
	border-bottom: 1px dashed #AAA;
}
