	PrestaShop CSS
	18 used colors : 
	10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4
	4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630
	2 yellows: #f8e1a0 #f9e400
	1 green: #488c40
	1 red: #da0f00
*/

* 
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5d717e;
	text-align: center;
	margin:0;
	padding:0;
	behavior: url("/.csshover3.htc");
}

/* Useful */
.cms_police_11px{font-size: 11px!important }
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}
noscript ul {list-style-type:none; background:black; color:white; padding:10px; border:1px solid gray;}

/* Footer links */
ul.footer_links
{
	list-style-type:none;
	clear:both;
	height:2em;
	margin-top:2em;
	padding: 0;
}
ul.footer_links li
{
	float:left;
	margin-right:2em;
	height:2em;
}
ul.footer_links li a
{
	text-decoration:none;
}
ul.footer_links li a:hover{ color:black; }
ul.footer_links li img.icon{ vertical-align:-2px; }

/* transfert effect*/
.transferProduct { border: 2px solid #888; }

/* simple list inline */
ul.inline_list{ list-style-type:none; margin-top: 1em; }
ul.inline_list li { float:left; text-align:center; }
ul.inline_list li img{ display:block; }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left;
}

/* Category tree (i.e. in sitemap) */
div.tree_top {
	background:url('../img/sitemap-top.gif') no-repeat -1px -3px;
	padding-left:24px;
	padding-bottom:5px;
	padding-top:3px;
}
ul.tree, ul.tree ul{ list-style-type:none; }
ul.tree li{
	padding-left:1.2em;
	border-left:1px gray dotted;
	background:url(../img/sitemap-horizontal.gif) no-repeat left 10px;
	margin-left:1em;
}
ul.tree a{ padding-left:0.2em; }
ul.tree a.selected{ font-weight:bold; }
ul.tree li.last{
	background:url(../img/sitemap-last.gif) no-repeat -12px -2px;
	border:none;
}
span.grower{ cursor:pointer; }

/* Tabs */
ul.idTabs {
	list-style-type:none;
	border-bottom:solid 1px #76839b;
	height:21px;
	margin-top:1em;
}
ul.idTabs li {
	float:left;
	margin-right:1px;
}
ul.idTabs li a {
	background-image: url('../img/tab_bg.jpg');
	display:block;
	width:173px;
	height:18px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:3px;
	color:#374853;
}
ul.idTabs li a.selected{
	background-image: url('../img/tab_bg_selected.jpg');
	color:white;
}

/* IdTabs Short*/
ul.idTabsShort li a {
	background-image: url('../img/tab_bg_short.jpg');
	width:138px;
}
ul.idTabsShort li a.selected{
	background-image: url('../img/tab_bg_selected_short.jpg');
	color:white;
}

div.sheets
{
	clear:both;
	/*padding:1em;*/
}
div#more_info_sheets ul li
{
	margin-bottom: 1px;
}

/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {

	/*background:transparent none repeat scroll 0 0;
	color:#ffffff;
	font-size: 18px;
	font-weight:normal;
	line-height:1.6em;
	margin:0.5em 0;
	text-transform:uppercase;*/
}
h2 span {
	color: #ff6600;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	text-transform:uppercase;
}

/* global layout */
#page 
{
	width: 996px;
	/*width: 100%*/
	margin: 0 auto 0px auto;
	text-align:left;
	position:relative;


}

#header 
{
	width: 896px;
	height: 100%;
	text-align: right;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	background: #350036;
	/*float: left;*/
	padding: 0px 50px 0px 50px;
}

h1#logo 
{
	height: 85px;
	width: 244px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin:18px 0;
	background: url(../../../../img/img_home_final/abanico-logo.png);
	_background: url(../../../../img/img_home_final/abanico-logo.gif);
}

#left_column 
{
	clear: left;
	width: 170px;
	padding-right: 15px;
	position: relative;
	top: 147px;
	left: 0px;
}


/* global RTE fields */

div.rte,
.mceContentBody {
	text-align:left;
	background:white;
	color:black;
}

div.rte html, div.rte div, div.rte span, div.rte applet, div.rte object, div.rte iframe,
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6, div.rte p, div.rte blockquote, div.rte pre,
div.rte a, div.rte abbr, div.rte acronym, div.rte address, div.rte big, div.rte cite, div.rte code,
div.rte del, div.rte dfn, div.rte em, div.rte font, div.rte img, div.rte ins, div.rte kbd, div.rte q, div.rte s, div.rte samp,
div.rte small, div.rte strike, div.rte strong, div.rte sub, div.rte sup, div.rte tt, div.rte var,
div.rte dl, div.rte dt, div.rte dd, div.rte ol, div.rte ul, div.rte li,
div.rte fieldset, div.rte form, div.rte label, div.rte legend,
div.rte table, div.rte caption, div.rte tbody, div.rte tfoot, div.rte thead, div.rte tr, div.rte th, div.rte td,
.mceContentBody html, .mceContentBody div, .mceContentBody span, .mceContentBody applet, .mceContentBody object, .mceContentBody iframe,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mceContentBody p, .mceContentBody blockquote, .mceContentBody pre,
.mceContentBody a, .mceContentBody abbr, .mceContentBody acronym, .mceContentBody address, .mceContentBody big, .mceContentBody cite, .mceContentBody code,
.mceContentBody del, .mceContentBody dfn, .mceContentBody em, .mceContentBody font, .mceContentBody img, .mceContentBody ins, .mceContentBody kbd, .mceContentBody q, .mceContentBody s, .mceContentBody samp,
.mceContentBody small, .mceContentBody strike, .mceContentBody strong, .mceContentBody sub, .mceContentBody sup, .mceContentBody tt, .mceContentBody var,
.mceContentBody dl, .mceContentBody dt, .mceContentBody dd, .mceContentBody ol, .mceContentBody ul, .mceContentBody li,
.mceContentBody fieldset, .mceContentBody form, .mceContentBody label, .mceContentBody legend,
.mceContentBody table, .mceContentBody caption, .mceContentBody tbody, .mceContentBody tfoot, .mceContentBody thead, .mceContentBody tr, .mceContentBody th, .mceContentBody td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
div.rte h1, div.rte h2, div.rte h3, div.rte h4, div.rte h5, div.rte h6,
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 34px 0 0.3em 0;
	color: #374853;
	/*text-transform: capitalize;*/
}
div.rte h1,
.mceContentBody h1 {
	font-size: 25px;
	font-weight:bold;
}
div.rte h2,
.mceContentBody h2 {
	font-size: 20px;
	background:none;
	text-transform:none;
}
div.rte h3, .mceContentBody h3 {font-size: 16px;}
div.rte h4, .mceContentBody h4 {font-size: 14px;}
div.rte h5,.mceContentBody h5 {font-size: 12px;}
div.rte h6, div.rte h6 {font-size:  8px;}

div.rte ol, .mceContentBody ul,
div.rte ol, .mceContentBody ul
 {
	padding-left: 2em;
}

div.rte ul, .mceContentBody ul{
	list-style-type:square;
	margin-left:10px;
}

div.rte strong, .mceContentBody strong {
	font-weight:bold;
}

div.rte em, .mceContentBody em {
	font-style:italic;
}

/* tables still need 'cellspacing="0"' in the markup */
div.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width:auto;
}
div.rte caption, div.rte th, div.rte td, div.rte table,
.mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background:none;
	height:inherit;
	text-align:center;
}

div.rte th,
.mceContentBody th {
	padding-left:1em;
	padding-right:1em;
	background:#e5e6e7;
}

div.rte p,
.mceContentBody p {
	margin:0.5em 0pt;
	
}
/* /global RTE fields */

/* global table style */
div.table_block {
	background: transparent url('../img/table_footer.gif') no-repeat bottom left;
	width: 400px;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width:100%;
}
/*table.std td, table.std th {
	padding: 0.4em 0.5em;
}*/
table.std th {
	white-space:nowrap;
}
table.std tr.item td, table.std tr.item th {
	background-color: white;
}
table.std tr.alternate_item td, table.std tr.alternate_item th {
	background-color: #f1f2f4;
}
table.std tbody tr td, table.std tfoot tr td {
	border-bottom: 1px solid #bdc2c9;
}
table.std thead th {
	background: #f4f4f4;
	background-repeat: no-repeat;
	height: 43px;
	color: #350035;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	font-family: Helvetica;
}
table.std thead th.first_item {
	background-position: top left;
}
table.std thead th.last_item {
	background-position: top right;
}
table.std thead th.item {
	background-position: -5px 0;
}
table.std tfoot td {
	/*color: #374853;*/
	text-align: left;
	white-space: nowrap;
}
/* /global table style */

/* global form style */
form.std {
	clear: both;
}
/*form.std h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d0d1d5;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
}*/
/*form.std fieldset {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	margin-bottom: 1em;
	padding-bottom: 1em;
}*/
form.std fieldset legend {
	padding: 0.3em 0.6em;
	margin: 1em 0 1em 0.5em;
	font-size: 1.6em;
	font-weight: 100;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 1px;
}
form.std h4, form.std p {
	padding: 0.3em 1em;
	clear: both;
}

form.std p span.like_input {
	width: auto;
	margin-left:0.7em;
}
/*input, textarea, select, span.editable {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	vertical-align: top;
	outline: none;
}*/

/*input, textarea, select {
	
	background:#350035 none repeat scroll 0 0;
	border:1px solid #996699;
	color:#996699;
}*/

/*input.text {
	height:18px;
	padding-left:2px;
	padding-right:2px;
}*/
.checkbox input, .radio input {
	border: none;
}
form.std .checkbox label, form.std .radio label, form.std span.form_info {
	margin: 0;
	float: none;
	text-align: left;
}
.required sup {
	color: #da0f00;
}
form.std p.checkbox {
	padding-left: 30%;
}
form.std p.submit {
	/*padding-left:31%!important;*/
	margin-bottom: 1.5em;
}

#center_column form.std p.submit2 {
	padding-left:170px;
	margin-bottom: 1.5em;
}

/* START OF BUTTONS SECTION
 *  -tags : input, a, span
 *  -sizes : mini, small, normal, large
 *  -types : button, exlusive
 *  -status : normal, hover, disabled
 *  -rule : the span.button is a a.button disabled
*/

/* global button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.button_mini, a.button_small, a.button, a.button_large,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	/*background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:#666666!important;
	font-weight: bold;
	font-size: 9px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	line-height: 18px;
	height: 18px;*/
}

/* input button */
input.button_mini, input.button_small, input.button, input.button_large,
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled {
	/*padding-bottom:1px;*/
}

/* disabled button */
input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
span.button_mini, span.button_small, span.button, span.button_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	background-position: left -36px;
	cursor:default;
	color:#888!important;
}

/* exclusive button */
input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large,
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled,
a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large,
span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color: #491c48!important;
}

/* exclusive disabled button */
input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large {
	color:#491c48!important;
}

/* hover button */
input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,
a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,
a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	background-position: left -18px;
}

/* exclusive hover button */
input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
	color:#996699!important;
	text-decoration: underline;
}

/* classic buttons */
input.button_mini, input.button_mini_disabled, input.exclusive_mini, input.exclusive_mini_disabled, a.button_mini, a.exclusive_mini, span.button_mini, span.exclusive_mini {
	/*border-color:#666666 #666666 #666666 #996699;
	border-style:solid;
	border-width:1px;*/

	
	height:16px;
	/**left:0;
	position:relative;
	width:30px;*/
}
input.button_small, input.button_small_disabled, input.exclusive_small, input.exclusive_small_disabled, a.button_small, a.exclusive_small, span.button_small, span.exclusive_small {
	width: 60px;
	background-image: url('../img/button-small.gif');
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	/*width: 120px;
	background-image: url('../img/button-medium.gif'); bouton plus d'infos*/
}
input.button_large, input.button_large_disabled, input.exclusive_large, input.exclusive_large_disabled, a.button_large, a.exclusive_large, span.button_large, span.exclusive_large {
	/*width: 180px;*/
	/*background-image: url('../img/button-large.gif');*/
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive 
{
	background: white none repeat scroll 0 0;
}
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini { background-image: url('../img/button-mini_exclusive.gif'); }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small { background-image: url('../img/button-small_exclusive.gif'); }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large { background-image: url('../img/button-large_exclusive.gif'); }

/* id_state field in managed via JS and is firstly hidden */
form p.id_state { display:none; }

/* generic style */
ul.bullet li, .block ul.bullet li {
	padding-left: 2em;
	/*background: transparent url('../img/bullet.gif') no-repeat 0.6em 0.5em;*/
	list-style-type:none;
}

.price-discount { text-decoration: line-through; }
.price-pretax { color: gray; }
.price-ecotax { color:#4e224e; }
img.icon { margin-right: 0.5em; vertical-align: middle; }
.price, .price-shipping, .price-wrapping {
	color: #330033;
	font-size: 1.1em;
	font-weight: bold;
	white-space:nowrap;
}

/* errors */
.error {
	width: 90%;
	border: 1px solid #da0f00;
	background-color: #f1f2f4;
	color: #da0f00;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
}
.error p { font-weight: bold; }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em;
}

/* warning */
.warning {
	color: #350035;
	font-size: 1.2em;
	font-weight: bold;
	margin: 50px 0 50px 30px;
	padding: 0px;
}
.warning_inline {
	color: #da0f00;
	font-size: 10px;
	margin-top:-14px;
}

/* success */
.success {
	color: green;
	background-color: #d0d3d8;
	border: 1px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}

.success_inline
{
	color: green;
	font-size: 10px;
	margin-top:-14px;
	/*
	color:green;
	float:right;
	font-weight:bold;
	margin-top:20px;
	position:relative;
	top:0;*/
}

#valid_newsletter_send
{
	
}

/* breadcrumb.tpl */
.breadcrumb 
{
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 1em;
	color:#888;
}
.breadcrumb .navigation-pipe {
	padding: 0 0.6em;
}
.breadcrumb a {
	text-decoration: none;
	color:#5d717e;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* pagination.tpl */
div.pagination { margin: 1em 0; }
ul.pagination {
	list-style: none;
	float: left;
}
ul.pagination li {
	display: inline;
	float: left;
	margin-right: 0.3em;
}
ul.pagination li, ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #374853;
}
ul.pagination a, ul.pagination span {
	border: 1px solid #888;
	padding: 0em 0.4em;
	display: block;
	line-height: 17px;
	background: #bdc2c9 url('../img/pagination_bg.gif') repeat-x top right;
}
ul.pagination a { text-decoration: none; }
ul.pagination li.current span {
	background-color: #595a5e;
	background-image: url('../img/pagination-bg-current.gif');
	color: white;
	border: 1px solid #595a5e;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
}
#pagination_previous a, #pagination_previous span, #pagination_next a, #pagination_next span {
	background-image: url('../img/pagination-prevnext-bg.gif');
	border: none;
	line-height: 19px;
	border-color: #d0d1d5;
	border-style: solid;
	border-width: 0 1px;
}
#pagination_previous {
	background: transparent url('../img/pagination-prev-border.gif') no-repeat top left;
	padding-left: 6px;
}
#pagination_previous a, #pagination_previous span {
	border-left: none;
}
#pagination_next {
	background: transparent url('../img/pagination-next-border.gif') no-repeat top right;
	padding-right: 6px;
}
#pagination_next a, #pagination_next span { border-right: none; }
li.disabled span {
	color: #888;
	background-color: #f1f2f4;
}

form.pagination { text-align: right; }
form.pagination label {
	line-height: 1.4em;
	vertical-align: bottom;
	float:right;
	margin-left: 0.3em;
}
form.pagination select { float:right; }
form.pagination select option{
	font-size: 0.9em;
	padding-right: 1em;
}
form.pagination input{ float:right; }

/* product-sort.tpl */
form#productsSortForm p
{
position: relative;
	top: 0px;
	left: 0px;
	height: 1em;
	margin: 0.5em 0 0 0;
}
form#productsSortForm p label, form#productsSortForm p select{ float:right; }
form#productsSortForm p select{ font-size:1em; }

/* Header */
.color_language
{
	color:#F2EEF2;
text-decoration:none;
}

#header ul 
{
	list-style: none;
}
#header form 
{
	border: none;
	margin-bottom: 0!important;
	display: inline; 
}
#header label 
{
	margin: 0;
	float: none;
}

/* block top currencies */
#header #currencies_block_top {
	margin: 0.4em 0.5em 0 0;
	float: left;
}
#header #currencies_block_top ul {
	float: left;
	height: 1.5em;
}
#header #currencies_block_top ul li {
	float:left;
	margin-right:0.2em;
}
#header #currencies_block_top ul li a {
	display:block;
	font-size:0.8em;
	background-color:#f1f2f4;
	border:#595a5e 1px solid;
	text-decoration:none;
	min-width: 1em;
	padding: 0px 2px 0px 3px;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
}
#header #currencies_block_top ul li a:hover {
	background-color:white;
	color: black;
}
#header #currencies_block_top ul li.selected a {
	border: none;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	border:1px solid white;
}
#header #currencies_block_top p {
	clear: left;
}

/* block top languages */
#languages_block_top {
	display:block;
}
#header #languages_block_top 
{
	position: absolute;
	top: 0px;
	right: 50px;
	/*float: left;*/
	width: 50px;
	height: 20px;
	/*margin-top: 20px;*/
}
#header #languages_block_top p {
	clear: left;
}
#languages_block_top ul#first-languages {
	height: 1.5em;
	width: 8em;
}
#languages_block_top ul#first-languages li {
	float:left;
	margin-right: 0.3em;
}

#languages_block_top ul#first-languages li.selected_language {
	float:left;
	margin-right: 0.3em;
}

#first-languages
{
	margin: 0;
	padding: 0;
}

/* top links */
ul#header_links 
{

color:#9B669A;
float:left;
left:17px;
list-style-type:none;
margin:4px 0 0;
padding:0;
position:relative;
top:0px;
width:153px;
}
#header_links li 
{
	/*height: 15px;
	width: 120px;*/
	margin-top:2px;
}
#header_links a
{
	display: block;
	height: 100%;
	text-align: right;
	
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	
}
#header_links #header_link_sitemap a 
{
	
}
#header_links #header_link_contact a 
{
	
}
#header_links #header_link_bookmark a 
{
	
}

/* block top search */
#header #search_block_top {
	background: #e5e6e7 url('../img/block_search_bg.jpg') no-repeat top right;
	height: 28px;
	width: 336px;
}
#header #search_block_top p { padding: 0.4em 0 0.4em 1em; }
#header #search_block_top label, #header #search_block_top input{ float:left; }
#header #search_block_top label {
	background: transparent url('../img/icon/search.gif') no-repeat 0 2px;
	float: left;
	width: 19px;
	height: 18px;
	display: block;
}
#header #search_block_top input#search_query { width: 12em; }

/* block left column "Quick search" */
#search_block_left input {
	margin: 2px 0px 0px 0px;
}
#search_block_left #search_query {
	width: 11em;
}
#search_button {
	display: inline;
}

/* block top user information */
/*#header*/
#header_user 
{
	/*text-align: right;
	float: left;
	position: relative;
	left: 0;
	top: 0px;
	color: #9b669a;
	margin: 10px 0px 0px 40px;*/
color:#9B669A;
float:left;
left:50px;
position:relative;
text-align: left;
top:4px;
	
	
}

#header_user p 
{
	_top: 7px;
	left: 0px;
	position: relative;
	text-decoration:none;
	top: 0px;
	text-align: right;
	
}
#header_user span { font-weight: bold; }
#header_user ul 
{
	margin:0;
padding:0;
position: relative;
left: 16px;

}
	 
#header_user li 
{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em; }
#header_user #shopping_cart a, #header_user #your_account a 
{
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none;
}
#header_user #shopping_cart a { background-image: url('../img/icon/cart.gif'); }
#header_user #shopping_cart span.ajax_cart_quantity { padding-right:0.5em; }
#header_user #your_account a { background-image: url('../img/icon/my-account.gif'); }

/* Footer */
#footer 
{
	width: 896px;
	_width: 849px;
	position: relative;
	/*float: left;*/
	top: 0px;
	left:0px;
	margin-top:20px;
	background: #efedef;
	margin:20px 0 0;
	_margin: 20px 0 0 25px;
	.margin: 20px 0 0 0;

	
}
#footer .block_various_links 
{
	position: relative;
	float: left;
	top: -10px;
	left: 0px;
	list-style: none;
	text-align: center; 
	color: #350036;
	/*margin-top: 15px;*/
	padding : 0 40px 0px 40px;
	line-height : 18px;
	font-size : 10px;
	font-family:Arial;
	text-transform: uppercase;
	_margin: 0;
	_padding: 10px 20px 0px 20px;
	_width: 100%;
}
#footer .block_various_links li a { color:#5d4e4e;text-decoration:none; }
#footer .block_various_links li 
{
	display: inline;
	/*border-left: 1px solid #888;*/
	/*padding: 2px 2px 2px 2px;*/
}
#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0px;
}

/* Default block style */
div.block {
	
}
#left_column div.block, #right_column div.block 
{
	/*Bordure bottom for block image gif*/
	/*padding-bottom: 6px;
	background: transparent url('../img/block_footer.gif') no-repeat bottom left;*/
}
div.block h4 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.3em;
	color: #9b669a;
	height: 19px;
}
div.block h4 a { color: #374853; }
div.block ul { list-style: none; }
div.block ul.tree li { padding-left:1.2em; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block .block_content {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding:0.5em 0.7em 0pt;
	background: #f1f2f4 url('../img/block_bg.jpg') repeat-x bottom left;
	min-height:20px;
}
div.block li {
	padding: 0.2em 0 0.2em 0em;
	list-style-position: outside;
}
div.block a {
	
	text-decoration: none;
}

/* block exclusive */
#left_column div.exclusive, #right_column div.exclusive {
	background: transparent url('../img/block_exclusive_footer.jpg') no-repeat bottom left;
}
div.exclusive h4 
{
	width: 190px;
	float: left;
	color: white;
}
div.exclusive h4 a { color: white; }
div.exclusive li { margin-top: 0; }
div.exclusive, div.exclusive a { color: white; }
div.exclusive .block_content {
	background: #bdc2c9 url('../img/block_exclusive_bg.jpg') repeat-x bottom left;
	border-left: 1px solid #595a5e;
	border-right: 1px solid #595a5e;
}

/* block myaccount */
#left_column div.myaccount, #right_column div.myaccount
{
	background: #f6dce8 url('../img/block_footer_myaccount.jpg') no-repeat bottom left;
}
div.myaccount h4 { background: #971d58 url('../img/block_header_myaccount.jpg') no-repeat top left; }
div.myaccount h4 a, div.myaccount h4 { color: white; }
div.myaccount, div.myaccount a { color: #5d0630; }
div.myaccount ul.bullet { margin-top: 0.6em; }
div.myaccount ul.bullet li { background-image: url('../img/bullet_myaccount.gif'); }
div.myaccount ul.bullet .icon { display: none; }
div.myaccount p.logout { padding: 0.3em 0 0.3em 2em; }
div.myaccount p.logout, div.myaccount p.logout a { color: #dd2a81; }
div.myaccount p.logout a { text-decoration: underline; }
div.myaccount p.logout a:hover { text-decoration: none; }
div.myaccount .block_content {
	background: #f6dce8 url('../img/block_bg_myaccount.jpg') repeat-x bottom left;
	border-left: 1px solid #f6dce8;
	border-right: 1px solid #f6dce8;
}
.account_input {
	margin-left: 0px;
	font-size: 11px;
	width:11em;
	padding: 2px;
}

/* block in the center column */
#center_column p { }
#center_column div.block
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 896px;
	height: 100%;
	float: left;
	
	
}
#center_column div.block h4 {
	background: transparent url('../img/block_header_large.gif') no-repeat top left;
	height: 17px;
	color: white;
	display: none;
}
#block_gamme
{
	position: relative;
	left:0px;
	top:0px;
	float: left;
	width: 395px;
	height: 298px;
	background: none;
}

/* Styles for products blocks */
/* block products (new, features, viewed, etc...) on left and right column */
.products_block li {
	/*clear: left;*/
	margin-top: 0.2em;
}
.products_block li.item img {
/*	margin-right: 5px;*/
}
.products_block li.last_item {
	border: none;
}
.products_block li img {
	vertical-align: top;
	float: left;
	
}
.products_block p img {
	float: none;
	margin: 0 0 0 0.4em;
}
.products_block li h5 
{
	display: inline;
	font-size: 15px;;
}
.products_block li p a 
{

}
.products_block li p a:hover 
{
	text-decoration: none;
}
.products_block dl {
	clear: both;
	border-top: 1px solid #374853;
	padding: 0.2em 0.4em;
}
.products_block dl dt {
	margin-top: 0.3em;
	color: #595a5e;
}
.products_block p {
	margin-top: 0.4em;
}
.products_block a.button_large {
	margin: 0.4em 0.4em 0 0.4em;
}
.products_block ul.product_images li {
	border: none;
	float: left;
	clear: none;
}

/* Special style for block products in center column */
#center_column .products_block { border: none; }
#center_column .products_block  { color: #595a5e; }
#center_column .products_block h4 { line-height: 1.3em; }
#center_column .products_block .block_content 
{
	height: 100%;
	width: 896px;
	background: transparent;
	padding: 0pt;
}
#center_column .products_block ul li:hover { /*background-color: #bdc2c9;*/ }
#center_column .products_block ul li {
	
	float: left;
	clear: none;
	width: 149px;
	
	/*background-color: #d0d3d8;*/
	background-color: blank;
	padding: 0;
	margin-top:0;
}

#center_column .products_block ul .product_accessories_description
{
	margin:0;
	padding:0;
}
#center_column .products_block ul .product_accessories_description .product_accessories_price{
	
}
#center_column .products_block ul .product_accessories_description
{
	margin:0;
	height: 215px;
	width: 278px;

}
/*#center_column .products_block li.last_item { float:none; clear:both; }*/
#center_column .products_block li.last_item_of_line { border-right:none; }
#center_column .products_block li.first_item_of_line { clear:both; border-right:none; }
#center_column .products_block li.last_line { border-bottom:none; }
#center_column .products_block p, #center_column .products_block h5
{ 
	
}

#center_column div.products_block h5 
{
	font-family:Arial;
font-size:14px;
font-weight:bold;
}
#center_column div.products_block h5 a 
{
	/* modif last reunion
	color: #666666;*/
	color: #350035;
}
#center_column div.products_block ul li p {
	margin:0;
	padding:0;
}
#center_column div.products_block p.product_desc 
{
	color: #595a5e;
	background: transparent;
	
	
	top: 0px;
	
}
#center_column div.products_block a.product_image {
	/*display: block;*/
	background-color: transparent;
	width: 129px;
	height: 129px;
	position: relative;
	top: 0px;
}

#center_column div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px;
}
#center_column div.products_block a.product_description {
	height:100%;
margin-left:2px;
width:100%;	
}

#center_column div.products_block a.product_image img{
	float:none;
	margin:0;
}
/*#center_column div.products_block p.product_desc, #center_column div.products_block h5 
{
	
	font-size: 14px;
	height:	36px;
	width: 100%
}*/
#center_column div.products_block ul li p.product_desc a { /*font-weight:normal;*/ }
#center_column .products_block span.price {
	text-align: center;
	font-size: 12px;
	/*display: block;*/
}
p.price_container {
	text-align: center;
}
#center_column .products_block .featured_price { 
	margin-top:2.5em;
}
#center_column .products_block a.button, #center_column .products_block a.exclusive, #center_column .products_block span.exclusive
 {
/*	margin: 0.5em auto;*/
	text-align: left;
	font-size: 10px;
	margin-top:4px;
	text-align:left;
	border-top:	 1px solid #cccccc;
	position: relative;
    top: 5px;
}

/* Special style for block accessories in center column (product page) */
#center_column .products_block.accessories_block .block_content{ background:none; }
#center_column div.products_block.accessories_block p.product_desc {  }
#center_column .products_block.accessories_block .block_content li{ background:none;  }
#center_column .products_block.accessories_block .block_content li a.product_image, #center_column .products_block.accessories_block .block_content li a.product_description { border-right:1px solid #d0d3d8; font-weight:bolder; }
#center_column .products_block.accessories_block .block_content li.last_item a.product_image{ border:none; }

/* Block tags */
div.tags_block .block_content {
	padding: 0.2em 0.6em;
}
div.tags_block p {
	text-align: justify;
	font-size:0.9em;
}
div.tags_block p a {
	margin: 0 0.1em;
	line-height: 1.5em;
}
div.tags_block p a:hover {
	color:white!important;
	background-color:#5D717E;
	text-decoration:none;
}
a.tag_level3 { font-size: 1.8em; font-weight:bold;}
a.tag_level2 { font-size: 1.4em;}
a.tag_level1 { font-size: 1em; color:#888!important;}

/* Block manufacturer */
.blockmanufacturer ul, .blocksupplier ul {
	padding-bottom: 0.6em;
}
.blockmanufacturer select, .blocksupplier select {
	width: 100%;
	margin: 0;
}

/* Block specials */
.blockspecials ul {
	height: 8em;
}
.blockspecials li {
	float: left;
	clear: none;
	width: 48%;
}

.blockspecials p.product_image {
	margin-right: 0.3em;
}
.blockspecials p {
	padding: 0.3em 0 0 0;
	margin: 0;
	text-align: center;
	clear: both;
}
.blockspecials p a {
	margin: 0 auto;
}

/* Block Viewed Products */
div#viewed-products_block_left div.block_content ul.products li { height:85px; }
div#viewed-products_block_left div.block_content ul.products li img { margin-right:7px; }

/* Block newsletter */

div#newsletter_block_top div.block_content 
{ 
	text-align: left;
	padding-right: 20px;
}
div#newsletter_block_top div.block_content p
{
	padding: 0.3em 0;
	text-align: left;
	color: #7d537b;
	float: left;
}
.button_mini
{
	width: 21px;
	height: 14px;
	font-family: Helvetica;
	font-size: 11px;
	background: #350035;
	color: #666666;
	border:none;
	padding: 0;
	margin: 0;
}

/*Block news_letter_all*/

#form_newsletter
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 18px;
	float: left;
}

#boutton_ok_newsletter
{
	position: relative;
	top: 0px;
	.top: 1px;
	left: 0px;
	height: 18px;
	float: left;
	
}

#Span_incription_newsletter
{
	position: relative;
	top: 0px;
	left:-4px;
	padding-top: 2px;
	margin-right: 10px;
	float: left;
	font-weight:bold;
	color:#cc99cc;
	font-family:Arial;
}


/* Block RSS */
div#rss_block_left p { margin:0.5em 0; text-align:center; }

/* Block logo payment */
div.paiement_logo_block { width: 191px; text-align: center; margin-bottom: 1.5em; }
div.paiement_logo_block a { text-decoration: none; }
div.paiement_logo_block img { margin: 0 0.5em; }

/* Block editorial */
.editorial_block { margin-bottom: 2em; }
.editorial_block .rte{
	background:transparent none repeat scroll 0 0;
}
.editorial_block h2 {
	background: none;
	padding: 0;
	margin-bottom: 1em;
}
.editorial_block p { text-align: justify; padding-top: 0.4em;}

#editorial_block_center p { padding-left:0px; }

/* Block advertising */
.advertising_block 
{
	width: 191px;
	margin-bottom: 1em;
	text-align: center;
}

/* Block new products */
#new-products_block_right dt a { font-size:0.8em; font-weight:bold; }

/* Block categories */
/* Block position top */

.top-menu
{
	/*  ICI LA MISE EN FORME DU FOND DE VOTRE MENU */
	width: 896px;
	height: 27px;
	position: relative;
	bottom: 0px;
	left: 0px;
	z-index:10;
	background: #99754d; /*url('../../../img/img_home_final/background_blockmenu.jpg');*/
	margin-top:5px;
	float: left;
	

}

#menu
{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:10;
	background: none;

	
}
 
div#menu a 
{ 
	font-weight: bold;
}
 
div#menu ul 
{
	position: relative;
	top: 0px; 
	left: 0px;
	float: left;
	z-index:10;
	width: 764px;
	padding:0;
	margin: 0px;
	background: none;
	height:27px;

}
 
/* style niveau principal */
div#menu ul.niveau1 > li, div#sousmenumenu ul.niveau1 > li:hover
{
	/*position: relative;
	top: 0px;
	left: 0px;*/
			/*background: #a9885f;*/

}

/*a optimiser*/
/*
div#menu ul.niveau1 li ul.niveau2 a ul.niveau2 li
{
	background: url('../../../img/img_home_final/background_blockmenu.jpg');
} */

div#menu ul.niveau1 > li > a 
{
	/* ICI LA MISE EN FORME DU MENU DE BASE */
/*	padding: 0px;
	width: auto;*/ /*news */
	color: white;

}
 
div#menu ul.niveau1 li {
	
	position: relative;
	top: 0px;
	left: 0px;
	text-decoration: none;
}




div#menu ul.niveau2 li.last
{
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
}

div#menu ul.niveau1 .sousmenu
{
	color:white;
	font-family:Lucida sans;
	font-size:11px;
	font-weight:normal;
	
}

div#menu ul.niveau1 li.last .sous
{
	
	
}

div#menu ul.niveau1 > li.last
{

	color:white;
	background:transparent url(../../../img/img_home_final/list-style-rd.png) no-repeat scroll 14px 48%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	left:0;
}

/*div#menu ul.niveau1 li#choco_entreprise_li
{
	_width: 110px;
	_background:transparent url(../../../img/img_home_final/list-style-rd.png) no-repeat scroll 1px 12px;
	_height: 27px;
		_padding: 0;
	_margin: 0;
}

div#menu ul.niveau1 li#choco_entreprise_li a
{
	_position: absolute;
	_top: 0px;
 	_left: 0px;
	_height: 27px;
	_padding: 0;
	_margin: 0;
}
div#menu ul.niveau1 li#choco_entreprise_li #last_menu_niveau2 
{
	
	_position: absolute;
	_top: 0px;
	_padding: 0;
	_margin: 0;
	
	
}

div#menu ul.niveau1 li#choco_entreprise_li #last_menu_niveau2 a
{
	_position: absolute;
	_top: 0px;
	_left: 0px;
	_padding: 0;
	_margin: 0;
	_height: 15px;
	_width: 110px;

	
}

div#menu ul.niveau1 li#choco_entreprise_li #last_menu_niveau2 li.last 
{
	_position: absolute;
	_top: 100px;
	_right: 0px;
	_float: right;
	_padding: 0;
	_margin: 0;
	_height: 10px;
	_width: 20px;

}*/ /*news*/

div#menu ul.niveau1 #li_atelier_degustation
{
	/*background:transparent url(../../../img/img_home_final/list-style-rd.png) no-repeat scroll 0 12px;*/
	
	padding:7px 0 0 120px;
	position:relative;
	top:0;
	left:0;
	height:25px;
	width:140px;
}

div#menu ul.niveau1 #li_personnalisation
{
	background:transparent none repeat scroll 0 0;
	float:left;
	left:0;
	margin:0;
	padding:7px 0 0 50px;
	position:relative;
	top:0;
	height:25px;
}

div#menu ul.niveau1 #li_occasions
{
	background:transparent url(../../../img/img_home_final/list-style-fl.jpg) no-repeat scroll 0 12px;
	float:left;
	left:0;
	margin:0 0 0 15px;
	padding:7px 0 0 10px;
	position:relative;
	top:0;
	height:25px;
}

div#menu ul.niveau1 #li_prix
{
	background:transparent url(../../../img/img_home_final/list-style-fl.jpg) no-repeat scroll 0 12px;
	float:left;
	left:0;
	margin:0 0 0 20px;
	padding:7px 0 0 10px;
	position:relative;
	top:0;
	height:25px;
	width:auto;
}

div#menu ul.niveau1 #li_chocolats
{
	background:transparent url(../../../img/img_home_final/list-style-fl.jpg) no-repeat scroll 0 12px;
	float:left;
	left:0;
	margin-left: 20px;
	padding:7px 0 0 10px;
	position:relative;
	top:0;
	height:25px;
}

div#menu ul.niveau1 #choco_perso
{
	background:transparent url(../../../img/img_home_final/list-style-fl.jpg) no-repeat scroll 0 12px;
	float:left;
	left:0;
	margin:0 0 0 20px;
	padding:7px 0 0 10px;
	position:relative;
	top:0;
	height:25px;
}

div#menu ul.niveau1 #choco_entreprise_li
{
	background:transparent url(../../../img/img_home_final/list-style-rd.png) no-repeat scroll 0 12px;
	height:25px;
	margin-left:19px;
	padding-left:19px;
	padding-top:6px;
	position:relative;
	top:0px;
	left:0px;
	_position:absolute;
	_left: 650px;
	z-index:51;
	width:63px;
}



div#menu ul.niveau1 .no_sousmenu
{
	color:white;
	font-family:Lucida sans;
	font-size:11px;
	font-weight:normal;
} 

div#menu ul.niveau1 > li.last > a 
{
	/* ICI LA MISE EN FORME DU DERNIER ELEMENT DU MENU DE BASE (si besoin) */
	
}
 
div#menu ul.niveau1 > li > a:hover, div#menu ul.niveau1 > li:hover > a 
{
	color: #350036;
}
 
div#menu li 
{

}
div#menu li a 
{
	color: white;
	display: block;
	text-decoration: none;
	/*width:170px; 
	padding-left:12px;*/ /*news*/
	/*height: 100%;*/          /* LARGEUR DES ELEMENTS DE MENU HORS PADDING */

}
 
div#menu ul.niveau1 li a.balise_a_li_niveau1
{
	
}
div#menu li:hover a {color: white; }
div#menu li a:hover {color: #aeaeae; }
div#menu li.sousmenu:hover > a {color: #fff; }
 
div#menu ul li 
{
	position: relative;
	z-index: 100;	
	float: left
}
div#menu ul li.last 
{
	border-bottom: none;
	margin-left: 0px;
	position: relative;
	float: left;
	right: 0px;
		

}

/*div#menu ul.niveau1 .sousmenu#choco_perso
{
	

_position: relative;
_right: 0px;
_top: 0px;
_padding: 0;
_margin-right: 15px;
_width: 150px;
_text-align: left;
_background:transparent url(../../../img/img_home_final/list-style-fl.jpg) no-repeat scroll 0px 13px;
}*/
 
div#menu ul ul
{
	display:none;
	position: absolute;
	z-index: 10;
	width: 110px;   
	
	  
}


div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, div#menu ul.niveau2 li.sousmenu:hover /*ul.niveau3*/
{
	display: block;
	text-align: left;
	
	
}

div#menu ul.niveau2 {
	
background:#350035 none repeat scroll 0 0;
left:-5px;
position:absolute;
top:27px;
_top: 28px;
.top: 29px;
z-index:15;
.top: 28px;
}



div#menu ul.niveau2 li 
{
	/*_background: #a9885f;*/
	
	text-decoration:none;
	background:#350035 none repeat scroll 0 0;
	height:23px;
	
}



div#menu ul#last_menu_niveau2
{
	/*left:-5px;
	width:170px;*/
	position:absolute;
top:27px;
width:150px;
.width: 150px;
.top: 28px;
_width: 120px;
height: 29px;
}

#div_block_menu_tree_last
{
	float: left;
	left:0;
	padding-left:50px;
	position:relative;
	top:0;
}

div#menu li a.cate_niveau_2
{
color: #9c659c;
padding:0 0 16px 12px;
display:block;
text-decoration:none;
/*width: 182px;*/
.width: 152px;
z-index:50000;
font-family: arial;
font-size: 11px;
font-weight:normal;
}


div#menu li a.cate_niveau_2:hover
{
	color: white;
	text-decoration:none;
}


#block_category_branche_threeother
{
	float:right;
	left:0;
	position:relative;
	top:0;
	width:400px;
	height: 27px;	
}

/* Niveau 3 */
/*div#menu ul.niveau3 
{
	top:4px; 
	left: 120px;                          DOIT ETRE EGALE A LA DIMENSION DE div#menu ul ul
	ssz-index:999 !important;
}*/
 
/* Niveau 3, rajout de couleur de fond et de survol */
/*div#menu ul.niveau3 li { background: #1f1f1f; color: #ef541a; }
div#menu ul.niveau3 li:hover { background: #ef541a; color: #fff; }*/

/* Fin categories position top */


/* steps (like order step) */
ul.step {
	/*background: transparent url('../img/step_start.gif') no-repeat bottom left;*/
	list-style: none;
	margin: 21px 0 0 0;
	padding: 0;
	height: 25px;
	font-size: 13px;
}
ul.step li {
	text-align: center;
	width: 179px;
	height: 25px;
	float: left;
	font-size: 13px;
	font-family: Helvetica;
}
ul.step li.step_current {
	/*background: transparent url('../img/step_current.gif') no-repeat bottom left;*/
	font-weight:bold;
	border-bottom: solid 8px #350035;
}
ul.step li.step_todo {
	font-style:italic;
}
ul.step li#step_end { width: 40px; }

ul#order_step {
	background-color: white;
	width: 896px;
	position:relative;
	left:0px;
	top:0px;
	.margin-bottom:8px;
}

/* Special style for block cart*/
#cart_block h4 a 
{
	background:transparent url(../../../img/img_home_final/panier_abanico.gif) no-repeat scroll 0 0;
	color:#CC99CC;
	float:left;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	left:10px;
	margin-top:2px;
	padding-left:25px;
	position:relative;
	top:0;
}
#cart_block h4 span
{
	text-transform:none;
	font-size:0.8em;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}
#cart_block h4 span#block_cart_collapse{ background-image: url('../img/icon/sort_asc_white.gif'); }
#cart_block h4 span#block_cart_expand{ background-image: url('../img/icon/sort_desc_white.gif'); }
#cart_block #cart_block_no_products{ margin: 0.5em 0; }
#cart_block dl dt a, #cart_block dl dt span.quantity-formated 
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#cart_block dl
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 0.9em;
	background: #350035;
	margin: 0px;
}

#cart_block dt
{
	padding-top:0.4em;
	height:1.2em;
}
#cart_block dl span.quantity-formated{ padding-right:0.3em; }
#cart_block dt, #cart_block dd{
	clear: both;
	margin-top:0.2em;
}

#cart_block dt
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 100%;
	height: 15px;
}

#cart_block dd
{
width: 155px;
}

#cart_block dd{ margin-left:1em; margin-right:1em; font-style:italic;}
#cart_block dl dt a { font-weight: bold; color: #9b669a; display: inline; }
#cart_block a.ajax_cart_block_remove_link {
	width:11px;
	height:13px;
	margin-left:4px;
	float:right;
	font-size:0;
	display:block;
	background: transparent url('../img/icon/delete.gif') no-repeat left bottom;
}
#cart_block a.ajax_cart_block_remove_link:hover { text-decoration:none; }
#cart_block p { clear: both; }
#cart_block p span {
	clear: right;
	float: left;
	text-align: right;
}
#cart_block li { clear: both; }
#cart_block span.price
{
	color: #9b669a;
	float: right;
}
#cart_block dl span.price {
	font-weight: normal;
	color: #9b669a;
	float: right;
}
#cart_block_wrapping_cost, #cart_block_shipping_cost , #cart_block_total{ padding-right:1.3em; }
#cart_block table#vouchers {
	margin-top:0.5em;
	border-top:1px solid white;
	height: 3em;
	padding-top:0.4em;
	margin-bottom:0.5em;
	clear:both;
}

 #cart_block p#cart-prices {

	border-top:1px solid white;
	height: 2em;
	padding-top:0.4em;
	margin: 0;
	clear:both;
	background: #350035;
}

#cart_block table#vouchers td {
	padding:0;
	border:0;
	height:1.5em;
}

#cart_block table#vouchers td.price {
	color:white;
	font-size:1em;
	font-weight:normal;
	width:37%;
	text-align:right;
}
#cart_block table#vouchers td.delete {
	width:9%;
	text-align:right;
}

#cart_block table#vouchers td.delete img{
	margin:0;
}

#cart_block p#cart-buttons 
{
	height: 1.6em;
	width: 100%;
}
#cart_block p#cart-buttons a { float: left; }
#cart_block p#cart-buttons a#button_order_cart { float: right; }

#cart_block .cart_block_customizations {
	margin-left: 6px;
	list-style-type: square;
}

#cart_block #cart-price-precisions {
	margin-top:0.5em;
	padding-top: 0.4em;
	border-top:1px solid white;
	font-size: 0.9em;
	height: 2em;
}





/* my-account.tpl */
#my-account #center_column ul { margin: 2em 0; }
#my-account #center_column li { list-style: none; margin: 2em 1.5em; }

/* discount.tpl */
td.discount_value {
	white-space: nowrap;
}

/* category.tpl */
h2.category_title { font-size: 1.3em; }
body#category #subcategories li {
	margin-right:10px;
} 	  
div.cat_desc { /*margin:0 1em;*/ }

body#category  div#subcategories ul.inline_list  li a img {
	display:inline;
}

/* product-list.tpl */


#desc_category_id
{
/*bottom:0;
color:white;
font-family:Arial,Times New Roman;
font-size:14px;
font-weight:normal;
left:77px;
padding-bottom:68px;
position:absolute;
width:360px;*/
	color:white;
font-family:Arial,Times New Roman;
font-size:13.5px;
font-weight:normal;
left:80px;
position:absolute;
text-align:center;
top:200px;
width:213px;
}

#desc_category_id p
{
margin: 0;
}

#presentation_gamme_id
{
background:#350035 none repeat scroll 0 0;
color:white;
float:left;
font-family:Arial,Times New Roman;
font-size:13.5px;
font-weight:normal;
height:20px;
left:0;
margin:0;
padding:15px 20px 15px 49px;
position:relative;
text-align:left;

top:0;
width:927px;
}

.tag_block_product_h4
{
	color:#999999;
font-family:Arial,Verdana,Times New Roman;
font-size:12px;
font-weight:normal;
left:0;
position:relative;
top:0;
margin: 0;
padding:0;
}

#block_img_and_desc
{
background:#350035 none repeat scroll 0 0;
height:345px;
left:0;
padding:0 50px 0 50px;
position:relative;
top:0;
margin:0;
float: left;
width: 896px;
}

#listing_product
{
	background:#fff;
	position:relative;
	top: 0;
	left: 0px;
	_display: block;
	_z-index: 15874684;
}

#category_block
{
	position: relative;
	top: 0px;
	left: 0px;
	_height:412px;
	/*new*/
	float: left;
}

#title_category_h2
{
left:0;
padding-left:0;
position:relative;
top:0;
	
}

.underscore
{
	position:relative;
	top:-8px;
}
	
ul#product_list
{
	position: relative;
	top: 0px;
	left: 0px;
	/*margin-top:2em;*/
	height: 100%;
	list-style-type:none;
	/*float: left;*/
	margin: 0;
	padding: 0 50px 0 50px;
	width: 896px;
	margin-top: 20px;
	background: #fff;
	_float: none;
	
}
ul#product_list li
{
	
	/*position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	border: solid 1px #d0d3d8;
	
	height: 100%;
	width: 100%;*/
/*	margin-bottom:0.3em;*/
}
ul#product_list li a 
{
	/*text-decoration:none;
	color: #666666;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;*/

}

ul#product_list a.product_img_link
{

	left:149px;
	position:absolute;
	right:0;
	top: 0px;
	margin:3px 0 0 0;
	
	/*modf last reunion*/
	/*top: 26px;*/
	/*modf last reunion*/	
	
/*	float:right;
	position:relative;
	right:0;
	top: 26px;;*/
}

ul#product_list a.product_img_link img
{
	vertical-align:bottom;
	position: relative;
	top: 0px;
}
ul#product_list li h3
{
	margin: 0;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	
}
ul#product_list li .new
{
	display:none;
	background:transparent url(../img/flag_new_bg.jpg) repeat-x scroll 0%;
	border:1px solid #488C40;
	color:white;
	font-size:0.6em;
	font-weight:bold;
	margin:0pt 1em 0pt 0pt;
	padding:0pt 0.4em;
	text-transform:uppercase;
	vertical-align:0.3em;
	position: relative;
	top: 0px;
	
}
ul#product_list li p.product_desc
{
	 font-size:0.92em;
	 width: 100px;
	 position: relative;
	 float: left;
	 top: 0px;
	 left: 0px;
	 background: pink;
}
ul#product_list li div.center_block
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	height: 100%;
}
ul#product_list li div.right_block
{
	/*position: relative;
	top: 0px;
	right: 0px;
	float: left;
	width: 80px;
	text-align:right;*/
}
ul#product_list li .discount
{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .on_sale
{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
}
ul#product_list li .reduction
{
	display: block;
	margin-bottom: 0.3em;
}
ul#product_list li .price
{
	font-family:Arial,Verdana,tahoma,times New Roman;
	font-size:12px;
	margin-bottom:0.2em;
	position:relative;
	top:0;
}
ul#product_list li span.availability
{
	display:none;
	float: right;
	color: black;
	font-size:0.9em;
	position: relative;
	top: 0px;
	left: 0px;
	width: 50px;
}
ul#product_list li a.button
{
	/*position: relative;
	top: 0px;
	margin-top: 2px;
	width: 80px;*/
height:20px;
left:0;
position:relative;
text-decoration:none;
top:0;
vertical-align:-8px;
width:86px;
}

.description_content_product
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height:12px;
}

.description_content_product_li
{
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
	
}

.ajax_block_product
{
float:left;
height:215px;
position:relative;
width:278px
}

.boutton_commander_gammepage
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	text-align: center;
	background: url('../../../img/img_home_final/boutton_commander.gif') no-repeat;
	
}

.title_of_product_page_gamme
{
	
	font-family:Arial,Verdana,Times New Roman;
	font-size:14px;
	font-weight:bold;
}

.title_of_product_page_gamme a
{ 
	/* modif last reunion
	color:#666666;*/
	color: #350035;
	text-decoration:none;
}

.title_of_product_page_gamme a:hover
{ 
	text-decoration: underline;
}


/* shopping cart */
table.cart_last_product {
	width:300px;
	margin-left:130px;
}

table.cart_last_product_content {
	margin:5px 0px 10px 130px;
}

p.cart_navigation {
	padding: 1em 0!important;
}
p.cart_navigation .button, p.cart_navigation .button_large {
	float: left;
}
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large {
	float: right;
}
p.cart_navigation_extra {
	text-align:center;
	width:auto;
}
form.std p.cart_navigation span {
	float:none;
	text-align:left;
	width:auto;
}
#cart_summary tfoot tr td {
	border-top: none;
	line-height: 1.5em;
}
#cart_summary tfoot tr.cart_total_product td {
	border-top: 1px solid #bdc2c9;
}
#cart_summary tfoot tr.cart_total_price td {
	/*border-bottom: 2px solid #bdc2c9;*/
}
#cart_summary .price, #cart_summary .price-discount {
	color: #999999;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}
td.cart_product a  { margin:0; padding:0;}
/*td.cart_product a img { border: 1px solid #d0d1d5; }
td.cart_product a:hover img { border: 1px solid #888; }*/
.cart_link_to_product { position: relative; top: 0; left: 10px; text-decoration: none; color: #999999; }
/*
tr.cart_item td { padding: 0.5em 0; }
td.cart_description a { text-decoration: none; }
td.cart_description a:hover { text-decoration: underline; }
td.cart_description h5 a, td.cart_ref, td.cart_total { color: #595a5e; }
td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right; }
td.cart_availability, td.cart_ref { text-align: center; }
td.cart_total .price { font-weight: bold; }
tr.cart_item td.cart_unit { padding-right: 1em; }

td.cart_quantity {
	width: 5.5em;
	text-align: right;
}
td.cart_quantity p, td.cart_quantity a {
	float: left;
	display: inline;
}
td.cart_quantity p {
	padding-right: 0.3em;
}
td.cart_quantity .icon {
	margin-top: 0.6em;
}
td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down {
	display: block;
}

tr.cart_free_shipping {
	white-space: normal;
}*/

#order tfoot p {
	margin: 10px 0 0 0;
	float: left;
	width: 85%;
}
#order tfoot span {
	float: right;
	width: 15%;
	display: block;
}
tr.cart_total_price { font-weight: bold; }
/*#order form#voucher fieldset {
	border: 1px solid #bdc2c9;
	padding: 0.7em;
}
#order form#voucher h4, #order form#voucher p, #order form#voucher .button {
	display: inline;
}
#order form#voucher h4 {
	float: left;
	line-height: 1.5em;
	margin-right: 6em;
}*/

#order #order_carrier {
	clear: both;
	margin-top: 1em;
	border: 1px solid #bdc2c9;
	padding: 0.5em;
}
#order #order_carrier h4 {
	width: 50%;
	display: inline;
}
#order #order_carrier img {
	vertical-align: middle;
}
#order #order_carrier span {
	margin: 0 0.2em;
}

#order #gift_div{ display:none; }
#order #gift_div label, #order #gift_div textarea{
	display:block;
	width:100%;
	margin:1em 0;
}

/* contact-form.tpl */
body#contact-form div#center_column form input#email, body#contact-form div#center_column form select#id_contact, body#contact-form div#center_column form textarea#message{
	width: 50%;
}

form.std p.desc_contact span.like_input {
	width: 366px;
	text-align: left;
}

/* history.tpl*/

#order-detail-content2 {width: 808px;clear:both;}
#order-detail-content2 tbody tr{
	height: 7em;
}

#order-detail-content2 tfoot td{
	border:none;
}

#order-detail-content2 table td input.order_qte_input{
	display:none;
}

#order-detail-content2 table td.order_cb input{
	border: none;
}
#order-detail-content2 table td span.order_qte_span{
	width: 100%;
	display:block;
}
#block-history #block-order-detail2 h4{ font-size:1.4em; }

#block-history #block-order-detail2 #sendOrderMessage p{
	padding:0pt 4px 0pt 1px;
}

#block-history #block-order-detail2 textarea{
	margin:0 auto;
	width:100%;
}
#block-history { color:#350035; }
.color-myaccount{ color: #350035; }
#block-history table#order-list {
	border:none;
}
#block-history table#order-list thead th {
	background:#350035;
}
#block-history table#order-list thead th {
	color:white;
}
#block-history table#order-list tbody {
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
}
#block-history table#order-list tbody tr td {
	background-color:white;
}
#block-history table#order-list td.history_link {
	white-space: nowrap;
	text-align: left;
}
#block-history #block-order-detail {
	padding:0.5em;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
}
#block-history #block-order-detail p {
	padding-left :0;
	padding-right :0;
}
#order-detail-content {
	clear:both;
	position:relative;
	top:0px;
	left:0px;
	padding:0;
	margin:0;
	width: 896px;
}

#order-detail-content tbody tr{
	height: 7em;
}

#order-detail-content tfoot td{
	border:none;
}

#order-detail-content table td input.order_qte_input{
	display:none;
}

#order-detail-content table td.order_cb input{
	border: none;
}
#order-detail-content table td span.order_qte_span{
	width: 100%;
	display:block;
}
#block-history #block-order-detail h4{ font-size:1.4em; }

#block-history #block-order-detail #sendOrderMessage p{
	padding:0pt 4px 0pt 1px;
}

#block-history #block-order-detail textarea{
	margin:0 auto;
	width:100%;
}

#ordermsg textarea{
	margin:0;
	padding:0;
	width:528px;
	
}

/*  sitemap.tpl */
#sitemap_content{ margin-left:5em; }
div.sitemap_block{
	padding:0;
	float:left;
	width:30%;
}
div.sitemap_block ul{ text-align:left; }
div.sitemap_block h3, .categTree h3{
	margin-top:1em;
	margin-bottom:1em;
}
div.categTree {
	margin-top:25px;
	margin-bottom:1em;
	margin-left:5em;
}

/* product.tpl */
#primary_block
{
background:#350035 none repeat scroll 0 0;
float:left;
height:100%;
left: 0px;
padding:0 50px 0 50px;
position:relative;
top:0;
width:896px;

}
#pb-right-column
{
	background: #dfe3e2 none repeat scroll 0 0;
	float:left;
	height:345px;
	_height: 100%;
	left:0;
	position:relative;
	top:0;
	width:100%;
}
#image-block
{
	float:right;
	height:100%;
	position:relative;
	right:0;
	top:0;
	width: 490px;
}
#primary_block #image-block img#bigpic{ 
	cursor:pointer; 
	
}
ul#usefull_link_block
{
	position: absolute;
	top: 0px;
	right: 0px;
	list-style-type: none;
	margin-top: 1em;
}
#primary_block ul#usefull_link_block li{ margin:0.5em 1em 0.5em 0; display: block; }
#primary_block ul#usefull_link_block li a, #primary_block ul#usefull_link_block span.span_link, #primary_block ul#usefull_link_block span.span_link:hover{
	text-decoration:none;
	color:#76839b;
	font-size:0.9em;
	background: white url('../img/bullet_alt.jpg') no-repeat top left;
	padding-left:15px;
	height:15px;
}
#pb-left-column
{
	
	float:right;
	height:199px;
	left:0;
	position:relative;
	top:0;
	width:490px;
}

#type_of_products
{
	background:white none repeat scroll 0 0;
	float:left;
	height:129px;
	left:0;
	position:relative;
	top:-2px;
	width:896px;	
	_float: left;
	_margin: 0;
}

#short_description_block
{
	/*position: relative;
	top: 0px;
	left: 0px;
	background: pink;
	border: 1px #d0d3d8 solid;*/
	background:#350035 none repeat scroll 0 0;
height:199px;
width: 100%;
left:0;
position: relative;
float: left;
top:0;
padding-left: 20px;
}
#primary_block #color_picker p {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 0;
}
#primary_block #color_picker {
	padding: 0.7em;
	background: #e5e6e7 url('../img/product-short-desc-bg.gif') repeat-x top left;
	border: 1px #d0d3d8 solid;
	margin-bottom: 1.5em;
}
#primary_block #color_to_pick_list {

}
#primary_block #color_to_pick_list li {
	display: inline;
	float: left;
	margin: 0 0.4em 0.4em 0;
}
#primary_block a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer;
}
#primary_block a.color_pick:hover {
	border: 1px solid #000;
}

#primary_block #image-block img#bigpic.jqzoom{
cursor:crosshair;
position:relative;
}

#primary_block p.buttons_bottom_block{ margin:0; }
#primary_block p.buttons_bottom_block a, #primary_block p.buttons_bottom_block input {/* margin:0.9em auto 0 auto; */border:medium none;
margin:6px;
cursor:pointer;}
#primary_block #short_description_content{
	margin-bottom:0.5em;
	position:relative;
	width:334px;
	float: left;
}


#primary_block form#buy_block
{
	/*font-size:1.1em;
	color:#374853;
	height: 150px;
	width: 100%;
	border: 1px #d0d3d8 solid;
	border-right: none;
	position: absolute;
	left: 0px;
	bottom: 0px;*/
	
	
/*color:#374853;
font-size:1.1em;
height: 65px;
position:absolute;
right:15px;
top:-65px;
width:140px;

_top: -260px;
_left: 300px;
_position: relative;
_float: left;*/
bottom:0;
color:#374853;
font-size:1.1em;
height:65px;
position:absolute;
right:0;
width:140px;	
}
#primary_block form#buy_block p
{
	padding:0;
	margin-top:0;
	text-align:center;
}
#primary_block form#buy_block img.on_sale_img{
	float:left;
}
#primary_block form#buy_block span.on_sale{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.discount{
	color:#da0f00;
	text-transform:uppercase;
	font-weight:bold;
	float:right;
}
#primary_block form#buy_block span.our_price_display{
	
}
#primary_block form#buy_block span#availability_label{
	float:left;
	margin-right:1em;
}
#primary_block form#buy_block label{
	text-align:right;
}
#primary_block form#buy_block label,#primary_block form#buy_block select{
	display:block;
	width:47%;
	float:left;
}
#primary_block div#attributes p, #quantity_wanted_p{
	clear: left;
	height:2em;
}

#more_info_sheets
{
	position: relative;
	left: 0px;
	top: 0px;
	/*float: left;*/		
}

/* prices */
#primary_block form#buy_block h4.price
{
font-family:Arial;
margin:0;
position:relative;
text-align:center;
text-transform:lowercase;
top:0;
width:100%;
font-size:12px;
}
#primary_block form#buy_block span#pretaxe_price{
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p#old_price{
	font-size:0.8em;
	text-align:right;
	text-decoration:line-through;
}
#primary_block form#buy_block p#reduction_percent{
	color:#da0f00;
	font-size:0.75em;
	text-align:right;
}
#primary_block form#buy_block p.price-ecotax{
	font-size:0.75em;
	text-align:right;
}

/* views block */
#views_block{
	margin:0pt auto;
	width: 274px;
}

#thumbs_list{
	overflow:hidden;
	float:left;
	width: 240px;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	width: 80px;
	height: 80px;
}
#view_scroll_left, #view_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
	padding-right: 4px;
	padding-left: 4px;
}
#view_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}
span.view_scroll_spacer{
	float: left;
	width: 17px;
	height: 80px;
}

/* manufacturers-list.tpl && suppliers-list.tpl */
ul#manufacturers_list, ul#suppliers_list {
	margin-top:2em;
	list-style-type:none;
}
ul#suppliers_list li, ul#manufacturers_list li {
	background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
	border: solid 1px #d0d3d8;
	padding:0.6em;
	margin-bottom:1.5em;
}
ul#suppliers_list li a, ul#manufacturers_list li a{
	text-decoration:none;
	color:#374853;
}
ul#suppliers_list li h3, ul#manufacturers_list li h3{ margin:0.4em 0; }
ul#suppliers_list .left_side, ul#manufacturers_list .left_side{
	float:left;
	width:75%;
}
ul#suppliers_list .logo, ul#manufacturers_list .logo{
	border: solid 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
}
ul#suppliers_list li p.description, ul#manufacturers_list li p.description{ font-size:0.92em; }
ul#suppliers_list li .right_side, ul#manufacturers_list li .right_side {
	float:right;
	text-align:right;
}
ul#suppliers_list .right_side span, ul#manufacturers_list .right_side span{
	font-size:1.7em;
	color:#da0f00;
}
ul#suppliers_list li a.button, ul#manufacturers_list li a.button{ margin-top: 4em; }

/* category.tpl */

#category img#categoryImage {
	
}

/* category.tpl */

/* adresses */
/*div.addresses 
{
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	padding: 0.6em;
	position: relative;
	width: 100%;
}
div.addresses h3 { margin: 0; }
div.addresses p.checkbox input{
	margin-top:0!important;
	margin-top:-3px;
}
ul.address {
	background-color:white;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0.25em;
	padding-bottom:0.6em;
	margin-bottom:1em;
	position:relative;
	width:268px;
}

ul.address li {
	padding-left: 1.4em;
	margin-top: 0.6em;
}
li.address_title {
	margin-top: 0!important;
	background-color: #d0d1d5;
	color: #374853;
	font-weight: bold;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.9em;
}
ul.item li.address_title { background-image: url('../img/address_alias_left.gif'); }
ul.alternate_item li.address_title { background-image: url('../img/address_alias_right.gif'); }
li.address_name, li.address_update a, li.address_delete a { color: #dd2a81; }
li.address_name, li.address_company { font-weight: bold; }
li.address_update, li.address_delete {
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.5em!important;
	background: transparent url('../img/bullet_myaccount.gif') no-repeat 0 0.4em;
	margin-left: 1.4em;
}
#center_column .address_add { padding: 1em 0; }*/

/* conditions & legal */
ul.shop_info {
	list-style-type: square!important;
	list-style-position:inside;
	padding: 0.6em;
	margin-top: 0.6em;
	margin-left: 2em;
	border: 1px solid #888;
}
ul.shop_info li {
	padding-left: 0.5em!important;
	padding-bottom: 0.5em!important;
}

/* conditions.tpl */
#conditions #right_column { display: none; }
#conditions h2 { background: transparent url('../img/title_bg_large.gif') no-repeat top left; }
#conditions #center_column {
	width: 730px;
	text-align: justify;
}
#conditions #center_column ul, #conditions #center_column ol {
	margin-left: 2em;
	padding: 0.6em;
}
#conditions #center_column ul { list-style-type: circle; }
#conditions #center_column li { padding-bottom: 0.5em; }
#conditions #center_column { line-height: 1.3em; }

/*  identity.tpl */
p#security_informations{
	font-size:0.85em;
	margin: 0 3em;
}

/* order step 3: PAYMENT */
.payment_module {
	display: block;
}
.payment_module img {
	vertical-align: middle;
	margin-right: 1em;
}
.payment_module a {
	display: block;
	border: 1px solid #595a5e;
	padding: 0.6em;
	text-decoration: none;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #488c40;
	background-color: #e5e6e7;
	color: #374853;
}

#content_payment_page
{
		background: white;
		float:left;
}

#content_payment_page h2
{
	padding-left: 40px;
}

#content_payment_page h4
{
	padding-left: 64px;
}

.payment_module_atos
{
	margin: 0!important;
	padding: 0!important;
}

/* Printable version */
@media print {
	div#left_column, div#right_column, div#footer, a.button, span.button , .button, ul#usefull_link_block, div#header_user, #languages_block_top, #search_block_top, #currencies_block_top, ul#header_links, ul.idTabs, #availability_statut br {
		display:none;
	}
	div#center_column {width:100%}
	input.text{border:1px solid gray}
	.block_hidden_only_for_screen { display:block; margin-top:1em; }
	#more_info_sheets #idTab1{ width:530px; }
	* {background:none!important;background-color:white!important;}
}

/* Customizable product */
#customization_block {
	width: 556px;
}

.customization_block_title {
	margin: 4px 4px 4px 2px;
}

#customization_block ul {
	margin: 6px 6px 0px 6px;
}

.customization_block_input {
	vertical-align: inherit;
}

img.customization_delete_icon {
	margin: 2px;
}

li.customizationUploadLine {
	clear: left;
	padding: 4px;
	display: block;
}

div.customizationUploadBrowse {
	float: left;
}

div.customizationUploadBrowseDescription {
	padding: 6px;
}

img.customizationUploaded {
	margin: 2px;
	border: 1px solid #888888;
}

ul.customizationUploaded {
	list-style-type: none;
	margin-left: 4px;
}

ul.customizationUploaded li {
	display: inline;
}

ul.customizationUploaded a {
	text-decoration: none;
}

div.customizationUploaded {
	clear: left;
}

div.deletePictureUploaded {
	float: right;
}

div.deleteCustomizableProduct {
	float: right;
}

ul.typedText {
	padding-left: 6px;
	list-style-type: none;
}

/* category Products block */
#productscategory{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}

#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:100px;
	overflow:hidden;
}
#productscategory_scroll_left, #productscategory_scroll_right{
	background: url('../img/thumbs_left.gif') no-repeat center;
	text-indent:-3000px;
	display:block;
	width:9px;
	height:18px;
	float:left;
	margin-top:30px;
}
#productscategory_scroll_right{
	background-image: url('../img/thumbs_right.gif');
}

/* module blockmenutop */
#menu-top {
	clear:both;
	width:100%;
	height:40px;
}

#menu-top dl{
	float:left;
	position:relative;
	padding-right:10px;
}

#menu-top dl dt{
	line-height:30px;
	height:30px;
}

#menu-top dl dt a{
	text-decoration:none;
	background:#eeeeee;
	display:block;
	height:30px;
	width:100px;
	padding-left:5px;
	padding-right:5px;
}

#menu-top dl dt a:hover{
	background:#ccc;
}

#menu-top dl:hover dd{
	display:block;
}

#menu-top dl dd{
	display:none;
	position:absolute;
	width:100px;
}

#menu-top dl dd ul{
	width:100%;
	text-align:left;
	background:#cccccc;
}

#menu-top dl dd ul li a{
	display:block;
	background:#eee;
	width:100%;
	text-decoration:none;
	padding:10px;
}

#menu-top dl dd ul li a:hover{
	background:#ccc;
}



/* module blockwishlist */
#wishlist_block #wishlist_block_list dl.products {
	font-size: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.cart_block_product_name {
	font-weight:bold;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt {
	margin: 4px 0 4px 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dt a.ajax_cart_block_remove_link {
	float: right;
	margin:-12px 0 0 0;
}

#wishlist_block div.block_content #wishlist_block_list dl.products dd{
	font-style: italic;
	margin: 0 0 0 10px;
}

#wishlist_block div.block_content p select#wishlists{
	width: 140px;
}

#wishlist_block div.block_content p a.exclusive{
	margin: 5px auto 0 auto;
}

/* mywishlist */
div#mywishlist div#block-order-detail form.wl_send fieldset p input{
	margin-left:60px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px; 
	display: block;
}
div#mywishlist form.std fieldset label {
	width: 30px;
}
div#mywishlist form.std fieldset input#submitWishlist {
	display: inline;
}
div#mywishlist table.std thead th.mywishlist_first{
	text-align: center;
	width: 40px;
}
div#mywishlist table.std thead th.mywishlist_second{
	text-align: center;
	width: 80px;
}
div#mywishlist table.std thead th.first_item, div#mywishlist table.std tbody tr td{
	width: 200px;
}
div#mywishlist div#block-order-detail {
	margin-top: 10px;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail select {
	margin: 0;
}
div#mywishlist #hideBoughtProducts,div#mywishlist #showBoughtProducts{
	float:left;
	margin:-18px 0 0 5px;
}
div#mywishlist #showBoughtProducts, div#mywishlist #hideBoughtProductsInfos, div#mywishlist #hideSendWishlist{
	display:none;
}
div#mywishlist #showBoughtProductsInfos, div#mywishlist #hideBoughtProductsInfos{
	float:right;
	margin:-18px 118px 0 0;	
}
div#mywishlist #showSendWishlist, div#mywishlist #hideSendWishlist, div#mywishlist div#block-order-detail ul li a.exclusive {
	float:right;
	margin:-18px 0px 0 0;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th {
	text-align: center;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos thead tr th.first_item {
	width: 300px;
}
div#mywishlist div#block-order-detail table.wlp_bought_infos{
	margin:0 0 0 10px;
}
div#mywishlist div#block-order-detail ul li img {
	float:left;
}
/* View wishlish */
#view_wishlist #featured-products_block_center ul div li a img {
	float: left;
}
#view_wishlist #featured-products_block_center ul div li a, #view_wishlist #featured-products_block_center ul div li span {
	text-decoration: none;
	float: left;
}
#view_wishlist #featured-products_block_center ul div li span.wishlist_product_detail, div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-left: 30px;
	float: left;
}
div#mywishlist div#block-order-detail ul li span.wishlist_product_detail {
	margin-bottom:5px;
} 
#view_wishlist #featured-products_block_center ul div li a.exclusive, #view_wishlist #featured-products_block_center ul div li span.exclusive {
	margin-left:55px;
}
#view_wishlist #featured-products_block_center ul div li.address_name input.text {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	border:0;
}

/* module productcomments */
.rating {
 cursor: pointer;
 margin: 2em;
 clear: both;
 display: block;
}
.rating:after {
 content: '.';
 display: block;
 height: 0;
 width: 0;
 clear: both;
 visibility: hidden;
}
.cancel,
.star {
 float: left;
 width: 17px;
 height: 15px;
 overflow: hidden;
 text-indent: -999em;
 cursor: pointer;
}
.cancel,
.cancel a {background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0px;}
 
.cancel a,
.star a {
 display: block;
 width: 100%;
 height: 100%;
 background-position: 0 0px;

}
div.star_on a{
 background-position: 0 -16px;
}
div.star_hover a,
div.star a:hover{
 background-position: 0 -32px;

}

.pack_content{
	margin: 10px 0 10px 0;
}
.pack_price {
	float: right; margin-right:3px; font-size: 12px;
}

.confirmation { color: forestgreen; font-weight: bold;}

#page .rte {
	background:white none repeat scroll 0 0;
	float:left;
	left:0;
	/*padding:0 170px 30px 51px;*/
	/*padding:30px 170px 30px 51px;*/
	padding : 30px 51px 30px 51px;
	position:relative;
	top:0;
	width:794px;
}

#page .rte a
{
	text-decoration: none;
}

#page .rte hr
{
	color: #d6d3d6;
}
/*important date*/

#enregistrer_important_date
{
background:#350035 none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-family:Verdana,Arial;
font-size:11px;
height:28px;
width:150px;
}

#list_date
{
	position: relative;
}

.legend_occas
{
float:left;
height:31px;
text-align:center;
width:300px;
margin-top:8px;
}

.fiche_occas
{
	background:	#fff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	text-align: center;
	width: 300px;
	margin: 0 0 10px 0;
	
}

.fiche_tab
{
	background:	#fff;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	text-align: center;
	width: 172px;
	margin: 0 0 10px 0;
}
.up_bande_page_memory
{
	background:#350035 none repeat scroll 0 0;
	color:white;
	float:left;
	height:35px;
	position:relative;
	width:100%;	
}

.legend_tab
{
float:left;
height:31px;
text-align:center;
width:151px;
margin-top:8px;
}

.legend_renouvel
{
float:left;
height:100%;
position:relative;
text-align:center;
width:217px;
margin-top:8px;
}

.legend_supp
{
float:left;
height:100%;
position:relative;
text-align:center;
width:90px;
margin-top:8px;
}
.legend_modif
{
float:left;
position:relative;
text-align:center;
margin-top:8px;
}

.list_button
{
	float: right;
 	border: none;
 	background: transparent;
}
.list_button:hover
{
 	text-decoration: underline;
}
.between_sup_mofi
{
	color: #000;
	float: left;
	font-size: 17px;
	left: 75px;
	position: relative;
}
 #block_info_date
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	width:11%;
	float: left;
}
 #block_info_date span
{
	height: 9px;
	display: block;
}
#block_champs_date
{
	position: relative;
	top:-4px;
	left: 0px;
	height: 100px;
	width: 231px;
	float: left;
}

/*---------------------------------------*/

#content
{
	width: 996px;
	position: relative;
	top: 0px;
	left:0px;
	z-index:3;
	background: transparent;
	/*float: left;*/
	
}

#center_column 
{
	width: 996px;
	height: 100%;
	position: relative;
	top: 0px;
	left:0px;
	/*new
	float: left;*/
}

#block_top
{
	width: 896px;
	height: 100%;
	position: relative;
	top:0px;
	left:0px;
	z-index:3;
	float: left;
	padding: 0px 50px 0px 50px;
	background: #350036;
}

#block_price
{
	/*background: transparent none repeat scroll 0 0;
	bottom:0;
	height:60px;
	position:absolute;
	width:100%;*/
	background:transparent none repeat scroll 0 0;
bottom:0;
height:60px;
left:0px;
position:absolute;
width:115px;
}

/*block ad home*/

#block_ad_home img
{
}

#block_title_occasion_du_moment
{
	bottom:124px;
	float:left;
	left:30px;
	position:absolute;
}


.link_page_authentication
{
	text-decoration: none;
	color: #350035;
}

.link_page_authentication:hover
{
	text-decoration:underline;
}
.permanent_link_header_hover_css
{
		text-decoration: none;
		color: #9B669A;
}

.permanent_link_header_hover_css:hover
{
		text-decoration: none;
		color: white;
}

.send_to_friend
{
	color:#DFBF97;
font-family:Arial;
font-size:11px;
font-weight:normal;
left:5px;
position:relative;
text-decoration:none;
top:10px;
}


#css_occasion_du_moment
{
	color:#DFBF97;
font-family:Times New Roman;
font-size:18px;
font-weight:normal;
left:0;
margin:0 0 10px;
position:relative;
top:0;
}

#css_occasion_du_moment a
{
} 

#name_product_occasion
{
	border-bottom:1px solid #DFBF97;
border-top:1px solid #DFBF97;
left:0;
position:relative;
top:0;

}

#title_occasion_du_moment
{
	color:#DFBF97;
font-family:Arial;
font-size:26px;
font-weight:normal;
margin:11px 0;
position:relative;
text-transform:uppercase;
top:0;
}

#title_occasion_du_moment a
{
	color:#DFBF97;
	text-decoration:none;
}

.tag_product_occassion_du_moment
{
	float:left;
left:0;
margin:0;
position:relative;
top:0;
}

.tag_product_occassion_du_moment a
{
	color:#DFBF97;
font-family:Times New Roman;
font-size:16px;
font-weight:normal;
text-decoration:none;
margin:0 0 11px 0px;
}

.product_occassion_du_moment
{
	float:left;
left:0;
margin:0 0 11px 11px;
position:relative;
top:0;
}

.product_occassion_du_moment a
{
	color: #DFBF97;
font-family:Times New Roman;
font-size:16px;
font-weight:normal;
text-decoration:none;
}


#ul_occasion_du_moment
{
	color:#DFBF97;
font-family:Times New Roman;
font-weight:normal;
list-style-image:none;
list-style-position:inside;
list-style-type:disc;
padding:0;
}

#li_occasion_commander
{
}
#li_occasion_personnaliser
{
	list-style-image:url(../../../img/img_home_final/star-personnaliser.png);
list-style-position:inside;
}
#li_occasion_envoyer 
{
		list-style-image:url(../../../img/img_home_final/fle-envoyer.png);
list-style-position:inside;
}


/***block ad home****/
#block_ad_home
{
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 345px;
	float: left;
	z-index:3;
	padding-bottom: 50px;
}

#block_top_category
{
	background:#350035 none repeat scroll 0 0;
left:-50px;
padding:0 50px;
position:relative;
top:0;
width:896px;
}

#block_reference_product_page
{
	position: relative; 
	top: 0px;
	left: 0px;
	height: 50px;
	
}

#block_bottom
{
	height: 100%;
	width: 896px;
	position: relative;
	top: 0px;
	left:0px;
	margin-top: 20px;
	background: none;
	/*float: left;
	padding: 0 75px;*/
}

#block_bottom_ad
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 896px;

	float: left;
	
}
#more_info_block
{
	position:relative;
	top:0;
	left:0;
	width: 896px;
	padding:0 50px;
	margin-top:2em;
}

#pb_picture
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#block_content_accessories
{
/*	position: relative;
	top: 0px;
	left: 0px;
	float: left;*/
float:left;
height:100%;
left:0;
position:relative;
top:0;
width:896px;
}

.block_bottom_link
{	
	margin-right: 13px;
	float: left;
	position: relative;
	top: 0px;
	width:283px;
	height:216px;
}
#block_bottom_link_last
{
	position: relative;
	float: right;
}

#block_home
{
	width: 896px;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;	
}

.price_product
{
	position: relative;
	top: 0px;
	text-align: center;
}

#productsSortForm
{
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
}

.block_product_li
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	height: 215px;
	_width: 277px;
	width: 278px;
	background: transparent;
	
}
#old_passwd
{
	position: relative;
	width: 100px;
	}


#list_product_home
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 501px;
	height: 294px;	
}

.block_product_home
{
	position: relative;
	top: 0px;
	float: left;
	height: 100%;
	width: 149px;	
}

#big_block_product
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 996px;
	height: 100%;
}

#idTab4
{
	position: relative;
	top: 0px;
	height: 100%;
	width: 896px;

}

#block_account
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;	
}

#title_menu
{
	position: relative;
	height: 16px;
	width: 110px;
	padding: 6px 0px 6px 0px;
	font-weight: bold;
	color: #350036;
	left: 0px;
	top: 0px;
	margin-left: 22px;
	float: left;
	text-align: center;
	_margin: 0px;
	_padding: 6px 0px 6px 0px;
	_position: relative;
	_top: 0px;
	_left: 0px;
	
}

/*buy_block*/

#product_reference
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#title_buy_block
{
float:left;
left:0;
margin-bottom:10px;
margin-top:10px;
padding-left:20px;
position:relative;
top:0;
width:470px;
}

#title_buy_block_title
{
float:left;
left:0;
position:relative;
top:0;
width:314px;
}

/* menu_home */
#block_menu_home
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 173px;
/*	height: 265px;*/
	float:left;
	z-index: 3;
}

#list_menu_home
{
	list-style: none;
	font-style: 16px;
	font-weight: bolder;
	padding: 10px 5px 0px 5px;
	height: 100%;
}

.link_menu_home
{
	margin: 0px 5px 5px 5px;
	/*border-bottom: 2px solid black;*/
}

#newsletter_block_top
{
	position: relative;
	bottom: 0px;
	right: 0px;
	float: right;
	width: 163px;
	background: url('../../../img/img_home_final/background_newsletter.jpg');
}

/*newsletter*/
#newsletterall_block_bottom
{
	z-index:30;
	position: relative;
	top: 20px;
	right: 409px;
	float: right;
	width: 196px;
	height: 21px;
	text-align: right;
	padding-left: 2px;
	/*background:transparent url(../../../img/picto_newsletter.gif) no-repeat scroll 0 3px;*/
}



#newsletterall_block
{
	color:#656567;
	height:18px;
	position:absolute;
	right: 0px;
	top:0;
}
.boutton_mi
{
	_border: 1px solid #666666;
	_border_left:	none;

	border-color:#666666 #666666 #666666 -moz-use-text-color;
	border-style:solid solid solid none;
	border-width:1px 1px 1px medium;
	font-size:9px;
	height:16px;
	text-align:center;
	width:30px;
}

/*panier*/

#cart_block
{
	/*modif last reunion*/
	/*color:#9B669A;
	float:right;
	left:0;
	margin:0;
	position:relative;
	top:2px;
	width:210px;*/
	background:#350035 none repeat scroll 0 0;
	color:#9B669A;
	margin:0;
	position:absolute;
	right:0;
	top:2px;
	/*width:210px;*/
	width:175px;
	z-index:11;
	.z-index:100;
	height:50px;
}

#cart_content
{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	color: #9b669a;
}

#cart_block_list
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	color: #9b669a;
	background: #350035;
}

/*top_menu_img*/

#barre_perso
{
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 5px;
	float: left;
	
}


div#menu ul.niveau1 .no_sousmenu a
{
	position: relative;
	left: 0px
}

div#menu ul.niveau1 .no_sousmenu a:hover
{
	background: none;
}
/* HEADER */

#barre_club_1
{
	position: relative;
	top: 0px;
	height: 100%;
	right: 23px;
	float: left;
}

#barre_club_2
{
	position: relative;
	left: 125px;
	top: 0px;
	height: 100%;
	float: left;
	
}


/*infos-header*/
/*#barre_club_1
{
	position: relative;
	height: 100%;
	top: 0px;
	left: 0px;
	float: left;
}*/

/*header_club_abanico*/
#header_club_abanico
{
	bottom:5px;
	color:#cc99cc;
	font-size:11px;
	font-weight:bold;
	margin-left:11px;
	position:relative;
	top:-7px;
	text-decoration:none;
}

#header_club_abanico:hover
{
	color: white;
	}

#header_club_abanico li
{
	list-style: none;
}

img#logo_club_abanico
{
position:relative;
top:-3px;
left:7px;
}

#header_club_abanico a
{

}

#club_abanico
{
	
}

#header_club_abanico a:hover
{
	color: #b785b6;
}

#header_user_info_ul
{
	
}

/*panier*/

#logo_panier
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	border-bottom:1px solid #595A5E;
	width: 10%;
}

#cart_block h4
{
	position:relative;
	top: 0px;
	left: -16px;
	float: left;
	/*width: 228px;*/
	width:178px;
	margin: 0;
	padding: 0px;
}

/*ombre*/

#ombre_top_header
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#ombre_top_blocktop
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#ombre_bottom_blocktop
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#ombre_top_blockcenter
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;	
}

#ombre_bottom_blockcenter
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;	
}

#ombre_bottom_blockbottom
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;	
}

#ombre_top_blockbottom
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;	
}

.ombre_categ
{
	position: relative;
	top: 0px;
	left: -11px;
	float: left;
}

.ombre_block
{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin-right:0.6px;
}
/**/
#top_footer
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#featured-products_block_center
{
	padding:0 50px;
}

.product_desc
{
	position: relative;
	top: 0px;
	left: 0px;
}

.block_product_home h5
{
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 14pt;
}
#block_commander_home
{
	position: absolute;
	top: 249px;
	left: 0px;	
	float: left;
	width: 100%;
}

#block_title_home
{
	border-bottom:1px solid #CCCCCC;
	float:left;
	height:35px;
	left:0;
	margin-top:0;
	position:relative;
	top:0;
}

.tag_product_homepage
{
color:#928092;
font-family:Arial,Verdana,Times New Roman;
font-size:14px;
font-weight:normal;
left:0;
position:relative;
top:0;
}

.link_name_product_homepage
{
	
}
.name_product_homepage
{
		
}	

#block_description_home
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin-top: 2px;
	width: 140px;
}
#block_picture_product_home
{
	position: absolute;
	top: 123px;
	left: 0px;
	float: left;
	margin:0 10px;
}

#block_description_home .boutton
{
	font-size: 11px;
}

#block_commander_home .exclusiveee
{
	font-weight:bold;
	position:relative;
	top: 7px;
}
#block_commander_home .price_container 
{
	width: 100%;
	text-align: center;
}
#commander_name
{
	background:transparent url(../../../img/img_home_final/boutton_commander.gif) no-repeat scroll 18px 0;
	font-size:11px;
	height:35px;
	text-align:center;
	width:100%;
}
#commander_name a
{
	color: #4e224e;
}	
	
#img_testing
{
	position: relative;
	float: left;
	top: 0px;

}

/*css page my account*/
#content_my_identity_page
{
	background:white none repeat scroll 0 0;
	color:#350035;
	float:left;
	padding:15px 40px 30px;
	width:816px;
}

.birthday_page_identity
{
	margin-right:19px;
}

#content_my_identity_page fieldset
{
	border: none;
}

#content_history_cmd_page
{
	background:white none repeat scroll 0 0;
	float:left;
	padding:15px 40px 30px;
	width:816px;
	color:#350035;
}

#content_discount_page_my_account
{
	background:white none repeat scroll 0 0;
	float:left;
	padding:15px 40px 30px;
	width:816px;
	color:#350035;	
}

#content_page_addresses_my_account
{
	background:white none repeat scroll 0 0;
	float:left;
	padding:15px 40px 30px;
	width:816px;	
	color:#350035;	
}

#content_important_my_account_page
{
	background:white none repeat scroll 0 0;
	float:left;
	padding:15px 40px 30px;
	width:816px;
	color:#350035;
}

#my_account_link
{
	background:white none repeat scroll 0 0;
	float:left;
	padding:15px 40px 30px;
	width:816px;
	color:#350035;
}
/*css page my account*/
.link_user
{
	color: #9B669A;
	position: relative;
	text-decoration: none;
}

.link_user:hover
{
	color: white;
}

.my_account_txt {margin-left:14px;}

#create_account
{
	color: #9B669A;
	position: relative;
	text-decoration: none;
}
#header_user_info_ul li
{
	margin-top:1px;
position:relative;
top:0;
}

#block_link_infos_panier
{
float:right;
font-family:arial;
font-size:11px;
left:0;
margin:0;
position:relative;
top:11px;
width:645px;
}

/*Css caracteristique products*/



.css_product_active
{
	font-family: Arial, Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #350035;
}

.css_product
{
	font-family: Arial, Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color:grey;
}
.css_product_13
{
	color: #a7224e;
	font-family: Arial, Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.css_product_12
{
	color: #e56503;
	font-family: Arial, Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.css_product_11
{
	color: #ff9900;
	font-family: Arial, Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.css_product_15
{
	color: #0094aa;
	font-family: Arial, Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.link_description
{
	width: 100%;
	text-align: left;
	left: 4px;
}


.css_product_16
{
	color: #b37b4b;
	font-family: Arial, Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.css_product_17
{
	color: #b37b4b;
	font-family: Arial, Tahoma, Times New Roman, Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}





/*product-list*/

#content_block_product
{
		position: relative;
		top: 0px;
		left: 0px;
		float: left;
		height: 100%;
		width: 100%;
		text-align:left;
}
.product_img_link
{
	position: relative; 
	top: 0px;
	left: 0px;
	
}

#div_price_and_desc
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 53%;
	height: 100%;
}

.more_view_product_list
{
	font-family:Arial,Verdana,Times New Roman;
	font-size:12px;
	position:relative;
	text-decoration:none;
	top:4px;
	color: #666666;
}

.more_view_product_list:hover
{
	text-decoration: underline;
}

#product_page_product
{
background:transparent none repeat scroll 0 0;
float:left;
height:100%;
left: 0px;
position:relative;
top:0;
width:996px;

}
/* CSS product_page_product */

/* Pb-left-right-picture */

#title_description_right_column
{
		bottom:30px;
float:left;
left:30px;
position:absolute;
width:377px;	
}

#title_product_right_column
{
	bottom:30px;
float:left;
left:30px;
position:absolute;
width:420px;
height:60px;
		
}

#title_product_right_column_one_product
{
	top:30px;
float:left;
left:30px;
position:absolute;
width:auto;
height:auto;		
}

#title_product_right_column_one_product h6
{
color:#350035;
font-family:Arial;
font-size:20px;
font-weight:normal;
margin: 0;
padding:0;
text-transform:uppercase;
}

#title_product_right_column_one_product p
{
color:#350035;
margin:0;
padding:0;
width:255px;
}


#name_category_in_product
{
	color:#350035;
font-family:Arial;
font-size:13px;
left:0;
margin:12px;
position:relative;
top:0;
width:405px;
}

#name_description_category_in_product
{
	color:#350035;
margin:12px;
width:405px;
}



#tag_title_product_right_column
{
	color:#999999;
	font-family:Times New Roman;
	font-size:30px;
	font-weight:normal;
	left:0;
	position:relative;
	text-transform:uppercase;
	top:0;	
}

#title_product_colunm_right
{
	color:#350035;
	font-family:Arial,Times New Roman;
	font-size:20px;
	font-weight:normal;
	left:0;
	position:absolute;
	text-transform:uppercase;
	top:0;
}

#nb_product_page_product
{
	color:#350035;
	float:left;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	left:0;
	position:absolute;
	top:25px;
}

#tag_title_buy_block
{
	color:#999999;
float:left;
font-family:Times New Roman;
font-size:18px;
font-weight:normal;
left:0;
position:relative;
top:0;
text-transform:uppercase;
margin-right:8px;
}

#title_product_buy_block
{
color:white;
float:left;
font-family:Arial;
font-size:18px;
font-weight:normal;
left: 0px;
position:relative;
text-transform:uppercase;
top:0;
	}

#idTab1
{
	background:#350035 none repeat scroll 0 0;

left:0;
padding-left:20px;
position:relative;
top:0;
width:355px;
float: left;
color: white;
}

#idTab1 p
{
float:left;
font-family:Verdana;
font-size:11px;
font-weight:normal;
left:0;
padding:0;
position:relative;
top:0;
width:470px;
}

#should_to
{
	color:#5D717E;
float:right;
height:14px;
margin-top:3px;
position:relative;
right:0;
text-decoration:none;
top:0;
width:169px;
}

.send_to_friends 
{
float:right;
margin-top:2px;
position:relative;
right:0;
text-decoration:none;
top:0;
width:169px;
}

#should_to:hover {color:#fff !important;}
.send_to_friends:hover {color:#fff !important;}
#title_and_content_product
{
float:left;
height:100%;
left:0;
position:relative;
top:0;
width: 53%;
.width: 50%;
}

#button_and_price_product
{
bottom:30px;
float:left;
left:0;
position:absolute;
width:104px;
text-align: center;
}

.img_product
{
	float:right;
position:relative;
top: 0px;
margin:3px 0 0;
/*modif last réunion*/
/*top: 26px;*/
/*modif last réunion*/

}

.button_view
{
color:#666666;
float:left;
font-family:Arial;
font-size:12px;
font-weight:normal;
left:0;
position:relative;
top:0;
}
.button_commander
{
	color:#330033;
font-family:Arial,Verdana,Times New Roman;
font-size:12px;
font-weight:bold;
position:relative;
text-align:center;
line-height:29px;
}
.div_button_commander
{
background:transparent url(../../../img/img_home_final/boutton_commander.png) no-repeat scroll center center;
display:block;
float:left;
height:35px;
position:relative;
text-align:center;
width:100%
}
.boutton_commander_only
{
	background:transparent url(../../../img/img_home_final/boutton_commander.png) no-repeat scroll center center;
	height: 35px;
}

.bidul_vis
{
float:left;
height:125px;
left:290px;
position:absolute;
top:0;
visibility:visible;
width:606px;
}

.bidul_hid
{
	/*visibility: hidden;*/
	display:none;
}

.button_valider_page_identity
{
	/*background:#350035 none repeat scroll 0 0;
	border:medium none;
	color:white;
	font-weight:bold;
	height:30px;
	margin-left:48px;
	width:110px;
	cursor:pointer;*/
	background:#350035 none repeat scroll 0 0;
border:medium none;
color:white;
cursor:pointer;
font-family:Verdana,Arial;
font-size:11px;
height:28px;
margin-left:548px;
width:150px;
}

.css_form_page_identity
{
width: 140px;
}

#block_input_product
{
height:110px;
left:0;
padding:15px 0 0 20px;
position:relative;
text-align:left;
top:0;
width:10px;
z-index: 1000;
}

#block_input_product input
{
background:white none repeat scroll 0 0;
border:medium none;
cursor:pointer;
left:0;
position:relative;
top:0;
margin :0;
text-align:left;
margin-left: 15px;
}
.input_description_product
{

left:0;
position:relative;
top:0;
/*width:170px;*/
text-align:left;
_float: none;
}

.input_newsletter
{
	width: 72px;
	height: 14px;
	border: solid 1px #996699;
	background: #350035;
	font-family: arial;
	font-size: 11px;
	color: #cc99cc;
	padding: 0 0 0 6px;
}

#flashContent {
	/*margin: 0 0 0 50px;*/
}

.bg_block_cart_content
{
	width: 896px;
	height: 100%;
	padding: 0 50px 33px 50px;
	background: #350035;
	margin: 0;
	float: left;
}
.block_cart_content
{
	width: 896px;
	height: 100%;
	margin: 0 0 30px 0;
	background: #fff;
	float: left;
	padding: 0;
}

#discount_name
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 92px;
	height: 15px;
	border: solid 1px #999999;
}
.button_calcul
{
	font-size: 11px;
	border: none;
	color: #350035;
	width: 57px;
	border-bottom: solid 1px #999999;
	background: transparent;
	position: relative;
	top: -3px;
	left: 0px;
	padding: 0;
	margin: 0;
	cursor:pointer;
}
#voucher
{
	width: 407px;
	border: none;
}

.cart_product
{
	width: 470px;
}
.cart_unit
{
	text-align: center;
	width: 109px;
}

.cart_quantity
{
	text-align: center;
	width: 65px;
	padding-left: 20px;
}
.delete_cart_product
{
	display: inline;
}

input.qte
{
	border: none;
	background : transparent ;
	width: 20px;
	float:left;
	margin-right: 5px;
	margin: 10px 5px 10px 0; 
	color: #999999;
}

.cart_nb_product
{
	border: none;
	width: 20px;
	float:left;
	margin-right: 5px;
	margin: 10px 5px 10px 0; 
	color: #999999;
}
.cart_quantity_up, .cart_quantity_down
{
	font-size: 15px;
	text-decoration: none;
	color: #999999;
	padding:0;
	margin:0;
}
.cart_total
{
	width: 	73px;
	text-align: center;
}

.total_price
{
	color: #350035;
	background: #ebebeb;
}

.margin_tab_cart
{
	width: 72px;
	border-bottom: none!important;
}
#frais_livraison
{
	position: relative;
	top: 0px;
	text-align: right;
	padding: 0 72px 0 0;
	color: #999999;
	font-size: 10px;
}

.button_add_product, .button_submit
{
	border:medium none;
	color:#FFFFFF;
	display:block;
	height:21px;
	padding:7px 0 0;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:0;
	width:161px;
}
.button_add_product
{
	left: 36px;
	/*float: right;*/
	background: #919191;
}
.button_submit
{
	right: 72px;
	float: right;
	background: #350035;
}
.cart_product_heart
{
	color:#CC99CC;
	position:relative;
	font-family:Arial;
	top:42px;
	float:left;
	.float:none;
	left:0;
	margin:0;
	padding:0;
}
.cart_product_heart_carte
{
	color:#cc99cc;
	position: relative;
	top: 19px;
	.top: 60px;
	left: 0px;
	margin: 0;
	padding: 0;
	float: left;
	font-family:Arial;
}
.bottom_cart{position: relative; margin: 0 0 30px 0;}
.code_promo {color:#999999; font-size: 10px; font-family: Helvetica; position: relative; top: -3px; left: 0px;}
.step_checking {border-bottom: solid 8px #350035 !important; color: #350035 !important;}
.step_1 {border-bottom: solid 8px #6f6f6f; color: #999999; position:relative;top:0px;left:0px;}
.step_2 {border-bottom: solid 8px #999999; color: #999999; position:relative;top:0px;left:0px;}
.step_3 {border-bottom: solid 8px #b3b3b3; color: #999999; position:relative;top:0px;left:0px;}
.step_4 {border-bottom: solid 8px #cccccc; color: #999999; position:relative;top:0px;left:0px;}
.step_5 {border-bottom: solid 8px #e5e5e5; color: #999999; position:relative;top:0px;left:0px;}
/* contact form */
#contact_form  p {height: 15px; color: #350035;}
#submitMessage 
 {
background:#350035 none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-family:Verdana,Arial;
font-size:11px;
height:28px;
margin-left:25.3%;
width:150px;
}
/* fin contact form */

/* Nos engagements */
.engagement_proc
{
	width: 896px;
	height: 216px;
	margin:22px 50px 0;
	/*float: left;*/
	_float: none;
	
}
.block_securite, .block_livraison, .block_service
{
	width: 288px;
	height: 216px;
	color: #350035;
	padding: 0;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
}

.block_livraison_accueil
{
	width: 288px;
	height: 216px;
	color: #350035;
	padding: 0;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	margin: 0 0 0 4px; 
	background: url(../../../img/bg_block_livraison.jpg) no-repeat;
}

.title_engagement {margin: 0; padding: 0;}
.text_engagement_proc {color:black;margin:0;padding:0 19px;}
.block_securite {margin: 0 16px 0 0;background: #f5f6f6;}
.block_livraison {margin: 0 16px 0 0; background: url(../../../img/bg_block_livraison.jpg) no-repeat;}
.block_service {background: #f5f6f6;}
.img_securite {margin: 16px 0 0 0;}
.img_livraison {margin: 30px 26px 0 0;}
.img_service {margin: 1px 0 0 0;}
/* Fin Nos engagements */

/* authentification tpl */
.step_in_step3 
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	font-size: 13px		
}
.step_in_step3 li
{
	text-align: center;
	width: 179px;
	height: 25px;
	float: left;
	font-size: 13px;
	font-family: Helvetica
}
#authentification
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 896px;
	padding: 0 50px 63px 50px;
	background: #350035;
}
#block_authentification
{
	position: relative;
	margin: 0;
	padding: 20px 0 0 0;
	width: 896px;
	height: 100%;
	background: #fff;	
}


.account_creation {border: none; padding: 0 0 0 30px; margin: 0; color: #350035;}
.account_creation h3 {color: #350035;}
.account_creation p {height: 15px;}
.checkbox_auth {padding-left: 22% !important;}
.select_authentification {color:#350035;}
.auth_navigation {padding: 0 30px 0 50px !important; margin: 20px 0 20px 0; color:#350035;}
#submitAccount {
	float:right;
	border:none;
	background: #350035;
	cursor:pointer;
	color: #fff !important;
	height: 26px;
	width:147px;
	text-decoration:none;
}


#barre_auth {width:896px;height:44px;background:#f4f4f4;}
#create-account_form, #login_form{background: #fff;width: 164px; position:relative; top:11px;.top:0px;}
#create-account_form {height: 69px;}
.title_form_auth {padding: 0; margin: 0; color: #350035;_font-family:Verdana,Arial,Helvetica,Sans-Serif;_font-size:12px;.font-family:Verdana,Arial,Helvetica,Sans-Serif;.font-size:12px;}
#email_create {border: 1px solid #cecece; color:#2c3a5e;position:relative;top:2px;.top:17px;}
#email {border: 1px solid #cecece; color:#2c3a5e;}
#passwd {border: 1px solid #cecece; color:#2c3a5e;}
.button_ok_auth {border: none; background: #fff; color: #6b446b; cursor: pointer; }
#SubmitCreate{position: relative;}
#block_txt_form_auth, #block_form_auth {float:left;}
#block_txt_form_auth {margin: 32px 36px 0 69px;_margin:32px 36px 0 29px}
#block_form_auth {margin: 32px 0 0 0;}
#new_text_form_auth {width: 132px;height: 69px; .width:170px;}
#pass_forgot {position: relative;left: 26px; color: #b2b2b2; font-size: 9px;display:block;}
.champs_form_auth {color: #8f8f8f;}
#txt_auth {margin:32px 0 0 30px;color:#411141; float:left;}
#txt_auth h2 {margin: 0 0 10px 0;}
/* fin authentification */

/* livraison address process achat order-address.tpl */
#block_proc_livraison
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 896px;
	padding: 0 50px 63px 50px;
	background: #350035;
}
#address_proc_achat
{
	width: 896px;
	height: 100%;
	padding: 20px 0 0 0;
	margin: 0;
	position: relative;
	background: #fff;
	float:left;
}

.select {float:left; margin: 0; color: #310230;}
#pick_adress {margin:21px 0 10px 0;padding: 0;}
#address_delivery, #address_invoice 
{
	list-style: none; 
	float: left; 
	padding:0;
	font-family: Helvetica;
	font-size: 12px;
	
}
.calendar_hid {display:none;}
.calendar_vis {padding-left:57px; display:block;margin-top:42px;}
#add_address_billing {margin:0;text-decoration:none;color:#350035; height: 24px;display:block; padding: 4px 0 0 0;position:relative;left:97px; color:red;}
#address_delivery {margin: 0 0 0 267px; margin: 0 0 0 200px;color:#666666;}
#address_invoice {margin: 0 0 0 31px; margin: 0 0 0 16px;color:#666666;}
.address_title {font-weight:bold; font-size: 14px;color:#310230 !important;margin-bottom:10px;}
.address_update {margin: 9px 0 0 0;}
.address_update a {/*text-decoration: none;color: #350035;*/}

#button_add_adress {
	color:#350035;
	font-family:Arial;
	font-size:12px;
	position:relative;
	text-decoration:none;
	top:0px;
	left:0px
	float: left;
	_left: 20px;
}

#button_add_adress_delivery {
	color:#350035;
	font-family:Arial;
	font-size:12px;
	position:relative;
	text-decoration:none;
	top:0px;
	left:0px;
	float: left;
	_left: 20px;
}

#button_add_adress:hover { text-decoration: underline; }
#button_add_adress_delivery:hover { text-decoration: underline; }
	
.address_update_link
{
	color: #350035;
	text-decoration: none;
}
.address_update_link:hover
{
	color: #350035;
	text-decoration: underline;
}
	
#address_navigation {padding: 0 50px 0 0;}
#button_prev_address, #button_next_address
{
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-family:Verdana;
	height:28px;
	padding:0;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:0;
	width:150px;
}
#sac {position:relative;float:left;margin-left:53px;padding:0;}
#button_prev_address {background: #919191;float:left; padding:4px 0 0 0;font-size:13px; height: 20px;font-weight:bold;}
#button_next_address {background: #350035; float:right; font-size: 11px;/*font-weight:bold;*/ cursor:pointer;}

.hid_form {display:none;}
.vis_form {display:block;}
/* fin livraison adress process achat order-address.tpl */
/* IMPORTANT FOR IMG AND LINK FOR SHOPPING CART */
.img_product_cart, .title_product_cart {
	float: left;
	margin: 33px 0 33px 0;
	position: relative;
}
/* end IMPORTANT IMG LINK SHOPPING CART */
/*Récapitulatif order carrier tpl */
.step_in_step4 
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
	font-size: 13px		
}
.step_in_step4 li
{
	text-align: center;
	width: 179px;
	height: 25px;
	float: left;
	font-size: 13px;
	font-family: Helvetica
}
#block_recap
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 896px;
	padding: 0 50px 63px 50px;
	background: #350035;
}
#recap
{
	width: 896px;
	height: 100%;
	padding: 20px 0 0 0;
	margin: 0;
	position: relative;
	background: #fff;
	float:left;
}
#checkbox_cgv {color: #350035; margin-left:15px;}
#form_carrier {margin: 30px 0 0 0;padding: 0 50px 0 50px;}
#calendar_title 
{
	color:#350035;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	.margin-top: 20px;
	.margin-bottom: 20px;
	position: absolute;
	top: -34px;
}
#text_livraison {
	color:#350035;
	font-family:Arial;
	font-size:11px;
	.margin-top: 20px;
	.margin-bottom: 20px;
	position: absolute;
	top: -15px;
}
#carrier_navigation {margin: 30px 0 20px 0;padding: 0 50px 0 50px;}
#button_prev_recap, #button_next_recap
{
	/*width: 150px;
	height: 24px;
	display:block;
	border: none;
	text-decoration: none;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;*/
	border:medium none;
color:#FFFFFF;
display:block;
font-family:Verdana,Arial;
height:28px;
margin:0;
padding:0;
text-align:center;
text-decoration:none;
width:150px;
}
#button_prev_recap 
{
background:#919191 none repeat scroll 0 0;
float:left;
font-family:Verdana,Arial;
font-size:11px;
height:20px;
padding:7px 0 0;
}
#button_next_recap
 {
background:#350035 none repeat scroll 0 0;
cursor:pointer;
float:right;
font-family:VErdana,Arial;
font-size:11px;
}
/* Fin recap order carrier tpl*/


/*cms*/

.content_cms
{
	background:#350035 none repeat scroll 0 0;
float:left;
left:0;
padding:0 50px 50px;
position:relative;
top:0;
width:896px;
}

#service_plus_content
{
position: relative;
top: 0px;
left: 0px;
float: left;
background: white;
}


/***cms***/
/*page mot_ de_pass oublié*/


.name_hid
{
	display: none;
}

.name_vis
{
	display: block;
}

.name2_hid
{
	display: none;
}

.name2_vis
{
	display: block;
}

.content_fixe_page
{
	background:#350035 none repeat scroll 0 0;
	padding:0 50px 60px 50px;	
	float:left;
	width:896px;
}

#content_forgot_your_password
{
	background:white none repeat scroll 0 0;
	height:300px;
	padding:16px 16px 10px;
}

#content_forgot_your_password h2
{
	color:#350035;
	left:0;
	margin:0;
	padding:12px;
	position:relative;
	top:0;
}

#content_forgot_your_password p
{
	color:#350035;
	margin:0 0 10px 14px;
	padding:0;

}

#content_forgot_your_password form
{
	

}

#content_forgot_your_password fieldset
{
border:medium none;
height:22px;
margin:0;
padding:0;
position:relative;
}

#content_forgot_your_password p.text
{
	left:14px;
	margin:0;
	padding:0;
	position:relative;
	top:0;
}

#content_forgot_your_password p.text input#email
{
	border:1px solid #996699;
}

#content_forgot_your_password p.text input.button
{
	border:1px solid #996699;
}

#content_forgot_your_password p.submit
{
	border:medium none;
float:left;
left:346px;
margin:0;
padding:0;
position:absolute;
top:0;

}

#content_forgot_your_password p.submit input
{
	border:1px solid #350035;
	color:#fff;
	cursor:pointer;
	float:left;
	height:20px;
	left:0;
	position:relative;
	top:0;
	background:#350035;
}

#content_forgot_your_password p.clear
{
	left:0;
	margin:30px 0 0;
	padding:0;
	position:relative;
	top:0;
}

#content_forgot_your_password p.clear a
{
color: #350035;
text-decoration: none;
margin-left:16px;
}

#content_page_contactform
{
	background:white none repeat scroll 0 0;
	float:left;
	padding:0 129px 30px 51px;
	position:relative;
	width:716px;	
}

/****css_page_parraiange****/

#content_page_parrainage
{
background:white none repeat scroll 0 0;
color:#330033;
float:left;
font-family:Arial;
font-size:11px;
padding:0 170px 30px 51px;
position:relative;
text-align:left;
width:675px;
}


.head_of_recap_filleuil
{
color:white;
font-size:12px;
font-weight:bold;
text-align:center;
height:35px;
}

.name_filleuil_page_parrainage
{
	width:180px;
	background:#350035 none repeat scroll 0 0;

}


.date_subcription_filleuil_page_parrainage
{
	width:140px;
	background:#350035 none repeat scroll 0 0;
}

.date_first_buy_filleuil_page_parrainage
{
	width:140px;
	background:#350035 none repeat scroll 0 0;
}
.wins_filleuil_page_parrainage
{
	width: 80px;
	background:#350035 none repeat scroll 0 0;
}



#email_0
{
	margin-left:7px;
}

#email_1
{
	margin-left:7px;
}

#email_2
{
	margin-left:7px;
}

.css_email
{
	margin-left:10px;
}

#button_add_email
{
background:#350035 none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-family:Verdana,Arial;
font-size:11px;
height:28px;
margin-left:46px;
}

#button_submit_parrainage
{
background:#350035 none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-family:Verdana,Arial;
font-size:11px;
height:28px;
margin:18px 0 3px 46px
}

#content_sendpageto
{
background:white none repeat scroll 0 0;
float:left;
padding:0 170px 0 51px;
text-align:left;
width:675px;
}

#content_sendpageto h1
{
color:#350035;
margin:30px 0 44px;
}

#content_sendpageto p
{
color:#660066;
font-family:Arial;
font-size:12px;
}

#content_sendpageto span
{
color:#660066;
font-family:Arial;
font-size:12px;
}


.input_send_name
{
	margin-right:610px;
	position:absolute;
	right:0;
}

.input_send_prénom
{
	margin-right:610px;
	position:absolute;
	right:0;
}

.input_send_email_1
{
	margin-right:610px;
	position:absolute;
	right:0;
}

.input_send_email_2
{
	margin-right:610px;
	position:absolute;
	right:0;
}

.input_send_email_destination
{
	margin-right:610px;
	position:absolute;
	right:0;
}
.message_sendpageto
{
	margin-left: 46px;
}

#send_val_img_1
{
position:absolute;
right:585px;
}

#send_val_img_2
{
position:absolute;
right:585px;
}

#send_val_img_3
{
position:absolute;
right:585px;
}

.mess_good_send_email
{
	
}

.input_send_send
{
background:#350035 none repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-family:Verdana,Arial;
font-size:11px;
height:28px;
left:0;
margin:0 15px 13px 160px;
position:relative;
top:0;
width:103px;	
}

/*css cms*/

.title_all
{
	font-size: 11px;
	font-family: Arial;
	color: #350035;
	font-weight: bold;
	text-decoration: none;
}

.title_link_cms a
{
		color: #660066;
		text-decoration: none;
}

.title_link_cms
{
		color: #660066;
		text-decoration: none;
}


.link_process_buy
{
	color: #999999;
	text-decoration: none;
}
.link_process_buy:hover
{
	color: #999999;
	text-decoration: underline;
}


/*css vos adress page process_buy*/

#content_adress_page_process_buy
{
	background: #fff;
	float: left;
	width: 896px;
	/*padding: 0 170px 30px 51px;*/
	padding: 20px 0 0 0;
	color: #350035;
}

.form_address
{
	left:0;
	margin:30px;
	padding:0;
	position:relative;
	top:0;
}

#info_address
{
	/*float:left;*/
	left:0;
	position:relative;
	top:0;
	width:100%;	
}

#content_adress_page_process_buy h1
{
	color: #350035;
	margin: 10px 0 10px 0;
	
}

#content_adress_page_process_buy fieldset
{
	border:medium none;
	margin:0;
	padding:0;
	text-align:left;
	width: 800px;
}

#content_adress_page_process_buy fieldset h3
{
	margin:0 0 9px;
}

#content_adress_page_process_buy fieldset p
{
	margin:0;
	padding:15px 0 0 12px;
}

#id_country
{
	margin-left:27px;
	_margin-left: 57px;
}

.address_process_buy_css_input
{
	position:absolute;
	right:565px;
}

#submitAddress
{
	background:#350035 none repeat scroll 0 0;
	border:medium none;
	color:white;
	cursor:pointer;
	float:right;
	font-family:Verdana,Arial;
	font-size:11px;
	height:28px;
	width:107px;
}

#id_address_invoice
{
	position: relative;
	left: 0px;
	top: 0px;
}

#id_address_delivery
{
	position: relative;;
	left: 0px;
	top: 0px;
}

.hover_club_abanico:hover
{
	color: white;
	}
	
.css_check_box_renouvelerdate
{
	margin: 4px 8px 4px 0; 
	padding: 0;
	.margin: 0;
	.position: relative;
	.left: -4px;
}

#radio_required_label_action
{
	
	position:relative;
	top:0;
}

#radio_required_input_action
{

	position:relative;
	top:0;
}

#form_name_entreprise_authentification
{
}

#code_porte
{
/*left:14%;
margin-top:16px;
position:relative;.position: absolute;.right: 0px;*/	
}

#message_bottom_presentation_product
{
	color:white;
float:left;
font-family:Arial;
font-size:13.5px;
left:0;
padding:15px 20px 15px 49px;
position:relative;
top:0;
height:20px;
background: #350035;
width: 927px;
}

/********/

#firstname{position: absolute; right: 60%;}
#lastname{position: absolute; right: 60%;}
/*#email{position: absolute; right: 60%;}*/
#old_passwd{position: absolute; right: 60%;}
/*#passwd{position: absolute; right: 60%;}*/
#confirmation{position: absolute; right: 60%;}

/********/



.titles_of_products_link_page_product
{
	color:#350035;
font-family:Arial;
font-size:14px;
}

#title_of_special_message
{
	color:#350035;
	font-family:Arial;
	font-size:14px;
	margin:0;
	position:relative;
}

#id_de_testing_hid
{
display: none;
}

#id_de_testing_block
{
display: block;
}

#last_quantities {display:none;}

.boutton_commander_gammepage1
{
        background: url("../../../img/img_home_final/boutton_commander.gif") no-repeat scroll 0 0 transparent;
        height: 35px;

        left: 0;
        width: 100%;
        text-align: left;
        padding-left: 35px;
        padding-top: 7px;

}
.imgnad
{
        width: 60px;
        height: 40px;
        padding-left: 20px;
}
.textmm{
        color: black;
        text-decoration: none;
}
.cart_totalnad
{
	width: 	88px;
	text-align: center;
}

.img_product_cart_order, .title_product_cart_order {
        float: left;
        margin: 33px 0 0 10px;
}

.cart_link_to_product_order {top: 0; left: 10px; text-decoration: none; color: #999999; }

.block_various_links_text{
	position: relative; 
	float: left;
	left: 0px;
	text-align: center;
	color: #5D4E4E;
	margin-top: 15px;
	font-size : 11px;
	font-family:Arial;
	font-weight: normal;
	width:896px;
	_margin: 0;
	_padding: 10px 20px 0px 20px;
	_width: 100%;
}
.block_various_links_text_new{
	top: 0px;
	left: 0px;
	text-align: center;
	color: #5D4E4E;
	padding : 0 40px 0px 40px;
	font-size : 11px;
	font-family:Arial;
	font-weight: normal;
}
#cache {
	background-color: white;
	border : 1px solid #B8B1AB;
	color : #5C5C5C;
	line-height : 19px;
	padding-bottom : 10px;
	font-size : 10px;
	position: absolute;
	/*top: 120px;
	left: 335px;*/
	width: 320px;
	height: 150px;
	/*margin-left: -500px;
	margin-top: -300px;*/
	z-index: 5000;
	visibility: hidden;
}
#detail_top {
	background-color:#EEEDEB;
	line-height:12px;
	padding:3px 5px 5px 0;
	text-align:right;
	vertical-align:middle;
	height :10px; 
}
#fer{
	color : #5C5C5C;
	text-decoration : none;
}
#confirmation_new {
	position : relative;
	font-family:Arial;
	font-size:11px;
	line-height:normal;
	padding:10px;
	text-align:left;
}
#cache ul {
	margin : 0 0 10px 0;
	padding : 0 0 0 10px;
	border : none;
	list-style : none outside none;
}
#cache li {
	color:#9B669A;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 0 0 0;
}
#cache .bouton_box_cata {
	background-color:#9B669A;
	color:#FFFFFF;
	padding:2px 4px;
}
.bouton_box_cata {
	clear:both;
	float:left;
	font-size:9px;
	margin-bottom:0;
	margin-top:5px;
	vertical-align:top;
}
#confirmation_new a {
	text-decoration : none;
	color : white;
}
#cache_new {
	background-color: white;
	border : 1px solid #B8B1AB;
	color : #5C5C5C;
	line-height : 19px;
	padding-bottom : 10px;
	font-size : 10px;
	position: absolute;
	/*top: 120px;
	left: 335px;*/
	width: 320px;
	height: 150px;
	/*margin-left: -500px;
	margin-top: -300px;*/
	z-index: 5000;
	visibility: hidden;
}
#detail_top_new {
	background-color:#EEEDEB;
	line-height:12px;
	padding:3px 5px 5px 0;
	text-align:right;
	vertical-align:middle;
	height :10px; 
}
#fer_new{
	color : #5C5C5C;
	text-decoration : none;
}
#confirmation_new_new {
	position : relative;
	font-family:Arial;
	font-size:11px;
	line-height:normal;
	padding:10px;
	text-align:left;
}
#cache_new ul {
	margin : 0 0 10px 0;
	padding : 0 0 0 10px;
	border : none;
	list-style : none outside none;
}
#cache_new li {
	color:#9B669A;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 0 0 0;
}
#cache_new .bouton_box_cata_new {
	background-color:#9B669A;
	color:#FFFFFF;
	padding:2px 4px;
}
.bouton_box_cata_new {
	clear:both;
	float:left;
	font-size:9px;
	margin-bottom:0;
	margin-top:5px;
	vertical-align:top;
}
#confirmation_new_new a { 
	text-decoration : none;
	color : white;
}

#newsletterall_block_bottom_new  {
background-color : #EFEDEF;
border:1px solid #5D717E;
/*float:left;*/
height:21px;
/*left:383px;*/
margin-bottom:-10px;
margin-top:4px;
padding-top:4px;
position:relative;
text-align:right;
top:0;
width:894px;
z-index:30;
}
#newsletterall_block_new  {
color:#656567;
height:24px;
position:absolute;
right:171px;
}
#Span_incription_newsletter_new  {
color:#5D4E4E;
float:left;
font-family:Arial;
font-weight:bold;
left:-4px;
margin-right:13px;
padding-top:0;
position:relative;
top:1px;
}
#form_newsletter_new {
float:left;
height:25px;
left:0;
position:relative;
top:0;
}
.input_newsletter_new {
background:none repeat scroll 0 0 #350035;
border:1px solid #996699;
color:#CC99CC;
font-family:arial;
font-size:11px;
height:14px;
padding:0 0 0 6px;
width:95px;
}
#boutton_ok_newsletter_new  {
float:left;
height:18px;
left:0;
position:relative;
top:0;
}
.button_mini_new {
background:none repeat scroll 0 0 #350035;
border:medium none;
color:#CC99CC;
font-family:Helvetica;
font-size:11px;
height:16px;
margin-left:3px;
padding:0;
width:21px;
}
.warning_inline_new {
color:#DA0F00;
font-size:12px;
margin-top:13px;
}
.success_inline_new {
color:green;
font-size:12px;
margin-top:13px;
}
#block_ad_home_right
{
	position : relative;
	float : left;
}
#block_ad_home_left
{
	position : relative;
	float : right;
	width : 224px;
	height : 345px;
}
#block_ad_home_left_top{
	position : relative;
	width : 224px;
	float : left;
	height : 346px;
}
#block_ad_home_left_bottom{
	position : relative;
	width : 224px;
	float : right;
	height : 55px;
	top : -56px;
	left : 6px;
}
#newsletterall_block_bottom_new_two  {
/*background:url("../../../img/picto_newsletter.gif") no-repeat scroll 3px 22px #350035;*/
float:left;
height:32px;
left:0;
margin-bottom:0;
margin-top:0;
padding:0px;
position:relative;
text-align:justify;
top:31px;
width:216px;
z-index:5000;
}
#newsletterall_block_new_two  {
color:#656567;
float:left;
height:0;
position:relative;
right:0;
}
#Span_incription_newsletter_new_two  {
color:#CC99CC;
float:left;
font-family:Arial;
font-size:12px;
/*font-weight:bold;*/
left:0px;
margin-right:0;
padding-top:0;
position:relative;
top:0;
}
#form_newsletter_new_two  {
float:left;
height:30px;
left:0;
position:relative;
top:6px;
}
.input_newsletter_new_two  {
background:none repeat scroll 0 0 #350035;
border:1px solid #996699;
color:#CC99CC;
font-family:arial;
font-size:11px;
height:16px;
padding:0 0 0 5px;
width:187px;
}
#boutton_ok_newsletter_new_two  {
float:left;
height:18px;
left:3px;
position:relative;
top:6px;
}
.button_mini_new_two {
border:medium none;
color:#666000;
font-family:Helvetica;
font-size:11px;
height:18px;
margin-left:0;
padding:0;
width:21px;
}
#img_this_block
{
	position : absolute;
	z-index : 2000;
}