	
		div.BlocA, div.BlocB, div.BlocC
		{
			margin:5px 0 0 0;
		} 
		
		div.BlocA p , div.BlocB p , div.BlocC p
		{
			padding:0px 10px;
		} 
		div.BlocA .body , div.BlocB .body , div.BlocC .body
		{
			clear:both;
		} 
			
		div.BlocA h1, div.BlocB h1, div.BlocC h1
		{
			line-height:35px;
		}
		
		div.BlocA .footer, div.BlocB .footer, div.BlocC .footer
		{
			line-height:21px;
		}
		
/*	BlocA		*/
		
		div.BlocA
		{
			background: url("../images/BlocA_TL.gif") no-repeat top left;
		} 
		
		div.BlocA h1
		{
			background: url("../images/BlocA_TR.gif") no-repeat top right;
		}
		
		div.BlocA .body
		{
			background: url("../images/BlocA_R.gif") repeat-y top right;
		}
		
		div.BlocA .footer
		{
			background: url("../images/BlocA_BL.gif") no-repeat bottom left;
		}
		
		div.BlocA .footer p
		{
			background: url("../images/BlocA_BR.gif") no-repeat bottom right;
		}		
		
/*	BlocB		*/
		div.BlocB
		{
			background: url("../images/BlocB_TL.gif") no-repeat top left;
		} 
		
		div.BlocB h1
		{
			background: url("../images/BlocB_TR.gif") no-repeat top right;
		}
		
		div.BlocB .body
		{
			background: url("../images/BlocB_R.gif") repeat-y bottom right;
		}
		
		div.BlocB .footer
		{
			background: url("../images/BlocB_BL.gif") no-repeat bottom left;
		}
		
		div.BlocB .footer p
		{
			background: url("../images/BlocB_BR.gif") no-repeat bottom right;
		}
	
/*	BlocC		*/
		div.BlocC
		{
			background: url("../images/BlocC_TL.gif") no-repeat top left;
		} 
		
		div.BlocC h1
		{
			background: url("../images/BlocC_TR.gif") no-repeat top right;
		}
		
		div.BlocC .body
		{
			background: url("../images/BlocC_R.gif") repeat-y bottom right;
		}
		
		div.BlocC .footer
		{
			background: url("../images/BlocC_BL.gif") no-repeat bottom left;
		}
		
		div.BlocC .footer p
		{
			background: url("../images/BlocC_BR.gif") no-repeat bottom right;
		}
	
		
		
		
		
		
		
		
		
		