body
{
	/*background-image: url(images/Default/fond_cartouche_gauche.jpg);*/
	background-color: #000000;
	width:1000px;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*# nom classe utilisé pour le ID*/


/*This is the Infobox text style*/
.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	/*background-image:url(../graphisme/bouton_menu1.gif);*/
	height:40px;
	cursor:pointer;
}

.bouton_promo{
	background-image:url(../graphisme/bouton_menu2.gif);
	margin:0px;
	color: #CC0033;
	font-size:12px;
}

.positionnement{
	display:inline;
	font-size:10px;
}

/*Pour definir la couleur du cadre des boxes*/
.infoBox {
  /*background: #FFFFFF;
  /*background-image: url(images/Default/fond_cartouche_gauche.jpg);  /*Fond de la table menu */
}

/*This is the INFOBOX Notice Contents Style, a very pale salmon color*/
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*Infobox Templates for STS-This is the INFOBOX Heading Style, SAME AS HEADER AND FOOTER GRAY BARS*/
.infoBoxHeading {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  /*background-image: url(images/default/menu1b.png);*/
  /*background: url(images/default/corner_right_left.gif) repeat-x bottom left;*/
  color: #8c004f;
  text-align:center;
  margin:0px;
  padding-top:10px;
  padding-bottom:6px;
}


/* #################
CLASS DEFINITION DES MENUS
#################*/
/* Pour définir Les options Menu */

.Menu ul{
	margin: 0;
	padding: 2px;
	list-style-type: none;
	width: 180px; /* Width of Menu Items */
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	z-index:999;
}

.Menu ul li{
	position: relative;
	z-index:999;
	background-image:url(../graphisme/bouton_menu1.png);
}
	
/*1st level sub menu style */
.Menu ul li ul{
	left: 179px; /* Parent menu width - 1*/
	position: absolute;
	width: 180px; /*sub menu width*/
	top: 0;
	display: none;
	z-index:999;
	/*background-image:url(../graphisme/bouton_menu1.png);*/
}

/*All subsequent sub menu levels offset */
.Menu ul li ul li ul{ 
	left: 180px; /* Parent menu width - 1*/
	z-index:999;
}

/*All subsequent sub menu levels offset 3eme menu */
.Menu ul li ul li a{ 
	left: 180px; /* Parent menu width - 1*/
	/*background-color: #ddd;*/
	/*background-color: #ffffff;*/
	background-image:url(../graphisme/bouton_menu1.png);
	z-index:999;
}

/* menu links style */
.Menu ul li a{
	display: block;
	color : #ffffff;
	text-decoration: none;
	/*background-color: #eee;*/
	padding: 0px 10px;/*position des liens en x et y*/
	/*border: 1px solid #b6b7cb; /* Met une epaisseur sur le bord du texte menu */
	line-height: 20px;/* 20em hauteur du cadre de chaque lien*/
	z-index:999;
}

.Menu ul li a:visited{
color: #efc315; /*couleur des liens deja visite*/
z-index:999;
}

.Menu ul li a:hover{
/*background-color: yellow;*/
/*background: url(images/default/menu_mid.gif);*/
color: blue;
text-decoration: none;
z-index:999;
}

.Menu ul li ul li a:hover{
/*background-color: red;
color: black;*/
/*background-image: url(images/default/menu_mid.gif) repeat-x bottom left;*/
color: blue;
text-decoration: none;
z-index:999;
}

/* The main categories with sub-categories */
.Menu .subfolderstyle{
	background: url(images/default/bouton2.png) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.Menu ul li ul .subfolderstyle {
/*background-color: #ddd;*/

}

/* This one colors the sub-folder with other sub-folders */
.Menu ul li ul li ul .subfolderstyle {
/*background-color: #bbb;*/
}

/* This one colors the sub-folder with other sub-folders */
.Menu ul li ul li ul li ul .subfolderstyle {
/*background-color: #aaa;*/
}
	
/* Holly Hack for IE \*/
* html .Menu ul li { float: left; height: 1%; }
* html .Menu ul li a { height: 1%; }
/* End */

/*This is a Cell and Paragraph Main Style*/
TD.main, P.main {
  font-family: Script MT Bold, Verdana, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  text-indent: 20px; /* Les paragraphes commenceront 80 pixels sur la droite */
  color:#ee82ee;
}

/* #################
CLASS TOPBAR BOUTON AJOUTER AUX FAVORIS ET CONTACT
#################*/
	.top_bar_td1{
	font-size: 11px; 
	font-family: Tahoma;
	color: #ffffff;
	font-weight: bold;
	height: 43px;
	}
	.top_bar A:link, .top_bar A:active, .top_bar A:visited{ 
	font-size: 10px; 
	font-family: Tahoma;
	color: #353434;
	font-weight: normal;
	text-decoration: none;
	}
	.top_bar A:hover{
	font-size: 10px;
	color: #DC8B33;
	}
	
/* #################
COLONNE PRODUIT DETAILLE
#################*/	
	
	/*This is a GENERAL ROW Style for every other line of noted pages, a palest gray color*/
/*Change la couleur des carres de vente*/
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #B1EEF2;
}

/*This is a GENERAL ROW Style for every other line of noted pages, the same palest gray color but allows you to alternate 2 colors if you wish*/
/*Change la couleur des carres de vente*/
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #A1D8DC;
}

/*This is a GENERAL TABLE Style for product listing pages, a deeper gray color*/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  margin-left:80px;
  width:85%;
}
TABLE.productListing1 {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  margin-left:80px;
  width:85%;
}

/*This is the GRAY BAR Style for product listing pages, same deeper gray color as previous item*/
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #87ceeb;
  color: #ffff00;
  font-weight: bold;
  text-align:center;
}

/*This is the FONT Style for product listing pages*/
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align:center;
}



/* #################
RANGER BAS DE PAGE
#################*/	

/*This is the GRAY BOTTOM BAR Row background*/
TR.footer {
 /*background: #bbc3d3;*/
 background: #97BEC1;
}

/*This is the GRAY BOTTOM BAR Cell background*/
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f1f2ca;
  color: #F0FF00;
  font-weight: bold;
}

.style1 {color: #FF0000}

#div_style{
	width:100%;
	background-color:#ffffff;
	/*background-image:url(../graphisme/img_backgroung.png);
	/*margin-top:20px; */
}

#div_style_panier{
	width:1000px;
	background-color:#ffffff;
}

.Bouton
   { background-color:#ffffff; color:#000000; width:100px; border:2px solid #CC0000; }
   
.filtre_recherche {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  /*background-image: url(images/default/menu1b.png);*/
  /*background: url(images/default/corner_right_left.gif) repeat-x bottom left;*/
  color: #8c004f;
  text-align:center;
}
.imgtop1 {
	background-image:url(../graphisme/img_top1.png);
	height:30px;
	background-repeat:no-repeat;
}

