/* ----------------- STYLES GENERIQUES  ---------------------- */	

BODY				{
					margin-left: 0px;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 0px;
					scrollbar-face-color: #952E2B;
					scrollbar-arrow-color: White;
					scrollbar-track-color: #D87244;
					scrollbar-3dlight-color: #FFFFFF;
					scrollbar-highlight-color : #D87244;
					scrollbar-shadow-color : #EE9D02;
					}

TD 				{
					font-family: Arial, Verdana, Helvetica, sans-serif; 
					font-size: 11px; 
					color: #000000;
					}

DIV			{
					font-family: Arial, Verdana, Helvetica, sans-serif; 
					font-size: 11px; 
					color: #000000;
					}


SELECT.input 	{
					font-family: Arial, Helvetica, sans-serif;
					color: #910000;
					BACKGROUND-COLOR: #FFFFFF;
					BORDER-BOTTOM: #910000 1px solid;
					BORDER-LEFT: #910000 1px solid;
					BORDER-RIGHT:#910000 1px solid;
					BORDER-TOP: #910000 1px solid;
					font-size: 10px;
					}
					
.input_form 	{
					font-family: Arial, Helvetica, sans-serif;
					color: #910000;
					BACKGROUND-COLOR: #FFFFFF;
					BORDER-BOTTOM: #910000 1px solid;
					BORDER-LEFT: #910000 1px solid;
					BORDER-RIGHT:#910000 1px solid;
					BORDER-TOP: #910000 1px solid;
					font-size: 10px;
					}				
	
TEXTAREA 		{
					font-family: Arial, Helvetica, sans-serif;
					color: #910000;
					BACKGROUND-COLOR: #FFFFFF;
					BORDER-BOTTOM: #910000 1px solid;
					BORDER-LEFT: #910000 1px solid;
					BORDER-RIGHT:#910000 1px solid;
					BORDER-TOP: #910000 1px solid;
					font-size: 10px;
					}
	
A 					{
					font-family: Arial, Verdana, Helvetica, sans-serif;
					}



		
					
					
/* ----------------- NAVIGATION: RUBRIQUES ET SOUS ROUBRIQUES ---------------------- */	
/* navigation supérieur */
A.nav 			{
					text-decoration: underline;
					color: #C80F3F;}
A:HOVER.nav		{
					text-decoration: none;
					color: #C80F3F;}

/* Rubrique promo */					
A.promo 			{
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					color: #FFE6C2;
					}
A:HOVER.promo	{
					text-decoration: underline;
					font-weight: bold;
					color: #FFE6C2;
					}

/* Rubrique Niveau 1 */	
A.cat1 			{
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					color: #FFFFFF;
					}
A:HOVER.cat1	{
					text-decoration: underline;
					font-weight: bold;
					color: #FFFFFF;
					}

/* Rubrique Niveau 2 */	
A.cat2 			{
					font-size: 11px;
					text-decoration: none;
					font-weight: normal;
					color: #FFFFFF;
					}
A:HOVER.cat2	{
					text-decoration: underline;
					font-weight: normal;
					color: #FFFFFF;
					}

/* Rubrique Niveau 3 */	
A.cat3 			{
					font-size: 10px;
					text-decoration: none;
					font-weight: normal;
					color: #FFE6C2;
					}
A:HOVER.cat3	{
					text-decoration: underline;
					font-weight: normal;
					color: #FFE6C2;
					}

					
					
					
/* -------------------- NAVIGATION: BARRE DE SITUATION ------------------------- */	
A.situ 			{
					font-size: 11px;
					text-decoration: none;
					font-weight: normal;
					color: #C80F3F;
					}
A:HOVER.situ	{
					text-decoration: underline;
					font-weight: normal;
					color: #C80F3F;
					}

.txt-situ		{  
					font-size: 11px; 
					color: #EF8F31;
					}
	
	
	
	
/* ------------------------------- PANIER ----------------------------------- */		
A.pan 			{
					font-size: 9px;
					text-decoration: none;
					font-weight: normal;
					color: #000000;
					}
A:HOVER.pan		{
					text-decoration: underline;
					font-weight: normal;
					color: #000000;
					}

.txt_pan			{  
					font-size: 11px; 
					color: #910000;
					font-weight: bold;
					}
					




/* --------------------------- MODULE DE PAGINATION -------------------------------- */		
A.pag 			{
					font-size: 10px;
					text-decoration: underline;
					font-weight: bold;
					color: #C01200;
					}
A:HOVER.pag		{
					text-decoration: none;
					font-weight: bold;
					color: #C01200;
					}

.txt_pag			{  
					font-size: 11px; 
					color: #910000;
					font-weight: none;
					}
					
					
										
					
					
/* ------------------------------ Actualités -------------------------------- */		
A.news			{
					font-size: 11px;
					text-decoration: underline;
					font-weight: normal;
					color: #910000;
					}
A:HOVER.news	{
					text-decoration: none;
					font-weight: normal;
					color: #910000;
					}

.news-titr		{  
					font-size: 11px;
					font-weight: bold;
					color: #910000;
					}

.news-txt		{  
					font-size: 11px;
					font-weight: normal;
					color: #000000;
					}


	

/* ----------------------- PROMOS PAGE D'ACCUEIL ----------------------------- */	
/* Ancien prix */
.promo-prix1	{  
					font-size: 12px;
					text-decoration: line-through;
					color: #666666;
					}

/* Nouveau prix */
.promo-prix2	{  
					font-size: 12px;
					font-weight: bold;
					color: #C01200;
					}



	
/* ----------------------- PRODUITS: LISTINGS ----------------------------- */		
/* Désignation du produit */
A.prod-list 	{
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					color: #910000;
					}
A:HOVER.prod-list	{
					text-decoration: underline;
					font-weight: bold;
					color: #910000;
					}

/* PRIX - Normal */
.prod-list-prix01	{
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					color: #003399;
					}

/* PRIX - promo ancien prix */
.prod-list-prix02	{
					font-size: 12px;
					text-decoration: line-through;
					font-weight: bold;
					color: #666666;
					}

/* PRIX - promo nouveau prix */
.prod-list-prix03	{
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					color: #C01200;
					}

/* Texte accompagnant la promo */
.prod-list-promo	{  
					font-size: 11px; 
					color: #C01200;
					}

/* Marque */
.prod-list-marque	{  
					font-size: 11px; 
					color: #666699;
					}

/* Texte descritpion */
.prod-list-txt	{  
					font-size: 11px; 
					color: #000000;
					}


	
/* ------------------------- PRODUITS: FICHES ----------------------------- */	
/* Désignation du produit */	
.prod-titr		{
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #910000;
					}

/* PRIX - Normal */
.prod-fich-prix01	{
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #003399;
					}

/* PRIX - promo ancien prix */
.prod-fich-prix02	{
					font-size: 14px;
					text-decoration: line-through;
					font-weight: bold;
					color: #666666;
					}

/* PRIX - promo nouveau prix */
.prod-fich-prix03	{
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #C01200;
					}

/* Texte accompagnant la promo */
.prod-fich-promo	{  
					font-size: 11px; 
					color: #C01200;
					}

/* Texte descritpion */
.prod-fich-txt	{  
					font-size: 11px; 
					color: #000000;
					}
					
/* Marque */
.prod-fich-marque	{  
					font-size: 11px; 
					color: #666699;
					}

					


					
/* ----------------------------- FAMILLES  ----------------------------- */					
/* intitulé de la Famille */	
.famille-titr	{  
					font-size: 11px;
					font-weight: bold;
					color: #910000;
					}					

.famille-txt	{  
					font-size: 11px;
					font-weight: bold;
					color: #910000;
					}							
				
/* Liens produits mêmes Familles */	
A.famille 			{
					font-size: 11px;
					text-decoration: none;
					font-weight: normal;
					color: #910000;
					}
A:HOVER.famille	{
					text-decoration: underline;
					font-weight: normal;
					color: #910000;
					}
					
					
					
															
					
	
/* ---------------- TABLEAUX D'IDENTIFICATION: INTITULES  -------------------- */	
	
.ident-titr		{
					background: #C80F3F;
					font-size: 16px;
					text-decoration: none;
					font-weight: bold;
					color: #FFFFFF;
					}

.ident-txt		{
					background: #E59348;
					font-size: 11px;
					text-decoration: none;
					font-weight: none;
					color: #A20F34;
					}

A.ident-txt {
					font-size: 11px;
					text-decoration: underline;
					font-weight: none;
					color: #FFE88E;
					}

A:HOVER.ident-txt	{
					text-decoration: none;
					font-weight: none;
					color: #FFE88E;
					}
		
				
.ident-inscri {
					background: #D87244;
					}					

A.ident-inscri {
					font-size: 14px;
					text-decoration: underline;
					font-weight: bold;
					color: #FFE88E;
					}

A:HOVER.ident-inscri	{
					text-decoration: none;
					font-weight: bold;
					color: #FFE88E;
					}


					
					

/* ----------------- TABLEAUX DE COMMANDE: INTITULES  ------------------- */	
	
.command-titr	{
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					color: #FFFFFF;
					}

.comand-total	{
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					color: #910000;
					}

.comand-totalht	{
					font-size: 10px;
					text-decoration: none;
					font-weight: none;
					color: #999999;
					}

					
	
	
		
/* ----------------- TABLEAUX DE COMMANDE - TABLE  ---------------------- */	
.tr01-titr 		{
					background: #C80F3F;
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					color: #FFFFFF;
					}

.tr01-lign1 	{
					background: #CBD684;
					color: #000000;
					}

.tr01-lign2 	{
					background: #E1EC9E;
					color: #000000;
					}

.tr01-lign5 	{
					background: #E59348;
					font-size: 10px;
					text-decoration: none;
					font-weight: none;
					color: #325050;
					}

.tr01-lign3 	{
					background: #C80F3F;
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					color: #FFFFFF;
					}

.tr01-lign4 	{
					background: #E59348;
					font-size: 9px;
					text-decoration: none;
					font-weight: none;
					color: #325050;
					}

A.command 		{
					font-size: 11px;
					text-decoration: underline;
					font-weight: none;
					color: #910000;
					}

A:HOVER.command	{
					text-decoration: none;
					font-weight: none;
					color: #910000;
					}



					
/* ----------------- MESSAGES D'ERREUR  ---------------------- */	
.error 			{
   				border: 1px solid #C01200;
					background: #FBECEC;
					width: 100%;
					height: 50px;
					}

.error-txt 		{
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #C01200;
					text-align: center;
					}


					
					
					
/* ----------------- PAGE BOUTIQUE  ---------------------- */	
.boutique		{
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #910000;
					}

.contact			{
					font-size: 12px;
					text-decoration: none;
					font-weight: none;
					color: #666699;
					}

					
					
					
					
/* ----------------- DECORATION DES BORDERS DES IMAGES ---------------------- */	
/* tour d'image bloc promo et listing produits */
.deco-prod1 	{
					BORDER-RIGHT: #FFFFFF 1px solid;
					BORDER-TOP: #FFFFFF 1px solid;
					BORDER-LEFT: #FFFFFF 1px solid; 
					BORDER-BOTTOM: 1px solid #FFFFFF;
					}

/* tour d'image Fiche produit */		
.deco-prod2 	{
				 	BORDER-RIGHT: #FFFFFF 1px solid;
					BORDER-TOP: #FFFFFF 1px solid;
					BORDER-LEFT: #FFFFFF 1px solid; 
					BORDER-BOTTOM: 1px solid #FFFFFF;
					}
						
						
						
						
/* --------------------------- DIVERS ------------------------------------- */	
/* copyright Footer */
.copyright		{  
					font-size: 9px; 
					color: #999999;
					}

/* Libélé champ de recherche */
.txt_recherche	{  
					font-size: 9px; 
					color: #FFFFFF;
					}

/* Lien RL */						
A.rl				{
					font-size: 10px;
					text-decoration: none;
					font-weight: normal;
					color: #4682B4;
					}
A:HOVER.rl		{
					text-decoration: underline;
					font-weight: normal;
					color: #4682B4;
					}					
					
/* Intitulé Rubrique en Zone principale */						
A.rub				{
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #910000;
					}
A:HOVER.rub		{
					text-decoration: none;
					font-weight: bold;
					color: #C01200;
					}

/* Libélé listes de tris */
.txt-input	{  
					font-size: 9px; 
					color: #910000;
					}






















				
					
/* ----------------- BLOC DE MENU GAUCHE  ---------------------- */	
/* Structutre du TD (intérieur + extérieur) */
.bloc-boutique 			{
   				border: 2px solid #C80F3F;
					background: #FFFFFF;
					padding-left: 2px;
					padding-top: 6px;
					padding-bottom: 5px;
					padding-right: 0px;
					/*ine-height: 18px;*/
					}

/* lien interne */
A.bloc-boutique-lien 			{
					font-size: 11px; 
					text-decoration: none;
					font-weight: bold;
					color: #C80F3F;
				
					}
					
A:HOVER.bloc-boutique-lien		{
					text-decoration: underline;
					color: #C80F3F;
					}
					
					
					
/* Structutre du TD TITRE (intérieur + extérieur) */
.bloc-second-titr 			{
					background: #EF8F31;
					}
					
/* Structutre du TD CONTENU (intérieur + extérieur) */
.bloc-second			{
					background: #F5B862;
					width: 112px;
					padding-left: 8px;
					padding-right: 8px;
					padding-top: 6px;
					padding-bottom: 15px;
					line-height: 18px;
					}

/* lien interne */

/*!bloc-second-lien!Lien html!*/
span.bloc-second-lien  a{
					font-size: 11px; 
					text-decoration: none;
					font-weight: bold;
					color: #952E2B;
					}

span.bloc-second-lien  a:hover{
					text-decoration: underline;
					color: #952E2B;
					}

a.bloc-second-lien {
					font-size: 11px; 
					text-decoration: none;
					font-weight: bold;
					color: #952E2B;
					}
					
a.bloc-second-lien:hover		{
					text-decoration: underline;
					color: #952E2B;
					}


					
					
					
/* ----------------- BLOC DE MENU DROITE  ---------------------- */	
/* Structutre du TD TITRE (intérieur + extérieur) */
.blocd-second-titr 			{
					background: #94A927;
					}
					
/* Structutre du TD CONTENU (intérieur + extérieur) */
.blocd-second			{
					background: #E1EC9E;
					width: 140px;
					padding-left: 8px;
					padding-right: 8px;
					padding-top: 8px;
					padding-bottom: 8px;
					line-height: 18px;
					}

/* lien interne */					
A.blocd-second-lien 			{
					text-decoration: none;
					font-weight: bold;
					color: #952E2B;
					}
					
A:HOVER.blocd-second-lien		{
					text-decoration: underline;
					color: #952E2B;
					}
					
					
					
					
/* input moteur de recherche */					
.rech-input 			{
					font-family: Arial, Helvetica, sans-serif;
					color: #952E2B;
					BACKGROUND-COLOR: #FFFFFF;
					BORDER-BOTTOM: #EE9D02 1px solid;
					BORDER-LEFT: #EE9D02 1px solid;
					BORDER-RIGHT:#EE9D02 1px solid;
					BORDER-TOP: #EE9D02 1px solid;
					font-size: 9px;
					}
					
.txt-newsletter 			{
					text-decoration: none;
					font-weight: normal;
					color: #952E2B;
					line-height: 13px;
					}
.txt-forum 			{
					text-decoration: none;
					font-weight: normal;
					color: #952E2B;
					line-height: 13px;
					}
					
					
/* --------------------  PAVE CENTRAL   --------------------  */					
/* Plaisir */
.ctr_01-txt			{
					font-size: 12px;
					color: #808184;
					padding-left: 8px;
					padding-top: 6px;
					padding-right: 8px;
					text-align: justify;

					}
					
A.ctr_01-lien 			{
					text-decoration: none;
					font-weight: bold;
					color: #F68938;
					}
					
A:HOVER.ctr_01-lien		{
					text-decoration: underline;
					color: #F68938;
					font-weight: bold;
					}
					
/* humour */
.ctr_02-txt			{
					font-size: 12px;
					color: #808184;
					padding-left: 8px;
					padding-top: 6px;
					padding-right: 8px;
					text-align: justify;
					vertical-align: top;
					}
					
A.ctr_02-lien 			{
					text-decoration: none;
					font-weight: bold;
					color: #F68938;
					}
					
A:HOVER.ctr_02-lien		{
					text-decoration: underline;
					color: #F68938;
					font-weight: bold;
					}
					
/* découverte */
.ctr_03-txt			{
					font-size: 12px;
					color: #C80F3F;
					font-weight: bold;
					padding-left: 8px;
					padding-top: 6px;
					text-align: justify;
					vertical-align: top;
					}
					
A.ctr_03-lien 			{
					text-decoration: none;
					font-weight: bold;
					color: #F68938;
					}
					
A:HOVER.ctr_03-lien		{
					text-decoration: underline;
					color: #F68938;
					font-weight: bold;
					}
					
/* découverte BLOCS DE PROMO */					
.decouv-bloc			{
					padding-left: 4px;
					text-align: left;
					}
	
.decouv-txt			{
					font-size: 10px;
					color: #000000;
					}
					
.decouv-titr			{
					font-size: 14px;
					color: #000000;
					font-weight: bold;
					}

.decouv-prix			{
					font-size: 10px;
					color: #000000;
					}
/*-----------------------------FICHE PRODUIT & TABLE DES PRIX---------------------------------*/
.prod-fich-titre {
					font-size: 18px;
					text-decoration: none;
					font-weight: bold;
					color: #000000;
					}
.fich-ligne-head	{
					border: 1px solid #FFFFFF;
					background: #C80F3F;
					height: 25px;
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					text-align: center;
					vertical-align: middle;
					color: #FFFFFF;
					}	
.fich-ligne {
					border: 1px solid #FFFFFF;
					background: #E1EC9E;
					font-size: 12px;
					height: 22px;
					text-decoration: none;
					font-weight: none;
					text-align: center;
					color: #000000;
					}	
/*!fich-titre!Titre dans les fiches produit!*/
.fich-titre {
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #910000;
					}	
					
					/*------------------------ En savoir plus----------------------*/
A.popup-lien 			{
					font-size: 10px;
					text-decoration: none;
					font-weight: none;
					color: #EE9D02;
					}				
A:HOVER.popup-lien 			{
					font-size: 10px;
					text-decoration: underline;
					font-weight: none;
					color: #EE9D02;
					}
					

					
/* -------------------------------- RUBRIQUES -----------------------------------*/
.rub-art01 		{
					font-size: 16px;
					text-decoration: none;
					font-weight: bold;
					color: #EF8F31;
					font-style: italic;
					}
.rub-art02		{
					font-size: 16px;
					text-decoration: none;
					font-weight: bold;
					color: #EF8F31;
					}
.rub-art_tab01 	{
					background-color: #FCDDC7;
					BORDER-RIGHT: #F5B862 1px solid;
					BORDER-TOP: #FFFFFF 0px solid;
					BORDER-LEFT: #FFFFFF 0px solid; 
					BORDER-BOTTOM: #FFFFFF 0px solid;
					}
.rub-art_tab02 	{
					BORDER-RIGHT: #FFFFFF 0px solid;
					BORDER-TOP: #FFFFFF 0px solid;
					BORDER-LEFT: #FFFFFF 0px solid; 
					BORDER-BOTTOM: #FFFFFF 0px solid;
					}
.rub-art_tab03	{
					BORDER-RIGHT: #FFFFFF 0px solid;
					BORDER-TOP: #999999 1px solid;
					BORDER-LEFT: #FFFFFF 0px solid; 
					BORDER-BOTTOM: #FFFFFF 0px solid;
					border-TOP-style: dotted;
					}
.rub-art_tab04	{
					BORDER-RIGHT: #FFFFFF 0px solid;
					BORDER-TOP: #EF8F31 2px solid;
					BORDER-LEFT: #FFFFFF 0px solid; 
					BORDER-BOTTOM: #FFFFFF 0px solid;
					}
A.rub_recommand			{
					font-size: 12px;
					text-decoration: underline;
					font-weight: bold;
					color: #910000;
					font-style: italic;
					}
A:HOVER.rub_recommand	{
					text-decoration: none;
					font-weight: bold;
					color: #910000;
					}
A.rub_link 			{
					font-size: 11px;
					text-decoration: underline;
					font-weight: normal;
					color: #C80F3F;
					}
A:HOVER.rub_link	{
					text-decoration: none;
					font-weight: normal;
					color: #C80F3F;
					}
A.recette 	{
					font-size: 14px;
					text-decoration: underline;
					font-weight: bold;
					color: #C80F3F;
					}
A:HOVER.recette	{
					text-decoration: none;
					font-weight: bold;
					color: #C80F3F;
					}
					
					
.rub-bout01		{
					font-size: 20px;
					text-decoration: none;
					font-weight: bold;
					color: #C80F3F;
					}
.rub-bout02		{
					font-size: 16px;
					text-decoration: none;
					font-weight: bold;
					color: #C80F3F;
					}



/* -------------------------------- FORUM -----------------------------------*/
A.forum01 	{
					font-size: 14px;
					text-decoration: underline;
					font-weight: bold;
					color: #C80F3F;
					}
A:HOVER.forum01	{
					text-decoration: none;
					font-weight: bold;
					color: #C80F3F;
					}
A.forum-lien 			{
					font-size: 11px; 
					text-decoration: none;
					font-weight: bold;
					color: #952E2B;
					}
					
A:HOVER.forum-lien		{
					text-decoration: underline;
					color: #952E2B;
					}
					
A.forum-action			{
					font-size: 12px;
					text-decoration: underline;
					font-weight: bold;
					color: #910000;
					font-style: italic;
					}
					
A:HOVER.forum-action	{
					text-decoration: none;
					font-weight: bold;
					color: #910000;
					}
					
.rub-forum_tab01 	{
					background-color: #FEF2E9;
					BORDER-RIGHT: #F5B862 1px solid;
					BORDER-TOP: #FFFFFF 0px solid;
					BORDER-LEFT: #FFFFFF 0px solid; 
					BORDER-BOTTOM: #FFFFFF 0px solid;
					}
					
.rub-forum_tab02 	{
					BORDER-RIGHT: #FFFFFF 0px solid;
					BORDER-TOP: #FFFFFF 0px solid;
					BORDER-LEFT: #FFFFFF 0px solid; 
					BORDER-BOTTOM: 1px dotted #F5B862;
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #EF8F31;
					}
					

.meta {
					font-size: 6px;
					font-weight: normal;
					color: #FFFEFD;
}

.rub-crit01 {

            BORDER: #c80f3f 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #c80f3f; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; display:block;  padding-top:5px; padding-bottom:5px;

}
.rub-crit01old 		{
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #910000;
					font-style: regular;
					BORDER-RIGHT: #EF8F31 1px solid;
					BORDER-TOP: #EF8F31 1px solid;
					BORDER-LEFT: #EF8F31 1px solid; 
					BORDER-BOTTOM: 1px solid #EF8F31;
					background-color: #F5B862;
					}
					
					
					
/*style 2010*/

.big_title {
	font: bold 14px/1.5 arial;
	color: #fff;
	padding-left: 5px;
	
}
.big_title2 {
	font: bold 14px/1.5 arial;
	color: #E1EC9E;
	padding-left: 5px;
	
}

.middle_title {
	font: bold 13px/1.5 arial;
	color: #c80f3f;
	padding-left:5px;
}

.liste {
	padding-left:10px;
}

.liste a {
	color:#000;
}

.bloc-boutique2 			{
   				border: 2px solid #94A927;
					background: #FFFFFF;
					padding-left: 2px;
					padding-top: 6px;
					padding-bottom: 5px;
					padding-right: 0px;
					
					}

/* lien interne */
A.bloc-boutique2-lien 			{
					font-size: 11px; 
					text-decoration: none;
					font-weight: bold;
					color: #94A927;
				
					}
					
A:HOVER.bloc-boutique2-lien {
	text-decoration: underline;
	color: #94A927;
}
.middle_title2 {
	font: bold 14px/1.5 arial;
	color: #94A927;
	padding-left:5px;
}

.liste2 {
	padding-left:10px;
}

.liste2 a {
	color:#000;
}
.liste2 a:hover {
	color:#94A927;
}

.lien-organiser {
	font: bold 12px arial;
	color: #c80f3f;
	line-height: 2;
}

