/******** Modification : 07/12/2009 par KV ********/
/******** Modification : 12/2009 par AG ********/



/******** PRINCIPALES COULEURS UTILISEES ********/
/*


*/




/**************************************************************************************************************************/
/* 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.4em; 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: middle; }
	blockquote:before, blockquote:after, q:before, q:after { content: ""; }
	blockquote, q { quotes: "" ""; }




/**************************************************************************************************************************/
/* XHTML GENERAL **********************************************************************************************************/

html { font-size: 12px; }
body  { background: #fff; text-align: left; font-family: Georgia, serif; font-size: 100%; color: #000; }

h1, h2, h3, h4, h5, h6 { margin: 1em 0 0.5em; font-family: Georgia, serif; }
h1 { font-size: 28px; font-weight: normal; color: #a90965; margin: 0 0 22px; }
h2 { font-size: 14px; font-weight: bold; color: #a90965; }
h3 { font-size: 12px; font-weight: bold; color: #a90965; }
h4 { font-size: 12px; font-weight: bold; color: #a90965; }

p { margin: 0 0 15px; }

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

th { color: #FFFFFF; background-color: #999999; line-height: 2em; padding: 3px;}
td { padding: 5px; line-height: 1.4em;}

form img {vertical-align: middle;}
input { color:#000000; font-size: 1em; margin: 4px 0; vertical-align: middle; }
select, option { color:#000000; font-size: 1em; padding-left: 4px;}
textarea { color:#000000; font-size: 1em; margin: 6px 0;}




/**************************************************************************************************************************/
/* CLASSES GENERALES*******************************************************************************************************/

.clearfloat { clear: both;}

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

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

.txt-italique { font-style: italic; }
.nobr { white-space: nowrap; }
.overflow-hide { overflow: hidden; height: 1%;}
.nodisplay { display: none;}
	
	
.violet { color: #a90965; }



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

#enveloppe-page { width: 964px; margin: 16px auto 0; padding: 0; height: 667px; background: transparent url(/_boutiques/BEAUETBON//site_image/bg_page.jpg) left 109px no-repeat; }
	
	
	/**** Entete ****/
	#en-tete { position: relative; display: block; height: 214px; background: transparent url(/_boutiques/BEAUETBON//site_image/bg_page_top.png) left top no-repeat; }
	#logo { position: absolute; left: 0; top: 0; width: 216px; height: 214px; display: block; }
	
	
	/**** Page et colonnes ****/
	
		/* Conteneur */
		#conteneur { position: relative; display: block; background: transparent; }
		#conteneur-interne { display: block; }
		
		/* Colonnes */
		#col-g { background: #DCE1E3; float: left; position: relative; display: block; width: 180px; left: 0; margin: 0; padding: 0; }
			/* Resolution bug des 3px ss IE6 */ * html #col-g { margin: 0 -3px 0 auto;}

		#col-d { background: #DCE1E3; float: right; position: relative; display: inline; width: 184px; right: 0; margin: 0; padding: 0; }
			/* Resolution bug des 3px ss IE6 */ * html #col-d { margin: 0 auto 0 -3px;}
		
		.col-interne { margin: 8px;}
		
		/* Pages */
		#contenu-principal { position: relative; display: block; height: 453px; padding: 0; }
		
		#page { background: #fff; position: absolute; top: -50px; left: 260px; width: 587px; height: 371px; padding: 25px 27px 5px 60px; }
			#page p { line-height: 16px; font-size: 13px; }
			#page strong { color: #a90965; font-weight: bold; }
			#page em { color: #a90965; font-style: normal; }
			#page a { color: #dd0083; text-decoration: none; }
			#page a:hover { color: #dd0083; text-decoration: underline; }
			
		.col_1 { width: 332px; float: left; margin: 0 14px 0 0; font-size: 13px; }
		.col_2 { width: 240px; float: left; font-size: 13px; }
		
		.col_1bis { width: 270px; float: left; margin: 0 14px 0 0; font-size: 13px; }
		.col_2bis { width: 315px; float: left; font-size: 13px; }
		
		#bg_boutique { position: absolute; left: 189px; bottom: 102px; width: 67px; height: 67px; background: transparent url(/_boutiques/BEAUETBON//site_image/bg_boutique.jpg) left top no-repeat; }
		#bg_e-boutique { position: absolute; left: 47px; bottom: 102px; width: 209px; height: 209px; background: transparent url(/_boutiques/BEAUETBON//site_image/bg_e-boutique.jpg) left top no-repeat; }
		#bg_e-boutique2 { position: absolute; left: 189px; bottom: 32px; width: 137px; height: 67px; background: transparent url(/_boutiques/BEAUETBON//site_image/bg_e-boutique2.jpg) left top no-repeat; }
	
	
	/**** Pied de page ****/
	#pied-page { display: block; text-align: center; line-height: 25px; }
		
		#pub_rs { color: #999; }
			#pub_rs a { color: #999; text-decoration: underline; }
			#pub_rs a:hover { color: #999; text-decoration: none; }


	/**** Autres elements et blocs ****/
	#boutons { position: absolute; bottom: 24px; right: 30px; width: 212px; }
		#boutons ul { margin: 0; padding: 0; list-style: none; }
		#boutons li { margin: 0; padding: 0; display: block; margin: 0 0 4px; }
			#boutons li a { display: block; color: #000; text-decoration: none; height: 33px; line-height: 33px; font-size: 18px; padding: 0 10px; background: transparent url(/_boutiques/BEAUETBON//site_image/btn.gif) left top no-repeat; }
			#boutons li a:hover { color: #fff; text-decoration: none; background-position: left bottom; }
	
	#elem_newsletter { }


	/**** Classes recurentes - Blocs ****/
	.bloc_xs { width: 160px; margin: 3px auto;}
	.bloc_s { width: 400px; margin: 3px auto;}
	.bloc_m { width: 480px; margin: 3px auto;}
	.bloc_l { width: 520px; margin: 3px auto;}
	
	.bloc_100 { width: 100%;}
	
	.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 { }
	
	
	/**** Alertes ****/
	.bloc_info-brute, .bloc_info-importante, .bloc_info, .bloc_alerte {
	  color: #000;
	  line-height: 1.5em;
	  min-height: 50px;
	  padding: 16px 16px 16px 82px;	  
  }
	.bloc_info-brute {
	  background: #e8f2f2;
	  padding: 16px;
  }
  
  .bloc_info {
	  background: #e8f2f2 url(/_boutiques/BEAUETBON//site_image/rs_info-vert.png) no-repeat 16px 16px;
  }
  
  .bloc_info-importante {
	  background: #ebcccc url(/_boutiques/BEAUETBON//site_image/rs_info-rouge.png) no-repeat 16px 16px;
  }
  
  .bloc_alerte {
	  background: #ebcccc url(/_boutiques/BEAUETBON//site_image/rs_info-alerte.png) no-repeat 16px 16px;
  }
	
	.alerte_erreur { color: #a9031e; font-weight: bold;}
	.alerte_info { color: #009933; font-weight: bold; }
	
		
		
	/**** formulaire general d'avis (page avis.htm, ami.htm, avis_derniers.htm, avis_du_client.htm) ****/
	
  .form-avis {
    margin: 0 auto 3em; /* centre le formulaire */
    width: 40em; /* determiner une largeur pour le formulaire */
  }
  
  .form-avis fieldset {
    background: #eee;
    border: none;
    padding: 1em 0 1em 5%; /* la marge droite de 5% est importante */
  }

  .form-avis h3 { margin-bottom: 0.5em;}

  .form-avis h4 {
    float: left;
    margin: 1em 0 0.5em;
    width: 100%;
  }

  .form-avis label {
    display: block;
    margin: 0 0 0.3em;
  }

  .form-avis p {
    float: left;
    margin: 0 0 1em;
    width: 50%;
  }

  .form-avis p input {
    border: 1px solid #ccc;
    padding: 0.3em 0;
    margin: 0 0 1.5em;
    text-indent: 4px; /* fonctionne partiellement sous IE mais ok */
    width: 90%;
  }
  
  .form-avis textarea {
    border: 1px solid #ccc;
    display: block;
    margin: 0;
    padding: 0;
    width: 95%;
  }

  p.form-note {
    float: none;
    margin: 0.5em 0;
    width: 95%;
  }

  .form-avis .bouton { margin: 0.75em 5% 0.75em 0;} /* la marge droite de 5% est importante */
  
  /*** formulaire general avec label et input sur 1 ligne ***/

  .form-inline {
    margin: 0 auto 3em; /* centre le formulaire */
    width: 35em; /* determiner une largeur pour le formulaire */
  }

  .form-inline h3 { margin-bottom: 0.3em;}
  
  .form-inline fieldset {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
  }

  .form-inline label {
    display: block;
    float: left;
    margin: 0;
    padding: 0 1% 0 0;
    text-align: right;
    width: 40%;
  }

  .form-inline fieldset p {
    background: #eee;
    border-bottom: 1px solid #fff;
    clear: both;
    height: 1%;
    line-height: 1.8em; /* determiner une hauteur de base */
    margin: 0;
    overflow: hidden;
    padding: 0.5em 0; /* espacement entre les champs */
  }
  
  .form-inline p.optionnel {
    background: #fff;
    border-bottom: 1px solid #eee; 
  }

    .form-inline p input, .form-inline textarea { 
      border: 1px solid #ccc;
      float: left;
      padding: 0.3em 0;
      margin: 0;
      text-indent: 4px; /* fonctionne partiellement sous IE mais ok */
      width: 40%;
    }

    .form-inline p.form-checkbox input {
      border: none;
      height: 1.8em; /* hauteur de .form-inline */
      margin: 0 1% 0 41%;
      vertical-align: bottom;
      width: auto;
    }
    
    label.nostyle {
      float: none;
      margin: 0;
      text-align: left;
      width: auto;
    }

  .form-inline textarea {
    text-indent: 0;
  }                    

  .form-inline .bouton {
    border: none;
    margin: 0.5em 8% 0 0;
    width: auto;
  }



/**************************************************************************************************************************/
/* PAGES ******************************************************************************************************************/

	/**** Home ****/
	.rs_index #page { height: 333px; }

	/**** Categories ****/
	.syspage  {  }
		.syspage a  {  }
		.syspage a:hover  {  }
	
	.bloc-produit { width: 33%; height: 260px; margin: 5px 0; padding: 0; }
	.bp-image { margin: 5px; height: 150px;}
	
	
	/**** Categories x6 ****/
		
		
	/**** Fiches produits ****/
	#img-produit-box { margin: 0 10px 0 0;}
	#img-produit { margin: 0 10px 10px 0;}
	
	#info-produit { }
		#info-produit table { margin: 0;}
	
	.vignettes img { height: 40px; width: 40px; margin: 4px 6px 4px 0; }
	
	/* largeur a specifier pour centrer le bloc */
	#bloc-pro-asso { width: 60px; margin: 0 auto; }
	
	.avis-box { margin: 20px auto 12px auto; clear: both;}
	
	
	/**** Pages web ****/
	
	
	/**** Processus de commande ****/
	.separateur { color: #888;}

	#pdc_box { font-size: 15px; color: #CCC; }
		#pdc_box p {
		  margin: 0;
		  text-align: center;
		}
		#pdc_box ul { margin: 12px 0; }
			#pdc_box ul li { background: none; border: 1px solid #ccc; float: left; margin: 0 6px; padding: 0 6px; height: 26px; line-height: 26px; text-indent: 0; }
			#pdc_box ul li.currentstep { border-color: red; color: red; }


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

  /**** panier.htm ****/
  
  p.sous-total {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    margin: 1em 0;
    text-align: right;
  }
  
    p.sous-total strong {
      background: #dadada;
      display: inline-block;
      margin: 0 0 0 1em;
      padding: 0 2em;
    }
    
  p.total-ttc {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 3em;
    margin: 1em 0;
    text-align: right;
  }
  
    p.total-ttc strong {
      background: #dadada;
      display: inline-block;
      margin: 0 0 0 1em;
      padding: 0 1em;
    }
    
  .info-livraison {
    color: red;
    font-weight: bold;
    text-align: right;
  }

	/**** Commande.htm ****/
	
	#form_newAccount {
	  margin: 0 auto;
	  width: 80%;
  }
  
  #form_newAccount .form-inline { width: 100%;}
	
  #forms_selector a {
    background: #dadada url(/_boutiques/BEAUETBON/theme/cartouches-btn.png) 0 -50px no-repeat;
    color: #696969;
    display: block;
    height: 31px;
    line-height: 31px;
    width: 160px;
  }

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

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

	form.com_id label { float: left; width: 45%; text-align: right; line-height: 22px; 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; padding: 1px;}

	.gdemarge { margin-left: 45%;}
	
	
	/**** Recap-commande.htm ****/
	td.exergue { background: #efefef; font-size: 1.3em;}
	
	/**** choix-paiement.htm ****/
	
	ul#paiement {
	  padding: 0;
	  width: 100%; 
  }
  
  ul#paiement li {
    margin: 1em 0;
  }
  
  ul#paiement li a {
    background: #fff url(/_boutiques/BEAUETBON//site_image/rs_fleche.gif) 10px 50% no-repeat;
    border: 1px solid #eee;
    display: block;
    height: 3em; 
    line-height: 3em;
    padding-left: 24px;
    position: relative;
  }
  
  ul#paiement li a:hover {
    background-color: #eee;
  }
  
  ul#paiement li.click a {
    background-color: #ccc;
  }
  
  .icones {
    bottom: 50%;
    margin: 0 0 -12px 10px;
    position: absolute;
  }
  
  ul#paiement form a {
    background: none;
    border: none;
    display: inline;
    padding: 0;
  }
  
  ul#paiement ul {
    border: 1px solid #eee;
    border-width: 0 1px 1px;
    display: none;
    margin: 0 0 2em;
    padding: 0 1em 1em;
  }
  
  ul#paiement li.click ul {
    display: block;
  }
	
	
	/**** Ami.htm ****/
	#FormName {
	  float: right;
	  margin: 0 0 0 3em;
	  width: 30em;
	}
	
	 #FormName fieldset { background: none;}
        
  /*** liste des avis (fiche-produit.htm, avis.htm, avis_du_client.htm, avis_derniers.htm ***/
  
    #liste-avis {
      margin: 1em auto; /* centre les avis */
      width: 90%; /* specifier une largeur pour les avis */
    }
    
    #liste-avis li {
      margin: 0 0 3em;
    }
    
    .meta-avis {
      margin: 1em 0;
      font-style: italic;
    }
    
      .meta-avis strong { font-style: normal;}
      
    .avis {
      background: #fff;
      padding: 1em;
      margin: 0;
    }
	
	
	
	/**** Contact.htm ****/
	.form-contact { }
		.form-contact label { display: inline-table; width: 120px; text-align: right; }
		.form-contact input { width: 212px;}
		.form-contact textarea { margin: 0 4px;}
	
	
	/**** News.htm ****/
	.news { }
	#news-date-titre { font-size: 11px; font-weight: normal; }
	
	
	/**** Parrainage ****/
	.form-parrainplus p { margin: 0;}
	


/**************************************************************************************************************************/
/* STYLES SPECIFIQUES *****************************************************************************************************/

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

	/**** Formulaires ****/
	.form_text { color: #9a9a9a; font-style: italic; font-family: Georgia, serif; font-size: 13px; width: 250px; margin: 0; padding: 5px 3px 4px; line-height: 16px; border: 1px solid #8b8a8b; background: transparent url(/_boutiques/BEAUETBON//site_image/bg_input.gif) right top no-repeat; }
	.form_image { margin: 0; }
	.form_col { width: 120px;}
	
	input.search, input.go { margin: 4px 0 14px; }
	p.bouton input { width: auto; }
	
	
	/**** Tableaux a couleurs alternees ****/
	.first-col { padding-left: 1em;}
	
  .col1, .col2 { float: left;}
	.col1 { width: 64.96%; }
	.col2 {
	  padding: 0 1% 0 0;
	  width: 34%;
	}
		.col1 p, .col2 p { margin: 0;}
	
	.cellule_s { display: block; height: 2.2em; line-height: 2.2em; vertical-align: middle;}
	 .cellule_s select { margin-top: 0.35em;}
	.cellule_sbis { display: block; height: 2.2em; line-height: 2.2em; padding-bottom: 2.2em; vertical-align: middle;}
	
	.styleCell1 { background-color: #E1E1E1; }
		tr.styleCell1 strong { line-height: 23px; margin: 3px;}
		
	.styleCell2 { background-color: #F6F6F6; }
		tr.styleCell2 strong { line-height: 23px; margin: 3px;}
	
	#form-panier { }
	#form-panier td { vertical-align: middle; }


	/**** Styles personnalises ****/
	.erreur { color: red !important; font-weight:bold;}
	.noerreur {	}
	.marginGuides { margin: 20px;}
	
	
	