/*--------------------------------------
/*   derniËre modification : 24/04/2009 
/*   par Kinaly
/* ----------------------------------- */

/* RESET
-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
del, dfn, font, img, ins, kbd, samp,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*    initialisation : balises XHTML generales
--------------------------------------------------- */
html { font-size: 13px; }

body  {
	background: #76615f;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1a171b;
}
body.rs_blog_liste,
body.rs_blog_billet { background: #348b9a; }

p { margin: 0 0 11px; }

a {	color: #348B9A; text-decoration: none;}
a:hover { color: #be0057; text-decoration: underline; }

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

h2 {
	font-size: 14px;
	font-weight: 500;
	color: #348B9A;
	margin: 25px 0 10px 0;
}

h2.like_h1,
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #be0057;
	margin: 0 0 6px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #348B9A;
	margin: 15px 0 10px 35px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #8D7C7A;
}

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

th a { color:#FFFFFF; }

td { padding: 5px;}

form img {vertical-align: middle;}

input { color:#000000; font-size: 10px; margin: 4px 0; vertical-align: middle; }

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

textarea { color:#000000; font-size: 10px; margin: 6px 0;}

/*    classes generales
--------------------------------------------------- */
.clearfloat { clear: both;}

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

.nodisplay { display: none;}


/*    structure : armature
--------------------------------------------------- */
#enveloppe-page { width: 1000px; margin: auto;}

#sur-en-tete {  
	height: 28px;
	margin: 11px 19px 0 39px;
	line-height: 18px;
	padding: 5px 0;
	font-size: 12px;
	color: #fff;
}
	#sur-en-tete a { color: #fff; text-decoration: none; }
	#sur-en-tete a:hover { color: #fff; text-decoration: underline; }
	#sur-en-tete div.fl-droite a { text-decoration: underline; }
	#sur-en-tete div.fl-droite a:hover { text-decoration: none; }
	
#en-tete {
	position: relative;
	display: block;
	height: 151px;
	background: #fff url(/_boutiques/DECOMOOD//site_image/header.png) no-repeat;
}
body.rs_blog_liste #en-tete,
body.rs_blog_billet #en-tete { background: #fff url(/_boutiques/DECOMOOD//site_image/header_blog.png) no-repeat; height: 177px; }

#logo { margin: 0 0 0 24px; }
	#logo img { width: 542px; height: 151px; }

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

#conteneur-interne { display: block; overflow: hidden; }

#col-d {
	float: right;
	position: relative;
	display: inline;
	width: 282px;
	right: 0;
	margin: 0;
}

* html #col-d { margin: 0 auto 0 -3px;} /* pour resoudre le bug des 3px sous IE6*/

#margin-col-d { margin: 18px 14px 0 24px; background: #ebe7e7 url(/_boutiques/DECOMOOD//site_image/bg_cold.png) -244px top repeat-y; overflow: hidden; }

body.rs_blog_liste #margin-col-d,
body.rs_blog_billet #margin-col-d { margin-top: 0; }

	#col-d .cold_bottom { display: block; height: 20px; background: #fff url(/_boutiques/DECOMOOD//site_image/bg_cold.png) left top no-repeat; }
	#col-d .cold_top { display: block; height: 19px; background: #ebe7e7 url(/_boutiques/DECOMOOD//site_image/bg_cold.png) -732px top no-repeat; }
	#col-d .sep_menu { display: block; height: 11px; margin: 18px 0; background: #fff url(/_boutiques/DECOMOOD//site_image/bg_cold.png) -488px top no-repeat; }
	body.rs_blog_liste #col-d .cold_top,
	body.rs_blog_billet #col-d .cold_top { height: auto; }
	body.rs_blog_liste #col-d .sep_menu,
	body.rs_blog_billet #col-d .sep_menu { margin: 15px 0; }
	#col-d .cold_top .encart-dynamique { margin-top: 0; padding-top: 18px; }

.col-interne { }

#contenu-principal {
	position: relative;
	display: block;
	height: 1%;
	overflow: hidden;
	margin: 51px 0 0 23px;
}
body.rs_blog_liste #contenu-principal,
body.rs_blog_billet #contenu-principal { margin-top: 0; }

#contenu-principal.no-col-d {
	margin: 51px 23px 0;
}

#pied-page {
	padding: 50px 0 0 15px;
	background: #fff url(/_boutiques/DECOMOOD//site_image/bg_footer.png) left top no-repeat;
	color: #76615f;
	line-height: 16px;
	font-size: 11px;
}
body.rs_blog_liste #pied-page,
body.rs_blog_billet #pied-page { padding-top: 30px; background: #fff url(/_boutiques/DECOMOOD//site_image/bg_footer_blog.png) no-repeat; }
	#pied-page a { color: #76615f; text-decoration: none; }
	#pied-page a:hover { color: #76615f; text-decoration: underline; }
	#pied-page p { margin: 0; padding: 0; }
	#pied-page img { margin: 10px 0 0 0; padding: 0; }
	#pied-page ul { display: block; float: left; margin: 24px 0 0 36px; padding: 0;  }
	#pied-page h2 { color: #348b9a; font-size: 12px; font-weight: bold; margin: 0; padding: 0;  }
#pied-page-bottom { height: 14px; margin: 0 0 50px; background: #fff url(/_boutiques/DECOMOOD//site_image/bg_footer_bottom.png) left top no-repeat; }
body.rs_blog_liste #pied-page-bottom,
body.rs_blog_billet #pied-page-bottom { background: #fff url(/_boutiques/DECOMOOD//site_image/bg_footer_bottom_blog.png) no-repeat; }


#exclusivites_web,
#series_limitees,
#selection_obj_deco,
#transaction_securisee,

#selection_obj_deco2,
#certificats,
#garantie,
#paiement_secu {
	display: block;
	width: 147px;
	height: 61px;
	background: transparent url(/_boutiques/DECOMOOD//site_image/blocs_footer.png) left top no-repeat;
	float: left;
	padding: 6px 22px 4px 69px !important;
	font-size: 11px;
	line-height: 13px;
	color: #1a171b;
}

#selection_obj_deco2,
#certificats,
#garantie,
#paiement_secu { background-image: url(/_boutiques/DECOMOOD//site_image/blocs_footer2.png); }


#series_limitees,
#certificats { background-position: -238px top; }
#selection_obj_deco,
#garantie { background-position: -476px top; }
#transaction_securisee,
#paiement_secu { background-position: -714px top; }

	#exclusivites_web strong,
	#selection_obj_deco2 strong { color: #b6c600; }
	#series_limitees strong,
	#certificats strong { color: #be0057; }
	#selection_obj_deco strong,
	#garantie strong { color: #eb9e42; }
	#transaction_securisee strong,
	#paiement_secu strong { color: #348b9a; }





/*    structure : elements
--------------------------------------------------- */

#elem_panier {
	float: right;
	position: absolute;
	width: 160px;
	right: 40px;
	padding: 0;
	top: 65px;
	color: #348b9a;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px; 
}
	#elem_panier span { color: #1a171b; }
	#elem_panier a { color: #1a171b; text-decoration: underline; font-weight: normal; font-size: 12px; }
	#elem_panier a:hover { color: #1a171b; text-decoration: none; }
	
#elem_cheque_cadeau { 
	position: absolute;
	top: 120px;
	right: 30px;
}

#elem_rechercher {
	color: #348b9a;
	font-size: 14px;
	padding-left: 10px;
}
	#elem_rechercher input.form_text {
		color: #000;
		background: transparent url(/_boutiques/DECOMOOD//site_image/bg_recherche.gif) left top no-repeat;
		border: 0;
		height: 21px;
		width: 186px;
	}
	.txt_rechercher { padding-left: 16px; }
	#search_box { background: transparent url(/_boutiques/DECOMOOD/theme/search_topvente.gif) right top no-repeat; margin: 13px 0; }
		#search_box a { margin: 0 10px 0 0; float: left; }

#elem_menu { margin: 8px 0;}

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

#elem_newsletter { }

.tagscloud { color: #8d7c7a; padding: 0 2px; }
	.tagscloud ul { margin: 0; padding: 0; }
		.tagscloud ul li { float: left; }
			.tagscloud ul li a { color: #8d7c7a; text-decoration: none; }
			.tagscloud ul li a:hover { color: #be0057; text-decoration: none; }
			.tagscloud ul li h1,
			.tagscloud ul li h2,
			.tagscloud ul li h3,
			.tagscloud ul li h4 { float: left; font-weight: bold; margin: 0 3px; color: #8d7c7a; }
			.tagscloud ul li h1 { font-size: 21px; line-height: 28px; padding: 4px 0 0; }
			.tagscloud ul li h2 { font-size: 17px; line-height: 26px; padding: 6px 0 0; }
			.tagscloud ul li h3 { font-size: 14px; line-height: 25px; padding: 7px 0 0; }
			.tagscloud ul li h4 { font-size: 12px; line-height: 23px; padding: 9px 0 0; }
			
#pagesWeb p { line-height: 17px; }


/*    classes recurrentes
--------------------------------------------------- */
.bloc_xs { width: 160px; margin: 3px auto;}

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

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

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

.bloc_xl { width: 650px; margin: 3px auto; }

.alerte_erreur { color: #BE0057; font-weight: bold;}
.alerte_info { color: #348B9A; font-weight: bold; }

.encart-dynamique { margin: 10px 0 0 0; font-size: 12px; color: #76615f; line-height: 16px; padding: 0 5px; }
	.encart-dynamique a { color: #76615f; text-decoration: underline; }
	.encart-dynamique a:hover { color: #76615f; text-decoration: none; }
	
	.encart-dynamique.liste_blog p { margin: 0; padding: 0; }
	.encart-dynamique.liste_blog ul { margin: 0; padding: 0; list-style: none; }
	.encart-dynamique.liste_blog li { margin: 0; padding: 0; }
	
body.rs_blog_liste .encart-dynamique,
body.rs_blog_billet .encart-dynamique { padding: 0 15px; }
	body.rs_blog_liste .encart-dynamique a,
	body.rs_blog_billet .encart-dynamique a { text-decoration: none; }
	body.rs_blog_liste .encart-dynamique a:hover,
	body.rs_blog_billet .encart-dynamique a:hover { text-decoration: underline; }


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

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

.i-frame p { margin: 0;}

.box-img { }


/* centrage */
.centrage {
  overflow:hidden;
  width:100%;
}

.centrage ul {
  float:left;
  left:50%;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position:relative;
}

.centrage li {
  display:inline;
  float:left;
  margin:0;
  padding:0;
  position:relative;
  right:50%;
}


a.souligne { text-decoration: underline !important; }
a.souligne:hover { text-decoration: none !important; }


.col1, .col2 { float: left;}
.col1 { width: 64.96%; }
.col2 { width: 35%;}

.col1 p, .col2 p { margin: 0;}

.cellule_s { display: block; /*height: 24px;*/ line-height: 24px; vertical-align: middle;}



/*    formulaires
--------------------------------------------------- */
.form_text { color: #666; margin: 0 5px;}

select { color: #666; padding: 2px 0; }

.form_col { width: 120px;}

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

p.bouton input { width: auto; }

/* ------------------------------------------------
/*    Proprietes CSS des pages principales
/*------------------------------------------------- */

/*    index
--------------------------------------------------- */
#home_cc {
	background: transparent url(/_boutiques/DECOMOOD//site_image/bg_home_cc.png) left top no-repeat;
	width: 180px;
	height: 227px;
	float: left;
	padding: 20px 17px; 
	text-align: right;
	font-size: 30px; 
	color: #fff; 
	line-height: 28px;
	font-weight: 300;
}

#txt-home { padding-bottom: 45px; overflow: hidden; position: relative; }

#texte-rotator {  
	background: transparent url(/_boutiques/DECOMOOD//site_image/bg_home_rotator.png) left top no-repeat;
	width: 179px;
	height: 174px;
	float: left;
	padding: 20px 17px; 
	text-align: right;
	color: #fff; 
	position: relative;
}
	#texte-rotator h2 {  
		text-align: right;
		font-size: 30px; 
		color: #fff; 
		line-height: 28px;
		font-weight: 300;
		margin: 0;
	}
	#texte-rotator a {  
		text-align: right;	
		display: block;
		font-size: 12px; 
		color: #fff; 
		line-height: 14px;
		font-weight: normal;
		text-decoration: none;
	}
	#texte-rotator a.actif {  
		color: #EB9E42; 
	}
		#texte-rotator a strong {
			font-size: 14px;
		}
	#texte-rotator #liens_carrousel {
		position: absolute;
		bottom: 20px;
		right: 17px;
	}
	
#img-rotator { 
	margin: 0;
	width: 459px;
	height: 214px;
	overflow: hidden;
	position: absolute;
	top: 0; 
	right: 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 {  }


/*    categorie
--------------------------------------------------- */
.syspage_top { border-bottom: 1px solid #bab0af; padding: 0 0 8px 0; margin: 0 0 26px 0; font-size: 14px; }
	.syspage_top strong { color: #348b9a; }
	.syspage_top select { border: 1px solid #348b9a; }
	.syspage_top .fl-gauche { margin-left: 16px; }
.syspage_bottom { border-top: 1px solid #bab0af; padding: 8px 0 0 0; margin: 8px 0 0 0; }
	.syspage_top .syspage { padding-top: 28px; }
	.syspage strong,
	.syspage a { color: #000000; border-left: 2px solid #348b9a; float: left; padding: 0 3px; margin: 2px 0; line-height: 11px; }
	.syspage .syspage_start { border-left: 0; }

	.syspage strong { font-weight: normal; }
	.syspage a { text-decoration: underline; }
	.syspage a:hover { color: #000000; text-decoration: none; }
	.syspage .syspage_prev,
	.syspage .syspage_next { display: none; }
	
#img_createur { width: 166px; margin: 0 30px 30px 0; overflow: hidden; }
#contenu_createur { width: 497px; overflow: hidden; padding: 0; background: transparent url(/_boutiques/DECOMOOD//site_image/bg_contenu_createur.gif) left top repeat-y; }
	#contenu_createur h1 { font-size: 20px; }
	#contenu_createur h2 { color: #be0057; font-size: 14px; font-weight: bold; }
	#contenu_createur a { color: #000; text-decoration: underline; }
	#contenu_createur a:hover { color: #be0057; text-decoration: none; }
	#contenu_createur_top { padding: 0; background: transparent url(/_boutiques/DECOMOOD//site_image/bg_contenu_createur_top.gif) left top no-repeat; }
	#contenu_createur_bottom { padding: 30px; background: transparent url(/_boutiques/DECOMOOD//site_image/bg_contenu_createur_bottom.gif) left bottom no-repeat; }
h2.produits_de { color: #be0057; font-size: 20px; line-height: 24px; padding: 13px 0 4px; border-top: 1px solid #c4bab8; }
	
	
#cat_x6 { margin: 20px 0 0; }
.rayon_cat_x6 {
	background: transparent url(/_boutiques/DECOMOOD//site_image/bg_rayon_cat_x6.gif) left top no-repeat;
	width: 180px;
	height: 256px;
	float: left;
	padding: 20px 17px 20px 16px; 
	text-align: right;
	font-size: 30px; 
	color: #fff; 
	line-height: 28px;
	font-weight: 300;
}
	a.rayon_cat_x6 { color: #fff; text-decoration: none; }
	a:hover.rayon_cat_x6 { color: #fff; text-decoration: none; }
	
	
#texte_rayon { /*background: transparent url(/_boutiques/DECOMOOD//site_image/bg_rayon.png) left top no-repeat;*/ background: transparent url(/_boutiques/DECOMOOD//site_image/bg_rayon_cat_x6.gif) left top no-repeat; width: 179px; height: 256px; float: left; padding: 20px 17px; text-align: right; }
	#texte_rayon h2 { font-size: 30px; color: #fff; line-height: 28px; margin-top: 0; margin-bottom: 28px; text-decoration: none; }
	#texte_rayon div { font-size: 13px; color: #fff; line-height: 16px; }

.texte_createurs { background: transparent url(/_boutiques/DECOMOOD//site_image/bg_rayon_cat_x6.gif) left top no-repeat; width: 179px; height: 256px; float: left; padding: 20px 17px; text-align: right; position: relative; }
	.texte_createurs h2, .texte_createurs h2 a, .texte_createurs h2 a:hover { font-size: 30px; color: #fff; line-height: 28px; margin-top: 0; margin-bottom: 28px; text-decoration: none; }
	.texte_createurs div { font-size: 13px; color: #fff; line-height: 16px; }
	.texte_createurs .lien_texte_createurs { position: absolute; right: 17px; bottom: 100px; color: #ffffff; height: 32px; }

	

.bloc-produit {
	width: 213px;
	height: 291px;
	margin: 0 0 5px 27px;
	padding: 0;
	overflow: hidden;
}
.bloc-produit.first { margin-left: 0; }

	.bloc-produit h3 { font-size: 20px; line-height: 19px; height: 21px; overflow: hidden; color: #be0057; font-weight: normal; font-family: Arial, Helvetica, sans-serif; margin: 4px 0 0 0; padding: 0; }
		.bloc-produit h3 a,
		.bloc-produit h3 a:hover { color: #be0057; text-decoration: none; }
	.bloc-produit p { font-size: 13px; color: #1a171b; margin: 0; padding: 0; line-height: 16px; height: 16px; overflow: hidden; }
	.bloc-produit a { color: #1a171b; text-decoration: none; }
	.bloc-produit a:hover { color: #1a171b; text-decoration: underline; }

.bp-image { width: 193px; height: 193px; padding: 10px; position: relative; overflow: hidden; background: #EEEAEB; }
	.bp-image a { display: block; cursor: pointer; }

.mask_bl,
.mask_br,
.mask_tl,
.mask_tr,
.mask_prd_col_blog { position: absolute; top: 0; left: 0; width: 213px; height: 213px; }
.mask_bl { background: transparent url(/_boutiques/DECOMOOD//site_image/mask_prd_bl.gif) left top no-repeat; }
.mask_br { background: transparent url(/_boutiques/DECOMOOD//site_image/mask_prd_br.gif) left top no-repeat; }
.mask_tl { background: transparent url(/_boutiques/DECOMOOD//site_image/mask_prd_tl.gif) left top no-repeat; }
.mask_tr { background: transparent url(/_boutiques/DECOMOOD//site_image/mask_prd_tr.gif) left top no-repeat; }
.mask_prd_col_blog { background: transparent url(/_boutiques/DECOMOOD//site_image/mask_prd_col_blog.gif) left top no-repeat; }


/*    fiche produit
--------------------------------------------------- */
a.blacklink { color: #000; text-decoration: underline; font-size: 12px; }
a.blacklink:hover { color: #000; text-decoration: none; }

h1.nom_prd { color: #be0057; font-size: 32px; line-height: 25px; }

#box_col-g_ficheprod { margin: 31px 48px 0 0; }

#img-produit-box { margin: 0 0 15px 0; padding: 15px; background: transparent url(/_boutiques/DECOMOOD//site_image/bg_img_prd.gif) left top no-repeat; width: 422px; height: 400px; }
#img-produit { margin: 0; }

#info-produit { overflow: hidden; margin-top: 31px; padding-right: 15px; }
	#info-produit .ss_titre_prd { line-height: 17px; font-size: 14px; margin-bottom: 11px; }
	#info-produit .desc_prd { border-top: 1px solid #bab0af; margin-bottom: 11px; font-size: 14px; }
		#info-produit .desc_prd p { border-bottom: 1px solid #bab0af; padding: 11px 0; margin: 0; line-height: 17px; }
			#info-produit .desc_prd p strong { color: #be0057; }
		#info-produit strong.rose { font-size: 14px; color: #be0057; }
	#info-produit h3.prix_prd { color: #be0057; font-size: 14px; margin: 3px 0 0 0; }
		#info-produit h3.prix_prd strong { color: #000; font-size: 24px; }
	#info-produit .conseil_ficheprod { font-size: 12px; margin: 5px 0 0 0; line-height: 17px; }
		#info-produit .conseil_ficheprod strong { color: #be0057; }
		
select.selectSousProduit { border: 1px solid #BE0057; } 

.vignettes { margin: 0 0 0 37px; }
	.vignettes img { height: 105px; width: 105px; margin: 10px 0 0 18px; border: 4px solid #fff; }
	.vignettes img.actuelle { border-color: #76615f; }
	.vignettes .first img { margin-left: 0; }

h3.pro_assoc { padding: 15px 0 34px; margin: 17px 0 0 0; font-size: 20px; color: #be0057; line-height: 21px; font-weight: normal; border-top: 1px solid #c4bab8; }

/* largeur a specifier pour centrer le bloc */
#bloc-pro-asso { width: 60px; margin: 0 auto; }

.avis-box { margin: 20px auto 12px auto; clear: both;}

#maxiZoom { width: 452px; height: 430px; border: 1px solid #BAB0AF; position: absolute; left: 500px; top: 44px; background: #fff; }
#RSPlug_Zoom_surLayer { border: 1px solid #ccc; }

#ficheprod_bio { margin-top: 27px; margin-right: -15px; background: #f1efef url(/_boutiques/DECOMOOD//site_image/bg_ficheprod_bio_top.gif) left top no-repeat; width: 454px; }
	#ficheprod_bio #ficheprod_bio_bottom { padding: 12px 12px 40px; min-height: 52px; background: transparent url(/_boutiques/DECOMOOD//site_image/bg_ficheprod_bio_bottom.gif) left bottom no-repeat; }
		#ficheprod_bio #ficheprod_bio_bottom #ficheprod_bio_content img { margin: 0 16px 16px 0; float: left; }
		#ficheprod_bio #ficheprod_bio_bottom h4 { margin: 0; padding: 17px 0 0 0; color: #348B9A; font-size: 12px; font-weight: bold; }
		#ficheprod_bio #ficheprod_bio_bottom h2 { margin: 0; padding: 0 0 4px; font-size: 18px; font-weight: bold; }
		#ficheprod_bio #ficheprod_bio_bottom h3 { margin: 0; padding: 17px 0 4px; }
		#ficheprod_bio #ficheprod_bio_bottom a { color: #1A171B; text-decoration: underline; }
		#ficheprod_bio #ficheprod_bio_bottom a:hover { color: #1A171B; text-decoration: none; }

ul.lien-connexe { margin: 0; padding: 0; list-style: none; }
		ul.lien-connexe li { display: inline; }
		ul.lien-connexe a {
			display: block;
			float: left;
			height: 20px;
			padding: 0 3px;
			margin: 0;
			font-size: 16px;
			text-decoration: none;
		}
		ul.lien-connexe a:hover { text-decoration: underline; }
		ul.lien-connexe a.facebook_fp { background:url(/_boutiques/DECOMOOD//site_image/like.png) left top no-repeat; width:45px; }
		ul.lien-connexe a.facebook_fp:hover { background-position: left bottom; }
		ul.lien-connexe a.twitter_fp { background:url(/_boutiques/DECOMOOD//site_image/tweet.png) left top no-repeat; width:55px; }
		ul.lien-connexe a.twitter_fp:hover { background-position: left bottom; }
		ul.lien-connexe a.envoi-ami { background:url(/_boutiques/DECOMOOD//site_image/email.png) left top no-repeat; width:60px; }
		ul.lien-connexe a.envoi-ami:hover { background-position: left bottom; }		
		
/*    lexique
--------------------------------------------------- */
#lexique { width: 696px; }
#alphabet { border-bottom: 1px solid #bab0af; padding: 0 0 8px 0; margin: 0 0 8px 0; text-align: center; }
	#alphabet a { margin: 0 10px; }
#lexique_top { background: transparent url(/_boutiques/DECOMOOD//site_image/bg_lexique_top.png) left top no-repeat; width: 696px; height: 39px; position: absolute; left: 0; top: 0; }
#lexique_bottom { background: transparent url(/_boutiques/DECOMOOD//site_image/bg_lexique_bottom.png) left top no-repeat; width: 696px; height: 34px; position: absolute; left: 0; bottom: 0; }
.linkToAlphaBox { padding: 3px 36px; font-size: 12px; }
	.linkToAlphaBox a { color: #348b9a; text-decoration: none; }
	.linkToAlphaBox a:hover { color: #348b9a; text-decoration: underline; }

dl.initiales { margin: 0; padding: 0; }
	dl.initiales dt.liste { margin: 0; padding: 11px 14px; font-size: 30px; color: #348b9a; font-weight: bold; }
	dl.initiales dd.liste { position: relative; margin: 0; background: transparent url(/_boutiques/DECOMOOD//site_image/bg_lexique_middle.png) left top repeat-y; padding: 39px 0 34px; }
	
dl.initiales ul.mots { margin: 0 57px 0 28px; }
	dl.initiales ul.mots li { margin: 0; padding: 0; font-size: 14px; line-height: 16px; color: #348b9a; }
		dl.initiales ul.mots li a { color: #348b9a; text-decoration: none; }
		dl.initiales ul.mots li a:hover { color: #348b9a; text-decoration: underline; }
		
.carrousel_lexique { margin: 30px 0 0; }
#page_prd_associe { margin: 40px 0 0; }


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

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

#pdc_box p { margin: 0;}

#pdc_box ul {
	margin: 12px 0;
}

#pdc_box ul li {
	background: none;
	border: 1px solid #C4BAB8;
	float: left;
	margin: 0 6px;
	padding: 0 6px;
	height: 26px;
	line-height: 26px;
	text-indent: 0;
}

#pdc_box ul li.currentstep { border-color: #BE0057; color: #BE0057; }


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

.sep_panier { /*border-top: 1px solid #BE0057;*/ background: #f6f6f6; margin: 15px 68px 15px 295px; padding: 3px 0; }
	.sep_panier .col1 { width: 135px; }
	.sep_panier .col2 { width: 180px; }

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

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


/*    commande.htm
--------------------------------------------------- */
#forms_selector a {
    background: #dadada url(/_boutiques/DECOMOOD/theme/cartouches-btn.png) 0 -50px no-repeat;
    color: #eee;
    display: block;
    height: 31px;
    line-height: 31px;
    width: 160px;
    text-decoration: none;
  }

  #forms_selector a:hover {
    background: #f2f2f2 url(/_boutiques/DECOMOOD/theme/cartouches-btn.png) 0 -100px no-repeat;
    text-decoration: none;
  }

  #forms_selector a.selected {
    background: #7b7faf url(/_boutiques/DECOMOOD/theme/cartouches-btn.png) 0 0 no-repeat;
    color: #fff;
  }
		
  #forms_selector li {  margin: 1em 1em 2em; text-align: center;}



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


/* ------------------------------------------------
/*    Proprietes 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.bouton { width: 100%;}


/*    avis.htm
/* --------------------------------------------------- */
.avis { font-size: 12px;}

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

.form-avis { float: right; margin: 4px 0 12px 12px;}
.form-avis p { width: 50%; float: left;}
.form-avis label { display: block; width: 160px; }
.form-avis input { width: 80%;}
.form-avis p.bouton, .form-avis p.alerte_info, .form-avis p.alerte_erreur { width: 100%;}


/*    contact.htm
--------------------------------------------------- */
.form-contact { margin-top: 25px; }
	.form-contact fieldset { border: 0; padding: 0; margin: 0; }
		.form-contact fieldset legend { border: 0; padding: 0; font-size: 12px; font-weight: bold; color: #348B9A; margin: 25px 0 0 0; }
	.form-contact label { padding: 2px 0; }
	.form-contact label.styled { display: block; width: 130px; text-align: right; margin-right: 10px; }
	.form-contact .paddingLabel { padding-left: 140px; }
	.form-contact input.form_file { margin: 0; }
	.form-contact input.form_text { width: 140px; margin: 0; }
	.form-contact textarea { margin: 3px 0 0; }


/*    news
--------------------------------------------------- */
.news { margin-bottom: 20px; }

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


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


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


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

#bloc_aide { float: right; margin: 0 0 10px 10px; width: 252px; height: 238px; overflow: hidden; background: transparent url(/_boutiques/DECOMOOD//site_image/bg_aide.gif) left top no-repeat; padding: 10px; }
.bloc_presse { float: right; margin: 0 0 10px 10px; width: 216px; }
	.bloc_presse p { padding: 10px; margin: 10px 0 0; overflow: hidden; }
#presse_2 { line-height: 16px; }

.bleu { color: #348b9a; }
a.bleu { color: #348b9a; }
a.bleu:hover { color: #348b9a; }
.flechebleue { text-indent: 14px; background: transparent url(/_boutiques/DECOMOOD//site_image/fleche.gif) left 3px no-repeat; }

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

.noerreur {	}

.marginGuides { margin: 20px;}
