/*--------------------------------------
/*   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; vertical-align:top; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }



/**********************************************
 BALISES XHTML GENERALES
**********************************************/

html { font-size: 10px; }
body { background: #fff; text-align: left; font-family:Verdana,Helvetica; color:#000000; font-size: 100%; }

p { margin: 0 0 6px 0; line-height: 12px;}

h1, h2, h3, h4, h5, h6 { margin: 6px 0 6px 0; }
h1 { color:#758CA5; font-size:12px; font-weight: bold; text-transform: uppercase; margin: 0 0 15px 0; padding: 6px 0 0 0; border-top: #dfe8f2 1px solid; text-decoration: none;}
h1 a, h1 a:hover { color:#758CA5; text-decoration: none;}
h2 { font-size: 11px; font-weight: bold; color: black; text-transform: uppercase; padding: 10px 0 0 0; }
h3 { font-size: 11px; font-weight: bold; color: #252525; }
h4 { font-size: 10px; font-weight: normal; color: #666666; text-decoration: underline;}

a {	color: #000000; text-decoration: none;}
a:hover { color: #758CA5; text-decoration: none; }

th { color: #FFFFFF; background-color: #afacac; padding: 5px; text-transform: uppercase;}
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;}

.separ { margin: 10px 0 10px 0; padding: 6px 0 0 0; border-top: #dfe8f2 1px solid; }



/**********************************************
 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; }
.txt-gras { font-weight: bold; }
.nobr { white-space: nowrap; }
.overflow-hide { overflow: hidden; }
.nodisplay { display: none; }



/**********************************************
 STRUCTURE : ARMATURE 
**********************************************/

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

#en-tete {
	position: relative;
	display: block;
	min-height: 200px;
	background: #FFFFFF url(/_boutiques/CORPSETAMES//site_image/header.jpg) no-repeat;
}

#menu-h { line-height: 18px; border: 1px solid #cccccc; padding: 5px; margin: 2px 0 0 0; font-size: 10px; font-weight: bold;}
	#menu-h .gauche { background: url(/_boutiques/CORPSETAMES/theme/icone_homepage.gif) left top no-repeat; padding: 0 0 0 20px; text-transform: uppercase; float: left;}
	#menu-h .droite { float: right;}
	#menu-h ul {margin: 0; padding: 0; list-style: none; }
	#menu-h li {display: inline; margin: 0; padding: 0; }
	#menu-h a { text-decoration:none; color:#000000; }
	#menu-h a:hover { text-decoration:none; color:#758CA5; }
	
#msg-header { text-align: center; font-size: 12px; margin: 0; padding: 12px 0 10px 0;}

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

#conteneur-interne { display: block;}

#col-g {
	background: #ffffff;
	float: left;
	position: relative;
	display: block;
	width: 158px;
	left: 0;
	margin: 0;
	padding: 0;
}
	* html #col-g { margin: 0 -3px 0 auto;} /* pour resoudre le bug des 3px sous IE6*/
	

#col-d {
	background: #ffffff;
	float: right;
	position: relative;
	display: inline;
	width: 158px;
	right: 0;
	margin: 0;
	padding: 0;
}
	* html #col-d { margin: 0 auto 0 -3px;} /* pour resoudre le bug des 3px sous IE6*/

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

.col-bloc-h { 
	background: transparent url(/_boutiques/CORPSETAMES//site_image/bloc-haut.gif) left top no-repeat;
	width: 150px;
	height: 6px;
	margin: 0;
	padding: 0;
	}
	
.col-bloc-c { 
	background: transparent url(/_boutiques/CORPSETAMES//site_image/bloc-centre.gif) left top repeat-y;
	width: 134px; /*150px*/
	margin: 0;
	padding: 2px 8px 0 8px;
	font-family:Verdana,Helvetica;
	color:#000000;
	font-size: 10px;
	line-height: 14px;
	}
	.col-bloc-c h1 { margin: 0; padding: 2px 0; color:#758CA5; font-size:10px; font-weight: bold; text-transform: uppercase; }
	.col-bloc-c h2 { margin: 0; padding: 2px 0; color:#336699; font-size:10px; font-weight: normal; text-transform: uppercase; }
	.col-bloc-c p { margin: 0; padding: 2px 0 2px 0; }
	.col-bloc-c ul { margin: 0; padding: 2px 0 2px 0; list-style: none;}
	.col-bloc-c li  { background:transparent url(/_boutiques/CORPSETAMES//site_image/puce.gif) left 3px no-repeat; margin: 0; padding: 0 0 0 8px ; }
	.col-bloc-c a { text-decoration:none; color:#000000; }
	.col-bloc-c a:hover { text-decoration:none; color:#758CA5; }
	.col-bloc-c hr { background-color:#CCCCCC; border:0 none; color:#CCCCCC; height:1px; }
	.col-bloc-c img { margin: 0; padding: 0;}
	
.col-bloc-b { 
	background: transparent url(/_boutiques/CORPSETAMES//site_image/bloc-bas.gif) left top no-repeat;
	width: 150px;
	height: 6px;
	margin: 0;
	padding: 0 0 12px 0;
	}

.vignette-dyn { 
	margin: 0; 
	padding: 0 0 12px 0;
	}
	
.banniere-dyn { 
	margin: 0; 
	padding: 0; 
	}

#contenu-principal {
	display: block;
	height: 1%;
	background: white;
	margin: 0;
	overflow: hidden;
	padding: 0 26px;
}


#pied-page {
	display: block;
	text-align: center;
	width: 100%;
	height :35px;
	background-color: #758ca5;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 6px 0 2px 0;
	line-height: 14px;
}
	#pied-page ul { margin: 0; padding: 0; }
	#pied-page li { display: inline; margin: 0; padding: 0 3px 0 3px; }
	#pied-page a { color: #000000; text-decoration: none;}
	#pied-page a:hover { color: #758ca5; text-decoration: none; }
	#pied-page div { margin: 0; padding: 0 0 15px 0; }

.pied-page2 {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 6px 0 2px 0;
	line-height: 14px; 
}



/**********************************************
 STRUCTURE : ELEMENTS 
**********************************************/
 
#elem_panier, #elem_compte, #elem_blog { width: auto; right: 5px; }

#elem_panier { top: 10px; }

#elem_compte { top: 30px; }
	#elem_compte .input-email { width: 115px;}
	#elem_compte .input-psw { width: 95px;}

#elem_blog {}

#elem_rechercher { margin: 0; padding: 0;}
	.rech-accueil { width: 100px; }

#elem_menu { margin: 0; padding: 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/CORPSETAMES//site_image/menu_rollover.gif) 0 0 no-repeat; }
	#elem_menu a:hover { color: #0033FF; background:  transparent url(/_boutiques/CORPSETAMES//site_image/menu_rollover.gif) -140px 0 no-repeat; }

#elem_newsletter { }

#elem_actu img { margin: 2px;}
 

/* Blocs 'promotions' et 'nouveautés' + Top10 */
#elem-promos-news { }
	.promo-news-titre { background:transparent url(/_boutiques/CORPSETAMES//site_image/puce.gif) left 3px no-repeat; text-align: left; padding: 0 0 0 7px;}
		.promo-news-titre a { color: #000000; text-decoration: none;}
		.promo-news-titre a:hover { color: #758ca5; text-decoration: none; }
	.promo-news-px { font-weight: bold; text-align: center; }
	.promo-news-promo { font-weight: bold; color: #990066; text-align: center; }
	.promo-news-img { text-align: center; border: none; }



/**********************************************
 CLASSES RECURRENTES 
**********************************************/
 
.bloc_xs { width: 160px; margin: 3px auto;}
.bloc_s { width: 400px; margin: 3px;}
.bloc_m { width: 565px; margin: 6px auto;}
.bloc_l { width: 520px; margin: 3px auto;}
.alerte_erreur { color: #990066; font-weight: bold;} /*ac346b*/
.alerte_info { color: #990066; font-weight: normal; }
.encart-dynamique { margin: 10px 0 0 0;}
.encart-dynamique li { }
.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%;
}

.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: #666666; margin: 2px;}
.form_image { margin: 0; }

.form_col { width: 120px;}

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

p.bouton input { width: auto; }



/**********************************************
 PROPRIETES CSS DES PAGES PRINCIPALES
**********************************************/

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

#txt-home { border-bottom: 1px dotted #036564; padding-bottom: 30px; overflow: hidden;}
#txt-home a { color:#000000; text-decoration:none }
#txt-home a:hover { color: #758ca5; text-decoration: none; }
#txt-home img { margin: 5px;}

#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 x6 */
#catx6-bloc { width: 660px; margin: 0; padding: 0; border: #cccccc solid 1px;  text-align: center;}
	.catx6-sscat { width: 33%; float: left;}
		.catx6-sscat-img { width: 150px; height:150px; border: #cccccc solid 1px; }
		.catx6-sscat-p { margin: 0; padding: 0; width: 150px; min-height: 50px;}
	


/* categorie */
#cat-bloc { width: 660px; margin: 0; padding: 0; border: #cccccc solid 1px; border-top: none; }
	.titre 	
		{ color:#758CA5; font-size:12px; font-weight: bold; text-transform: uppercase; 
		margin: 0 0 15px 0; padding: 6px 0 0 0; border-top: #dfe8f2 1px solid; 
		text-decoration: none; line-height: 30px;}
		.titre a, titre a:hover { color:#758CA5; text-decoration: none; }
	.syspage  
		{ width: 100%; height: 15px; margin: 0 ; padding: 5px 0; font-size: 11px; 
		  color: #999999; text-align: right; }
		.syspage a  { color: #999999; }
		.syspage a:hover  { color: black; }
		.syspage strong { color: black; }
	.cat-bloc-tri 
		{ height: 14px; margin: 0; padding: 8px 5px; background-color: #f1f1f1; 
		border: #cccccc solid 1px; border-bottom: #cccccc dotted 1px; }
	.cat-bloc-pdt { margin: 0; padding: 8px; background-color: white; }
	.cat-bloc-pdt2 { background-color: #fafafa; }
		.cat-bloc-pdt-img { float: left; margin: 0 15px 0 0; padding: 0; }
		.cat-bloc-pdt-cont { width: 450px; float: left;  margin: 0; padding: 0; }
		.cat-bloc-pdt-prix { font-size: 12px; font-weight: bold; }
		.cat-bloc-pdt-pan { float: right;  margin: 0; padding: 0; }
	.bloc-produit { margin: 0; padding: 0; }
.bp-image { margin: 5px; height: 40px;}


/* fiche produit */
#fiche-produit { margin: 0; padding: 0;}
	#fiche-produit h1 { color:#758CA5; font-size:12px; font-weight: bold; text-transform: uppercase; 
						margin: 0 0 15px 0; padding: 0 0 0 5px; width:100%; height:42px; background-color:#f1f1f1; 
						border: #82a014 solid 1px; text-decoration: none; line-height: 40px;}
	#fiche-produit h1 a, h1 a:hover { color:#758CA5; text-decoration: none;}				
	#img-produit-box { margin: 0 10px 0 0;}
	#img-produit { margin: 0 10px 10px 0;}
	#info-produit { margin:10px 0 0 0; padding: 0; }
	#info-produit table { margin: 0;}
	.vignettes img { height: 40px; width: 40px; margin: 4px 6px 4px 0; }
	.desc-courte { color: #000; }
	.double-fleche { background: transparent url(/_boutiques/CORPSETAMES//site_image/double-fleche.gif) left 9px no-repeat; padding-left: 16px;}
	.pdt-assoc-bloc { width: 650px; margin: 5px 0; padding: 0 5px; border: #ccc solid 1px;}
		.pdt-assoc-img { float: left; margin: 0 15px 0 0; padding: 0; }
		.pdt-assoc-cont { width: 490px; float: left;  margin: 0; padding: 0; }
		.pdt-assoc-prix { font-size: 10px; font-weight: bold; padding: 18px 0 0 0; }
		.pdt-assoc-infos  { float: right;  margin: 0; padding: 4px 0 0 0; text-decoration: underline; font-size: 10px; font-weight: normal;}
		
	/* largeur a specifier pour centrer le bloc */
	#bloc-pro-asso { width: 60px; margin: 0 auto; }
	
	.avis-box { margin: 20px auto 12px auto; clear: both;}


/* processus de commande */
.separateur { color: #888;}
#pdc_box { font-size: 13px; color: #CCC; margin-bottom: 20px;}
#pdc_box p { margin: 0; }
#pdc_box ul { margin: 10px 0; }

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

#pdc_box ul li.currentstep { border-color: #758CA5; color: #758CA5; background-color: #f5f5f5;}

/* panier */

/* Tableau à couleurs alternées */
.styleCell1 { background-color: #E1E1E1; }
.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 { height: 50px; overflow: hidden; width: 100%;}
	#forms_selector span { 
	  display: block;
	  float:left;
    left:50%;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
  }
	
	#forms_selector a { 
	  color: #666;
	  width: 160px;
	  background: #f2f2f2 url(/_boutiques/CORPSETAMES/theme/cartouches-btn.png) 0 -50px no-repeat;
	  height: 31px;
	  line-height: 31px;
	  text-align: center;
	  margin: 10px;
	  font-weight: bold;
	  font-size: 13px;
	  text-decoration: none;
    display:inline;
    float:left;
    padding:0;
    position:relative;
    right:50%;	
	}
	#forms_selector a.noselected { color: #888; }
	#forms_selector a.selected, #forms_selector a.selected:hover { background: #f2f2f2 url(/_boutiques/CORPSETAMES/theme/cartouches-btn.png) 0 0 no-repeat; color: #fff; }
	#forms_selector a:hover { text-decoration: none; background: #f2f2f2 url(/_boutiques/CORPSETAMES/theme/cartouches-btn.png) 0 -100px no-repeat;  }

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

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; padding: 1px;}

/*form.com_id p.bouton input { height: auto;}*/
.gdemarge { margin-left: 45%;}

/* recap-commande.htm */
td.exergue { background: #efefef; font-size: 1.3em;}



/**********************************************
 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 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: 170px; text-align: left; }
.form-login .form_text { width: 150px;}
.form-login a {	color: #000000; text-decoration: none; font-style: italic;}
.form-login a:hover { color: #758CA5; text-decoration: underline; }

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



/**********************************************
STYLES PERSONNALISES
**********************************************/

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

.noerreur {	}

.marginGuides { margin: 20px;}