/*
#990000 :  Couleur rouge bordeaux
/*

/*-----------------------*/
/*  Paramètres généraux  */
/*-----------------------*/
* html, body{
	background-color: #000000;
	width: 960px;
	color: white;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	border: 0;
	padding: 0;
	margin: 0 auto;
	height: 100%; /*fixed sous ie6 */
	overflow: auto; /*fixed sous ie6 */
}
body{ overflow: visible; } /*fixed sous ie6 */
img{ border: 0; }

.indent{
  text-indent: 20px;
  margin-top: 0;
}
h1{
  font-weight: normal;
  margin: 0;
}
h2{
  font-size: 13px;
  margin: 0;
}
h3{
  font-size: 11px;
  text-indent: 20px;
  margin-bottom: 0;
}
.souligne{
  text-decoration: underline;
}
.center{
  text-align: center;
}
input[type="checkbox"]{
  vertical-align: -2px;
}

/*--------------------*/
/*  LIENS hypertexte  */
/*--------------------*/
a:link{ color: black; text-decoration: none; }
a:visited{ color: black; text-decoration: none; }
a:hover{ color: white; text-decoration: none; }
a:active {color: white; text-decoration: none; }

/*----------*/
/*  Panier  */
/*----------*/
#panier{
  position: fixed !important;
	position: absolute; /* simulation de la position fixed sous IE 6*/
  top: 12px;
  left: 0px;
  width: 240px;
  /*height: 178px; /* A enlever si le contenu est plus grand */
  margin-left: -205px; /* pour cacher le contenu */
}
#panier #image{ float: right; }
#panier #contenu-panier{
  background-color: white;
  color: black;
  min-height: 168px;
  width: 193px;
  padding: 5px;
  margin: 0;
}
#achat{
  border-collapse: collapse;
  width: 100%;
}
#achat th{
  border-bottom: 1px solid #A5ACB2;
}
#achat th.nom{
  text-align: left;
  width: 80px;
}
#achat td{
  border-top: 1px dashed #A5ACB2;
}
#achat .td_footer{
  text-align: right; 
  border-top: 1px solid #A5ACB2;
  padding-top: 5px;
}
a.commande{
  position: relative;
  top: 5px;
  left: 0px;
  display: block;
  background-color: #DCE0E3;
  height: 21px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 5px;
}
a.commande:hover{
  background-color: black;
}

/*--------------------------*/
/*  POPUP Ajout de produit  */
/*--------------------------*/
#message_achat{
  position: fixed;
  float: left;
  top: 300px;
  background-color: #EFEFEF;
  border: 3px solid #5F5F5F;
  text-align: center;
  vertical-align: middle;
  width: 300px;
  height: 55px;
  padding-top: 15px;
}
#message_achat #fermer{
  float: right;
  font-weight: bold;
  font-size: 10px;
  padding: 3px;
  margin-top: -18px;
}

/*-----------------*/
/*  Bloc à gauche  */
/*-----------------*/
#bloc_gauche{
  width: 326px;
  background-color: black;
  color: white;
  margin-top: 12px;
}
#sous_logo{
  padding: 10px 20px;
  background: url('/images/design/fond_sous_logo.jpg') repeat-x bottom;
}
#sous_logo .texte{
  text-align: justify;
}
#diaporama{
  height: 299px;
}
#diaporama_bougie{
  height: 224px;
}
#diaporama_fragrances{
  height: 250px;
}
#diaporama_soins{
  height: 250px;
}

/*-----------------*/
/*  Bloc à droite  */
/*-----------------*/
#bloc_droite{
  float: right;
  background: url('/images/design/fond_contenu.jpg') repeat-x bottom;
  background-color: black;
  width: 620px;
  margin-bottom: 2px;
}

/*******************/
/* Menu horizontal */
/*******************/
#menu{
  background-color: #B2B9BD;
}
#menu-societe{
  margin-top: 0;
  margin-right: 13px;
  background-image: url('/images/design/menu-philosophie.gif');
}
#menu-boutique{
  margin-top: 0;
  margin-right: 13px;
  background-image: url('/images/design/menu-boutique.gif');
}
#dt_boutique{
  display: block; 
  height: 100%; 
  padding-top: 2px; 
  color: black; 
  cursor: default;
}
#menu-fidelite{
  margin-top: 0;
  margin-right: 13px;
  background-image: url('/images/design/menu-fidelite.gif');
}
#menu-actu{
  margin-top: 0;
  margin-right: 13px;
  background-image: url('/images/design/menu-actualites.gif');
}
#menu-contact{
  margin-top: 0;
  background-image: url('/images/design/menu-contact.gif');
}
#menu a{ color: black; }
#menu dt{
  vertical-align: middle;
  list-style-type: none;
  width: 113px;
  height: 20px;
}
#menu dd{
  margin: 0;
  padding: 0;
}
#menu dl{
  float: left;
  padding: 0;
  width: 113px;
  height: 39px;
  text-align: center;
}
#menu ul{
  position: relative;
  z-index: 50;
  display: none;
  background-color: #B2B9BD;
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
}
#menu li{
  text-align: left;
  font-size: 10px;
  margin: 0;
  list-style-type: none;
}
#menu li a{
  color: #000;
  text-decoration: none;
  padding: 2px 0 2px 6px;
  display: block;
  height: 100%;
  border: 0 none;
}
#menu dt a{
  color: #000;
  text-decoration: none;
  display: block;
  height: 100%;
  border: 0 none;
  padding-top: 2px;
}
#menu li a:hover{
  background-color: white;
}
#menu dt a:hover{
  background-color: #B2B9BD;
  height: 17px;
}
#menu #boutique{ width: 113px; }

/*******************/
/* Animation flash */
/*******************/
#flash{
  margin-top: 112px;
  height: 447px;
  text-align: center;
  font-size: 16px;
  background-color: black;
}
object{
  background-color: black;
  width: 620px;
  height: 447px;
  margin-bottom: 0px;
}

/*****************/
/* Titre de page */
/*****************/
#titre_page{
  float: right; 
  padding-right: 15px; 
  font-size: 30px; 
  color: #E6E8E0;
}
#lien_retour{
  float: left;
  margin-top: 30px;
  margin-left: 15px;
}
#lien_retour a{
  font-size: 10px;
  color: #999999;
}
#lien_retour a:hover{
  font-size: 10px;
  color: white;
  text-decoration: underline;
}

/***********/
/* Contenu */
/***********/
.contenu{ /* simple bloc avec fond blanc */
  margin: 100px 10px 5px 10px;
  padding: 10px;
  color: black;
  background-color: white;
  min-height: 185px;
}
.contenu a:hover{
  color: #999999;
  text-decoration: underline;
}
.grande_lettre{
  font-size: 17px;
  font-weight:bold;
}
#img_contenu{
  margin-top: 61px;
  width: 620px;
}

/*************/
/* Catalogue */
/*************/
#catalogue{ /* Bloc sous le menu */
  /*background: url('/images/design/fond_contenu.jpg') repeat-x bottom;*/
  /*background-color: black;*/
  margin-top: 45px;
  padding-bottom: 75px;
  color: black;
}
.produit{ /* Cadre contenant text+image */
  margin-left: 10px !important; 
  margin-top: 10px !important;
  margin-left: 0px; /* IE 6 */
}

/* Description du produit */
#catalogue .descriptif{ /* Cadre gauche text */
  background-color: white;
  margin-left: 5px; /* marge entre text et image */
  padding: 10px;
  width: 405px;
}

/* Entete du descriptif */
.titre{
  color: black;
  font-size: 17px;
  font-weight: bold;
}
.titre_p_h{ /* Parfum homme */
  color: #5B641B;
  font-size: 19px;
  letter-spacing: 2px;
}
.titre_p_f{ /* Parfum femme */
  color: #AE8360;
  font-size: 19px;
  letter-spacing: 2px;
}
.stitre{ /*sous-titre gris */
  font-size: 13px;
  font-style: italic;
  color: #818587;
}
a.mail{ /* Bouton Transmettre à un ami */
  font-size: 9px;
  float: right;
  display: block;
  height: 19px;
  width: 175px;
  background: url('/images/design/icon_mail2.gif') no-repeat;
  background-position: 2px -25px;
  background-color : #DCE0E3;
  padding-left: 22px;
  padding-top: 4px;
  font-weight: bold;
}
a.mail:hover{
  background-color : black;
  background-position : 2px 5px;
  font-weight: bold;
  color: white;
}

/* Contenu du descriptif */
.resume{ text-align: justify; }
.contenance{ /* capacité + prix */
  text-align: right;
  font-weight: bold;
  margin: 0px 10px 10px 10px;
}
#cbougie-1{ 
  margin-top: 20px
}
#cbougie-2{
  margin-top: 20px
}
#cbougie-3{
  margin-top: 20px
}

/* Footer du descriptif */
.gestion{
  padding: 0;
  margin: 0;
  overflow: auto;
}
.gestion li{
  float: left;
  background-color: #DCE0E3;
  text-align: left;
  font-size: 10px;
  height: 23px;
  list-style-type: none;
  margin-right: 1px ;
  line-height: 23px;
}
.gestion .quantite_prix{
  padding: 0 5px;
  margin-right: 1px;
}
input.quantite{
  border: 1px solid black;
  width: 30px;
  height: 15px;
  text-align: center;
  color: #990000;
  vertical-align: -1px;
}
input.prix{
  border: 1px solid black;
  width: 60px;
  height: 15px;
  text-align: center;
  color: #990000;
  font-weight: bold;
  vertical-align: -1px;
}
a.detail{ /* Bouton Plus de détails */
  font-size: 8px;
  display: block;
  height: 23px;
  width: 75px;
  background: url('/images/design/icon_loupe2.gif') no-repeat;
  background-position: 3px -19px;
  background-color: #DCE0E3;
  padding-left: 23px;
}
a.detail:hover{
  background-color : black;
  background-position : 3px 2px;
  color: white;
}
.vide{
  height: 23px;
  width: 95px;
  background-color: #DCE0E3;
}
a.achat{ /* Bouton Acheter */
  font-size: 8px;
  display: block;
  height: 23px;
  width: 55px;
  background: url('/images/design/icon_achat2.gif') no-repeat;
  background-position: 3px -20px;
  background-color: #DCE0E3;
  padding-left: 23px;
}

a.achat:hover{
  font-size:8px;
  background-color : black;
  background-position : 3px 3px;
  color: white;
}

/* Zone de texte à gauche */
#catalogue #bougie-1{
  height: 194px;
}
#catalogue #bougie-2{
  height: 194px;
}
#catalogue #bougie-3{
  height: 194px;
}

/* Image du produit */
#catalogue .image{ /* Cadre droite img */
  float: right;
  width: 161px;
  border: 1px solid white;
  margin-right: 10px;
}
#catalogue .image#img_parfum-1{
  background: url('/images/contenu/vetyver_mini.png') no-repeat top;
  background-color: black;
  height: 177px;
}
#catalogue .image#img_parfum-2{
  background: url('/images/contenu/amicie_mini.png') no-repeat top;
  background-color: black;
  height: 177px;
}
#catalogue .image#img_soins-1{
  background: url('/images/contenu/baume_ferme.jpg') no-repeat center;
  height: 377px;
}
#catalogue .image#img_soins-2{
  background: url('/images/contenu/huile_blanche.jpg') no-repeat center;
  background-color: black;
  height: 304px;
}
#catalogue .image#img_soins-3{
  background: url('/images/contenu/creme_hydra_ferme.jpg') no-repeat center;
  background-color: black;
  height: 337px;
}
#catalogue .image#img_bougie-1{
  background: url('/images/contenu/bougie_bergamote-tonka_small.jpg') no-repeat center;
  background-color: black;
  height: 213px;
}
#catalogue .image#img_bougie-2{
  background: url('/images/contenu/bougie_jasmin-ylang_small.jpg') no-repeat center;
  background-color: black;
  height: 213px;
}
#catalogue .image#img_bougie-3{
  background: url('/images/contenu/bougie_santal-cedre_small.jpg') no-repeat center;
  background-color: black;
  height: 213px;
}

/* Lien sur l'image du parfum */
#catalogue .icon_pyramide{ 
  font-size:9px;
  float: left;
  margin-left: 2px;
  padding-right: 1px;
  padding-bottom: 2px;

}
#catalogue .pyramide{
  width:145px;
  float: left;
  margin: 148px 5px 10px 5px;
  padding: 5px 4px 0px 0px;
  background-color: white;
  font-size: 9px;
  /* transparence à 55% */
  -moz-opacity: 0.55; /* Firefox et opéra */
  opacity: 0.55; /* CSS3 */
}
#catalogue .pyramide:hover{ 
  font-size:9px;
  -moz-opacity: 1; /* Firefox et opéra */
  opacity: 1; /* CSS3 */
}
#catalogue .pyramide:hover a{ color: black;}

/*****************/
/* Fiche produit */
/*****************/
#detail_produit{ /* Bloc sous le menu */
  background: url('/images/design/fond_contenu.jpg') repeat-x bottom;
  background-color: black;
  padding-bottom: 75px;
  margin-top: 45px;
  color: black;
}
#detail_produit .descriptif{ /* Cadre gauche text */
  background-color: white;
  padding: 10px;
  margin-left: 5px;
  width: 330px;
}

/* Footer du descriptif */
#detail_produit label{
  margin-right: 10px;
  margin-left: 7px;
}
#quantite{
  height: 20px;
  font-size: 11px;
}
#quantite select, option{
  color: #990000;
}
#gestion_detail{
  padding: 0;
  margin: 0;
  overflow: auto;
}
#gestion_detail li{
  float: left;
  background-color: #DCE0E3;
  text-align: left;
  font-size: 10px;
  height: 23px;
  list-style-type: none;
  margin-right: 1px ;
  line-height: 23px;
}
#gestion_detail .quantite_prix{
  font-size: 9px;
  padding: 0 5px 0 6px;
  margin-right: 1px;
}
#gestion_detail .achat{
  padding: 0 6px 0 23px;
}

/* Image du produit à droite */
#detail_produit .img_soins-1{
  background: url('/images/contenu/baume_ouvert.jpg') no-repeat center;
  background-color: black;
  float: right;
  width: 234px;
  height: 562px;
  border: 1px solid white;
  margin-right: 10px;
}
#detail_produit .img_soins-2{
  background: url('/images/contenu/huile_blanche.jpg') no-repeat center;
  background-color: black;
  background-color: black;
  float: right;
  width: 234px;
  height: 290px;
  border: 1px solid white;
  margin-right: 10px;
}
#detail_produit .img_soins-3{
  background: url('/images/contenu/creme_hydra_ouvert.jpg') no-repeat center;
  background-color: black;
  float: right;
  width: 234px;
  height: 496px;
  border: 1px solid white;
  margin-right: 10px;
}

/* Lien sur l'image du parfum */
#detail_produit .icon_pyramide{ 
  font-size: 9px;
  float: left;
  margin-left: 40px;
  padding-right: 3px;
  padding-bottom: 2px;
}
#detail_produit .pyramide{
  font-size: 9px;
  float: left;
  width: 210px;
  margin: 402px 10px 0px 10px;
  padding: 5px 4px 0px 0px;
  background-color: white;
  font-size: 9px;
  /* transparence à 55% */
  -moz-opacity: 0.55; /* Firefox et opéra */
  opacity: 0.55; /* CSS3 */
}
#detail_produit .pyramide:hover{ 
  -moz-opacity: 1; /* Firefox et opéra */
  opacity: 1; /* CSS3 */
  font-size: 9px;
}
#detail_produit .pyramide:hover a{ color: black;   font-size: 9px;}

/*********************************/
/* Footer du catalogue + détails */
/*********************************/
#liens{ /* liens flagrances, soins, bougies avec fond dégradé */
  float: right;
  width: 596px;
  background: url('/images/design/fond_gris_degrade.jpg') repeat-y;
  padding: 5px 0;
  text-align: right;
  font-weight: bold;
  margin: 10px 10px 12px 0px;
  clear: both;
}
#mode_de_paiement{
  float: left;
  color: white;
  text-align: center;
  padding-left: 30px;
}

/*----------*/
/*  Footer  */
/*----------*/
#footer{
  margin-top: 2px;
}
#vide{ /* Bloc en-dessous du bloc_gauche */
  float: left;
  width: 326px;
  height: 0px;
  border-top: 2px solid gray;
}
#compte{ /* Bloc en-dessous du bloc_droite */
  text-align: right;
  width: 620px;
  margin: -2px 0px 15px 340px;
  clear: both;
}
#footer_trait{
  background: url('/images/design/footer_trait.gif') repeat-x;
  width: 620px;
  height: 2px;
  margin-top: -2px;
  margin-bottom: 1px;
}
.text_compte{ /* Text Votre compte */
  font-weight: bold; 
  font-size: 12px;
  margin-right: 5px;
}
.fond_gris{ /* fond sous identifiant et mot de passe */
  background-color: #808587;
  height: 15px;
  font-size: 12px;
  text-align: center;
  padding: 2px 5px 1px 5px;
}
.textbox{
  width: 90px;
  height: 15px;
  text-align: center;
  border: 0;
  margin: 0;
}
#form_connexion fieldset{
  margin: 0;
  padding: 0;
  border: 0;
}
#form_connexion input{
  margin: 0 -3px;
}
form{
  margin: 0;
}

/* Bouton valider */
.bt_valider{
  color: black;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  background-color: #B2B9BD;
  text-align: center;
  border-left: 1px solid black;
  border-right: 0px;
  border-top: 0;
  border-bottom: 0;
  height: 17px;
  cursor: pointer;
}
.bt_valider:hover{
  background-color: white;
}

/* Lien Créer un compte */
.fond_gris_n{
  color: black;
  font-weight: bold;
  font-size: 11px;
  background-color: #B2B9BD;
  height: 15px;
  text-align: center;
  padding: 3px 5px 1px 5px;
}
.fond_gris_n:hover{
  color: black;
  background-color: white;
}

.compte-client{
  padding-top: 1px;
  margin-left: -2px;
}

/* Crédits et mentions légales */
#credits{
  text-align :center;
  color: #999999;
}
#credits a{
  font-size: 9px;
  color: #999999;
}
#credits a:hover{
  font-size: 9px;
  color: white;
  text-decoration: underline;
}

/*---------------*/
/*  Formulaires  */
/*---------------*/
#adresse{
  float: right;
  width: 200px;
}
#contact{
  width: 430px;
}
.cssform p{
	width: 250px; 
	margin: 0;
	padding: 5px 10px 6px 170px;
	border-top: 1px dashed gray;
  height: 1%;
}
.cssform input[type="text"]{
  border: 1px solid #A5ACB2;
}
.cssform input[type="text"]:hover{
  border: 1px solid black;
}
.cssform input[type="password"]{
  border: 1px solid #A5ACB2;
}
.cssform input[type="password"]:hover{
  border: 1px solid black;
}
.cssform textarea{
  border: 1px solid #A5ACB2;
  font-family: verdana, arial;
  font-size: 10px;
}
.cssform textarea:hover{
  border: 1px solid black;
}
.cssform label{
	float: left;
	margin-left: -170px;
	width: 170px;
}
.cssform #adr_livraison{
  vertical-align: -4px;
}
.bouton{
  color: black;
  font-family: arial;
  font-weight: bold;
  font-size: 11px;
  background-color: #B2B9BD;
  text-align: center;
  border: 1px solid black;
  cursor: pointer;
  height: 20px;
}
.bouton:hover{
  background-color: white;
}
legend{
  color: black;
  font-size: 13px;
  font-weight: bold;
}
.fs-espace{ /* espace les fieldset entre eux */
  margin-bottom: 20px;
}
#msg_erreur{
  display: none;
  padding: 5px;
  margin-top: 10px;
  border: 1px dashed black;
}
.form_contact p{
  width: 200px;
  padding-left: 150px;
}
.form_contact label{
	float: left;
	margin-left: -150px;
	width: 150px;
}

/*--------------*/
/*  Actualités  */
/*--------------*/
.titre_news{
  font-size: 15px;
  font-weight: bold;
}
.date_news{
  float: right;
}
.img_news{
  float: right;
  padding-left: 10px;
}
.news p{
  padding: 0 10px;
  text-align: justify;
  margin: 0;
  margin-top: 10px;
}

/*--------------*/
/*  Pagination  */
/*--------------*/
#nb_page{ 
  text-align: center; 
  font-family: arial, sans-serif; 
}
.pagination a{
  background-color: white;
  border: 1px solid #f4f1e2;
  color: black;
  margin: 1px;
  padding: 2px 5px;
  text-decoration: none;
}
.pagination a:hover{
  background-color: #f4f1e2;
  border: 1px solid #BAC0C5;
  color: black;
  margin: 1px;
  padding: 2px 5px;
  text-decoration: none;
}
.pagination span.courante{
  background-color: black;
  border: 1px solid black;
  color: white;
  font-weight: bold;
  margin: 1px;
  padding: 2px 5px;
  cursor: default;
}
.pagination span.desactive{
  background-color: #f4f1e2;
  border: 1px solid #eee;
  color: #ddd;
  margin: 1px;
  padding: 2px 5px;
  cursor: default;
}

/*-----------------*/
/*  Compte client  */
/*-----------------*/
#compte_client a:hover{ 
  color: black; 
  text-decoration: underline;
}

/* Menu horizontal du compte client */
#menu_client{
  border: 1px solid #A5ACB2;
  background-color: #EFEFEF;
  text-align :center;
  font-size: 10px;
  margin: 10px 0 20px 0px;
  height: 15px;
}
.separateur{
  margin: 0 2px;
}

/* Tableaux des commandes */
.tb_client{
  border-collapse: collapse;
  width: 100%;
  margin-top: 5px;
}
.tb_client .tr_entete{
  background-color: #EFEFEF;
}
.tb_client th{
  border-top: 1px solid #A5ACB2;
  border-bottom: 1px solid #A5ACB2;
}
.tb_client .th_01{
  text-align: left;
  width: 30%;
}
.tb_client .th_02{
  text-align: left;
  width: 40%;
}
.tb_client tr{
  border-bottom: 1px solid #A5ACB2;
}
.tb_client td.center{
  text-align: center;
}

/* Infos personnelles */
#compte_client #formulaire fieldset{
  border: 1px solid #A5ACB2;
  margin-bottom: 10px;
}

/* Newsletter */
#form_newsletter fieldset{
  border: 1px solid #A5ACB2;
}

/*------------*/
/*  Commande  */
/*------------*/

/* Etapes */
#list_etapes{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#list_etapes td.actuel{
  font-weight: bold;
}
#list_etapes td{
  border: 1px solid white;
}
#list_etapes td:hover{
  border: 1px solid #A5ACB2;
  background-color: #EFEFEF;
  cursor: pointer;
}
#list_etapes td.no_link:hover{
  border: 1px solid white;
  background-color: white;
  cursor: default;
}

/* Mesage d'erreur */
#msg_erreur{
  color: red;
  font-weight: bold;
}

/* Bouton de validation */
.a_valid{
  border: 1px solid black;
  background-color: #B2B9BD;
  font-size: 10px;
  font-family: arial;
  font-weight: bold;
  padding: 2px 5px;
}
.a_valid:hover{
  background-color: white;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

/**********/
/* Panier */
/**********/
/* Formulaire */
#form_etape1 fieldset{
  border :0;
  margin: 0;
  padding: 0;
}

/* Tableau du panier global */
#tb_panier{
  margin-top: 5px;
  border-collapse: collapse;
  width: 100%;
}
#tb_panier .tr_entete{
  background-color: #EFEFEF;
}
#tb_panier th{
  border-top: 1px solid #A5ACB2;
  border-bottom: 1px solid #A5ACB2;
}
#tb_panier .th_01{
  text-align: left;
  width: 35%;
}
#tb_panier .th_02{
  text-align: left;
  width: 40%;
}
#tb_panier tr{
  border-bottom: 1px solid #A5ACB2;
}
#tb_panier td.center{
  text-align: center;
}
#tb_panier input.quantite{
  border: 0px; /*a enlever si quantite se modifie */
  text-align: center;
  font-size: 9px;
  width: 30px;
  height: 12px;
}
#tb_panier td.prix{
  text-align: center;
  width: 65px;
}

/* Bloc gris clair avec bordure gris foncé (Total et sous-total) */
.panier_total{
  float: right;
  background-color: #EFEFEF;
  text-align: center;
  font-size: 11px;
  vertical-align: middle;
  border: 1px solid #A5ACB2;
  height: 20px;
  width: 170px;
  padding-top: 5px;
  margin: 10px 0;
}

/* Mode de livraison */
#client_livraison{
  clear: both;
  border-bottom: 1px solid #A5ACB2;
  height: 130px;
}
#client_livraison ul{
  list-style-type: none;
}
#client_livraison li{
  display: inline;
}
.cadre_entete{
  font-weight: bold;
  background-color: #EFEFEF;
  border-top: 1px solid #A5ACB2;
  border-bottom: 1px solid #A5ACB2;
  height: 16px;
  margin: 0;
  padding-top: 2px;
  padding-left: 5px;
}
#explication-coli{
  height: 70px;
  margin-top: 5px;
  margin-left: 20px;
}
#explication-coli img{
  float: left;
  margin-right: 5px;
}
#explication-coli #signature{
  margin-left: 75px;
}
#explication-chrono{
  height: 70px;
  margin-top: 5px;
  margin-left: 20px;
}
#explication-chrono img{
  float: left;
  margin-right: 5px;
}

#choix_pays{
  float: left;
  margin-top: 10px;
}
.separation{
  background-color: black;
  color: white;
}

/* Points de fidélité */
#client_fidelite{
  clear: both;
  border-bottom: 1px solid #A5ACB2;
  height: 165px;
}
#client_fidelite p.texte{
  margin-left: 20px;
}

/* Pochette cadeau et Cgv */
#client_autres{
  clear: both;
  border-bottom: 1px solid #A5ACB2;
  height: 70px;
  margin-bottom: 10px;
}
#client_autres input{
  margin-left: 20px;
}
#client_autres #cadeau{
  margin-top: 8px;
}
#text_cgv{
  clear: both; 
  margin-bottom: 10px;
}
#text_cgv a:hover{
  color: black;
  text-decoration: underline;
}

/*************/
/* Connexion */
/*************/
.bloc_gris{
  background-color: #EFEFEF;
  border: 1px solid #A5ACB2;
  padding: 5px;
}
#client_nouveau{
  float: right;
  clear: both;
  width: 270px;
}
#client_nouveau a:hover{
  color: #999999;
  text-decoration: underline;
}

#client_connexion{
  width: 270px;
  min-height: 100px;
  margin-right: 10px;
}
#client_connexion fieldset{
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}
#client_connexion label{
  float: left;
  text-align: left;
  margin-left: 0px;
	width: 100px;
	margin-top: 3px;
	padding-left: 10px;
}
#client_connexion input{
  border: 1px solid #A5ACB2;
  margin-top: 3px;
}
#client_connexion input:hover{
  border: 1px solid black;
}
#client_connexion a{
  font-size: 10px;
}
#client_connexion a:hover{
  color: #999999;
  text-decoration: underline;
}

/************/
/* Adresses */
/************/
#adresse_livraison{
  width: 270px;
}
#adresse_facturation{
  float: right;
  clear: both;
  width: 270px;
}
#adresse_facturation #pays{
  width: 225px;
}

/************/
/* Paiement */
/************/
#mode_paiement{
  border-bottom: 1px solid #A5ACB2;
}
#form_paiement fieldset{
  margin: 0;
  border: 0;
}

