/* BLOCS 12 (88px * 88px)  ************************************************************************************************/
	
	/* frise */
	.tabfrise
	{
		margin: 0px 0px 7px 0px;
		padding: 0px;
	}
	.imgfrise
	{
		border: 0px;
		margin: 0px;
		
		width: 868px;
		height: 80px;
	}
	
	/* blocs */	
	div.block
	{
		clear: both;
		padding: 0px 0 30px 0;
		/*background: green;*/
		min-height: 139px;
	}
	
	div.block .left
	{
		float:left;
		width:160px;
	}
	
	div.block .right
	{
		/*background:yellow;*/
	}
	
	div.block .title
	{
		margin: 0px;
		padding: 0px;
		/*background: #00CCCC;*/
	}
	div.block h2
	{
		color: #007aa5;
		font: bold 12px verdana;
		letter-spacing: 1px;
	}
	div.block h2:hover
	{
		text-decoration:underline;
	}
	
	
	div.block a.link:hover{text-decoration:none;}
	
	div.block .stitle
	{
		padding: 1px 0px 0px 0px;
		
		color: #999999;
		font: normal 12px verdana;
		
		/*background: #00CCCC;*/
	}
	div.block .intro
	{
		padding-top: 6px;
		
		color: #666666;
		font: normal 11px verdana;
		
		line-height: 16px;
		min-height:95px;

		/*background: #00CCCC;*/
	}
	div.block .intro a.link:link   {color: #666666;display:block;}
	div.block .intro a.link:visited{color: #666666;display:block;}
	div.block .intro a.link:hover  {color: #666666;display:block;}
	
	div.block .furtherinfo
	{
		float:right;
	}
	
	div.block .productsheet
	{
		float:right;
		padding-right:20px;
	}
	
	
	#anchors_ctnr
	{
		text-align:justify;
		font:bold 12px arial;
		letter-spacing:0px;
		color:#999999;
		padding: 0px 0 20px 0;
	}
	
	a.anchor
	{
		
		white-space:nowrap;
	}
	
	a.anchor:link   {color:#999999; text-decoration: none;}
	a.anchor:visited{color:#999999; text-decoration: none;}
	a.anchor:hover  {color:#007AA5; text-decoration: none;}
	
	/* SEPARATEURS */
	div.separator
	{
		clear: both;
		padding: 5px 0 25px 0;
	}
	div.separator_anchors
	{
		padding-bottom:20px;
	}
	div.separator .title
	{
		float: left;
		padding-right:4px;
		height:15px;
		background-color: #FFFFFF;
		
		color: #007aa5;
		font: bold 14px arial;
		letter-spacing: 1px;
	}
	div.separator h1
	{
		color: #007aa5;
		font: bold 13px verdana;
		letter-spacing: 1px;
	}
	div.separator .line
	{
		padding: 12px 0 0 10px;
		border-bottom: solid 1px #007AA5;
	}
	div.separator .link_top
	{
		float:right;
		margin-top:-16px;
		font:bold 11px verdana;
		color:#007AA5;
	}