/*************************************** 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: #FF6600;
	text-decoration:underline;

}
.boutique_page a:hover{
	font-weight : bold;
	color: #364EA3;
	text-decoration:underline;
}

/* Dans les détails d'un article, intitulé des paramètres de sélection */
.boutique_selection {
	font-weight : bold;
}
p.boutique_selection {
    margin : 0px;
    padding : 15px 0px 15px 0px;
    clear : left;
    position : relative;
}

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

/* Style du titre d'une gamme d'articles */
.boutique_titre_gamme {
	font-style: normal;
	font-weight: bold;
	background-color:#1f4ea0;
    font-size:16px;
    color:#ffffff;
    text-decoration: none
	font-family: Verdana, 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 {
	clear : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424B72;
	text-decoration: none;
}

/* Style d'affichage d'un désignation d'article */
.boutique_designation_article {
	margin : 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	clear : left;
	font-size: 16px;
	font-weight : bold;
	color: #000066;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
}
.boutique_designation_article a {
	font-size: 12px; 
	color: #000066;
}

/* Style d'affichage d'une description courte d'article */
.boutique_description_courte_article {
	margin-top : 5px;
	font-size: 10px;
	text-align : justify;
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}

/* Style d'affichage d'une description d'article */
.boutique_description_article {
	margin-top : 5px;
	font-size: 12px;
	text-align : justify;
	color: #000066;
	text-decoration: none;
	font-weight: normal;
}

/* Style d'affichage d'un désignation d'article */
.boutique_reference_article {
    margin : 5px 0px 0px 0px;
    padding : 0px;
    position : relative;
    clear : left;
	font-size: 11px;
	color: #000066;
	font-weight : bold;
	text-decoration: none;
}


.boutique_reference_article a {
	font-size: 11px;
	color: #000066;
	font-weight : bold;
	text-decoration: none;
}


.boutique_reference_article a:hover {
	font-size: 11px;
	color: #DF9D08;
	font-weight : bold;
	text-decoration: none;
}

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

/* 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: 21px;
	font-weight : bold;
	color : #999999;
}
.boutique_prix_ancien_ht{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	text-decoration: line-through;
	font-size: 14px;
	font-weight : normal;
	color : #999999;
}

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

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

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

/* 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;
}

#cartContent {
	border-collapse: collapse;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

#cartContent td, #cartContent th {
	border-color: #777;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	margin: 0;
	padding: 0.2em;
}

#cartContent tfoot td {
	text-align: right;
}

#cartActions {
	border-collapse: collapse;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

#cartActions td {
    text-align: center;
	width: 25%;
}

#cartActions a {
    font-size: 10px;
}