/* IMPRESSION */
@media print
{
		/*CACHER L'ENTETE ET FORMATTER LE HTML POUR QU'IL IMPRIME SUR 8.5 x 11*/
		BODY
		{
				background-color: #FFFFFF; 
				margin: 0px 0px 0px 0px; 
				text-align: left; 
		}
						
		#header { display: none; }
		#annonce{ display: none; }
		#footer { display: none; }
			

		A.lien:link 	{color : #000000;}
		A.lien:visited 	{color :#000000; text-decoration : none;}
		A.lien:active 	{color : #000000; text-decoration : none;}
		A.lien:hover 	{color : #000000; text-decoration : none;}
		
		.txt 	{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-transform: none; color: #000000}
		.txt2 	{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-transform: none; color: #000000}				  
	
		#navigation, #advertising, #other 
		{ 
					/*  display : none; */
		} 
			
	
		#container2
		{
						width : 100%;
						background : #ffffff; 
						font-family : Arial;
						font-size : 14pt; 
		}
		#colleft
		{
						width : 100%;
						background : #ffffff; 
						font-family : Arial;
						font-size : 14pt; 
		}		
		#lecontenu
		{
						width : 100%;
						background : #ffffff; 
						font-family : Arial;
						font-size : 14pt; 
		}
		
						
}
