div.AddBasketWindow{
  position: absolute;
  padding: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  width: 390px;
  font-family: Helvetica, "Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, geneva;
  font-size: 11px;
  color: #000;
  background-image: url(/images/static/Basket/boxCarreCentre.gif);
  background-repeat: repeat-y;
  visibility:hidden;
  z-index:100;
}

/*************************************************/
/*                                               */
/*             Bordures de la Pop In             */
/*                                               */
/*************************************************/

div.AddBasketWindow div.bordHautPopIn,
div.AddBasketWindow div.bordBasPopIn{
  background-image: url(/images/static/Basket/boxCarreHaut.gif);
  background-repeat: no-repeat;
  width: 390px;
  height: 18px;
  padding: 0px;
  margin: 0px;
}

div.AddBasketWindow div.bordBasPopIn{
  background-image: url(/images/static/Basket/boxCarreBas.gif);
}

/*************************************************/
/*                                               */
/*              Contenu de la Pop In             */
/*                                               */
/*************************************************/

div.AddBasketWindow div.contenu,
div.AddBasketWindow div.wait{
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align:left;
}
div.AddBasketWindow div.wait{
	position:absolute;
  text-align:center;
  vertical-align:center;
  top:40%;
  left:40%;
}

div.AddBasketWindow div.contenu p{
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
}

div.AddBasketWindow div.contenu p.conditions{
  font-size: 9px;
}

div.AddBasketWindow div.contenu p.conditions a:link,
div.AddBasketWindow div.contenu p.conditions a:visited,
div.AddBasketWindow div.contenu p.conditions a:hover{
  color: #666666;
}

div.AddBasketWindow div.contenu p.conditions a:hover
{
	text-decoration:underline;
}

div.AddBasketWindow table.garanties{
  border: 0px;
  font-family: Helvetica, "Lucida Sans", "Lucida Grande", Tahoma, Verdana, Arial, geneva;
  font-size: 11px;
  color: #000;
}

div.AddBasketWindow table.garanties td{
  border-bottom: 1px dotted #666666;
  vertical-align: center;
  padding : 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}

div.AddBasketWindow table.garanties td.check{
  width: 16px;
  text-align: center;
}

div.AddBasketWindow table.garanties td.icone{
  width: 38px;
  text-align: center;
}

div.AddBasketWindow table.garanties td.texte{
  text-align: left;
}

div.AddBasketWindow table.garanties td.animattente{
  width: 20px;
  text-align: right;
}

/*************************************************/
/*                                               */
/*       Boutons de validation de la Pop In      */
/*                                               */
/*************************************************/

div.boutonsValiderPanier{
  height: 30px;
  background-image: url(/images/static/Basket/pointilles.gif);
  background-repeat: repeat-x;
  background-position: center center;
  margin-top: 10px;
  margin-bottom: 5px;
}

a.continuer_achats:link,
a.continuer_achats:visited,
a.continuer_achats:hover,
a.terminer:link,
a.terminer:visited,
a.terminer:hover{
  background-image: url(/images/static/Basket/boutonContinuerAchats.gif);
  background-repeat: no-repeat;
  display: block;
  width: 126px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  font-size: 9px;
  text-decoration: none;
  float: left;
}

a.continuer_achats:hover{
  background-image: url(/images/static/Basket/boutonContinuerAchatsOver.gif);
}

a.terminer:link,
a.terminer:visited,
a.terminer:hover{
  background-image: url(/images/static/Basket/boutonValiderPanier.gif);
  float: right;
}

a.terminer:hover{
  background-image: url(/images/static/Basket/boutonValiderPanierOver.gif);
}

a.continuer_achats span,
a.terminer span{
  visibility:hidden;
}

.click{
  cursor:pointer;
}
/** bouton commander **/
a.BoutonAjouterAuPanier:link,
a.BoutonAjouterAuPanier:visited,
a.BoutonAjouterAuPanier:hover{
  display: block;
  padding: 0px;
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 92px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url(/images/static/LogoBttn/AjouterAuPanier.gif);
  color: #9b000b;
  font-size: 10px;
  text-decoration: none;
}

a.BoutonAjouterAuPanier:hover{
  background-image: url(/images/static/LogoBttn/AjouterAuPanier_over.gif);
}

a.BoutonAjouterAuPanier span{
  visibility: hidden;
}

#votre_panier
{
	visibility:hidden;
	position:absolute;
	border:1px solid;
	background:#FFFFFF;
	width:290px;
	height:150px;
	z-index:1000;
}

.dispo
{
	font-size:10px;
	color:#555555;
	text-align:right;
	visibility:hidden;
}