﻿/* ------------------------------------------------ */
/*      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-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #444444;text-align:right;
	text-decoration: none;
	width:40px;height:18px;
	border: 1px ridge #666666;
}




/*  Liste déroulante Quantité   */
.QteListe{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	height:18px;

}
/*  Liste déroulante des Options de produits   */
.OPTListe{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	height:18px;
	

}

/*  Affichage du chemin de la catégorie   */
.chemincategorie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #E96000;
	text-decoration: none;
}
/*  Lien sur l'Affichage du chemin de la catégorie   */
.chemincategorielink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #E96000;
	text-decoration: underline;
}
/*  Affichage de la catégorie en cours seule  */
.nomcategorieCliquable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #71C3D5;
	text-decoration: underline;
}

/*  BACKGROUND SU PANIER SUIVANT Quantité       */
.BGlignePAN0 { 
background-color:#EBEFCE;
}
.BGlignePAN1 {
background-color:#FFFFFF;
}

/*  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-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #E96000;font-weight:bold;
	text-decoration: none;
}

/*  Texte page en cours du système de navigation page à  page   */
.PageActuSlider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #B6B6B6;
	text-decoration: none;font-weight:normal;
}

/* Barre horizontales du système de navigation page a page   */
.BarresSliderNavigation {
	background-color:#E96000 ;
}
/* Fleches du système de navigation page a page   */
.FlecheNavig {
	background-color:#E96000 ;
}
/* Background du système de navigation page a page   */
.NoFlecheNavig {
	background-color:#FFFFFF ;
}

/*  Lien sur l'Affichage du menu affaires   */
.menuaffairesLink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #E96000;
	text-decoration: underline;
}
/*  'Catégorie en cours' sur l'Affichage du menu affaires   */
.menuaffairesSelect {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*  Compteurs de produits sur l'Affichage du menu affaires   */
.menuaffairesCompte {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*  Input Text de la zone de saisie  recherche */
.cellulerecherche {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #8b4410;
	width:200px;
	height:18px;
	border: 1px solid;
}
/*  Combo rubrique de la recherche   */
.comborecherche {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #8b4410;margin-top:4px;
	width:170px;
	height:18px;
	border: 1px solid;
}

/*  Combo de tri des résultats   */
.orderby {
	font-family: Tahoma, Helvetica, sans-serif;
	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-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width:155px;height:20px;
	background-color:#FFFFFF ;
}
/*  Zones de saisie des cellule d'inscription  */
.inputTexteInscri {
	font-family: Tahoma, Helvetica, sans-serif;
	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-family: Tahoma, Helvetica, sans-serif;
	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-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #444444;
	text-align:center;
	text-decoration: none;
	width:65px;
	height:18px;
	border: 1px ridge #6384DE;
	text-transform: uppercase;

}

.a1 {

	font: normal 8pt Tahoma;
	color: #F3B17F;
}

.a1 a:link{

	font: normal 8pt Tahoma;
	color: #F3B17F;
}

.a1 a:hover{

	font: normal 8pt Tahoma;
	color: #F3B17F;
}

.a1 a:visited{

	font: normal 8pt Tahoma;
	color: #F3B17F;
}

.a1 a:active{

	font: normal 8pt Tahoma;
	color: #F3B17F;
}

.ImgGo {display:none;}
