html, body{ margin: 0; padding: 0; color: #404040; font-family: verdana; font-size: 11px;}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox {
 
   font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #5f3a76; text-decoration: underline; }



body {
	margin: auto;
	position: relative;
	background: #b88fd7 url('images/bg-hdr-l.jpg') no-repeat top center;
}

#bot_right
{
	margin: auto;
	position:relative;
	background:url('images/bg-btm.jpg') no-repeat bottom center;
	padding-bottom: 207px;
}

#page
{
	width: 954px;
	margin: auto;
	position:relative;
	background:url('images/bg-hdr.jpg') no-repeat top center;
}

#top
{
	width: 954px;
	margin: auto;
	height: 200px;
}

#bottom
{
	width: 954px;
	margin: auto;
	height: 20px;
	background:url('images/bg-ftr.gif') no-repeat top center;
}

#content
{
	width: 950px;
	margin: auto;
	background-color: #f1bafd;
	border: 2px solid #6a43aa;
	border-top: none;
	border-bottom: none;
}

#mid
{
	width: 650px;
	background:url('images/main-bg.gif') repeat-y;
	border-top: none;
	padding: 0px 6px 0px 6px;
}

#main_top
{
	height: 12px;
	background:url('images/main-t.gif') no-repeat;
	font-size: 0px;
}

#main_bottom
{
	height: 12px;
	background:url('images/main-b.gif') no-repeat;
	font-size: 0px;
}

A {
  color: #6e418a;
  text-decoration: none;
}

A:hover {
  color: #91a;
  text-decoration: underline;
}

FORM {
	display: inline;
}

#search_bar {padding-right: 100px;}
#search_bar A {color: #ccc;}
#search_bar A:hover {color: #fff;}

table.header_right
{
	height: 145px;
}

TR.header {
  height: 145px;
}

TR.headerNavigation {
	font-family: Arial, sans-serif, Verdana;
	font-size: 13px;
}

TD.headerNavigation {
}

A.headerNavigation { 
  color: #6a43aa;
}

A.headerNavigation:hover {
  border-bottom: 1px solid #a48bb5;
  color: #df17d7;
  text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.mainIcons {width: 80px; font-size: 12px; font-weight: bold;}


TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #a9a9bc;
  background-image: url("images/footer_bg.gif");
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

#left
{
	width: 140px;
	margin: 0px 5px 5px 5px;
}

#right
{
	width: 140px;
	margin: 0px 5px 5px 5px;
}

.main_infobox
{
	padding: 2px;
	margin-right: 3px;
	background: #c5c592;
	border: 1px solid #6a43aa;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.login
{
	padding: 5px;
}

.main_borders
{
	padding: 3px;
	border: 1px solid #6a43aa;
}


TD.boxCartHeading A {color: #f62984; text-decoration: underline;}
TD.boxCartHeading A:hover {color: #6a43aa; text-decoration: underline;}

TD.boxCartHeading
{
  height: 20px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-image: url("images/box-t-purple.png");
  background-repeat: no-repeat;
}

.boxCart
{
	background: #cd79df;
	border: 2px solid #6a43aa;
	border-top: none;
	padding: 3px;
	margin-bottom: 5px;
	color: #fff;
}

.boxCart A {color: #fff; text-decoration: none;}
.boxCart A:hover {color: #91a; text-decoration: underline;}


TD.boxNewHeading
{
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.boxPromoHeading
{
  height: 20px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-image: url("images/box-t-orange.png");
  background-repeat: no-repeat;
}

TD.boxNewHeading A, TD.boxPromoHeading A {color: #6a43aa; text-decoration: underline;}
TD.boxNewHeading A:hover, TD.boxPromoHeading A:hover {color: #f62984; text-decoration: underline;}

.boxNew {margin-bottom: 10px;}

.boxPromo
{
	background: #fc8e0c;
	border: 2px solid #6a43aa;
	border-top: none;
	padding: 3px;
	margin-bottom: 5px;
}

.boxPromo A {color: #ddd; text-decoration: none;}
.boxPromo A:hover {color: #91a; text-decoration: underline;}

.boxNew a img, .boxPromo a img, .infoBox a img{border: 1px solid #6a43aa;}

.download a img{border: none;}

TABLE.boxNew TD, TABLE.boxPromo TD{padding: 0px;}


TD.boxNewsletterHeading
{
  height: 20px;
  color: #da654d;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-image: url("images/box-t-green.png");
  background-repeat: no-repeat;
}

.boxNewsletter
{
	background: #d9e33c;
	border: 2px solid #6a43aa;
	border-top: none;
	padding: 3px;
	margin-bottom: 5px;
}
TABLE.boxNewsletter TD{padding: 0px;}

TD.boxInfoHeading
{
  height: 20px;
  color: #736060;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-image: url("images/box-t-grey.png");
  background-repeat: no-repeat;
}

.boxInfo
{
	background: #c5a1b8;
	border: 2px solid #6a43aa;
	border-top: none;
	padding: 3px;
	margin-bottom: 5px;
}
TABLE.boxInfo TD{padding: 0px;}
.boxInfo A {color: #642; text-decoration: none;}
.boxInfo A:hover {color: #000; text-decoration: underline;}

.infoBox {
	background: #e432a3;
	border: 2px solid #6a43aa;
	border-top: none;
	padding: 3px;
	margin-bottom: 5px;
}

.infoBox A {color: #ddd; text-decoration: none;}
.infoBox A:hover {color: #333; text-decoration: underline;}


.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  height: 20px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #736060;
  background-image: url("images/box-t-fushia.png");
  background-repeat: no-repeat;
}

TD.infoBoxHeading A {color: #736060; text-decoration: underline;}
TD.infoBoxHeading A:hover {color: #f62984; text-decoration: underline;}

TD.midBoxHeading {
  height: 20px;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #5f3a76;
}

TD.midBoxHeading A {color: #5f3a76; text-decoration: underline;}
TD.midBoxHeading A:hover {color: #f55; text-decoration: underline;}



TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TABLE.infoBox TD{
  padding: 0px;
}

.toolbar {
	height: 24px;
	background:url('images/toolbar_bg.gif') repeat-x top center;
	border: 1px solid #a48bb5;
}

.productListing .image {
	display: block;
	position: relative;
	width:120px;
}

.productListing .image .promo {
	position:absolute;
	left:0px;
	top:0px;
	font-size: 14px;
	color: #FF3030;
	background-color: #e8d9ff;
}

TABLE.productListing {
	border-left: 1px solid #a48bb5;
	border-right: 1px solid #a48bb5;
	background: #e8d9ff;
	background-image: url("images/sakura_sakura.gif");
	background-repeat: repeat-y;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b88fd7;
  color: #6a43aa;
  font-weight: bold;
  padding: 2px;
}

TD.productListing-data {
/*  background: #d0b0e5;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 2px;
}

A.pageResults {color: #5f3a76;}
A.pageResults:hover {color: #5f3a76; background: #B9C;}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #f62984;
}

TD.pageHeading h1, DIV.pageHeading h1{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	color: #f62984;
	background-repeat: no-repeat;
	font-size: 16px;
}


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.note, P.note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

TD.note sup, P.note sup{
	color: #F00;
}

TD.smlTitle, P.smlTitle, h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 2;
	color: #6a43aa;
	text-align: center;
	font-weight: bold;
}

TD.smlTitleCA, P.smlTitleCA {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 2;
	color: #6a43aa;
	font-weight: bold;
}

TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

TD.main sup, P.main sup{
	color: #F00;
}

TD.main_error, P.main_error {
	background: transparent url('images/icons/error.gif') no-repeat center left;
	padding-left: 13px;
	color: #F44;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

SPAN.infoCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FF0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ecf;
}

CHECKBOX:focus, INPUT:focus, RADIO:focus, SELECT:focus {
  background: #fff;
}


TEXTAREA {
  background: #ecf;
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA:focus {
  background: #fff;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #5f3a76;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size:13px;
  font-weight:bold;
  color: #df17d7;
}

SPAN.percent {
  font-family: Verdana, Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  color: #777;
}

SPAN.percent b {
  font-family: Verdana, Arial, sans-serif;
  font-size:16px;
  font-weight:bold;
  color: #df17d7;
}

.pageHeading SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size:18px;
  font-weight:bold;
  color: #df17d7;
}

.productSpecialOldPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size:14px;
  font-weight:bold;
  color: #000000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer;}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Individual Boxes & Graphical Borders - BEGIN */
.mws_box{
	width:315px;
	margin: auto;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.mws_boxTopLeft{padding-left: 14px;height: 33px;background: url('images/product_box/upper_left.gif') no-repeat;}
.mws_boxTop{
	width:287px;
	height: 33px;
	background: #57011f url('images/product_box/top.gif') repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	line-height: 33px;
	white-space: nowrap;
	overflow:hidden;
	float:left;
	}
.mws_boxTopRight{width: 14px;height: 33px;background: url('images/product_box/upper_right.gif') no-repeat;float:right;}

.mws_boxLeft	{padding-left: 14px;height:120px;background: url('images/product_box/left.gif') repeat-y;}
.mws_boxCenter	{width:125px; height:120px;background: #e7daff; float:left;}
.mws_boxCenter2	{width:162px; height:120px;background: #e7daff;font-family: Verdana, Arial, sans-serif;font-size: 10px;overflow:hidden;float:left;}
.mws_boxRight	{width: 14px; height:120px;background: url('images/product_box/right.gif') repeat-y; float:right;}

.mws_boxBotLeft	{padding-left: 14px;height: 12px;background: url('images/product_box/lower_left.gif') no-repeat;}
.mws_boxBottom	{width:287px;height: 12px;background: url('images/product_box/bot.gif');float:left;}
.mws_boxBotRight{width: 14px;height: 12px;background: url('images/product_box/lower_right.gif') no-repeat;float:right;}

TD.noborderbox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
/* Individual Boxes & Graphical Borders - END */

/* Star Product - Start */
.star-product-title {
	font-family: Verdana, Arial, sans-serif;
	text-align : center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.star-product {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.star-product-price{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}
/* Star Product - End */

ul.sitemap { color: #ff0000; }

input.button, img.button {
	width: 130px;
	height: 24px;
	background: transparent url('images/button_pink.gif') no-repeat top right;
	display: block;
}

input.button:hover, img.button:hover { background-position: bottom right; }


.main p:first-letter /* La première lettre de chaque paragraphe */
{
font-weight: bold;
font-size: 1.4em;
}
.main p{text-indent: 20px;}

p.adresse
{
margin-left: 50px;
text-indent: 0px;
}

.subcat{font-size: 15px;}
td.subcat a {color: #f62984; text-decoration: none;}
td.subcat a:hover {color: #6a43aa; text-decoration: none;}

/* category information boxes */
.cat_info_box
{
	width: 500px;
	color: #6a43aa;
	padding: 5px;
	margin: 10px auto;
	font-size: 11px;
	font-weight: bold;
}

.cat_info_box b
{
	color: #f62984;
	font-size: 13px;
	font-weight: bold;
}

.notice
{
	background: #eae5e1 url('images/bg_notice.jpg') no-repeat top right;
	border: 1px solid #6a43aa;
	width: 500px;
	height: 333px;
	margin: auto;
	margin-top: 10px;
	color: #6a43aa;
}

.notice p
{
	padding: 5px;
	font-size: 12px;
}

.notice b, .notice a
{
	color: #f62984;
}

/* Special Scroller */
#box_scroller_sp {
	height: 170px;
	border: 0px;
	padding: 0px;
}

/* New Products Scroller */
#box_scroller_np {
height: 150px;
border: 0px;
padding: 0px;
}

/* Special Scroller */
#box_scroller_best {
	height: 150px;
	border: 0px;
	padding: 0px;
}


table.imgDesc
{
margin-right: 5px;
}

.main2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

.main2 a
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: underline;
}
.main2 a:hover {color: #f62984;}
