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

html { font-size: 13px; /*height: 100%;*/}

body  {
	margin:0; padding:0;
	background: #260800 url(/_boutiques/EKIA//site_image/ek_fond-html.png) 0 0 repeat-x;
	text-align: left; 
	font-family: "Century gothic", Arial, sans-serif;
	font-size: 100%;
	color: #532409;
	/*height: 100%;*/
}

img {
	border:0px;
	margin: 0;
}

p { margin: 0.5em 0 1.2em 0; font-size: 1em; line-height: 1.4em; }

a {	
	color: #f53c04;
	text-decoration: underline;
	
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 6px 0; padding: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: underline; }

h1, h1 a {
	font-size: 1.6em;
	font-weight: bold;
	color: #461e10;
	font-family: "Century gothic", Arial, Helvetica, sans-serif; margin: 0 0 12px 0;
	margin: 20px 0;
}

h2, h2 a,
.ek_ficheproduit h1, .ek_ficheproduit h1 a,
.ek_ficheproduit .h2, .ek_ficheproduit .h2 a {
	font-size: 1.2em;
	font-weight: bold;
	color: #461e10;
	font-family: "Century gothic", Arial, Helvetica, sans-serif; margin: 0 0 8px 0;
	text-indent: 24px;
	background: url(/_boutiques/EKIA//site_image/ek_goutte.png) no-repeat;
	height: 30px;
	line-height: 40px;
	margin: 0 0 16px;
}
.prd-rose h2, .prd-rose h2 a,
.ek_ficheproduit .prd-rose h1, .ek_ficheproduit .prd-rose h1 a,
.ek_ficheproduit .prd-rose .h2, .ek_ficheproduit .prd-rose .h2 a { background-image: url(/_boutiques/EKIA//site_image/ek_goutte-rose.png); }

.prd-brun h2, .prd-rose h2 a,
.ek_ficheproduit .prd-brun h1, .ek_ficheproduit .prd-brun h1 a,
.ek_ficheproduit .prd-brun .h2, .ek_ficheproduit .prd-brun .h2 a { background-image: url(/_boutiques/EKIA//site_image/ek_goutte-brun.png); }

.prd-vert h2, .prd-vert h2 a,
.ek_ficheproduit .prd-vert h1, .ek_ficheproduit .prd-vert h1 a,
.ek_ficheproduit .prd-vert .h2, .ek_ficheproduit .prd-vert .h2 a,
.prd- h2, .prd- h2 a,
.ek_ficheproduit .prd- h1, .ek_ficheproduit .prd- h1 a,
.ek_ficheproduit .prd- .h2, .ek_ficheproduit .prd- .h2 a { background-image: url(/_boutiques/EKIA//site_image/ek_goutte.png); }

.prd-orange h2, .prd-orange h2 a,
.ek_ficheproduit .prd-orange h1, .ek_ficheproduit .prd-orange h1 a,
.ek_ficheproduit .prd-orange .h2, .ek_ficheproduit .prd-orange .h2 a { background-image: url(/_boutiques/EKIA//site_image/ek_goutte-orange.png); }

.ek_ficheproduit h1, .ek_ficheproduit h1 a {
	margin: 15px 0 0 0;	
}

.ek_panier-vide h1, .ek_panier-vide h1 a, 
.ek_panier h1, .ek_panier h1 a, 
.ek_commande h1, .ek_commande h1 a,
.ek_recap-commande h1, .ek_recap-commande h1 a,
.ek_choix-paiement h1, .ek_choix-paiement h1 a {
	background: url(/_boutiques/EKIA//site_image/ek_goutte.png) no-repeat;
	height: 30px;
	line-height: 40px;
	margin: 0 0 16px;
	text-indent: 24px;	
}

.ek_ficheproduit .h2, .ek_ficheproduit .h2 a,
.ek_panier h2, .ek_panier h2 a,
.ek_commande h2, .ek_commande h2 a,
.ek_recap-commande h2, .ek_recap-commande h2 a,
.ek_choix-paiement h2, .ek_choix-paiement h2 a {
	background: none !important;
	text-indent: 0;	
}

h3, h3 a {
	font-size: 1em;
	font-weight: bold;
	color: #bfbd00;
	font-family: Arial, Helvetica, sans-serif;
}

h4, h4 a {
	font-size: 1.0em;
	font-weight: bold;
	color: #e06d08;
	font-family: "Century gothic", Arial, Helvetica, sans-serif;
}

ul li {
	margin: 0.4em 0;
}

em {
	font-style: normal;
		color: teal;
}

strong {
	font-weight: bold;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto;
	border: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

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

th a { color:#FFFFFF; }
th p { margin: 0;}

td { padding: 3px 5px;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

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

input {
	margin: 4px 0;
}

del { color: #0C161A}

fieldset { border: 0}


/* --------------------------------------------------- */
/*                structure : armature                 */
/* --------------------------------------------------- */

#enveloppe-page {
	width: 968px;
	margin: 10px auto auto;
}

#en-tete {
	position: relative;
	display: block;
	height: 161px; /* Hauteur à rendre dynamique */
	/*background: url(/_boutiques/EKIA//site_image/ek_header.jpg) 0 0 no-repeat;*/
	/*background: url(/imgfck/75/Image/new-header.jpg) 0 0 no-repeat;*/
	background: url(/_boutiques/EKIA//site_image/ek_header_pub2.jpg) 0 0 no-repeat;
}

#pub_banniere { 
	position: absolute;
	left: 256px;
	top: 15px;
	width: 398px;
	height: 131px;
}

#conteneur {
	position: relative;
	display: block;
	background: #fff2d9 url(/_boutiques/EKIA//site_image/ek_fond-brun.jpg) 0 0 repeat-x;
}

#conteneur-interne {
	position: relative;
	display: block;
}

#col-g {
	float: left;
	position: relative;
	display: block;
	width: 200px;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.ek_home #col-g {
	width: 400px;
}

.col-interne {
	margin: 0 4px;
	padding: 0;
}

#contenu-principal {
	position: relative;
	display: block;
	min-height: 490px; /* si on change cette valeur, penser à la changer dans les correctifs IE6 de la structure */
	margin: 0 0 0 210px; /* Les valeurs gauche et droite équivalent aux largeurs des colonnes latérales */
	padding: 8px 0 0 0;
}

.ek_nocol-g #contenu-principal {
	margin: 0;
	padding-left: 17px;
}

.ek_home #contenu-principal {
	margin: 0 0 0 450px; /* Les valeurs gauche et droite équivalent aux largeurs des colonnes latérales */
}

.clearfloat {
	clear: both;
}

#pied-page {
	text-align: center;
	min-height: 54px; /* si on change cette valeur, penser à la changer dans les correctifs IE6 de la structure */
}
	#pied-page .footer2 ul { margin-right: 327px; margin-top: -30px; }
		#pied-page .footer2 ul a { line-height: 20px; }

/* -------------------------------------------------------------- */
/*               complément structure : armature                 */
/* ------------------------------------------------------------- */

#enveloppe-page .inner {
	background: transparent url(/_boutiques/EKIA//site_image/fond-footer.gif) 0 100% no-repeat;
}

.coin-so {
	position: absolute;
	height: 6px;
	width: 6px;
	bottom: 0;
	background: url(/_boutiques/EKIA//site_image/ek_coins-bas.png) 0 0 no-repeat;
	font-size: 1%;
}

.coin-se {
	position: absolute;
	height: 6px;
	width: 6px;
	bottom: 0;
	right: 0;
	background: url(/_boutiques/EKIA//site_image/ek_coins-bas.png) -6px 100% no-repeat;
	font-size: 1%;
}

#contenu-scroll {
	height: 470px;
	overflow: auto;
	padding: 0 10px 0 0;
	position: relative;
}
.ek_index #contenu-scroll { height: 478px; overflow: hidden; }


#pied-page ul {
	margin: 4px 0 10px 0;
	padding: 0 0 0 5px;
	color: #fff;
	float: right;
	font-size: 12px
}

#pied-page li {
	float: left;
	margin: 2px 11px;
	padding: 0; 
}

#pied-page a { color: #fff; text-decoration: none; line-height: 54px;}
#pied-page a:hover { text-decoration: underline;}
#pied-page p.copyright { color: #fff; text-transform: uppercase; margin: 2px 0 0; color: #BFBD00; font-size: 10px; line-height: 63px;}


#col-g a {
	text-decoration: none;
	color: #e06d08;
	font-weight: normal;
	font-size: 1.2em;
}

#col-g a:hover {
	color: #c40066;
}

#col-g a span{
	text-decoration: none;
	color: #b6b69f;
	font-weight: normal;
	font-size: 0.7em;
	display: block;
}

#col-g ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#col-g li {
	padding: 0;
	margin: 0.4em 0;	
}

#pagesWeb {
	padding: 0;
}

/* --------------------------------------------------- */
/*                structure : éléments                 */
/* --------------------------------------------------- */

#elem_panier {
	/*background: transparent url(/_boutiques/EKIA//site_image/ek_header_basket.jpg) 100% 0 no-repeat;*/
	/*background: transparent url(/imgfck/75/Image/new-header_basket.jpg) 100% 0 no-repeat;*/
	background: transparent url(/_boutiques/EKIA//site_image/new-header_basket_pub.jpg) 100% 0 no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
	#elem_panier a { 
		position: absolute;
		right: 3px;
		top: 4px;
		padding-top: 110px;
		width: 102px;
		height: 44px;
		color: #fff;
		line-height: 17px;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		font-family: "Century gothic", Arial, Helvetica, sans-serif;
		text-decoration: none;
	}

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

#elem_rechercher { }

#elem_menu { }

#elem_menu a {
	color: #000000;
	text-decoration: none;
	text-indent: 20px;
	display: block;
	width: 140px;
	height: 20px;
	line-height: 20px;
	background:  transparent url(/_boutiques/EKIA//site_image/menu_rollover.gif) 0 0 no-repeat;
 }
 
#elem_menu a:hover {
	color: #0033FF;
	background:  transparent url(/_boutiques/EKIA//site_image/menu_rollover.gif) -140px 0 no-repeat;
}

#elem_newsletter { }

/* --------------------------------------------------- */
/*                    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;
	position: relative;
}
.overflow-hide {
	overflow: hidden;
}

.loin {
	position: absolute;
	top: -10000px;
}

/* --------------------------------------------------- */
/*               éléments récurrents                   */
/* --------------------------------------------------- */

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

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

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

.alerte_erreur {
	color: #F53C04;
	font-weight: bold;
}
.alerte_info {
	color: #BFBD00;
	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;
}

/* --  couleurs -- */
.clr-vert { color: #BFBD00;}
.clr-marron { color: #532409;}
.clr-rose { color: #C40066;}
/* ----------------------------------------------------- */
/*                         header                        */
/* ----------------------------------------------------- */

.logo-head {
	margin-left: 290px;
	text-align: center;
}


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

#txt-home { padding: 0 20px 10px 0;}

#news-home {
	margin: 10px 0;
	padding: 8px 6px 25px 6px; /* valeur bottom pour englober le bouton "lire" */
	border: 1px solid #97C9DB;
}

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

#coupsdecoeur {  }
.anim p {margin: 0;}

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

.syspage  {  }
.syspage a  {  }
.syspage a:hover  {  }

.texte_catx6 { 
	font-size: .9em;
	margin: 0 110px 0 70px;
}


/* --------------------------------------------------- */
/*                     catégorie                       */
/* --------------------------------------------------- */

.produits { margin-bottom: 10px; }


.bloc-produit { position: relative; width: 295px; margin: 4px 9px; }
	.bloc-produit .bloc-content { height: 321px; overflow: hidden; background-position: left top; background-repeat: repeat-y; background-image: url(/_boutiques/EKIA//site_image/cadre_brun_middle.gif); }
	.bloc-produit .bloc-top { text-transform: uppercase; text-align: center; line-height: 35px; color: #fff; font-size: 14px; font-weight: bold; font-family: "Century gothic", Arial, Helvetica, sans-serif; height: 35px; background-position: left top; background-repeat: no-repeat; background-image: url(/_boutiques/EKIA//site_image/cadre_brun_top.png); }
	.bloc-produit .bloc-bottom { height: 10px; background-position: left top; background-repeat: no-repeat; background-image: url(/_boutiques/EKIA//site_image/cadre_brun_bottom.png); }
	
.bloc-produit.first { margin-left: 0; }
.bloc-produit.last { margin-right: 0; }


.bloc-produit.bloc-vert .bloc-content { background-image: url(/_boutiques/EKIA//site_image/cadre_vert_middle.gif); }
	.bloc-produit.bloc-vert .bloc-top { background-image: url(/_boutiques/EKIA//site_image/cadre_vert_top.png); }
	.bloc-produit.bloc-vert .bloc-bottom { background-image: url(/_boutiques/EKIA//site_image/cadre_vert_bottom.png); }
	
.bloc-produit.bloc-orange .bloc-content { background-image: url(/_boutiques/EKIA//site_image/cadre_orange_middle.gif); }
	.bloc-produit.bloc-orange .bloc-top { background-image: url(/_boutiques/EKIA//site_image/cadre_orange_top.png); }
	.bloc-produit.bloc-orange .bloc-bottom { background-image: url(/_boutiques/EKIA//site_image/cadre_orange_bottom.png); }
	
.bloc-produit.bloc-rose .bloc-content { background-image: url(/_boutiques/EKIA//site_image/cadre_rose_middle.gif); }
	.bloc-produit.bloc-rose .bloc-top { background-image: url(/_boutiques/EKIA//site_image/cadre_rose_top.png); }
	.bloc-produit.bloc-rose .bloc-bottom { background-image: url(/_boutiques/EKIA//site_image/cadre_rose_bottom.png); }



.bloc-produit .titre {  padding: 13px 0 0 0; line-height: 17px; height: 47px; text-align: center; font-size: 13px; font-weight: bold; font-family: "Century gothic", Arial, Helvetica, sans-serif; }
.bloc-produit .btn_prd { position: absolute; bottom: 10px; left: 0; width: 100%; text-align: center; }
.bloc-produit .image_prd { height: 180px; overflow: hidden; text-align: center; }
.bloc-produit .infodispo_prd { position: absolute; bottom: 70px; left: 0; width: 100%; font-size: 11px; font-family: "Century gothic", Arial, Helvetica, sans-serif; text-align: center; }

.bloc-produit .infos_prd { position: absolute; bottom: 42px; left: 0; width: 100%; line-height: 20px; }
	.bloc-produit .infos_prd select { margin-left: 13px; width: 74px; height: 20px; }
	.bloc-produit .infos_prd .prix_prd { float: right; width: 60px; text-align: center; font-size: 13px; font-weight: bold; font-family: "Century gothic", Arial, Helvetica, sans-serif; }
	.bloc-produit .infos_prd .prix_prd_promo { width: auto !important; margin-right: 14px; }
	.bloc-produit .infos_prd .complement_prd { float: right; width: 132px; margin-right: 13px; text-align: center; font-size: 12px; font-family: "Century gothic", Arial, Helvetica, sans-serif; }


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

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

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

#info-produit table {
	margin: 0;
}

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

#onglets-box { height: 42px; }
	#onglets-box .onglet { text-decoration: none; font-weight: bold; display: block; float: left; margin: 0 4px 0 0; width: 118px; height: 22px; line-height: 22px; text-align: center; color: #fff; font-size: 12px; background: transparent url(/_boutiques/EKIA//site_image/onglet.png) left top no-repeat; }
	.prd-rose #onglets-box .onglet { background-image: url(/_boutiques/EKIA//site_image/onglet-rose.png); }
	.prd-brun #onglets-box .onglet { background-image: url(/_boutiques/EKIA//site_image/onglet-brun.png); }
	.prd-orange #onglets-box .onglet { background-image: url(/_boutiques/EKIA//site_image/onglet-orange.png); }
	#onglets-box .onglet.active,
	#onglets-box .onglet:hover { color: #fff; background-image: url(/_boutiques/EKIA//site_image/onglet_actif.png) !important; }
.onglet-contenu { clear: both; overflow: auto; height: 335px; }


#bloc-produit { position: relative; width: 295px; margin: 15px 15px 0 0; }
	#bloc-produit .bloc-content { height: 397px; overflow: hidden; background-position: left top; background-repeat: repeat-y; background-image: url(/_boutiques/EKIA//site_image/cadre_brun_middle.gif); }
	#bloc-produit .bloc-top { text-transform: uppercase; text-align: center; line-height: 35px; color: #fff; font-size: 14px; font-weight: bold; font-family: "Century gothic", Arial, Helvetica, sans-serif; height: 35px; background-position: left top; background-repeat: no-repeat; background-image: url(/_boutiques/EKIA//site_image/cadre_brun_top.png); }
	#bloc-produit .bloc-bottom { height: 10px; background-position: left top; background-repeat: no-repeat; background-image: url(/_boutiques/EKIA//site_image/cadre_brun_bottom.png); }
	
#bloc-produit.bloc-vert .bloc-content { background-image: url(/_boutiques/EKIA//site_image/cadre_vert_middle.gif); }
	#bloc-produit.bloc-vert .bloc-top { background-image: url(/_boutiques/EKIA//site_image/cadre_vert_top.png); }
	#bloc-produit.bloc-vert .bloc-bottom { background-image: url(/_boutiques/EKIA//site_image/cadre_vert_bottom.png); }
	
#bloc-produit.bloc-orange .bloc-content { background-image: url(/_boutiques/EKIA//site_image/cadre_orange_middle.gif); }
	#bloc-produit.bloc-orange .bloc-top { background-image: url(/_boutiques/EKIA//site_image/cadre_orange_top.png); }
	#bloc-produit.bloc-orange .bloc-bottom { background-image: url(/_boutiques/EKIA//site_image/cadre_orange_bottom.png); }
	
#bloc-produit.bloc-rose .bloc-content { background-image: url(/_boutiques/EKIA//site_image/cadre_rose_middle.gif); }
	#bloc-produit.bloc-rose .bloc-top { background-image: url(/_boutiques/EKIA//site_image/cadre_rose_top.png); }
	#bloc-produit.bloc-rose .bloc-bottom { background-image: url(/_boutiques/EKIA//site_image/cadre_rose_bottom.png); }


#bloc-produit .img_prd { height: 268px; overflow: hidden; text-align: center; margin: 18px 0 0 0; }

#bloc-produit .btn_prd { position: absolute; bottom: 15px; left: 0; width: 100%; text-align: center; }
#bloc-produit .infodispo_prd { position: absolute; bottom: 75px; left: 0; width: 100%; font-size: 11px; font-family: "Century gothic", Arial, Helvetica, sans-serif; text-align: center; }

#bloc-produit .infos_prd { position: absolute; bottom: 47px; left: 0; width: 100%; line-height: 20px; }
	#bloc-produit .infos_prd .container_ssp { margin-left: 13px; width: 74px; overflow: hidden; }
	#bloc-produit .infos_prd #fakeSelect { color: #fff; display: block; padding: 0 15px 0 3px; font-size: 11px; white-space: nowrap; position: absolute; z-index: 4; background: transparent url(/_boutiques/EKIA//site_image/fakeSelect.png) left top no-repeat; }
		#bloc-produit .infos_prd #fakeSelect span { display: block; width: 56px; height: 20px; overflow: hidden; }
	#bloc-produit .infos_prd select { min-width: 74px; height: 20px; opacity: 0; filter: alpha(opacity=0); z-index: 5; position: relative; }
	#bloc-produit .infos_prd .prix_prd { float: right; width: 60px; text-align: center; font-size: 13px; font-weight: bold; font-family: "Century gothic", Arial, Helvetica, sans-serif; }
	#bloc-produit .infos_prd .complement_prd { float: right; width: 132px; margin-right: 13px; text-align: center; font-size: 12px; font-family: "Century gothic", Arial, Helvetica, sans-serif; }


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

.news { }

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

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

/* --- TABLEAU A COULEURS ALTERNEES --- */
.styleCell1 { background-color: #fff; }
.styleCell1 img { margin: 3px;}
tr.styleCell1 strong { line-height: 23px; margin: 3px;}
	
.styleCell2 { background-color: #f0f0d2; }
.styleCell2 img { margin: 3px;}
tr.styleCell2 strong { line-height: 23px; margin: 3px;}

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


/*    commande.htm
--------------------------------------------------- */
form.com_id label {
	/*display: inline-table;*/
	float: left;
	width: 45%;
	text-align: right;
	line-height: 22px; /* petite valeur pour centrer le texte et l'input sous safari */
	margin: 0 0 0 4px; 
}

form.com_id textarea { margin: 0 0 0 4px; }

form.com_id input { margin: 0 0 0 4px; /*height: 16px;*/ }

form.com_id select { margin: 0 0 0 4px; }

/*form.com_id p.bouton input { height: auto;}*/

.gdemarge { margin-left: 45%;}



/* ------------------------------------------------
/*    PropriÈtÈs CSS des autres pages
/*------------------------------------------------- */

/*    ami.htm
--------------------------------------------------- */
.form-ami p { width: 50%; float: left;}
.form-ami label { display: block; width: 120px; }
.form-ami input { width: 80%;}
.form-ami p.btn { width: 100%;}


/*    avis.htm
/* --------------------------------------------------- */
.ek_avis h2 a { background: none; text-decoration: none;}
.ek_avis h3 { color: #461E10;}

.avis { font-size: 12px;}

.meta-avis { margin: 14px 0 6px 0;}

.form-avis p { width: 50%; float: left;}
.form-avis label { display: block; width: 160px; }
.form-avis input { width: 80%;}
.form-avis p.btn, .form-avis p.alerte_info, .form-avis p.alerte_erreur { width: 100%;}
.form-avis p.btn { width: 113px;}

/*    contact.htm
--------------------------------------------------- */
.form-contact label {
	display: inline-table;
	width: 120px;
	text-align: right;
}
.form-contact input { width: 212px;}
.form-contact textarea { margin: 0 4px;}


/*    news
--------------------------------------------------- */
.news { }

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


/*    mescommandes_identification.htm
--------------------------------------------------- */
.form-login label {
	display: inline-table;
	width: 120px;
	text-align: right;
}
.form-login input { width: 170px;}


/*    parrainage
/* --------------------------------------------------- */
.form-parrainplus p { margin: 0;}

/*    processus de commande
--------------------------------------------------- */
.separateur { color: #888;}

#pdc_box {
	font-size: 15px;
	color: #CCC;
}

#pdc_box #pdc_first { display: block; float: left; width: 4px; height: 28px; background: transparent url(/_boutiques/EKIA//site_image/pdc_first.png) left top no-repeat; }
#pdc_box #pdc_first_active { display: block; float: left; width: 4px; height: 28px; background: transparent url(/_boutiques/EKIA//site_image/pdc_first_active.png) right top no-repeat; }
#pdc_box #pdc_end { display: block; float: right; width: 4px; height: 28px; background: transparent url(/_boutiques/EKIA//site_image/pdc_end.png) right top no-repeat; }
#pdc_box #pdc_end_active { display: block; float: right; width: 4px; height: 28px; background: transparent url(/_boutiques/EKIA//site_image/pdc_end_active.png) right top no-repeat; }

#pdc_box p { margin: 0; padding: 0; }

#pdc_box ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
	overflow: hidden;
}

#pdc_box ul li {
	float: left;
	padding: 0;
	margin: 0;
	height: 28px;
	line-height: 28px;
	width: 175px;
	text-align: center;
	font-family: "Century gothic", Arial, sans-serif; 
	font-size: 14px; 
	color: #d9d86d;
}

#pdc_box ul li.currentstep { color: #fff; font-weight: bold; }

#pdc_box ul li span.highlight {
	overflow: hidden;
	height: 28px;
	line-height: 28px;
	display: block;
	background: transparent url(/_boutiques/EKIA//site_image/pdc_middle.gif) left top repeat-x;
}

#pdc_box ul li.currentstep span.highlight {
	background: transparent url(/_boutiques/EKIA//site_image/pdc_middle_active.gif) left top repeat-x;
}



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

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