/* NEWS  ************************************************************************************************/
	/* formulaire */
	.indent
	{
		margin-left:19px;
		line-height:13px;
	}
	
	.divformtitle
	{
		margin-bottom: 15px;
		/*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;
			
			white-space:nowrap;
			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: 392px; /*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: 98%;
			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;
			
			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: 98%;
			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;
		}
		
		.tabform .request_large
		{
			height: 130px;
		}

		
	/* 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: 30px 0px 0px 35px;
		padding: 0px;
		/*background: #CCCCCC;*/
		border: solid 0px;
		
		width: 330px;
		
		
		color: #3D3D3D;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
	}
	.tabsubmit_large
	{
		margin-top: 0px;
		width: 330px;
		height: 327px;
	}
		.tabsubmit #tdinfos
		{
			height: 264px;
			/*background: #C000CC;*/
			
		}
		.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;
			
		}

	#destination
	{
		margin-top:-2px;
		font: normal 10px verdana;
		line-height:20px;
	}
	#destination table
	{
		margin-top:7px;
	}
	
	
	.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;
	}
	
	
	#form_legal
	{
		margin-top: 25px;
		font: normal 9px verdana;
		color: #777777;
		position: absolute;
		width: 760px;
	}
	
	#form_legal a
	{
		color: #777777;
	}
	