/**
	* --------------------------------------------------------
	* --------------------------------------------------------
	* V400. CE FICHIER EST COMMUN A TOUTES LES IMPRESSIONS PAPIER MAIS AUSSI A TOTUES LES IMPRESSIONS PDF
	* --------------------------------------------------------
	* --------------------------------------------------------
	*/
	
	
	@page 
	{ 
		margin: 1cm 1cm 1cm 1cm;
	}
	
	
	*
	{
		text-indent:0;	
		color:#000;
				
		font-family:Arial, Helvetica, sans-serif;
		font-size:11pt;
		line-height:16pt;
	}

		body
		{
			background:#FFF;
		}
		
		
			h1
			{
				font-size:22pt;
				line-height:28pt;
			}
	
			h2
			{
				font-size:16pt;
				line-height:22pt;
			}
	
			h3
			{
				font-size:13pt;
				line-height:19pt;
			}
	
			hr
			{
				display:none;
			}
			

			p 
			{
				line-height:14px;
				margin-top:0px;
				padding-top:0px;
				margin-bottom:10px;
				padding-bottom:0px;
			}			
			
			a:link, a:visited 
			{
				color:#06C;
				background: transparent;
				text-decoration: underline;
			}		
			
				
		/**
		* --------------------------------------------------------
		* --------------------------------------------------------
		* V400. IMPRESSION PAPIER
		* --------------------------------------------------------
		* --------------------------------------------------------
		*/
		
	
		div#page
		{
			/*margin: 5% 5% 5% 5%;*/
			float: none ;
		}


			/*
			* MASQUAGE DES ELEMENTS QUI NE DOIVENT PAS ETRE IMPRIMÉS (CAR NE SERVANT A RIEN DU POINT DE VUE INFORMATIONNEL)
			*/
			div#header
			{
				display: none;
			}
			
			
			div#footer
			{
				display: none;
			}
			
			
			div#popups
			{
				display: none;
			}
		
		
			div#body_top
			{
				display: none;
			}
		
		
			ul#breadcrumb
			{
				display: none;
			}
		
		
			div#boody div.box no_full_width_content
			{
				display: none;
			}
			
			
			form.eav.update
			{
				margin-top:100px;
			}
			
			
		span.bold
		{
			font-weight:bold;
		}
			
	
	
	/**
	* --------------------------------------------------------
	* --------------------------------------------------------
	* V400. CE FICHIER EST COMMUN A TOUTES LES IMPRESSIONS PDF
	* --------------------------------------------------------
	* --------------------------------------------------------
	*/
	
	
	.pdf_print_page,
	.pdf_print_page table,
	.pdf_print_footer,
	.pdf_print_footer table,
	.pdf_print_footer table td,
	.pdf_print_header_table
	{
		width:100%;
		border:0px;
		padding:0px;
		margin:0px;
	}
	
	
		.pdf_print_header td,
		.pdf_print_footer td,
		.pdf_print_body td
		{
			border:0px;
			padding:0px;
			margin:0px;
		}


		.pdf_print_page td,
		.pdf_print_page th
		{
			padding-top:2px;
			padding-bottom:2px;
		}
		
		
			.pdf_print_page td,
			.pdf_print_page th,
			.pdf_print_page p,
			.pdf_print_page span,
			.pdf_print_page li,
			.pdf_print_page a,
			.pdf_print_header_table td,
			.pdf_print_header_table th,
			.pdf_print_header_table p,
			.pdf_print_header_table span,
			.pdf_print_header_table li,
			.pdf_print_header_table a
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				line-height:normal;
			}
		
		
			.pdf_print_footer_table td,
			.pdf_print_footer_table th,
			.pdf_print_footer_table p,
			.pdf_print_footer_table span,
			.pdf_print_footer_table li,
			.pdf_print_footer_table a
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:normal;
			}
		
		
		/**
		* ---------------------------- HEADER ----------------------------
		*/
		
		
		.pdf_print_header
		{
		}
	
	
			.pdf_print_header_logo
			{
				width:25%;
			}
			

			.pdf_print_header_text
			{
				width:75%;
				vertical-align:middle;
			}
		
		/**
		* ---------------------------- FOOTER ----------------------------
		*/
		
		
		.pdf_print_footer
		{
			
		}

			.pdf_print_footer td
			{
				text-align:center;
				vertical-align:middle;
			}
			
			
				.pdf_print_footer td p
				{
					text-align:center;
				}
		
		
			.pdf_print_footer_pager
			{
				text-align:right;
			}
			
		
		/**
		* ---------------------------- BODY ----------------------------
		*/

	
		.pdf_print_body_header_table
		{
			background-color:#E2E2E2;
			padding:10px;
			margin-bottom:20px;
		}
			
			
		.pdf_print_body_details_table
		{
			width:100%;
		}
		
			.pdf_print_body_details_table_details,
			.pdf_print_body_details_table_details table
			{
				width:100%;
			}
			
				.pdf_print_body_details_table_details
				{
					margin-bottom:20px;
				}
			
				.pdf_print_body_details_table_details table
				{
					margin-top:10px;
					padding:10px;
					background-color:#F4F4F4;
				}
			
				.pdf_print_body_details_table_details thead th
				{
					padding-bottom:10px;
				}
			
				.pdf_print_body_details_table_details tfoot th
				{
					padding-top:10px;
				}
				
				
		.pdf_print_body_footer_totals_table
		{
			background-color:#E2E2E2;
			padding:10px;
			margin-bottom:20px;
		}
				
		
		/**
		* ---------------------------- DIVERS ----------------------------
		*/
		
		.pdf_print_column_25
		{
			width:25%;
		}
		
		
		.pdf_print_column_50
		{
			width:50%;
		}
		
		
		.pdf_print_column_75
		{
			width:75%;
		}
		
		
		.pdf_print_column_100
		{
			width:100%;
		}
		
		

		.pdf_print_text_aligned_left
		{
			text-align:left;
		}
		
		
		.pdf_print_text_aligned_right
		{
			text-align:right;
		}
		
		
		.pdf_print_page .h2_like
		{
			font-weight:bold;
		}