/* ------------------------------------------------ */
/*      Feuille de style de votre ASP-BOUTIQUE      */
/* ------------------------------------------------ */

/* Les commentaires de ce fichier doivent Ãªtre sur  */
/* une seule ligne, ouverts et fermÃ©s sur une       */
/* mÃªme ligne, l'Ã©diteur HTML intÃ©grÃ© ne pourra pas */
/* absorber les classes de cette page dans le       */
/* cas contraire.                                   */




/* ------------------------------------------------ */
/* Classes nÃ©cessaires : NE PAS EFFACER             */
/* Vous pouvez les modifier si vous le souhaitez.   */
/* ------------------------------------------------ */



/*  Zone de Saisie QuantitÃ© */
.Qte{
	
	font-size: 8pt;
	font-weight: normal;
	color: #444444;text-align:right;
	text-decoration: none;
	width:40px;height:18px;
	}




/*  Liste dÃ©roulante QuantitÃ©   */
.QteListe{
	
	font-size: 7pt;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	height:18px;

}
/*  Liste dÃ©roulante des Options de produits   */
.OPTListe{
	
	font-size: 7pt;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	height:18px;
	

}

/*  Affichage du chemin de la catÃ©gorie   */
.chemincategorie {
	font-size: 10pt;
	font-weight: normal;
	color: #864A0E;
	text-decoration: none;
}
/*  Lien sur l'Affichage du chemin de la catÃ©gorie   */
.chemincategorielink {margin-left:5px;
	font-size: 10pt;
	font-weight: bold;
	color: #864A0E;
	text-decoration: underline;
}
/*  Affichage de la catÃ©gorie en cours seule  */
.nomcategorieCliquable {
	font-size: 10pt;
	font-weight: bold;
	color: #864A0E;
	text-decoration: underline; 
}

/*  BACKGROUND SU PANIER SUIVANT Quantité       */
.BGlignePAN0 { 
background-color:#D1B694; border-bottom:1px solid #FFFFFF;
}
.tablpan td{ 
border-right:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;
}
.BGlignePAN1 {
background-color:#FFFFFF; border-bottom:1px solid #D4D0C8;
}

/*  Image de prÃ©sentation des produits        */

.IMGPRODUIT{
/*border: 1px ridge #000000;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#362803', Direction=135, Strength=4);*/
}

/*  Texte du systÃ¨me de navigation page Ã  page   */
.TxtSliderNavigation {
	
	font-size: 9pt;
	color: #000000;font-weight:bold;
	text-decoration: none;
}

/*  Texte page en cours du systÃ¨me de navigation page Ã  page   */
.PageActuSlider {
	
	font-size: 9pt;
	color: #EE8102;
	text-decoration: none;font-weight:bold;
}

/* Barre horizontales du systÃ¨me de navigation page a page   */
.BarresSliderNavigation {
	background-color:#000000 ;
}
/* Fleches du systÃ¨me de navigation page a page   */
.FlecheNavig {
	background-color:#000000 ;
}
/* Background du systÃ¨me de navigation page a page   */
.NoFlecheNavig {
	background-color:#FFFFFF ; 
}

/*  Lien sur l'Affichage du menu affaires   */
.menuaffairesLink {
	font-size: 9pt;
	font-weight: bold;
	color: #864A0E;
	text-decoration: underline;
}
/*  'CatÃ©gorie en cours' sur l'Affichage du menu affaires   */
.menuaffairesSelect {
	font-size: 9pt;
	font-weight: bold;
	color: #864A0E;
	text-decoration: none;
}
/*  Compteurs de produits sur l'Affichage du menu affaires   */
.menuaffairesCompte {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*  Input Text de la zone de saisie  recherche */
.cellulerecherche {
	
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	width:95px;
	height:18px;
	border: 1px solid;
	background-repeat: no-repeat;
	background-attachment: fixed;






}
/*  Combo rubrique de la recherche   */
.comborecherche {
	
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height:20px;
	width: 168px;
}

/*  Combo de tri des rÃ©sultats   */
.orderby {
	
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height:20px;
	width: 168px;
}

/*  Zones de saisie des cellule d'identification MAILNEW,MAILMEMBRE,PASSMEMBRE,MAILPERDU ...   */
.inputTexteIdent {
	
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width:139px;height:20px;
	background-color:#FFFFFF ;
}
/*  Zones de saisie des cellule d'inscription  */
.inputTexteInscri {
	
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height:20px;
	background-color:#FFFFFF ;
}

/*  Zones de saisie des mÃ©mo d'inscription  */
.TextAreaInscri {
	
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height:85px;
	background-color:#FFFFFF ;
}

/*  Zone de Saisie du code de rÃ©duction sur la commande */
.codereducCMD{
	
	font-size: 8pt;
	text-align:center;
	width:65px;
	height:18px;
	text-transform: uppercase;

}

/* --------------------------------------------------- */
/* Classes personnelles                                */
/* Vous pouvez les modifier, les effacer, les modifier */
/* --------------------------------------------------- */


BODY{ font-family:"Trebuchet MS",Helvetica; font-size:10pt; margin:0px; padding:0px;}
TD{font-size:10pt;}
.prixCoul{color:#ED7600; font-weight:bold; font-size:11pt;}
.ErreurMSG {
	font-family:Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.Rouge14Bold{font-family:Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;}
.ImgGo{display:none;}
HR{height:1px}
.centreInter{ background-color:#FFFFFF;margin:0px;}
.optionsdiv{float:right;}
.menu{padding-right:3px;padding-left:3px; font-size:8pt;}
.menu a{COLOR: #FFF;text-decoration:none;}
.menu a:hover{COLOR: #FFF; text-decoration:underline;}

.TxtGris{color:#A8A8A8; text-decoration:none;font-size:9pt;}
.TxtBla{color:#ffffff; }
.TxtBrun{color:#864A0E; text-decoration:none;font-size:9pt;}
H1{color:#F8ED94; text-decoration:none;font-size:11pt; display:inline; font-weight:normal;}
H1 a {color:#F8ED94; text-decoration:none;font-size:11pt; display:inline;font-weight:normal;}
H3{color:#8F530A; text-decoration:none;font-size:12pt; display:inline;}
FORM{display:inline;}
.TxtReCoul a{color:#8F530A; text-decoration:none;font-size:9pt;font-size:10pt;}
.TxtReCoul a:hover{color:#8F530A; text-decoration:underline;font-size:9pt;font-size:10pt;}

.backcat{background-image:url('/asp-boutique/boutique/images_perso/mp/backcat.gif'); width:199px; height:60px; margin-bottom:8px;}
.backcat a{color:#FFFFFF; font-weight:bold; text-decoration:none; text-align:center;}
.backcat a:hover{color:#FFFFFF; font-weight:bold; text-decoration:underline;}

.hr1{color:#636363; height:1px; border:0px solid #A8A8A8; margin:0px;}
.TxtGris a{color:#A8A8A8; text-decoration:none; font-weight:bold;}
.TxtGris a:hover{color:#A8A8A8; text-decoration:underline; font-weight:bold;}<br>
.TxtBla{color:#FFFFFF; text-decoration:none;font-size:9pt;}
.TxtBla a{color:#FFFFFF; text-decoration:none; font-weight:bold;}
.TxtBla a:hover{color:#FFFFFF; text-decoration:underline; font-weight:bold;}
.conteneur {	border-left: 1px solid #636363;border-right: 1px solid #636363;border-bottom: 1px solid #636363;border-right: 1px solid #636363; }
.conteneurG {	border: 1px solid #636363; width:165px; background-color:#000000; padding:0px; margin-left:3px;margin-bottom:12px; padding-bottom:15px;}
.conteneurD {border: 1px solid #636363; width:165px; background-color:#000000; padding:0px; margin-left:3px;margin-bottom:12px; padding-bottom:15px; }
.conteneurD1 {	border: 1px solid #636363; width:165px; background-color:#FFFFFF; padding:0px; margin-left:3px;margin-bottom:12px; padding-bottom:15px; }
.conteneurCp { width:164px; background-color:#FFFFFF; padding:0px; margin-left:5px;  margin-bottom:3px;}
.conteneurCp .Lie {padding:4px;padding-top:11px;padding-bottom:11px; color: #000000;font-weight: bold;}
.conteneurCp .Lie a{color: #000000;font-weight: bold;text-decoration: none;}
.conteneurCp .Lie a:hover{color: #000000;font-weight: bold;text-decoration: underline;}
.conteneurR {	border: 1px solid #B88136; width:450px; text-align:center; background-color:#000000; padding:0px; margin-right:3px; height:32px; color:#FFFFFF;}

.mp0 {color: #EE8102;padding-left:3px;padding-right:3px;margin-top:10px;margin-bottom:-3px;	font-weight: bold;		text-decoration: none;text-transform: uppercase;}
.mp0 A{color: #EE8102;text-decoration: none}
.mp0 A:hover{color: #EE8102;text-decoration: underline;}
.mp1 {padding-left:3px;padding-right:3px;margin-top:10px;	font-weight: bold;	color: #FFFFFF;	text-decoration: none;text-transform: uppercase;}
.mp1 A{color: #FFFFFF;text-decoration: none}
.mp1 A:hover{color: #FFFFFF;text-decoration: underline;}
.TITRECHEMIN{	font-size: 10pt;	font-weight: bold;	color: #EE8102;	text-decoration: none;}
.TransfertLivr{cursor:pointer;font-size:8pt; margin:5px; padding:5px;background-color:#000000;}
.TransfertLivr a{text-decoration:none;color:#FFFFFF;}
.TransfertLivr a:hover{text-decoration:underline;}

.bckadr .TextAreaInscri{background-attachment: fixed;background:url(../images_perso/mi/bckadr.gif) }