/*  Feuille de style shop minitpshop */
/*  //////////////////////GENERAL//////////////////////////   */

.td { font-style: normal; line-height: normal; color:#000000; font-weight: normal; }
/*
a:link {color:#000000; text-decoration: underline; font-weight : normal;font-size: 12px;}
a:visited {color:#000000; text-decoration: underline; font-weight : normal;font-size: 12px;}
a:hover {color:#000000; text-decoration: underline; font-weight : normal;font-size: 12px;}
a:active {color:#000000; text-decoration: underline; font-weight : normal;font-size: 12px;}
*/

/*  //////////////////////BOUTIQUE//////////////////////////   */

.cmsnavig {font-family: Verdana, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 11px; color:#000000;}
a.cmsnavig {font-size: 11px; color:#000000;}
a.cmsnavig:link { font-size: 11px; color:#000000;}
a.cmsnavig:visited { font-size: 11px; color:#000000;}
a.cmsnavig:hover { font-size: 11px; color:#000000;}
a.cmsnavig:active { font-size: 11px; color:#000000;}

/*  //////////////////////DIVERS//////////////////////////   */
.autoMessage1 {
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #000000;
	text-indent : 10px;
}
.reponseautomatique { 
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #000000;
	text-indent : 10px;
}
.warningText {
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #000000;
}
.title {
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #000000;
	text-indent : 10px;
}
.titre {
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #000000;
	text-indent : 10px;
}
.texte {
	font-size : 11px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #000000;
	text-indent : 10px;
}
.uppercase { text-transform: uppercase; }

.texten {
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:#000000;
	font-size:11px;
}
.cmsmodiftable {
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:#000000;
	font-size:11px;
}
/*  //////////////////////AIDE//////////////////////////   */
td.helpCell { /* cellule dans laquelle se trouvent les questions: "comment trouver un article?" et "comment passer une commande?" */
	background-color : #e4e4e4; /* se trouve en géneral sur la page boutique ainsi que sur la page détails */
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
	text-align : right;
}
.helpMenu { /* Pour l'aide, se trouve dans "helpCell", sur les phrases: "comment trouver un article?" et "comment passer une commande?" */
	font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #333333;
	font-size: 10px;
}
a.helpMenu:link { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	color: #333333;	text-decoration: none;	font-size: 10px;  }
a.helpMenu:visited { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #333333; text-decoration: none; font-size: 10px; }
a.helpMenu:hover { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #333333; text-decoration: underline; font-size: 10px;  }
a.helpMenu:active { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #333333; text-decoration: none; font-size: 10px; }

/*  //////////////////////PANIER//////////////////////////   */
.headMenu { /* Boutons principaux de la page boutique: "Boutique en ligne", "Votre panier", "Votre compte", "Contactez-nous", etc */
	font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000000 ;
	font-size: 12px;
	font-weight : bold;
}
a.headMenu:link { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	color: #000000;	text-decoration: none;	font-size: 12px; font-weight: bold;  }
a.headMenu:visited { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #000000; text-decoration: none; font-size: 12px; font-weight: bold;  }
a.headMenu:hover { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #000000; text-decoration: underline; font-size: 12px; font-weight: bold;  }
a.headMenu:active { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #000000; text-decoration: none; font-size: 12px; font-weight: bold;  }

table.shopCart { /* tableau de la page "Votre panier" dans lequel se trouve la liste de ce qui est actuellement dans le caddie */
	border: none;
	font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	padding: 1px;
	width: 500px;
	font-size:12px;
	color:#FFFFFF;
	/*background-color: #006499;*/
	border: 2px solid #006499;
}
table.shopCart td { /* cellules générales du tableau shopCart */
	padding: 1px;
	font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #FFFFFF;
	color:#006499;
	border: 1px solid #006499;
}
td.cartHeader /* cellule du tableau shopCart dans laquelle s'affiche les entêtes "nom", "catégorie", etc */
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #006499;
}
td.cartRow /* cellule du tableau shopCart, listing des articles */
{
	background-color: white;
	font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:#006499;
}
/* couleur des lignes du listing des articles */
.ligneimpaire { BACKGROUND-COLOR: #7486b4; border: 2px; }
.lignepaire { BACKGROUND-COLOR: #7486b4; color:#0099cc; }

td.cmscarttotal { /* td où s'affiche le sous-total dans le panier */
	color: #006499;	font-size: 12px;
}
table.shopTabl{ /* tableau dans lequel se trouve la cellule "shopButtonCell" (en géneral un lien pour continuer la commande ou revenir à la boutique) */
	border: none;
	padding: 0px;
	color:#FFFFFF;
}
td.shopButtonCell { /* cellule du tableau "shopTabl" dans lequel se trouve le texte "shopButtonText"(en géneral un lien pour continuer la commande ou revenir à la boutique) */
	background-color: #006499;
	color:#FFFFFF;
	background-repeat : no-repeat;
	width: 250px;
	text-indent : 20px;
}
.shopButtonText { /* texte de la cellule "shopButtonCell", sur la page détail (en géneral un lien pour continuer la commande ou revenir à la boutique)*/
	font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
	text-transform: capitalize;
}
.shopButtonText:link {	font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;	color: #FFFFFF;	text-decoration: none;	font-size: 12px; font-weight:bold;text-transform: capitalize;}
a.shopButtonText:hover { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold;text-transform: capitalize;}
a.shopButtonText:active { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold;text-transform: capitalize;}
a.shopButtonText:visited { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold;text-transform: capitalize;}
a.shopButtonText:visited:hover { font-family: Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold;text-transform: capitalize;}

td.shopCell{ /* cellule du tableau "shopTabl", pour si "retour à la boutique" est une image, ou si besoin d'une cellule vide */
	width: 10px;
}
#cartmodgenbackshop { /* span id pour "Retour sur la page catalogue" */
	font-weight : bold;
}
#cartmodgennextstep { /* span id pour "Prochaine étape (confirmer la commande)" */
	font-style : italic;
}

/*  //////////////////////COMMANDE//////////////////////////   */
table.identifyTabl{ /* tableau d'identification pour passer commande qui contient 2 cellules: "identifyCell1" et "identifyCell2" */
	border: none;
	padding: 1px;
	width: 300px;
}
td.identifyCell0{ /* cellule d'en haut du tableau d'identification, sans colonnes */
	padding:2px;
	background-color: #006499;
	width: 150px;
}
td.identifyCell1{ /* cellule de droite du tableau "identifyTabl", dans laquelle on peut s'identifier si on est déjà inscrit */
	padding: 2px;
	background-color: #006499;
		width: 150px;
}
td.identifyCell2{ /* cellule de gauche du tableau "identifyTabl" dans laquelle on peut s'inscrire si on ne l'est pas */
	padding: 2px;
	background-color: #006499;
		width: 150px;
}
.identifyMessage{ /* message que l'on voit quand on a cliqué sur "m'identifier" pour passer une commande (chuis pas trop sûre là..) */
	font-size : 12px;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #006499;
}
p.stepMenu { /* Pour une commande, menu qui nous montre tous les "pas" de la commande: "Panier > Commande > Validation >..."  */
	padding:10px;
	font-family : Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	color: #006499;
	text-transform : uppercase;
	letter-spacing : 1px;
}
a.stepMenu:link {	font-family : Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size : 13px;	font-weight : bold;	color: #000000;	text-decoration : underline;}
a.stepMenu:hover {	font-family : Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size : 13px;	font-weight : bold;	color: #000000;	text-decoration : underline;}
a.stepMenu:visited {	font-family : Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size : 13px;	font-weight : bold;	color: #000000;	text-decoration : underline;}
a.stepMenu:active {	font-family : Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size : 13px;	font-weight : bold;	color: #000000;	text-decoration : underline;}
a.stepMenu:visited:hover {	font-family : Verdana, Geneva, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size : 13px;	font-weight : bold;	color: #000000;	text-decoration : underline;}

.currentStep{ /* Pour une commande, menu qui nous montre à quel "pas" de la commande on en est: "Panier > COMMANDE > Validation >..." */
	color: #006499;
}
.userInfo	{
	color:#000000;
	font-size:12px;
}
.cartInfo	{
	color:#000000;
	font-size:12px;
}
/*  //////////////////////CARTPAYMOD//////////////////////////   */
.button { /* div qui contient le boutton pour valider la commande */
	position:absolute;
	top:223px;
	left:660px;
	margin:0;
	padding: 0;
	height:30px;
	width:200px;
	vertical-align:middle;
	text-align:center;
}
.info { /* div qui contient le boutton pour valider la commande */
	position:absolute; 
	top:230px; 
	left:785px;
	width:120px;
	height:120px;
	vertical-align:middle;
	text-align:left;
}
