/* FICHE PRODUIT  ************************************************************************************************/
	
	.divstitle
	{
		color: #7e7c83;
		font: normal 14px verdana;
		letter-spacing: 1px;
	}
	
	.divborderbottom
	{
		padding-bottom: 2px;
		margin-bottom: 3px;
		border-bottom: solid 1px #999999;	 	
	}
	
	
	
	/* partie haute */
		#prodtop
		{
			clear: both;
			display:table;
			margin-bottom:20px;
			/*background: #CC00CC;*/
		}
		#prodtop #tabimgproduct
		{
			float: left;
			margin: 0px 5px 0px 0px;
			/*background: #CC00CC;*/
		}
		#prodtop #imgproduct
		{
			border: 0px;
			width: 104px;
			height: 104px;
		}
	
		#prodtop #title
		{
			margin: 0px;
			padding: 0px;
			
			color: #007aa5;
			font: bold 13px verdana;
			letter-spacing: 3px;
			/*background: #00CCCC;*/
		}
		#prodtop #stitle
		{
			margin: 1px 0px 0px 0px;
			padding: 0px;
			
			color: #007aa5;
			font: normal 10px verdana;
			
			/*background: #00CCCC;*/
		}
		#prodtop #intro
		{
			margin-top: 6px;
			
			color: #3D3D3D;
			font: normal 12px verdana;
			
			line-height: 16px;
			
			/*background: #00CCCC;*/
		}
	
	
		
	/* partie basse */
		#features_benefits
		{
			display:table;
			margin: 0 0 0 0;
			width:100%;
			clear: both;
			color: #3D3D3D;
			font: normal 11px verdana;
			line-height: 16px;					
		}
			#features_benefits li
			{
				margin: 8px 0 0 13px;
				list-style:disc;					
			}
		 
		#features
		{
			width: 414px;
			float:left;
		}
		
		#benefits
		{
			width: 414px;
			float:right;
		}
			
	
		
	
	
	/* APPLICATIONS & REFERENCES */
	#applications, #references
	{
		clear:both;
		margin: 30px 0 0 0;
		color: #3D3D3D;
		font: normal 11px verdana;
	}
	#applications .disc, #references .disc
	{
		padding: 0 7px 0 0;
	}
	#applications .item, #references .item
	{
		padding: 0 7px 0 0;
		line-height:17px;
	}
	.applirefertitle
	{
		vertical-align: top;
		padding-right:10px;
		/*background:red;*/
	}
	
	/* tableau légèrement différent de prodbottom pour aligner le bouton further malgré son ombre */
	#buttons
	{
		margin-top: 20px;
		width: 100%;
		clear: both;
	}
		#buttons #pdf
		{
			width: 504px;
			height:23px;
		}
		#buttons #spacer2
		{
			width: 34px;
		}
		#buttons #customreq
		{
			width: 140px;
		}
	
	
	
	img.customreq
	{
		float: right;
		border: 0px;
		
		width: 140px;
		height: 23px;
		
	}
	
	div.pdf_ctnr
	{
		float:left;
	}
	img.pdf
	{
		float:left;
		margin: 0px 5px 0px 0px;
		border: 0px;
		
		width: 20px;
		height: 20px;
	}
	
	a.pdf{color: #7E7C83;font: italic 11px verdana;line-height:20px;}
	a.pdf:hover{text-decoration:underline;}
	
	
	a.pdf div{float:left;}
	div.pdf_separator
	{	
		float:left;
		padding: 0 0 0 20px;
	}