@charset "UTF-8";
* {
	padding:0;
	margin:0;
}
body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#333;
	background-color:#f1f1e7;
}
#global {
	margin:auto;
	width:961px;
}
img{
	border:none;
}
label {
	cursor: pointer;
	font-weight:bold;
}
.confirmation {
	background-color:#caf4cd;
	padding:7px;
	margin-bottom:10px;
}
.erreur {
	background-color:#F4CACA;
	padding:7px;
	margin-bottom:10px;
}

/***** HEADER *****/
#header .en-tete {
	text-align:right;
	color:#fff;
}
#header .en-tete a{
	color:#fff;
	text-decoration:none;
}
#header .en-tete .logo{
	float:left;
	padding-left:15px;
}
#header .en-tete .compte{
	background:url(../img/compte_bg.jpg);
	padding:10px 15px;
	width:475px;
	height:55px;
	float:right;
	text-align:left;
}
#header .en-tete .compte .images{
	float:left;
}
#header .en-tete .compte .images .monCompte{
	border-right:1px solid #ffffff;
	padding:14px 20px 10px 0;
	float:left;
}
#header .en-tete .compte .images .panier{
	padding:6px 15px 0;
}
#header .en-tete .compte #nombre span.big{
	float:left;
	padding-right:10px;
	font-size:38px;
	font-weight:bold;
}
#header .en-tete .compte #nombre p{
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
}
#header .en-tete .compte #nombre p span{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}


/***** PAGE *****/
#page{
	clear:both;
	background-color:#fffff6;
	min-height:500px;
}

/***** RECHERCHE *****/
#page .recherche{
	background:url(../img/recherche_bg.jpg);
	height:41px;
	padding:13px 0 0 90px;
	margin-top:6px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
#page .recherche .champs_recherche{
	background:url(../img/recherche_barre.jpg) no-repeat;
	float:right;
	margin-top:-25px;
	padding-right:20px;
	text-align:right;
	width:254px;
}
#page .recherche .barre_recherche{
	border: 0px solid transparent;
	margin:6px 20px 0 20px;
	float:left;
}

/***** MENU GAUCHE *****/
#page #gauche{
	background-color:#f1f1e7;
	width: 226px;
	padding-top:23px;
	margin-left:17px;
	float:left;
	border-left: 1px solid #E0E0D7;
	border-right: 1px solid #E0E0D7;
	text-align:center;
}
#page #gauche ul.categories li{
	background:url(../img/menu_btn_off.jpg);
	padding-top:11px;
	width:226px;
	min-height:32px;
	list-style:none;
}
#page #gauche ul.categories li.active, #page #gauche ul.categories li:hover{
	background:url(../img/menu_btn_on.jpg);
}
#page #gauche ul.categories li a{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#page #gauche ul.sous_categories{
	margin-top:13px;
}
#page #gauche ul.sous_categories li{
	background:url(../img/menu2_btn_off.jpg);
	padding:6px 0 0 0;
	min-height:27px;
	border-top: 1px solid #7f7f7f;
	list-style:none;
}
#page #gauche ul.sous_categories li a {
	font-size: 13px;
}
#page #gauche ul.sous_categories li.active, #page #gauche ul.sous_categories li:hover{
	background:url(../img/menu2_btn_on.jpg);
}
#page #gauche .infos{
	border-bottom: 1px solid #E0E0D7;
}
#page #gauche p{
	padding:30px 20px 20px 20px;
	text-align:left;
}
#page #gauche p.titre{
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#page #gauche .taille{
	background:url(../img/taille_bg.jpg);
	width:216px;
	height:118px;
	padding:15px 20px 0 20px;
	margin-left:-18px;
	text-align:right;
}
#page #gauche .taille p{
	padding:0;
	font-style:italic;
}
#page #gauche .taille p.titre{
	padding-bottom:5px;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#3b3b3b;
}
#page #gauche a{
	color:#0066cc;
	text-decoration:none;
}
#page #gauche a:hover{
	text-decoration:underline;
}



/***** COLONNE DROITE *****/
#page #droite{
	padding:21px 14px 0 0;
	margin-left:260px;
	min-height:1250px;
}
#page #droite h1{
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:46px;
	font-style:italic;
	font-weight:normal;
	color:#a966b2;
}
#page #droite .upline{
	padding:40px 0 50px 0;
	color:#666666;
}
#page #droite a{
	color:#a966b2;
	text-decoration:none;
}
#page #droite a:hover{
	text-decoration:underline;
}
#page #droite .autres{
	border-bottom: 1px solid #e0e0d7;
	padding-top:65px;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	color:#010101;
}
#page #droite .temoignage{
	font-style:italic;
}

#page #droite .bloc{
	padding:65px 20px 50px 40px;
	border-top: 1px solid #cccccc;
}
#page #droite .bloc .titre{
	padding-bottom:10px;
}
#page #droite .bloc .titre a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
}
#page #droite .bloc .extrait{
	color:#666666;
}
#page #droite #liste_categories{
	padding-bottom:40px;
}
#page #droite #liste_categories li{
	list-style:none;
}
#page #droite #autres_temoignages{
	padding:40px 0 0 40px;
	border-top:1px solid #666666;
	font-size:18px;
	font-weight:bold;
	color:#010101;
}
#page #droite #autres_temoignages ul{
	padding-top:20px;
}
#page #droite #autres_temoignages ul li{
	list-style:none;
	font-size:14px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/***** APERCU PRODUIT *****/
#page table.produits tr td{
	background:#f1f1e7;
	width:216px;
	color:#666;
}
#page table.produits tr td.separateur{
	background:#fffff6;
	width:15px;
}
#page table.produits tr td .promo{
	position:absolute;
	margin:-5px 0 0 -5px;
}
#page table.produits tr td .description{
	float:left;
	padding:4px 0 7px 17px;
	height:40px;
	width:125px;
	font-size:11px;
}
#page table.produits tr td .infos{
	float:right;
	padding-right:10px;
}
#page table.produits tr td .infos a{
	color:#000;
	text-decoration:none;
}
#page table.produits tr td .infos a:hover{
	text-decoration:underline;
}
#page table.produits tr td span{
	font-size:12px;
	font-weight:bold;
	color:#242424;
	text-decoration:line-through;
}
#page table.produits tr td .infos .prix{
	font-size:18px;
	font-weight:bold;
	color:#d336ac;
}
#page table.produits tr td .ajout_panier{
	clear:both;
	background:#fffff6;
	padding:5px 0 0 5px;
	height:47px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
#page table.produits tr td .ajout_panier a{
	color:#666;
	text-decoration:none;
}
#page table.produits tr td .ajout_panier a:hover{
	color:#a966b2;
}


/***** ARBORESCENCE *****/
.arborescence {
	padding:25px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}
.arborescence_bis {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
}
.arborescence a{
	color:#d336ac;
	text-decoration:none;
}
.arborescence a:hover{
	text-decoration:underline;
}


/***** PAGE PRODUIT *****/
#produit {
	padding:0 25px;
}
#produit #infos_produit {
	padding-top:30px;
	border-top: 1px solid #e0e0d7;
}
#produit #infos_produit #photos{
	background-color:#f1f1e7;
	float:left;
	width:405px;
	height:500px;
	border: 1px solid #e0e0d7;
	text-align:center;
}
#produit #infos_produit #photos #zoom{
	width: 405px;
	height: 405px;
}
#produit #infos_produit #photos #liste img{
	margin:20px 15px 0 0;
	border: 1px solid #666666;
}

#produit #infos_produit #informations{
	float:right;
	width:490px;
	height:491px;
	padding-top:10px;
	border-bottom: 1px solid #e0e0d7;
}
#produit #infos_produit #informations .navigation{
	padding-top:15px;
	font-size:11px;
	border-bottom: 1px solid #e0e0d7;
}
#produit #infos_produit #informations .navigation .precedent{
	float:left;
	margin-top:-15px;
}
#produit #infos_produit #informations .navigation .suivant{
	float:right;
	margin-top:-15px;
}
#produit #infos_produit #informations .navigation a{
	color:#333333;
	text-decoration:none;
}
#produit #infos_produit #informations .navigation a:hover{
	text-decoration:underline;
}
#produit #infos_produit #informations .description{
	padding-top:35px;
	padding-bottom:25px;
	border-bottom: 1px solid #e0e0d7;
}
#produit #infos_produit #informations .description h1{
	margin-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:46px;
	font-style:italic;
	font-weight:normal;
	color:#d336ac;
}
#produit #infos_produit #informations .description p{
	margin-left:15px;
	padding-top:10px;
}
#produit #infos_produit #informations .vente{
	padding-top:15px;
	padding-bottom:25px;
	border-bottom: 1px solid #e0e0d7;
}
#produit #infos_produit #informations .vente .conseille{
	margin-left:15px;
	padding-bottom:15px;
}
#produit #infos_produit #informations .vente .prix{
	margin-left:15px;
	font-size:18px;
	font-weight:bold;
}
#produit #infos_produit #informations .vente .promo{
	float:right;
	margin-top:-70px;
	padding-left:175px;
}
#produit #infos_produit #informations .vente .promo_bas{
	float:right;
	margin-top:30px;
	padding-left:175px;
}
#produit #infos_produit #informations .vente .prix span{
	font-size:24px;
	color:#d336ac;
}
#produit #infos_produit #informations .vente .prix span.prix_barre{
	padding-left:10px;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	text-decoration:line-through;
}
#produit #infos_produit #informations .details{
	padding-top: 25px;
	margin-left:15px;
}
#produit #infos_produit #informations .details .taille{
	height : 50px;
}
#produit #infos_produit #informations .details .quantite{
	height : 50px;
}
#produit #infos_produit #informations .details .btn_panier{
	float : left;
}
#produit #infos_produit #informations .details .quantite .champs{
	background:url(../img/quantite_bg.jpg) no-repeat;
	padding-top:6px;
	margin-left:10px;
	height:25px;
	width:63px;
	border:none;
	text-align:center;
}
#produit #infos_produit #informations .details #message{
	padding:8px;
	width:260px;
	float:right;
}

#produit #description{
	clear:both;
	background-color:#f1f1e7;
	width:886px;
	padding: 18px 12px 0px 12px;
	margin-top:16px;
	border: 1px solid #e0e0d7;
}
#produit #description table {
	margin-bottom:-3px;
}
#produit #description h2{
	padding-bottom:20px;
	border-bottom: 1px solid #e0e0d7;
	font-size:16px;
}
#produit #description table tr th {
	padding:30px 0;
	width: 200px;
	border-bottom: 1px solid #e0e0d7;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
#produit #description table tr td {
	padding:30px 0;
	border-bottom: 1px solid #e0e0d7;
}

/***** AUTRES PRODUITS 	*****/
#autres {
	padding: 60px 5px 10px 22px;
}
#autres p.titre{
	border-bottom: 1px solid #e0e0d7;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	color:#010101;
	text-transform:uppercase;
}



/***** PAGE PANIER *****/
#panier {
	padding:25px 25px 0 25px;
}
#panier #etapes {
	padding: 0 0 60px 78px;
}
#panier #etapes p{
	background:url(../img/barreRecap_off.jpg) no-repeat bottom;
	float:left;
	padding-left:2px;
	width:149px;
	height:30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#C7C7BF;
}
#panier #etapes p.active{
	background:url(../img/barreRecap_on.jpg) no-repeat bottom;
	color:#a966b2;
}
#panier table.liste_produits {
	width:910px;
	border:1px solid #c7c7bf;
	color:#191919;
}
#panier table.liste_produits tr td{
	padding-left:22px;
}
#panier table.liste_produits tr td img{
	float:left;
	padding-right:20px;
}
#panier table.liste_produits tr td.entete {
	background-color:#c7c7bf;
	height:45px;
}
#panier table.liste_produits tr td.produit{
	background-color:#f1f1e7;
	height:110px;
	border-top:1px solid #c7c7bf;
}
#panier table.liste_produits tr td.port{
	background-color:#f1f1e7;
	height:40px;
	border-top:1px solid #c7c7bf;
}
#panier table.liste_produits tr td.total{
	height:45px;
	font-weight:bold;
}
#panier table.liste_produits tr td.quantite{
	padding: 0 10px;
	width:25px;
	text-align:center;
}
#panier table.liste_produits tr td.prix_unitaire{
	padding: 0 10px;
	width:65px;
	text-align:center;
}
#panier table.liste_produits tr td.prix_total{
	padding: 0 10px;
	width:65px;
	text-align:center;
}
#panier table.liste_produits tr td.bord{
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#panier p{
	text-align:right;
	padding-top:10px;
	color:#666666;
}
#panier p.remonter{
	margin-top:10px;
}
#panier p a{
	color:#d336ac;
	text-decoration:none;
}
#panier p a:hover{
	text-decoration:underline;
}
#panier #navigation{
	background-color:#f1f1e7;
	padding-top:8px;
	padding-bottom:6px;
	margin-top:25px;
	margin-bottom:15px;
	border: 1px solid #e0e0d7;
	text-align:right;
}
#panier #navigation img{
	padding-right:18px;
}
#panier #navigation div{
	float:left;
	padding-top:12px;
}
#panier #navigation div a{
	margin:0 80px 0 25px;
	color:#d336ac;
	text-decoration:none;
}
#panier #navigation div a:hover{
	text-decoration:underline;
}
#panier .titre{
	padding:0 5px 15px;
	font-size:18px;
	color:#d336ac;
}
#panier .informations{
	background-color:#f1f1e7;
	padding:30px 35px;
	margin-bottom:25px;
	border: 1px solid #e0e0d7;
}
#panier .informations a{
	color:#d336ac;
	text-decoration:none;
}
#panier .informations a:hover{
	text-decoration:underline;
}
#panier .informations .rose{
	color:#d336ac;
}
#panier .informations .etoile{
	color:#ff0000;
}
#panier .informations .aide{
	color:#666666;
	font-size:11px;
}
#panier .informations table tr td{
	padding-left:20px;
}
#panier .informations #identification{
	padding-top:20px;
	line-height:30px;
}
#panier .informations #identification div{
	padding:10px 0 25px 30px;
	line-height:20px;
}
#panier .informations table.formulaire td{
	padding:10px 50px 0 20px;
}

#panier .adresse{
	float:left;
	margin-bottom:45px;
}
#panier .gauche{
	margin-right:30px;
}
#panier .adresse .adresse_details{
	background-color:#f1f1e7;
	border:1px solid #e0e0d7;
	padding:22px 25px 80px 25px;
	width:388px;
}
#panier .logoJiska{
	display:none;
}
#panier .infos_commande{
	display:none;
}
#panier .infos{
	display:none;
}

#panier #img_paypal{
	padding-top:20px;
	text-align:center;
}

#panier #etapes a{
	color:#c7c7bf;
	text-decoration:none;
}

#panier .informations table.commandes tr.haut{
	background:url(../img/recherche_bg.jpg);
	color:#fff;
}
#panier .informations table.commandes tr td,
#panier .informations table.commandes tr th{
	width:190px;
	height:54px;
	text-align:center;
	border:1px solid #e0e0d7;
}
#panier .informations table.commandes tr:hover td {
	background-color: #b3d2f0;
	cursor:pointer;
}



/***** INFORMATIONS BAS DE PAGE *****/
#page #infos_bas{
	background-color:#f1f1e7;
	margin-top:30px;
	margin-left:23px;
	padding-top:10px;
	width:910px;
	text-align:center;
	border:1px solid #e0e0d7;
}
#page #infos_bas .infos{
	float:left;
	width:226px;
	height:278px;
	border-left: 1px solid #e0e0d7;
}
#page #infos_bas p{
	padding:10px 20px 20px 20px;
	text-align:left;
}
#page #infos_bas p.titre{
	font-size:12px;
	font-weight:bold;
	color:#000;
}
#page #infos_bas a{
	color:#0066cc;
	text-decoration:none;
}
#page #infos_bas a:hover{
	text-decoration:underline;
}



/***** FOOTER *****/
#footer{
	clear:both;
	background-color:#fffff6;
	padding:20px 20px 50px 30px;
	color:#666;
}
#footer a{
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer p{
	border-top: 1px solid #e0e0d7;
	padding-top:20px;
}
#footer ul{
	float:left;
	padding-right:70px;
}
#footer ul li{
	list-style:none;
}
#footer div{
	clear:both;
	padding-top:20px;
}