/* ---------------------------------------------------- */
/* --------   Par defaut ------------------------------- */
/* ---------------------------------------------------- */

		body {
			font-family: Arial, Times New Roman,  Helvetica, sans-serif;
			background-color: #FFFFFF;
			font-size: 15px;
			margin : 0;
		}

		TR {
			font-family: Times New Roman, Arial, Helvetica, sans-serif;
			font-size: 15px;
		}
		
		A {	
			color : blue;	
		}

		A:HOVER  {	
			color : #009933;	
		}
 
 		#Ppl {
	width : 780px;
	float: left;
		}


/* ---------------------------------------------------- */
/* --------   Produit  ------------------------------- */
/* ---------------------------------------------------- */
	.Pdt_Ref	{	
		color : blue;	
		font-size: 11px;
	 }

	A.Pdt_Ref, A.Pdt_Ref:HOVER	{	
		font-size: 11px;
	 }

	.Pdt_TitDesig,	A.Pdt_TitDesig, A.Pdt_TitDesig:HOVER	{	
		font-size: 13px;
		font-weight: bold;
	 }
	.Pdt_TitDesig	{	
		color : black;
	 }



	.Pdt_InfoPromo	{	
		color : #FF0000;	
		font-size: 13px;
	 }


	.PdtPromo {
		font-size : 13px;
		color : #FF0000;
		font-weight: bold;
	}

	.PdtPromoExcept {
		font-size : 11px;
		color : #FF0000;
		font-weight: bold;
	}

	.PdtPrixBarre {
		text-decoration: line-through ;
		font-size : 11px;
	}

	.PdtPrixNet {
		font-size : 13px;
	}

	.PdtPrixPublic {
		font-size : 13px;
		color : #808080;
	}

	.PdtPrixPro {
		font-size : 13px;
		color : #008000;
	}


/* ---------------------------------------------------- */
/* --------   Catalogue Principale Produit  ----------- */
/* ---------------------------------------------------- */
	.PdtLig_PxNet {
		font-size : 14px;
	}
	.PdtLig_ProPxNet, .PdtLig_ExpPxNet, .PdtLig_PartPxNet {
		font-size : 14px;
		color : #008000;
	}
	.PdtLig_ProPxPublic, .PdtLig_ExpPxPublic, .PdtLig_AssPxPublic, .PdtLig_PartPxPublic {
		font-size : 13px;
		color : #808080;
	}

	.PdtLig_PxBarre, .PdtLig_ProPxBarre  {
		text-decoration: line-through ;
		font-size : 11px;
	}
	.PdtLig_InfoTxRemise, .PdtLig_ProInfoTxRemise {
		font-size : 12px;
		color : #33CC33;
		font-weight: bold;
	}
	.PdtLig_InfoMntRemise, .PdtLig_ProInfoMntRemise {
		font-size : 12px;
		color : #9933FF;
		font-weight: bold;
	}
	.PdtLig_PxPromo, .PdtLig_ProPxPromo {
		font-size : 14px;
		color : #FF0000;
		font-weight: bold;
	}

/* ---------------------------------------------------- */
/* --------   Catalogue Principale Produit  ----------- */
/* ---------------------------------------------------- */
	.PdtMini_PxNet {
		font-size : 13px;
	}
	.PdtMini_ProPxNet, .PdtMini_ExpPxNet, .PdtMini_PartPxNet {
		font-size : 13px;
		color : #008000;
	}
	.PdtMini_ProPxPublic, .PdtMini_ExpPxPublic, .PdtMini_AssPxPublic, .PdtMini_PartPxPublic {
		font-size : 12px;
		color : #808080;
	}

	.PdtMini_PxBarre, .PdtMini_ProPxBarre  {
		text-decoration: line-through ;
		font-size : 10px;
	}
	.PdtMini_InfoTxRemise, .PdtMini_ProInfoTxRemise {
		font-size : 11px;
		color : #33CC33;
		font-weight: bold;
	}
	.PdtMini_InfoMntRemise, .PdtMini_ProInfoMntRemise {
		font-size : 11px;
		color : #9933FF;
		font-weight: bold;
	}
	.PdtMini_PxPromo, .PdtMini_ProPxPromo {
		font-size : 13px;
		color : #FF0000;
		font-weight: bold;
	}


	.PdtDescription {
		font-size : 12px;
	}
	
	.PdtCommentaire {
		font-size : 12px;
		color : #008000;
	}
	
	.Pdt_Titre_Zone {
		font-weight: bold;
		color : #0066FF;
	}		

	.Pdt_Titre2 {
		font-size: 13px;
		color : #339933;
		font-weight: bold;
	}
		
/* ---------------------------------------------------- */
/* --------   Haut / Base de page --------------------- */
/* ---------------------------------------------------- */
		.HautPage_Commentaire {
			font-style: italic;
			color: #0066FF;
		}

		.Haut_De_Page {
			font-size: 24px;
			font-weight: bold;
		}

		.Bas_De_Page, A.Bas_De_Page, A.Bas_De_Page:HOVER  {
			font-size: 11px;
			font-style: italic;
		}

/* ---------------------------------------------------- */
/* --------   Titre  ------------------------------- */
/* ---------------------------------------------------- */

		.Titre1, A.Titre1, A.Titre1:HOVER  {
			font-size: 16px;
			color : black;
			font-weight: bold;
		}

