
.contour_table {
	/*border: 1px solid #a1b389; ça sert à quoi cette bordure? */
}

/*
************* Colonne de gauche ************************
*/

.bijoux_titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5a6a44;
	font-size:10pt;
	font-weight:bold;
	padding-left:3px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#3d472e;
	padding-left:3px;
	background-color:#ced7c1;
}
titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3F422C;
	font-size:10pt;
	font-weight:bold;
	padding-left:3px;
}
.voir_items {
	color:#5a6a44;
	background-color:#d2dac6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;	
	text-align:center;	
}
.voir_items_tx:link {
	color:#5a6a44;
}
.voir_items_tx:hover {
	color:#868C5C;
}
.boutique {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:bold;
	background-color:#ced7c1;
	border: 1px solid #9bae81;
	padding-bottom:3px;
	padding-top:3px;
	text-align:center;
}
.boutique:link {
	color:#54583A;
	background-color:#C9BFCA;
}
.boutique:hover {
	color:#DFE1D2;
	background-color:#6B7E51;
}
.colonne {
	background-color:#abbb95;	
}
/*  Liens */
a:link {
	color:#3F422C;
	text-decoration:none;
}
a:visited {
	color:#3F422C;
	text-decoration:none;
}
a:hover {
	color:#E5E6DA;
	text-decoration:none;
}


/*
************* Colonne centrale ************************
*/
/*arche contour dans charte graphique*/
.fond {
	background-color:#6b7e51;
}
/*  show bijoux  */
.table_bijoux {
	background-color:#F6F1E8;
	top:0px;
	height:45px;
}
.separateur_bijoux {
	background-color:#E6E7DB;
	height:45px;
	padding:10px;
	top:0px;
	position:relative;
	clear: both;
	margin-bottom: 5px;
}
.separateur_bijoux_suite {
	position:relative;
	background-color:#E6E7DB;
	height:35px;
	top:3px;
	display:inherit;
	
}
.separateur_bijoux_fin {
	clear: both;
	position:relative;
	background-color:#E6E7DB;
	height:55px;
	top:3px;
	margin-bottom: 10px;
}
/* - bijoux affichage DOUBLE sur une ligne - */
.boite_bijoux_all {
	position:relative;
	width:641px;
	/*
	height:166px;
	*/
	left:0px;
	top:0px;
	background-color:#EEEFE7;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	border-top-color:#C2C6A8;
	border-bottom-color:#C2C6A8;
	border-left-color:#EEEFE7;	
	border-right-color:#EEEFE7;
}
.show_left_all {
	position:relative;
	float: left;
	width:320px;
	height: 165px;
	top: 0px;
}
.show_right_all {
	position:relative;
	left:321px;
	width:319px;
	top:0px;
	height: 165px;
}

/* - bijoux affichage SIMPLE sur une ligne - */
.boite_bijoux {
	position:relative;
	background-color:#EEEFE7;
	width:643px;
	height:166px;
	left:0px;
	top:0px;	
}
.show_left {
	position:absolute;
	left:0px;
	width:320px;
	border-style:solid;
	border-width:1px;
	border-right-color:#EEEFE7;
	border-top-color:#C2C6A8;
	border-left-color:#EEEFE7;
	border-bottom-color:#C2C6A8;
	height: 165px;
	top: 0px;
}
.show_right {
	position:relative;
	left:321px;
	width:320px;
	border-style:solid;
	border-width:1px;
	border-right-color:#EEEFE7;
	border-top-color:#C2C6A8;
	border-left-color:#C2C6A8;
	border-bottom-color:#C2C6A8;
	height: 165px;	
}



.petit_bouton {
	border:1px solid #a9b992;
	background-color:#f9faf7;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#596944 ;
	font-size:9pt;
	padding:1px;
	width:60px;
	text-align:center;
	clear:both;
	margin: 1px 0;
}

a.petit_bouton:hover {
	font-weight:bold;
	color:#6b7e51;	
}

.boutique_crumbs {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#4e5c3b;
}
.img_bijoux_sample {
	float:left;
	margin:7px;
	border:1px solid #9bae81;
}

.titre_bijoux {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
	color:#64764c;
	margin-bottom:4px;
	margin-top:4px;
}
.desc_bijoux {
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	color:#596944;
	margin-right:3px;
	height:69px;
	/* regle pour firefox */
	padding:3px;
}
/* prix affichés au centre */
.prix_regulier {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	float:right;	
	position:relative;
	left:-30px;
	/*top:12px;*/
}
.prix_reduit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#a1b389;
	float:left;
	padding-left:34px;
}

.acheter {	
	position:relative;
	float:left;
	width:320px;
}
.bt_acheter {
	position:relative;
	left:7px;
}
.select_choixTaille {	
	position:relative;
	top:-8px;
	left:20px;	
}
.select_choixCouleur {	
	position:relative;
	top:-8px;
	left:22px;
}
.visaMaster {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	width:470px;
	height:35px;
	margin-top:3px;
	color:#818759;
}
.fondVisaMaster {
	background-color:#E6E7DB;	
}
.tourVisaMaster {
	border: 1px solid #A0A678;
}
/* 
************* Colonne de droite ************************
*/


/* prix colonne droite */  
.prix_promo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9pt;
	color:#f9faf7;
	padding-top:5px;
	padding-bottom:5px;
}
.mdp {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#f9faf7;
	margin-left:8px;	
}
.div_mdp {
	 padding-top:8px;
	 padding-bottom:8px;
}
.txt_mdp {
	border: 2px solid #8F9562;
	margin-left:7px;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.nom_bijoux {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#596944;	
	text-align:center;
	padding-top:5px;
	padding-bottom:3px;
}
.img_bijoux_promo {
	border:1px solid #859c64;
}
