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

/* Liens de navigation (numéro de page) */
.boutique_page a{
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C07E3E;
	text-decoration: none;
}
.boutique_page a:hover{
	font-weight : bold;
	color: #000000;
	text-decoration: none;
}

/* Dans les détails d'un article, intitulé des paramètres de sélection */
.boutique_selection {
	padding-top : 10px;
	position : relative;
	clear : left;
	font-size : 12px;
	font-weight : bold;
	color:#663333;
}

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

/* Style du titre d'une gamme d'articles */
.boutique_titre_gamme {
	font-size: 24px; 
	font-style: normal;
	font-weight: bold;
	color: #33100C; 
	font-family : Arial, Verdana, 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 : 12px;
	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'un désignation d'article */
.boutique_designation_article {
	margin : 0px;
	padding : 2px;
	font-size: 15px;
	font-weight : bold;
	color: #33100C;
	border-bottom : #F7B44D 0px dotted;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../images/description.gif);
	background-repeat: repeat-y;
}
.boutique_designation_article a {
	font-size: 12px;
	color: #000000;
}
.boutique_designation_article a:hover {
	font-size: 12px;
	color: #782300;
}
.boutique_designation2_article {
	margin : 0px;
	padding : 2px;
	font-size: 14px;
	font-weight : bold;
	color: #33100C;
	border-bottom : #F7B44D 1px dotted;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}

/* Style d'affichage d'une description courte d'article */
.boutique_description_courte_article {
	margin-top : 5px;
	font-size: 12px;
	text-align : justify;
	color: #33100C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Style d'affichage d'une description d'article */
.boutique_description_article {
	margin : 5px 6px 10px 0px;
	font-size: 12px; 
	text-align : justify;
	color: #000000;
}
.boutique_description_article a {
		font-size: 12px; 
	    color: #7b2d14;
		text-decoration:underline;
		
}
.boutique_description_article a:hover {
		font-size: 12px; 
	    color: #000000;
		text-decoration:underline;
}


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

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

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

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

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

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

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

/* Texte affiché à la fin d'une commande */
.boutique_merci {
	padding-left : 30px;
	font-size : 11px;
}

