body{
	font-size : 9pt;
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif ;
	background:#FFFFFF;
	background-image: none;
}

/*-------------------------------------------------------------------------------------*/
/* =  display none	 pour le print		 */
/*-------------------------------------------------------------------------------------*/
#ColA, #Footer, #Tools, #Recherche{display:none;}

/*-------------------------------------------------------------------------------------*/
/* =  STRUCTURE DU DOCUMENT 					 */
/*-------------------------------------------------------------------------------------*/
#Page{
	width:18cm;
	margin:0 auto;
	position:relative;
}

#Header{
	position:relative;
	height:101px;
}

#Retour{
	position:absolute;
	top:20px; right:0px;
	}

#TitrePage{
	display:block;
	height:101px; width:800px;
	text-indent:-200em; overflow:hidden;
}

#Content{width:18cm;}

#ColA,#ColB{float:none;}


#ColB{width:18cm;}

#ColB.Large{width:18cm;}

#Article, #ZoneResultat{width:16cm; }

