/* CSS Document */

body {
	background-color:#5A1813;
	background-image:url(../images/fond_body.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1e1e1e;
	font-size:12px;
	line-height:1.5;
	}

strong{
	font-weight:bold;
}

td{
	font-size:11px;
}
input{
	/*border:1px solid #904b3a;*/
}
a{
	color:#cece25;
	text-decoration:underline;
}
a:hover{
	color:#ecec43;
}
#header {

	width:820px;
	margin:auto;
/*	background-image:url(../images/ombre_haut.png);*/
	background-position:bottom center;
	background-repeat:repeat-x;
	}

#header table {
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

#header td {
	width:33%;
	text-align:center;
	}

h1 span{
	display:none;
}

#separateur_gauche {
	background-image:url(../images/separateur.png);
	background-repeat:no-repeat;
	background-position:right center;
	}

#separateur_droite {
	background-image:url(../images/separateur.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

#logo {
	padding-bottom:10px;
	}

#container {
	padding:0;
	background-image:url(../images/sansombre.png);
	background-position:center top;
	background-repeat:repeat-y;
	width:780px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
	}
#container table {
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
	/*height:550px;*/
	}

#gauche {
	padding-top:0px;
	margin-top:0px;
	width:260px;
	vertical-align: top;
	background-image:url(../images/feuilles_gauche.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}

#droite {
	padding-top:10px;
	vertical-align: top;
	background-image:url(../images/feuilles_droite.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#photos {
	width:100%;
	height:300px;
	/*
	background-image:url(../images/fondflash.png);
	background-repeat:no-repeat;
	*/
	}

#entete {
	width:100%;
	height:80px;
	}

#listing table {
	width:100%;
	padding:0px;
	margin:0px;
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
	}

#listing td {
	vertical-align: top;
	}

#cat {
	width:150px;
	height:100px;
	}

#boutons {
	text-align:right;
	}


div.hr{
	background-image:url(../images/hr.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:13px;
	width:100%;
	border:0px;
	margin-bottom:0px;
	width:100%;
}
div.hr2{
	margin-top:1em;
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:13px;
	width:100%;
	border:0px;
	margin-bottom:0px;
	width:100%;
}
div.hrgauche{
	background-image:url(../images/hr.gif);
	background-repeat:repeat-x;
	background-position:left top;
	height:13px;
	width:100%;
	border:0px;
	margin-bottom:0px;
	padding-top:1em;
	width:100%;
}
div.hr hr{
		display:none;
}
h2 {
	color:#5A1813;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
}

h3 {
	margin:0px;
	padding:0px;
}

#footer {
	width:820px;
	margin:auto;
	padding-top:20px;
	height:70px;
/*	background-image:url(../images/ombre_bas.png);*/
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

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

.panier {
	font-size:10px;
	font-weight:normal;
}

ul.main{
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
}

ul.main li{
	font-family:"Bodoni,Georgia,Times new roman";
	font-size:14pt;
	color:#7a1d0f;
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
/**
 *Affichage du panier
 */

.itemPrixUnitaire{
	width:60px;
}
.right{
	text-align:right;
}
.stepperValue{
	border:1px solid #ae8e8b;
	width:2em;
}
.stepperLess{
	height:16px;
	width:16px;
	background-image:url(../images/bouton_moins.png);
}
.stepperMore{
	height:16px;
	width:16px;
	background-image:url(../images/bouton_plus.png);
}
.btnDisabled{
	cursor:default;
}
input.bouton{
	width:16px;
	height:16px;
	overflow:hidden;
	background-repeat:no-repeat;
}
#panier table{
	height:auto;
	background-color:white;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
}
#panier td,#panier th{
	vertical-align:middle;
	margin:0;
	padding:0;
	overflow:hidden;
  white-space:nowrap;
  width:100%;
  font-size:0.8em;
}
#panier td{
	height:3em;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
}
#panier th{
	text-align:center;
}
#panier thead,#panier tfoot{
/*
	background-color:#904b3a;
	color:white;
*/
}
#panier tr.row1{
	background-color:#f0f0f0;
	border-top:1px dotted #783631;
}
#panier tr.row2{
	background-color:#ffffff;
	border-top:1px dotted #783631;
}
#panier tfoot td{
	text-align:right;
}
#panier input.supprimer{
	width:27px;
	height:25px;
	background-image:url(../images/bouton_del.png);
}
#panier input.checkout{
	width:27px;
	height:25px;
	background-image:url(../images/icons/cart_go.png);
}
#panier col.itemSuppression{
	width:27px;
}
#panier col.itemQtt{
	text-align:center;
	width:60px;
}
#panier col.itemPhoto{
	width:45px;
}
#panier col.itemPrixTotal{
	width:60px;
}
#panier col.itemLabel{
	width:95px;
}


/**
 *Fiche produit
 */
.boutons{
	/*padding-right:1em;*/
}
.ficheProduit{
	background-color:#fbf9e3;
}
.ficheProduit h1{
	font-weight:bold;
	font-size:1em;
}
span.prixOrigine{
	color:red;
	text-decoration:line-through;
}
span.reduc{
	color:black;
}
span.nouveauPrix{
	color:;
}
.ajoutPanier{
	width:104px;
	height:26px;
	background-image:url(../images/de/bouton_acheter.png);
}

/**
 *Menus
 */
#menu_accueil span{
	display:none;
}
#menu_accueil{

}
#menu_concept{
}
#menu_boutiques{
}
#menu_compte{
}
#menu_contact{
}

/**
 *Formulaires
 */
form{
	border:1px solid black;
	background-color:#fbf9e3;

	margin:1em;
	/*
	padding:1em;
	*/
}
/*
fieldset{
	border:1px solid #cccccc;
	padding:1em;
}
legend{
	font-weight:bold;
}
*/
/**
 *Accueil
 */
#modulesAccueil h2{
	padding-top:15px;
	padding-left:45px;
	padding-bottom:10px;
	background-image:url(../images/puce_faience.png);
	background-repeat:no-repeat;
background-position:0px 26px;
}
#modulesAccueil table{

}
#modulesAccueil td{
	vertical-align: top;
	padding:0;
}
.inside{
	min-height:250px;
	/*border:1px solid #bcba18;*/
	padding:2em;
	/*background-color:white;*/
	line-height:1.8;
}

/**
 *Menu Marques
 */
ul.menu{
	padding-left:1em;
	line-height:1.8;
	margin-bottom:1em;
}
/*
ul.menu>li:before{
	content:"> ";
}
*/

ul.menu li a{
	color:#5a1813;
	text-decoration:none;
}


ul.menu li li a{
	padding-left:2em;
	color:black;
	text-decoration:none;
}

ul.menu li li a:hover{
	text-decoration:underline;
}


li.hide  ul{
	display:none;
}
li.show  ul{
	display:block;
}

li.pasSouligne{
	background-image:url(../images/blank.gif);
}
/**
 *Pointillé vert
 */
#liner{
	position:relative;
	top:300px;
	width:260px;
}
/**
 *Boutons promos
 */
.promoBackward{
	height:32px;
	width:12px;
	background-image:url(../images/backward.png);
}
.promoForward{
	height:32px;
	width:12px;
	background-image:url(../images/forward.png);
}
.nav a{
	color:#5a1813;
	text-decoration:none;
}
.nav a.highlight{
	font-size:1.8em;
}
div.photospace{
	text-align:center;
	width:100%;
	height:150px;
}
#promoCarrousel{
	text-align:center;
	height:300px;
}
#promoCarrousel p.nomProduit{
	color:#5a1813;
	font-weight:bold;
}
.newsticker {
	list-style-type: none;
	/*
	border: 1px dashed #fff;

	background: white;
	*/
	padding: 3px;
	margin: 0;
}

form.paypal{
	padding:2em;
	margin:2em;
	border:none;
	background-color:transparent;
}
/**
 *Pager
 */
.btnResNext{
	width:18px;
	height:18px;
	background-image:url(../images/icons/bouton_suivant.jpg);
	vertical-align:bottom;
}
.btnResPrevious{
	width:18px;
	height:18px;
	background-image:url(../images/icons/bouton_precedent.jpg);
	vertical-align:bottom;
}
.pager{
	text-align:center;
}
.pager li,.pager ul{
	display:inline;
}
.pager li.selected{
	font-size:1.5em;
}
.products{
	margin-left:3em;
	font-size:11px;
}
div.nomProduit a{
	color:#783631;
}
div.nomProduit a:hover{
	color:#cc8776;
}
.products li{
	text-align:center;
	width:25%;
	height:180px;
	overflow:hidden;
	float:left;
	/*border:1px dashed #c0bd09;*/
	padding:0.5em;
	margin:1em;
}
.products li .photospace{
	text-align:center;
	height:90px;
	width:90px;
}
.products li:hover{
	background-color:#f0f0f0;
}
div.nomProduit{
	color:#5a1813;
	font-weight:bold;
	overflow:hidden;
}
div.prixProduit{
	height:20px;
	color:#cece25;
}
div.lienProduit{
	text-align:center;
}

.transferIndicator{
	border: 1px solid red;
}
.prixFiche{
	font-size:15px;
	font-weight:bold;
	color:#cece25;
}
a.photolink{

}
ul.prodsAssoc{
	margin-bottom:1em;
}
ul.prodsAssoc li{
	margin-left:2em;
	list-style-type:square;
	list-style-position: outside;
}

ul.prodsAssoc a{
	color:#cc8776;
}
ul.prodsAssoc a:hover{
	color:#783631;
}
.nomMarque{
	font-size:15px;
	text-align:left;
	background-image:url(../images/puce_faience.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:45px;
}
.nomMarque a{
	text-decoration:none;
}
.nomMarque a:hover{
	text-decoration:underline;
}
h3{
	margin-top:1em;
	color:#cc8776;
}
.nomMarque a{
	color:black;
}


#carte{
	font-size:10px;
	text-align:left;
	height:315px;
	width:100%;
	background-image:url(../images/carte_accueil.png);
	background-repeat:no-repeat;
	background-position:0px 40px;
	overflow:hidden;
}

#infosBoutique{
background-color:white;
border:1px solid #99aa12;
padding:0.5em;
margin-top:0.5em;
display:none;
}


.ficheMarque{
	padding-left:3em;
	padding-right:3em;
}

img.imageFiche{
	padding:5px;
	border:1px solid black;
	background:white;
}


#addedToCart{
	font-size:0.8em;
}


.toutesLesPromos li{
	margin:1.5em;
	width : 25%;
	float:left;
	text-align:center;
}
/******************************************************************************/
/*                             JQUERY BETTER TIP                              */
/******************************************************************************/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #cecece;
	background-color: white;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('../images/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('../images/shadow3.png');
	padding-top: 5em;
	height: 100px;
}


table.formLayout td{
	padding:5px;
}
table.formLayout td.right{
	text-align:right;
}
table.formLayout td.left{
	text-align:left;
}

div.resRecherche{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	/*
	border-bottom:1px dotted #783631;
	border-left:1px dotted #783631;
	border-right:1px dotted #783631;
	*/
}
div.resRecherche td{
	padding:3px;
}
div.resRecherche a{
	color:black;
	text-decoration:none;
}
div.resRecherche a:hover{
	text-decoration:underline;
}
div.resRecherche tr.tr2{
	border-top:1px dotted #783631;
	background-color:white;
}
div.resRecherche tr.tr1{
	border-top:1px dotted #783631;
	background-color:#f0f0f0;
}

/**** Parutions presse **********/

.items {
	color:black;
	text-decoration:none;
}

.items:hover{
	color:#5a1813;
	text-decoration:underline;
}
