/*************************************** LOCATION ****************************************/

/* Dans les détails d'un article, intitulé des paramètres de sélection */
.location_selection {
	font-weight : bold;
}

/* Introduction d'une page, à partir du panier */
.location_intro {
	padding : 2px;
	font-size : 11px;
}

/* Style du titre d'une gamme d'articles */
.location_titre_gamme {
	width : 100%;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	position: relative;
	float : left;
	clear : left;
	font-size: 22px; 
	font-style: normal;
	font-weight: bold;
	color: #37395F; 
	font-family: Arial, Helvetica, sans-serif;

}

/* Style de la description d'une gamme d'articles */
.location_sstitre_gamme {
	width : 100%;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	position: relative;
	float : left;
	clear : left;
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	font-style : italic;
}

/* Style de la description d'une gamme d'articles */
.location_description_gamme {
	width : 100%;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	position: relative;
	float : left;
	clear : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/* Style d'affichage d'un désignation d'article */
.location_designation_article {
	position: relative;
	float : left;
	clear : left;
	width : 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #37395F;
	font-size: 14px;
	font-weight : bold;
	text-decoration : none;
	height: 15px;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 32px;
	margin: 0px;
	background-image: url(../images/interface/puce-designation.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.location_designation_article a {
	color : #37395F;
}
.location_designation_article a:hover {
	color : #FFFFFF;
}

/* Style d'affichage d'une description d'article */
.location_description_article {
	margin: 5px 0px 0px 0px;
	padding: 2px;
	position: relative;
	float : left;
	clear : left;
	font-size: 11px;
	text-align : justify;
	color: #000000;
	font-weight: normal;
}

/* Style d'affichage d'un désignation d'article */
.location_reference_article {
	font-size: 11px; 
}

/* En-tête du tableau de prix dans les détails d'un article */
.location_colonne_prix{
	border-bottom : 1px #B27362 solid;
	color : #3D3F5C;
	font-size: 11px; 
	font-weight : bold;
	text-decoration : none;
}

/* Style d'affichage d'un prix normal d'article */
.location_prix_normal{
	position: relative;
	float : left;
/*clear : left;*/
	font-size: 11px; 
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3D3F5C;
}

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

/* Style d'affichage d'un prix de promotion d'article */
.location_prix_promo{
	font-size: 11px; 
	font-style: normal;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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

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

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