/*************************************** BOUTIQUE ****************************************/

/* Ligne de tableau affichant un champs d'article */
#boutique_ligne_catalogue {
	height : 20px;
	font-weight : bold;
}

/* Liens de navigation (numéro de page) */
.boutique_page a{
	font-weight : bold;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #fe9b14; text-decoration: none
}
.boutique_page a:hover{
	font-weight : bold;
; color: #fe9b14; text-decoration: none
}

/* Dans les détails d'un article, intitulé des paramètres de sélection */
.boutique_selection {
	font-weight : bold;
}

/* Introduction d'une page, à partir du panier */
.boutique_intro {
	padding : 2px;
	font-size : 14px;
	font-weight: bold;
	color: #fe9b14; 
}

/* Style du titre d'une gamme d'articles */
.boutique_titre_gamme {
	font-size: 19px; 
	font-style: normal;
	font-weight: bold;
	color: #fe9b14; 
	font-family: Tahoma, Arial;
}

/* Style de la description d'une gamme d'articles */
.boutique_sstitre_gamme {  
	color: #fe9b14;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
}

/* Style de la description d'une gamme d'articles */
.boutique_description_gamme {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fe9b14;
}

/* Style d'affichage d'un désignation d'article */
.boutique_designation_article {
	font-size: 12px; 
	font-weight : bold;
	color: #fe9b14; 
	border-bottom : #fe9b14 1px solid;
}

/* Style d'affichage d'une description d'article */
.boutique_description_article {
	font-size: 11px; 
	text-align : justify;
; color: #FFFFFF
}

/* Style d'affichage d'un désignation d'article */
.boutique_reference_article {
	font-size: 11px; 
; color: #000000
}

/* Style d'affichage d'un prix normal d'article */
.boutique_prix_normal{
	font-weight : bold;
	color : #fe9b14;
	font-size: 15px; 
}

/* Style d'affichage d'un prix ancien d'article quand il y a promotion */
.boutique_prix_ancien{
	text-decoration: line-through;
	font-size: 15px; 
	font-weight : bold;
	color : #fe9b14;
}

/* Style d'affichage d'un prix de promotion d'article */
.boutique_prix_promo{
	font-size: 15px; 
	font-weight : bold;
	color: red;
}

/* Style d'affichage d'une cellule affichant l'intitulé d'un champs */
.boutique_colonne {
	padding: 2px;
	background-color: #FF9300;
    color: #FFFFFF;
	text-align: center;
	font-weight : bold;
}

/* Style d'affichage d'une cellule affichant la valeur d'un champs */
.boutique_ligne {
	border: #fe9b14 1px solid;
	color : #FFFFFF;
	padding: 2px;
	font-size : 11px;
}

/* Sélection modalité paiement */
.boutique_ligne select {
	font-size : 11px;
}

/* Texte affiché à la fin d'une commande */
.boutique_merci {
	width : 100%;
	font-size : 12px;
}

