/* popup impression d'une commande */
.body-popup {
	margin:0;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	background-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #83E84C;
	scrollbar-track-color: #ffffff;
}
.body-popup table td{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	color:337059;
}


body img {
	border-style: none;
}
body form {
	margin: 0px;
}
HR {
	color:#2352A0;
	height:1px;
}
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #2352A0;
} 


/* Menu de la boutique */
#mainMenu {
	width: 183px;
	position: absolute; 
	left: 0px; 
	top: 80px;
}
#mainMenu #mainMenuHeader {
	height: 0px;
}
/*#mainMenuContent {
	width: 183px;
}
#mainMenuContent[id] {
	margin-top:14px;
}

#mainMenuContent a {
	font-size: 10px;
	color: #004B2D;
	display: block; 
	text-align: left;
	padding-left: 22px; 
	margin-top: 4px;
}
#mainMenuContent a:hover {
	color: #fff;
	text-decoration:none;
}
*/

#mainMenu #mainMenuFooter {
	position: absolute;
	top:270px;
	width: 183px; 
	height: 400px;
	background-image: url('../images/librairie-jardin/facade-librairie.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
/* Menu de la partie site */
#menuSite {
	position: absolute; 
	top: 186px; 
	left: 810px;
	width: 184px; 
	height: 149px;
	background-image: url('../images/librairie-jardin/societe.gif');
	background-repeat: no-repeat;
	z-index:600000000;
}
#menuSite[id] {
	left: 805px;	
}
#menuSite a {
	background-image: url('../images/librairie-jardin/fleche-societe.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	position: absolute; 
	left: 12px;
	font-size: 10px;
	width: 140px;
}
#menuSite a:hover {
	color:red;
}
#menuSite #societe {
	padding-left:15px;
	height:20px;
	top: 38px;
}
#menuSite #contact {
	padding-left:15px;
	top:55px;
	height:20px;
}
#menuSite #conditions {
	padding-left:15px;
	top: 72px; 
	height: 25px;
}
#menuSite #garantie {
	padding-left:15px;
	top: 100px; 
	height: 17px;
}
#menuSite #legal {
	padding-left:15px;
	top: 118px;
	height: 17px; 
}



#Annexe {
	position: absolute; 
	top: 343px; 
	left: 810px;
	width: 180px; 
	height: 156px;
	background-image: url('../images/librairie-jardin/annexe.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight:bold;
	color:#004B2D;
	padding:10px;
	padding-top:30px;
}
#Annexe[id]{
	left: 805px;
}
#Annexe a{
	color:red;
}





/* Zone du panier */
#contentHead {
	position: absolute; left: 192px; 
	top: 106px;
	width: 600px; height: 46px;
	/*background-image: url('../images/librairie-jardin/bandeau_panier.gif');*/
	background-repeat: none;
}
#contentHead #panier {
	position: absolute; 
	right: 100px; 
	top: 20px;
}
#contentHead #showBasket {
	position: absolute; right: -50px; top: 5px;
	width: 160px; height: 6px;
	text-align: right; /* Il faut absolument conserver l'alignement à droite ! */
	color:red;		
}
#contentHead #showBasket a{
	color:#004B2D;		
}
/* Menu pour les comptes clients */
#menu_catalogue #searchBox {
	background-color:#FFF;
	color:#000;
	width:95%;
	margin-left:10px;
}

#menu_catalogue #searchBox input {
	border:1px solid black;
	font-size:10px;
	width:140px;
}

#menu_catalogue #telechargement a {
	color:#000;
	background-color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#menu_catalogue #telechargement a:hover {
	text-decoration:underline;
}



#menu_catalogue #menuClients, #menu_catalogue #panier {
	background-color:FFF7D6;
	color:#000;
	width:95%;
	margin-left:10px;
}

#menu_catalogue #menuClients a, #menu_catalogue #panier a {
	margin-left:0px;
	background-color:FFF7D6;
	font-weight:normal;
	color:#000;
	padding:0px;
	text-decoration:none;
}
#menu_catalogue #panier a {
	font-weight:bold;
}

#menu_catalogue #menuClients a:hover, #menu_catalogue #panier a:hover {
	background-color:FFF7D6;
	color:#000;
	text-decoration:underline;
}

.tableau_commande {
	border:1px solid #2352A0;
	background-color:#E8EDF5;
}


/* Titres des pages sites */
h1 i {
	visibility: hidden;
}

/* Bouton du panier */
.btnPanier {
	border-style: none;
	vertical-align: bottom;
	cursor: pointer;
}

/* Styles récupérés de l'ancienne boutique */
.listeArtTab {
	border: none;
	width:100%;}
.listeCartTab {
	border: none;
	width:85%;}
.listeCartTabPrint {
	border: none;
	align:left;
	width:15cm;}
.listeArtImg {
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align:middle;
}
.listeArtDes {
	vertical-align: bottom;}
.listeArtDesCart {
	font-size: 12px;
	color:#2352A0;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: bottom;}
.listeArtPrix {
	color:#2352A0;
	width: 160px;
	vertical-align: bottom;}
.listeArtPrixCart {
	font-size: 12px;
	color:#2352A0;
	width: 75px;
	text-align: right;
	border-bottom: 1px solid #fff;
	vertical-align: bottom;}
.listeArtDispo {
	color:#2352A0;
	width: 65px;
	vertical-align: bottom;}
.listeArtComm {
	color:#2352A0;
	width: 60px;
	vertical-align: bottom;
	text-align: right;}
.listeArtQte {
	font-size: 12px;
	color:#2352A0;
	width: 75px;
	text-align:right;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: bottom;}
.celluleCateg {
	/*border:1px solid #337059;*/
	width: 175px;
	cursor: hand;
	voice-family: "\"}\"";
  	voice-family: inherit;
	cursor: pointer;
}
/* tableau contenant la liste des produits */
.TableauCentral {
/*	border:1px solid #000;*/
/*	background-color:#ABD35F;*/
}
#content .TableauCentral a{
	color:#337059;
}
/* tableau contenant la description d'un produit */
.TableauPduit {
	background-color:#FFFFFF;
/*	border:1px solid #83E84C;*/
}
.TableauPduit td{
	color:#000000;
	font-size:12px;
}
#content .TableauPduit a{
	color:#000000;
}

#gauche {
	width:192px;
	padding-top:10px;
	padding-left:5px;
	padding-right:10px;
}



