/* NEWS  ************************************************************************************************/
	
	/* formulaire */
	.divformtitle
	{
		margin-bottom: 10px;
		/*background: #CCCCCC;*/
		
		color: #999999;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;	
	}
	
	.tabform
	{
		margin: 0px;
		padding: 0px;
		border: 0px;
		/* background: #CC00CC; */	
	}
		.tabform #tdentry 
		{
			width: 110px;
			height: 20px;
			
			color: #3D3D3D;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10px;
			font-weight: normal;
			font-style: normal;
		}
		.tabform #tdcomment 
		{
			width: 105px;
			height: 20px;
			
			padding: 2px 0px 0px 0px;
			
			color: #3D3D3D;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10px;
			font-weight: normal;
			font-style: normal;
		}
		.tabform #tdinput 
		{
			width: 492px; /*pour contrer les pb sous ie*/
			
			color: #007aa5;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10px;
			font-weight: normal;
			font-style: normal;
		}
		
		.tabform input 
		{
			width: 490px;
			height: 14px;
			
			margin: 0px;
			padding: 0px 2px 0px 2px;
			border: solid 1px #bfbfbf;
			
			color: #7E7C83;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10px;
			font-weight: normal;
			font-style: normal;
		}
		.tabform select 
		{
			float: left;
			height: 14px;
			padding: 0px;
			border: solid 1px #bfbfbf;
			
			color: #7E7C83;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10px;
			font-weight: normal;
			font-style: normal;
		}
		.tabform textarea 
		{
			width: 490px;
			height: 40px;
			
			margin: 3px 0px 0px 0px;
			overflow: auto;
			padding: 0px 2px 0px 2px;
			border: solid 1px #bfbfbf;
			
			color: #7E7C83;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10px;
			font-weight: normal;
			font-style: normal;
		}
		
	/* pour s/n à côté du menu product */
	.divformsn
	{
		float: left;
		padding: 2px 0px 0px 8px;
		
		color: #3D3D3D;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 10px;
		font-weight: normal;
		font-style: normal;
	}
	
	/* bloc de droite contenant des infos et le submit */
	.tabsubmit
	{
		margin: 60px 0px 0px 35px;
		padding: 0px;
		/*background: #CCCCCC;*/
		border: solid 0px;
		
		width: 240px;
		height: 242px;
		
		color: #3D3D3D;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
	}
		.tabsubmit #tdinfos
		{
			height: 224px;
			/*background: #0000CC;*/
			
		}
		.tabsubmit #tdsubmit
		{
			text-align: right;
			height: 18px;
			/*background: #0000CC;*/
			
		}
		.tabform #btnsubmit 
		{
			width: 85px;
			height: 22px;
			
			border: solid 0px;
		}
		.tabsubmit #infos
		{
			color: #999999;
			font-weight: bold;
			
		}
	
	
	.formerror
	{
		color: #EE3333;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		
	}
	
	/* page de confirmation */
	.divsuccess
	{
		margin: 130px 80px 0px 60px;
		
		color: #3D3D3D;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
	}