/*************************************** 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: #FF6600; 
	text-decoration: none;
}
.boutique_page a:hover{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

/* Dans les détails d'un article, intitulé des paramètres de sélection */
.boutique_selection {
	font-weight : bold;
}
.boutique_selection a{
	font-weight: bold;
	border: 1px solid #FF6600;
	color: Black;
	background-color: #FFE400;
}
.boutique_selection a:hover{
	font-weight: bold;
	border: 1px solid #FF6600;
	color: Black;
	background-color: #FFE400;
	text-decoration: none;
}

/* Introduction d'une page, à partir du panier */
.boutique_intro {
	padding : 2px;
	font-size : 14px;
	font-weight: bold;
	color: #FF6600; 
}

/* Style du titre d'une gamme d'articles */
.boutique_titre_gamme {
	font-size: 23px; 
	font-style: normal;
	font-weight: bold;
	color: #FF6600; 
	font-family: Arial, Helvetica, sans-serif;
}

/* Style de la description d'une gamme d'articles */
.boutique_sstitre_gamme {  
	color: #000000;
	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: #333333;
}

/* Style d'affichage d'une désignation d'article */
.boutique_designation_article {
	font-size: 12px;
	font-weight: bold;
	color: Black;
	border-bottom: 1px solid Black;

}
.boutique_designation_article a {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
.boutique_designation_article a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

/* Style d'affichage d'une description d'article */
.boutique_description_article {
	font-size: 11px;
	color: #474747;

}

/* Style d'affichage d'une description courte d'article */
.boutique_description_courte_article {
    width : 80px;
	height : 20px;
	font-size: 10px;
	color: #474747;
	text-align: center;
	padding: 2px 0 0 0;
	display: block;
	background: url("../images/interface2/fd_desc_courte.gif") no-repeat;
}

/* Style d'affichage d'un désignation d'article */
.boutique_reference_article {
	font-size: 8px; 
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Style d'affichage d'un prix normal d'article */
.boutique_prix_normal{
	font-weight : bold;
	color : #FF6600;
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Style d'affichage d'un prix ancien d'article quand il y a promotion */
.boutique_prix_ancien{
	font-size: 11px; 
	font-weight : bold;
	color : #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Style d'affichage d'un prix de promotion d'article */
.boutique_prix_promo{
	font-size: 14px; 
	font-weight : bold;
	color: #FF6600;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Style d'affichage d'une cellule affichant l'intitulé d'un champs */
.boutique_colonne {
	padding: 2px;
	background-color: #FF6600;
	color: Black;
	text-align: center;
	font-weight: bold;
	border: thin solid Black;
}

/* Style d'affichage d'une cellule affichant la valeur d'un champs */
.boutique_ligne {
	color: #000000;
	padding: 2px;
	font-size: 11px;
	background-color: #FFA96F;
}

/* Sélection modalité paiement */
.boutique_ligne select {
	font-size : 11px;
}

/* Texte affiché à la fin d'une commande */
.boutique_merci {
	width : 100%;
	font-size : 12px;
}

/* Texte affiché à la fin d'une commande */
.description_catalogue {
	font-size : 11px;
	font-weight : normal;
	color : Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	vertical-align: text-top;
	vertical-align: top;
}

