/* -------------------------------------------------------------------------------------------------------------------------- */
/*   18/11/2008                                    par Roland                                                                 */
/* -------------------------------------------------------------------------------------------------------------------------- */

/* #F2F2F2 gris clair      */
/* #DCE1E3 gris            */
/* #97C9DB bleu clair      */
/* #6EA4B8 bleu            */
/* #0C161A presque noir    */
/* #036564 vert            */
/* #033649 vert foncÈ      */
/* #031634 bleu trËs foncÈ */

/* --------------------------------------------------- */
/*     initialisation : balises XHTML gÈnÈrales        */
/* --------------------------------------------------- */

html { font-size: 11px; }

body  {
	margin: 10px 0 10px 0; 
	padding: 0;
	background: #f0efee;
	text-align: left; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #5c5347;
}

img {
	border: 0;
	margin: 0;
}

p { margin: 0 0 6px 0; }

a {	
	color: #e9873f;
	text-decoration: none;
}

a:hover {
	color: #e9873f;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 6px 0; padding: 0; }

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5c5347;
	border-bottom: 2px solid #e9873f;
	margin-right: 20px; /* avant : 20 */	
}
	h1 a:hover {
		color: #e9873f;
		text-decoration: none;
	}
		h1 a, h1 span {
			color: #5c5347;
			text-decoration: none;
		}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5c5347;
	margin: 0 20px 8px 0;
}
	#contenu-principal h2 {
		border-bottom: 1px solid #e9873f;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #5c5347;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #5c5347; 
}

th {
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
}

th a { color:#FFFFFF; }

em {
	font-style: normal;
}

strong {

}

table {
	margin: 0 auto;
	border: 0;
}

form { margin:0; padding:0; }

input {
	color:#000000;
	font-size: 10px;
}

select, option {
	color:#000000;
	font-size: 10px;
	padding-left: 4px;
}

textarea {
	color:#000000;
	font-size: 10px;
	margin: 6px 0;
	font-family: Helvetica, Arial, sans-serif;
}

input {
	margin: 4px 0;
}

del { color: #0C161A}


/* --------------------------------------------------- */
/*                structure : armature                 */
/* --------------------------------------------------- */
#pagesWeb h1 {
	margin-right: 0; /* avant : 20 */	
}

#enveloppe-page {
	width: 800px; /* Largeur de page ‡ rendre dynamique */
	margin: 0 auto 0 auto;
	background: #fff;
}

#en-tete {
	position: relative;
	display: block;
	height: 146px; /* Hauteur ‡ rendre dynamique */
	background: #FFFFFF url(/_boutiques/KARUNI//site_image/header.jpg) no-repeat;
}

#menu_top {
	position: absolute;
	left: 185px;
	bottom: 15px;
	list-style-type: none;
}
	#menu_top, #menu_top li {
		display: inline;
		margin: 0;
		padding: 0;
	}
		#menu_top li a {
			display: block;
			height: 36px;
			float: left;
			background-repeat: no-repeat;
			background-position: left top;
			text-indent: -5000px;
			overflow: auto;
			margin: 0;
		}
		#menu_top li a:hover {
			background-position: left -36px;
		}
		/* Version FR */
		#menu_top li a#mt_accueil { width: 52px; background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_accueil.gif); }
		#menu_top li a#mt_qui {	width: 118px; background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_qui.gif); }
		#menu_top li a#mt_compte { width: 85px; background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_compte.gif); }
		#menu_top li a#mt_parrainage { width: 77px; background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_parrainage.gif); }
		#menu_top li a#mt_aide { width: 38px; background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_aide.gif); }
		#menu_top li a#mt_contacts { width: 65px; background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_contacts.gif); }
		#menu_top li a#mt_faq { width: 70px; background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_faq.gif); }
		#menu_top li a#mt_vente { width: 101px;	background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_vente.gif); }
		
		/* Version EN */
		.rslg_en #menu_top li a#mt_accueil { width: 44px; }
		.rslg_en #menu_top li a#mt_qui { width: 66px; }
		.rslg_en #menu_top li a#mt_compte { width: 80px; }
		.rslg_en #menu_top li a#mt_parrainage { width: 77px; }
		.rslg_en #menu_top li a#mt_aide { width: 39px; }
		.rslg_en #menu_top li a#mt_contacts { width: 59px; }
		.rslg_en #menu_top li a#mt_faq { width: 70px; background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_faq.gif); }
		.rslg_en #menu_top li a#mt_vente { width: 67px; background-image: url(/_boutiques/KARUNI//site_image/fr/menu_top_vente.gif); }

#conteneur {
	position: relative;
	display: block;
	background: transparent;
}

#conteneur-interne {
	display: block;
}

#col-g {
	float: left;
	position: relative;
	display: block;
	width: 180px; /* Largeur de colonne ‡ rendre dynamique */
	left: 0;
	margin: 0;
	padding: 0;
}

#col-d-index {
	float: right; 
	display: block;
	width: 222px; /* Largeur de colonne ‡ rendre dynamique */
	text-align: center;
}

	#col-d-index .bloc-col-d-index {
		background: url(/_boutiques/KARUNI//site_image/bg_col-d-index.gif) left bottom no-repeat;
		text-align: right; 
		padding-bottom: 12px;
		margin-bottom: 10px;
	}
		.bloc-col-d-index p {
			text-align: left;
			line-height: 17px;
			background: url(/_boutiques/KARUNI//site_image/fleche.gif) left top no-repeat;
			padding-left: 20px;
			margin: 2px 0 5px 22px;
		}

.col-interne {
	margin: 8px; /* Valeur dynamique qui sert ‡ gÈnÈrer une marge pour le contenu des colonnes. */
}



#contenu-principal {
	position: relative;
	display: block;
	height: 1%;
	margin: 0 10px 0; /* Les valeurs gauche et droite Èquivalent aux largeurs des colonnes latÈrales */
	padding: 5px 8px;
	overflow:auto;
	
}
	#contenu-principal #contenu-home {
		margin: 0 222px 0 0;
	}
		#contenu-principal #contenu-home a, .bloc-col-d-index a {
			color: #8e7d69;
			text-decoration: none;
		}
		#contenu-principal #contenu-home a:hover, .bloc-col-d-index a:hover {
			color: #ea7b29;
			text-decoration: none;
		}

.clearfloat {
	clear: both;
}

#pied-page {
	display: block;
	height: 35px; /* Hauteur ‡ rendre dynamique */
	line-height: 16px;
	text-align: center;
	background: transparent url(/_boutiques/KARUNI//site_image/bg_footer.gif) left bottom no-repeat;
	margin-top: 20px;
}
	#pied-page p {
		padding-top: 9px;
	}
	#pied-page img {
		vertical-align: bottom;
	}
	#pied-page a {
		margin: 0 2px 0 2px;
		color: #5c5347;
	}

/* --------------------------------------------------- */
/*                structure : ÈlÈments                 */
/* --------------------------------------------------- */

#elem_panier {
	position: absolute;
	background: transparent url(/_boutiques/KARUNI//site_image/bg_panier.gif) left top no-repeat;
	top: 13px;
	right: 32px;
	float: right;
	padding: 24px 0 0 44px;
	height: 49px;
	font-size: 13px;
}
	#elem_panier a {
		color: #504b1d;
	}
	#elem_panier span {
		color: #ea7b29;
	}

#elem_compte {
	background: transparent url(/_boutiques/KARUNI//theme/icone_moncompte.gif) 100% 0 no-repeat;
	top: 30px;
	float: right;
	width: auto;
	right: 5px;
	text-align: right;
	padding: 0 20px 0 0;
	clear: both;
}

#elem_rechercher { 
	font-size: 9px;
	vertical-align: bottom;
	margin: 0 0 10px 8px;
	zoom: 1;
}
	#elem_rechercher h2 {
		background: transparent url(/_boutiques/KARUNI//site_image/bg_rechercher.gif) left top no-repeat;
		margin: 0 0 5px 0;
		padding: 0 0 0 20px;
		line-height: 17px;
		font-size: 10pt;
		color: #1a171b;
		zoom: 1;
		display: block;
	}	
	#elem_rechercher input {
		border: 1px solid #dacfb9;
		margin: 0;
	}
	#elem_rechercher input.form_text {
		margin-left: 8px;
		border-right: 0;
		height: 15px;
		line-height: 15px;
		width: 110px;
		color: #cbc7bf;
		float: left; 
	}
	

#elem_menu { 
	color: #8e7d69;
}
	#elem_menu ul.ul_menu {
		margin: 3px 0 2px 0;
		padding: 15px 0 0 0;
		font-size: 14px;
		list-style-type: none;
		background: url(/_boutiques/KARUNI//site_image/bg_top_menu_left.gif) top left no-repeat;
		zoom: 1;
	}
	#elem_menu ul li {
		margin: 0 !important;
		padding: 0 !important;
		display: inline;
	}
	#elem_menu ul ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#elem_menu ul ul li a {
		margin: 0 0 0 10px; 
		color: #1a171b;
	}
	#elem_menu ul ul li a:hover {
		color: #e9873f;
		font-weight: bold;
		text-decoration: none;
	}

#elem_menu a {
	color: #8e7d69;
	text-decoration: none;
	text-indent: 8px;
	display: block;
	line-height: 17px;
	padding: 1px 0 2px 0;
 }
 
#elem_menu a:hover {
	color: #e9873f;
	font-weight: bold;
}
#elem_menu a.menu_g_opened {
	background: url(/_boutiques/KARUNI//site_image/bg_menu_rayon.gif) top left no-repeat;
	padding-left: 6px;
	color: #1a171b;
	font-weight: bold;
}
#elem_menu a.menu_g_opened:hover {
	background: transparent url(/_boutiques/KARUNI//site_image/bg_menu_rayon.gif) top left no-repeat;
}
#elem_menu a.menu_g_focus {
	color: #e9873f;
	font-weight: bold;
}

#elem_newsletter, #col-g_elem_newsletter { 
	font-size: 9px;
	vertical-align: bottom;
	zoom: 1;
}
#elem_newsletter {
	position: absolute;
	top: 70px;
	right: 32px;
}
#col-g_elem_newsletter {
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
	background: url(/_boutiques/KARUNI//site_image/bg_top_menu_left.gif) top left no-repeat;
}
	#col-g_elem_newsletter h2 {
		background: transparent url(/_boutiques/KARUNI//site_image/bg_rechercher.gif) top left no-repeat;
		margin: 0 0 5px 8px;
		padding: 0 0 0 20px;
		line-height: 17px;
		font-size: 10pt;
		color: #1a171b;
		zoom: 1;
	}
	#elem_newsletter input, #col-g_elem_newsletter input {
		border: 1px solid #dacfb9;
		margin: 0;
	}
	#elem_newsletter input.form_text {
		border-right: 0;
		height: 15px;
		line-height: 15px;
		width: 174px;
		color: #cbc7bf;
		float: left;
	}
	#col-g_elem_newsletter input.form_text {
		border-right: 0;
		height: 15px;
		line-height: 15px;
		margin-left: 16px;
		width: 110px;
		color: #cbc7bf;
		float: left; 
	}

/* --------------------------------------------------- */
/*                    formulaires                      */
/* --------------------------------------------------- */

.form_text {
	color: #666666;
	margin: 0 5px;
}

.form_img { margin: 0 0 10px 0; }

#form-panier { }

#form-panier td { vertical-align: middle; }

.form_col {
	width: 120px;
}

.imgspoon {
	margin: 0;
	padding-top: 3px;
}

input.search, input.go { margin: 4px 0 14px; }


/* --------------------------------------------------- */
/*                  classes gÈnÈrales                  */
/* --------------------------------------------------- */

.droite { text-align: right;}
.gauche { text-align: left;}
.centre { text-align: center;}

.fl-droite { float: right; }
.fl-gauche { float: left; }

.txt-italique { font-style: italic; }

.nobr { white-space: nowrap; }

.overflow-auto {
	overflow: auto;
}

/* --------------------------------------------------- */
/*               ÈlÈments rÈcurrents                   */
/* --------------------------------------------------- */

.bloc_s {
	width: 400px;
	margin: 3px auto;
}

.bloc_m {
	width: 480px;
	margin: 3px auto;
}

.bloc_l {
	width: 520px;
	margin: 3px auto;
}

.alerte_erreur {
	color: #FF0000;
	font-weight: bold;
}
.alerte_info {
	color: #009933;
	font-weight: bold;
}

.encart-dynamique {
	margin: 10px 0 0 0;
}

.encart-dynamique li {
	
}

.avis {
	font-style: italic;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.i-frame {
	background: #FFF;
	padding: 4px 8px;
}

.i-frame form input {
	margin: 3px 0 10px 0;
}

.i-frame p {
	margin: 0;
}

/* largeur ‡ spÈcifier pour centrer le bloc */
#bloc-pro-asso { 
	width: 60px;
	margin: 0 auto;
}

/* --------------------------------------------------- */
/*                       index                         */
/* --------------------------------------------------- */
#homeLink {
	background-image: url(/_boutiques/KARUNI//theme/icone_homepage.gif);
	background-repeat: no-repeat;
	text-indent: 16px;
}

#txt-home { padding-bottom: 10px; font-size: 9pt; display: inline; text-align: justify; }
#txt-home p { text-align: justify; }
#txt-home a { color:#000000; text-decoration:none }
#txt-home a:hover { color:#000000; text-decoration:none }
#txt-home img { margin-right:8px;}

#news-home {
	text-align: justify;
	margin: 20px 0; 
	padding: 8px 6px 25px 6px; /* valeur bottom pour englober le bouton "lire" */
}

#news-home h2 {
	font-weight: normal;
}
#news-home h2 small { float: right; font-size: 7pt; } 

#news-home .news-btn { text-align: right; }

#news-home p img { float: left; margin: 0 5px 0 0;}  
#news-home p { margin: 0 0 5px 0;}

#coupsdecoeur {  }

/* --------------------------------------------------- */
/*                 catalogue, rayons                   */
/* --------------------------------------------------- */

.syspage  { margin: 10px 0 10px 0; text-align: center; }
.syspage a  {  }
.syspage a:hover  {  }

/* --------------------------------------------------- */
/*                     catÈgorie                       */
/* --------------------------------------------------- */


.bloc-produit {
	width: 178px;
	height: 300px;
	margin: 10px 8px 0 0; 
	padding: 5px;
	border: 1px solid #8e7d69;
	position: relative;
}
	.bloc-produit .produit-nom {
		font-weight: bold;
		line-height: 17px;
		height: 51px;
		color: #1a171b;
	}
	.bloc-produit .produit-nom a { text-decoration: none; color: #1a171b; }
	.bloc-produit .produit-nom a:hover { text-decoration: none; color: #e9873f; }
	
	.bloc-produit .produit-img {
		text-align: center;
		overflow: hidden;
		margin: 0;
		padding: 0;
		height: 178px;
		width: 178px;
	}
		.bloc-produit .produit-img img {
			height: 178px;
			width: 178px;
			margin: 0;
			/*width: auto;*/
		}
	.bloc-produit .produit-prix {
		color: #e9873f;
		font-size: 14pt;
		font-weight: bold;
		position: absolute;
		width: 174px;
		top: 235px;
		right: 10px;
		text-align: right; 
	}
		.bloc-produit .produit-prix .selectSousProduit {
			position: absolute;
			left: 0;
			top: 5px;
			width: 90px;
		}
	
		.bloc-produit .produit-prix del {
			color: #5c5347;
		}
		.bloc-produit .produit-prix small {
			font-size: 8pt; 
		}
	.bloc-produit .produit-selecteur {
		position: absolute;
		bottom: 45px;
		left: 5px;
		width: 100px;
		background: red;
	}
	.bloc-produit .produit-btn {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

/* --------------------------------------------------- */
/*                    fiche produit                    */
/* --------------------------------------------------- */

#info-produit {
	min-height: 230px;
}

* html #info-produit {
	height: 230px;
}

#info-produit table {
	margin: 0;
}

.vignettes img {
	height: 100px;
	width: 100px;
	margin: 4px 6px 4px 0;
}

/* --------------------------------------------------- */
/*                        news                         */
/* --------------------------------------------------- */

.news { 
	margin: 20px 0 20px 20px;
}

.news h2 {
	margin-bottom: 10px;
}
.news h2 small {
	float: right;
	font-size: 7pt;
}

#news-date-titre {
	font-size: 11px;
	font-weight: normal;
}

/* --------------------------------------------------- */
/*                       panier                        */
/* --------------------------------------------------- */

/* TABLEAU A COULEURS ALTERNEES */
.styleCell1 { background-color: #E1E1E1; }
.styleCell1 img { margin: 3px;}
	
.styleCell2 { background-color: #F6F6F6; }
.styleCell2 img { margin: 3px;}

/* --------------------------------------------------------- */
/* old : STYLES  DES ALERTES (panier, mescommandes, parrainage etc */
/* --------------------------------------------------------- */

.black { color: black; }
.orange { color: orange; }
.green { color: green; }
.red { color: red; }

/* ------------------------------------- */
/* STYLES CSS PERSONNALISES              */
/* Placez vos sytles personnels ici            */
/* ------------------------------------- */

h1.chemin-fer, h1.chemin-fer a:hover {
	color: #e9873f;
	text-decoration: none;
}
	h1.chemin-fer a, h1.chemin-fer span {
		color: #5c5347;
		text-decoration: none;
	}
	
div.chemin-fer, div.chemin-fer a, div.chemin-fer a:hover {
	color: #ada38d;
	text-decoration: none;
}
	div.chemin-fer a:hover {
		text-decoration: none;
		color: #e9873f;
	}
div.chemin-fer {
	font-size: 14px;	
	color: #e9873f;
}

div.chemin-fer.ami {
	margin-bottom: 10px;
}
	
.description-rayon {
	font-weight: bold;
	line-height: 17px;
	margin-right:20px;
	text-align: justify;
}

.tri-rayon {
	text-align: right;
}

.bloc-rayon {
	background: transparent url(/_boutiques/KARUNI//site_image/bg_cat-x6.gif) bottom left repeat-x;
	padding: 3px 0 20px 0;
	margin-bottom: 5px;
}
	.bloc-rayon .rayon-img {
		text-align: center;
		height: 136px;
		overflow: hidden;	
	}
	.bloc-rayon .rayon-nom {
		background: transparent url(/_boutiques/KARUNI//site_image/bg_menu_rayon.gif) top left no-repeat;
		text-indent: 15px;
		font-size: 11pt;
		color: #1a171b;
		font-weight: bold;
	}
		.bloc-rayon .rayon-nom a, .bloc-rayon .rayon-nom a:hover {
			color: #1a171b;
		}
	
.rayon-g {
	padding: 0 10px 0 0;
	border-right: 1px solid #e9873f;
	float: left;
	width: 275px;
}
.rayon-d {
	padding: 0 0 0 10px;
	width: 275px;
	float: left;
}

.color {
	color: #e9873f !important;
}
.color2 {
	color: #5c5347 !important;
}
.color3 {
	color: #1a171b !important;	
}

.erreur {
	color: red;
	font-weight:bold;
}
.noerreur {
	
}

#ficheproduit-g {
	float: left;
	width: 380px;
	text-align: center;
	margin-bottom: 10px;
}
	#ficheproduit-img img {
		margin-bottom: 10px; 
		height: 380px;
		width: 380px;
	}

#ficheproduit-details {
	margin: 0 20px 0 400px;
	font-size: 10pt;
	padding: 0 0 120px;
	min-height: 270px;
	position: relative;
	text-align: justify;
}

#ficheproduit-prix {
	color: #e9873f;
	font-size: 20pt;
	font-weight: bold;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 330px;
	height: 110px; 
}
	#ficheproduit-prix select {
		float: left;
		width: 140px;
	}
	#ficheproduit-prix .baguier {
		float: left;
		clear: left;
		padding-top: 5px;
		text-align: left;
		color: #5c5347;
		font-size: 9pt;
	}

.ficheproduit-proassocie {
	float: left;
	width: 150px;
	padding-bottom: 10px;
	margin: 10px 10px 25px 10px;
	position: relative;
}
	.ficheproduit-proassocie img {
		height: 150px;
		width: 150px;
	}
	.proassocie-nom {
		color: #1a171b;
		text-align: left;
	}
		.proassocie-nom a, .proassocie-nom a:hover {
			color: #1a171b;
		}
	.proassocie-prix {
		color: #e9873f;
		position: absolute;
		top: 180px;
		right: 0;
		font-size: 11pt;
		font-weight: bold; 
	}
		.proassocie-prix small {
			font-size: 8pt;
		}

#ficheproduit-buttons {
	height: 50px;
	background: url(/_boutiques/KARUNI//site_image/bg_titre.gif) bottom center no-repeat;
}
	#ficheproduit-buttons #bout-zoom {
		position: absolute;
		width: 380px;
		text-align: center;
		left: 0;
	}
	#ficheproduit-buttons #bout-retour {
		position: absolute;
		left: 400px;
	}
	#ficheproduit-buttons #bout-ami {
		position: absolute;
		left: 590px;
	}


.lien-back {
	border-bottom: 1px solid #e9873f;
	margin-top: 15px;
	text-indent: 25px;
	background: url(/_boutiques/KARUNI//site_image/ico-back.gif) top left no-repeat;
	line-height: 17px;
	padding-bottom: 4px;
}
	.lien-back a {
		color: #5c5347;
		font-size: 14px;
	}
	.lien-back a:hover {
		color: #e9873f;
		text-decoration: none;
	}

	/****** Points vente ******/
	
	#contenu-principal .pvh2 { border-bottom: none; margin-bottom: 15px; color: #FF6600; }
	#listePV .pv {
		float: left;
		margin: 0 0 0 15px;
		width: 183px;
	}
	#listePV .pv_first { margin-left: 0; }
	
	#listePV .pv p {
		font-size:11px;
		line-height:15px;
		margin:0 0 38px;
		padding:0;
	}

