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

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

/* Dans les détails d'un article, intitulé des paramètres de sélection */
.boutique_selection {
	margin : 10px 0px 0px 0px;
	font-weight : bold;
	font-size : 14px;
	font-family : arial;
}

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

/* Style du titre d'une gamme d'articles */
.boutique_titre_gamme {
	margin : 20px 0px 5px 0px;
	font-size: 19px; 
	font-weight: bold;
	color: #B9418D; 
	border-top: 3px dotted #B9418D;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

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

/* Style d'affichage d'un désignation d'article */
.boutique_designation_article {
	font-size: 16px; 
	font-weight : bold;
	color: #B9418D; 
	border-bottom : 2px solid #ECE9DA;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}
.boutique_designation_article a {
	font-size: 16px; 
	color: #234F5B;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}
.boutique_designation_article a:hover {
	font-size: 16px; 
	color: #B9418D;
	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: 10px; 
	text-align : justify;
	color: #234F5B;
}

/* Style d'affichage d'une description d'article */
.boutique_description_article {
	margin : 5px 0px 0px 0px;
	font-size: 11px; 
	text-align : justify;
	color: #234F5B;
}

/* Style d'affichage d'un désignation d'article */
.boutique_reference_article {
	margin-top:5px;
	font-size: 10px; 
	color: #234F5B;
}

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

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

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

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

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

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

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

/***************************************** Critères de personnalisation d'un sticker ***************************************************/

/* Tableau associé à un critère */
.sticker_table {
	width: 815px;
	border: #ECE9DA 1px solid;
	padding:3px;
	margin-bottom:5px;
	background: #ECE1CF;
}

/* Intitulé d'un critère */
.sticker_titre, table.sticker_table td.sticker_titre {
	margin : 0px;
	font-size: 14px; 
	padding:2px;
	font-variant: small-caps;
	font-weight : bold;
	color: #FFFFFF; 
	/*border-bottom : #D3BC9C 1px solid;*/
	background: #d3bc9c;
	font-family : Arial, Verdana, Helvetica, sans-serif;
}

/* Code d'une valuer de critère */
.sticker_code {
	margin : 0px;
	font-size : 9px;
}

/* Nom d'un assortiment de couleurs */
.sticker_assortiment {
	font-weight : bold;
}

/* Cellule renfermant un critère non sélectionné */
.celulle_out {
}

/* Cellule renfermant un critère sélectionné */
.celulle_over {
	background-color : #D3BC9C;
}

#texte_dessous_prevu {
	text-align:center;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#ff1493;
	padding-top:3px;
	
}
