
* { padding: 0; margin: 0; }
html { font-size: 62.5%; }

body {
	background: #f6fafb url(../../../img/background.jpg) fixed no-repeat center top; /* 84043d */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #363636;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure { display: block; }



/* Useful */
.align_center { text-align: center }
.align_right { text-align: right }
.middle { vertical-align: middle }
.align_justify { text-align: justify }
.uppercase { text-transform: uppercase }
.hidden, .invisible, .cacher, .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
}
div.clear2 { clear: both!important; height: 1px; overflow: hidden; }
noscript ul { list-style-type: none; background: black; color: white; padding: 10px; border: 1px solid gray }




div.contenu { clear: both; }



/* new clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix { zoom: 1 }
*:first-child+html .clearfix { zoom: 1 }



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

ul.aeration { padding-top: 10px; }
ul.aeration li { padding: 5px; }

/* 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 { list-style-type: none }
ul.tree li {
	padding-left: 1.2em;
	border-left: 1px gray dotted;
	background: url(../img/sitemap-horizontal.png) 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 */
.idTabs {
	clear: both;
	list-style-type: none;
	border-bottom: solid 1px #a7a7a7;
	height: 28px;
	margin-top: 2em;
	font-weight: bold;
}
ul.idTabs li {
	float: left;
	margin-right: 5px
}
.idTabs a {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #8d8d8d;
	padding: 0 12px;
}
.idTabs .selected { background-color: #4a1034; }



div.sheets {
	clear: both;
	padding: 1em
}
#more_info_sheets li {
	background-position: 6px 4px;
	margin-bottom: 0.4em 
}




/* global style */
a {
	color: #000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}

h1 {
	font-size: 3em;
	font-family: titre_regular, arial, sans-serif;
	line-height: 1em;
	font-weight: normal;
}
h1 span { display: none; }

h2 {
	clear: both;
	margin-top: 10px;
	font-size: 1.6em;
	font-family: titre, arial, sans-serif;
	line-height: 28px;
	padding-left: 2px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	background: transparent url(../img/bgtitre.png) no-repeat 2px 0;
	height: 28px;
	border-bottom: 1px solid #a7a7a7;
}
h2 span {
	display: inline-block;
	padding: 0 18px;
	line-height: 28px;
	height: 28px;
	background-color: #4a1034;
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

select { background-color: #fff; }




/* global layout */
#page { margin: 0 auto; width: 980px; }



#axome_gauche {
	display: none;
	float: left;
	width: 173px;
	min-height: 300px;
	padding-bottom: 20px;
	background-color: #eee;
	margin-left: -13px;
}
#axome_droite { display: none; }



.ac_results_instant {
	display: none;
	visibility: hidden
}
#instant_search_results a.close {
	background: url("../img/nav-logout.gif") no-repeat scroll right 2px transparent;
	float: right;
	margin-right: 7px;
	padding-right: 21px;
	text-transform: none
}


#content { clear: both; background: transparent url(../img/bloc_centre.png) repeat-y; padding-top: 35px; }
#content .contenu { padding: 0 25px 12px 25px; }




/* header */
#axome_haut {
	height: 186px;
	overflow: hidden;
	background: transparent url(../img/menu.png) no-repeat center bottom;
}

a#header_logo {
	display: block;
	position: absolute;
	top: 30px;
	width: 650px;
	height: 110px;
	/*background: transparent url(../../../img/logo_cp.png) no-repeat 17px 5px;*/
	background-repeat: no-repeat;
	background-position: 14px 2px;
	text-decoration: none!important;
	line-height: 1em;
	font-family: titre_regular, arial, sans-serif;
	text-transform: uppercase;
	font-size: 2.6em;
}
a#header_logo span { display: none; }
a#header_logo strong {
	display: block;
	position: absolute;
	font-weight: normal;
	width: 320px;
	padding: 28px 0 0 405px;
	color: #444;
}


div#toptoplinks {
	float: left;
	padding-left: 10px;
	width: 400px;
	height: 26px;
	display: none;
}
body.boutique_num_0 div#toptoplinks { display: block; }
div#toptoplinks ul li { float: left; padding-right: 2px; }
div#toptoplinks ul li a {
	float: left;
	display: block;
	height: 20px;
	line-height: 19px;
	color: #fff;
	text-transform: uppercase;
	font-family: titre, arial, sans-serif;
	background-color: #4a1034;
	padding: 0 10px;
	font-size: 1.5em;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
div#toptoplinks ul li.active a,
div#toptoplinks ul li a:hover {
	text-decoration: none;
	background-color: #970d61;
	height: 26px;
	line-height: 25px;
}


div#header_user {
	float: right;
	width: 560px;
	height: 85px;
}









#menu_principal {
	clear: both;
	width: 980px;
	height: 40px;
	overflow: hidden;
	font-size: 1.5em;
}
#menu_principal ul { padding-left: 10px; }
#menu_principal ul li {
	background: transparent url(../img/sep.gif) no-repeat;
	float: left;
	height: 40px;
	padding-left: 2px;
}
#menu_principal ul li.home_item { background-image: none; }
#menu_principal ul li.home_item a { width: 29px; }
#menu_principal ul li.home_item a span { display: none; }
#menu_principal ul li a {
	display: block;
	float: left;
	padding: 0 6px;
	line-height: 40px;
	height: 36px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-family: titre, arial, sans-serif;
}
#menu_principal ul li a.selected,
#menu_principal ul li a:hover { border-bottom: 5px solid #d1007f; }
















/* global RTE fields */
.rte,
 .mceContentBody {
	text-align: left;
	background: white;
	/*color: black;*/
	font-size: 1.2em;
}
body.mceContentBody {
	margin: 9px 6px;
	width: 556px
}
.rte html,.rte div,.rte span,.rte applet,.rte object,.rte iframe,.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.rte p,.rte blockquote,.rte pre,.rte a,.rte abbr,.rte acronym,.rte address,.rte big,.rte cite,.rte code,.rte del, .rte dfn, .rte em,.rte font,.rte img,.rte ins,.rte kbd,.rte q,.rte s,.rte samp,.rte small,.rte strike,.rte strong,.rte sub,.rte sup,.rte tt,.rte var,.rte dl,.rte dt,.rte dd,.rte ol,.rte ul,.rte li,.rte fieldset,.rte form,.rte label,.rte legend,.rte table,.rte caption,.rte tbody,.rte tfoot,.rte thead,.rte tr, .rte th,.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
}
.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,
 .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
	margin: 0.75em 0 0.3em 0;
}
.rte h1,
 .mceContentBody h1 {
	font-size: 25px;
	font-weight: bold
}
.rte h2,
 .mceContentBody h2 {
	font-size: 20px;
	background: none;
	text-transform: none;
	height: auto;
	color: #222;
}
.rte h3, .mceContentBody h3 { font-size: 16px }
.rte h4, .mceContentBody h4 { font-size: 14px }
.rte h5,.mceContentBody h5 { font-size: 12px }
.rte h6, div.rte h6 { font-size: 8px }
.rte ol, .mceContentBody ul, div.rte ol, .mceContentBody ul { padding-left: 2em }
.rte ul, .mceContentBody ul {
	list-style-type: square;
	margin-left: 18px
}
.rte strong, .mceContentBody strong { font-weight: bold }
.rte em, .mceContentBody em { font-style: italic }

/* tables still need 'cellspacing="0"' in the markup */
.rte table,.mceContentBody table {
	border-collapse: separate;
	border-spacing: 1px;
	width: auto
}
.rte caption, .rte th, .rte td, .rte table,
 .mceContentBody caption, .mceContentBody th, .mceContentBody td, .mceContentBody table {
	text-align: left;
	font-weight: normal;
	background: none;
	height: inherit;
	border: 1px #e5e6e7 solid;
	text-align: center
}
.rte th, .mceContentBody th {
	padding-left: 1em;
	padding-right: 1em;
	background: #e5e6e7
}
#axome_centre .rte p, 
 .mceContentBody p { padding-left: 0; margin: 0.5em 0 }
.rte ol, .mceContentBody ol {
	list-style-type: decimal;
	margin-left: 10px
} 

/* /global RTE fields */




/* global table style */
div.table_block {
	padding-bottom: 6px;
	margin: 0 auto 2em;
}
table.std {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%
}
/*class table.std */
.std td,.std th { padding: 0.4em 0.5em }
.std th { white-space: nowrap }
.std tr.item td,.std .item th { background-color: white }
.std tr.alternate_item td,
.std tr.alternate_item th { background-color: #f1f2f4 }
.std tbody td,.std tfoot td { border-top: 1px solid #bdc2c9 }
.std thead th {
	height: 24px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap
}
.std th.first_item { background-position: top left }
.std th.last_item { background-position: top right }
.std th.item { background-position: -5px 0 }
.std tfoot td {
	text-align: right;
	white-space: nowrap
}

/* /global table style */

/* global form style */
form.std { clear: both; font-size: 1.2em; }
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;*/
	border: none;
	margin-bottom: 1em;
	padding-bottom: 1em
}
form.std 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 label, form.std p span {
	float: left;
	text-align: right;
	width: 30%
}
form.std p span.like_input {
	width: auto;
	margin-left: 0.7em
}
input, textarea, select, span.editable {
	margin-left: 0.7em;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	outline: none
}
input, textarea, select { border: 1px solid #bdc2c9 }
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 }
#axome_centre form.std p.checkbox { padding-left: 30% }
form.std p.submit {
	padding-left: 31%!important;
	margin-bottom: 1.5em
}
#axome_centre 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, span.exclusive_large_disabled {
	font-size: 13px!important;
	font-family: arial, sans-serif;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	line-height: 22px;
	height: 22px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #eee url(../img/bt.png) repeat-x center center!important;
	border: 1px solid #d0d0d0;
	color: #000;
	vertical-align: middle;
	white-space: nowrap;
}

/* 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: 2px
}

/* 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, span.exclusive_large_disabled {
	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, span.exclusive_large_disabled {
	/*color: white!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: #488c40!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 {
	color: #333;
	text-decoration: underline!important;
	border: 1px solid #999;
}


/* 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 {
	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;
}
input.button, input.button_disabled, input.exclusive, input.exclusive_disabled, a.button, a.exclusive, span.button, span.exclusive {
	width: 125px;
}
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, span.exclusive_large_disabled {
	width: 195px;
}

/* exclusive button */
input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive {  }
input.exclusive_mini, input.exclusive_mini_disabled, a.exclusive_mini, span.exclusive_mini {  }
input.exclusive_small, input.exclusive_small_disabled, a.exclusive_small, span.exclusive_small {  }
input.exclusive_large, input.exclusive_large_disabled, a.exclusive_large, span.exclusive_large, span.exclusive_large_disabled {  }

/* 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, li.bullet {
	padding-left: 2em;
	background: transparent url('../img/bullet.gif') no-repeat 6px 6px;
	list-style-type: none
}



.price-discount { text-decoration: line-through }
.price-pretax { color: gray }
.price-ecotax { color: #488c40 }
img.icon { margin-right: 0.5em; vertical-align: middle }
.weight-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.volume-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.unity-price {
	font-size: 0.75em;
	text-align: right;
	color: gray
}

.price, .price-shipping, .price-wrapping {
	color: #4a1034;
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap
}

/* errors */
.error {
	width: 80%;
	color: #fff;
	background-color: #806165;
	margin: 0.3em auto 1.5em auto;
	padding: 0.3em 0.8em 1em;
	font-size: 1.3em;
}
.error p { font-weight: bold }
.error li {
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
	padding-left: 3em
}
.error a.button_small { color: #fff!important; text-decoration: underline!important; background-color: transparent!important; background-image: none!important; border: none!important; }

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #F8E1A0;
	border: 1px dashed #F9E400;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em
}
.warning_inline {
	color: #da0f00;
	font-weight: bold
}

/* success */
.success {
	color: green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em
}
.success_inline {
	color: green;
	font-weight: bold
}




/* breadcrumb.tpl */
.breadcrumb {
	font-size: 1.2em;
	color: #363636;
	font-weight: bold;
	position: absolute;
	width: 940px;
	height: 18px;
	top: 194px;
	left: 50%;
	margin-left: -470px;
}
.breadcrumb .navigation-pipe { padding: 0 0.4em; font-weight: normal; }
.breadcrumb a {
	text-decoration: none;
	color: #363636;
	font-weight: normal;
}
.breadcrumb a:hover { text-decoration: underline }




/* pagination.tpl */
div.pagination { display: none; }



/* steps (like order step) */
ul#axome_step {
	list-style: none;
	width: 920px;
	height: 42px;
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}
ul#axome_step li {
	width: 155px;
	height: 28px;
	display: inline;
	padding: 0 12px;
	font-size: 1.3em;
	line-height: 28px;
	text-align: center;
}
ul#axome_step li a,
ul#axome_step li span {
	height: 28px;
	text-decoration: none;
	display: inline-block;
	background-color: #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #555;
	padding: 0 18px;
}

ul#axome_step li.step_current span {
	color: #fff;
	background-color: #990d63;
}

ul#axome_step li.step_todo { color: #999; }
ul#axome_step li#step_end { margin-right: 0; }









/* product-sort.tpl */
#productsSortForm {

}






/* Footer */

#axome_pied {
	clear: both;
	height: 245px;
	background: transparent url(../img/footer.png) no-repeat;
	padding-bottom: 50px;
	color: #fff;
}

div#nos_marques {
	height: 79px;
	padding: 7px 5px 0 32px;
	overflow: hidden;
}
	div#nos_marques ul li { float: left; }
	div#nos_marques ul li a {
		float: left;
		display: block;
		padding: 9px 8px 4px 12px;
	}
	div#nos_marques ul li a span { display: none; }

div#menu_footer {
	height: 32px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
}
div#menu_footer ul { padding-top: 9px; text-align: center; }
div#menu_footer ul li { display: inline; border-right: 1px solid #eee; white-space: nowrap; }
div#menu_footer ul li a {
	color: #fff;
	padding: 0 10px;
}




div#newsletter_block {
	float: left;
	width: 190px;
	height: 60px;
	padding: 44px 0 0 24px;
}
div#newsletter_block p { font-size: 1.2em; text-align: center; line-height: 1em; padding-bottom: 5px; }
div#newsletter_block select { display: none; }

div#newsletter_block form div {
	clear: both;
	height: 35px;
	padding: 5px 0 0 10px;
	background: transparent url(../img/newsletter.png) no-repeat;
}
div#newsletter_block input {
	margin: 0!important;
	border: none!important;
	float: left;
	background: transparent none!important;
	height: 16px;
	padding: 2px 0;
}
div#newsletter_block input#champ_newsletter { width: 128px; }
div#newsletter_block input#bt_newsletter {
	width: 26px;
	padding: 0;
	height: 20px;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -2344px;
	cursor: pointer;
}

div#advanced_footer {
	width: 760px;
	height: 110px;
	float: right;
	text-align: center;
	font-size: 1.2em;
	text-shadow: 1px 1px 0 #000;
}
div#advanced_footer a { color: #fff; }
div#footer_zone1,
div#footer_zone2,
div#footer_zone3 { float: left; width: 230px; height: 70px; padding: 47px 5px 0 5px; cursor: pointer; }

div#footer_zone1 a {
	display: block;
	float: left;
	width: 65px;
	height: 58px;
	background: transparent url(../img/fb.png) no-repeat center bottom;
}
div#footer_zone1 a#lien_fb { margin-left: 55px; }
div#footer_zone1 a#lien_rss { background-image: url(../img/rss.png); }
div#footer_zone1 a:hover { background-position: center top; }
div#footer_zone1 a span { display: block; padding-top: 42px; }

div#footer_zone2 { background: transparent url(../img/paiement.png) no-repeat 50% 82%; }
/*div#footer_zone3 { background: transparent url(../img/colissimo.png) no-repeat 50% 75%; }*/




/* autocomplete */

body div.ac_results { width: 470px!important; margin-left: -235px; border-color: #888; }
body div.ac_results .ac_over { background-color: #006540; }




/****** 	BLOCKS		 ******/
div.block {
	margin-bottom: 1em;

}


#axome_centre p { margin: 0.5em 0; padding-left: 0.7em }
#axome_centre div.block { width: 536px; margin: auto }
#axome_centre div.block h4 {
	background: transparent url('../img/block_header_large.png') no-repeat top left;
	height: 17px;
	color: white
}

/* Styles for products blocks */









/* Special style for block products in center column */
#axome_centre .products_block { border: none }
#axome_centre .products_block { color: #595a5e }
#axome_centre .products_block h4 { line-height: 1.3em }
#axome_centre .products_block .block_content {
	background: #d0d3d8 none;
	padding: 0
}
#axome_centre .products_block ul li:hover { background-color: #bdc2c9 }
#axome_centre .products_block ul li {
	float: left;
	background-color: #d0d3d8;
	margin-top: 0;
	padding: 0 0 1px;
	width: 133px;
	border-right: 1px solid white;
	border-bottom: 1px solid white
}
#axome_centre .products_block ul .product_accessories_description {
	margin: 0;
	padding: 0;
	height: 280px
}

/*#axome_centre .products_block li.last_item { float: none; clear: both }*/
#axome_centre .products_block li.last_item_of_line { border-right: none }
#axome_centre .products_block li.first_item_of_line { clear: both }
#axome_centre .products_block li.last_line { border-bottom: none }
#axome_centre .products_block p, #axome_centre .products_block h5 { margin: 0.5em 0.1em }
#axome_centre div.products_block h5 {
	display: block;
	margin-top: 8px;
	height: 2.57em
}
#axome_centre div.products_block h5 a {
	font-size: 1.1em
}
#axome_centre div.products_block ul li p {
	margin: 0;
	padding: 0
}
#axome_centre div.products_block div.product_desc {
	height: 9em;
	color: #595a5e;
	overflow: hidden
}
#axome_centre div.products_block a.product_image {
	display: block;
	background-color: transparent;
	margin-bottom: 2px;
	margin-left: 2px;
	width: 129px;
	height: 129px
}
#axome_centre div.products_block .product_accessories_description a.product_image {
	width: 118px;
	height: 85px
}
#axome_centre div.products_block a.product_description {
	display: block;
	width: 118px;
	height: 50px;
	margin-left: 2px;
	margin-bottom: 8px;
	overflow:hidden
}

#axome_centre div.products_block a.product_image img {
	float: none;
	margin: 0
}
#axome_centre div.products_block h5 { margin: 10px 5px 3px 5px }
#axome_centre div.products_block div.product_desc { margin: 0 5px }
#axome_centre div.products_block ul li div.product_desc a { font-weight: normal }
#axome_centre .products_block span.price {
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	/*display: block;*/
}
p.price_container { text-align: center }
#axome_centre .products_block .featured_price { margin-top: 2.5em }
#axome_centre .products_block a.button,
 #axome_centre .products_block a.exclusive,
  #axome_centre .products_block span.exclusive { margin: 0.5em auto }

/* Special style for block accessories in center column (product page) */
#axome_centre .products_block.accessories_block .block_content { background: none }
#axome_centre div.products_block.accessories_block div.product_desc { 
	margin-right: 0;
	height: 150px; 
	border-right: 1px solid #d0d3d8 
}
#axome_centre .products_block.accessories_block .block_content li { background: none; text-align: center }
#axome_centre .products_block.accessories_block .block_content li h5,
 #axome_centre .products_block.accessories_block .block_content li a.product_description { text-align:left }
#axome_centre .products_block.accessories_block .block_content li.last_item a.product_image { border: none }

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











/* shopping cart */

body#order h1#cart_title { display: none; }

body#order #axome_centre h2 { display: none; }

table#cart_summary th { font-size: 1.5em; }
table#cart_summary th, table#cart_summary td { padding: 4px 12px; border-top: 0; border-bottom: 1px solid #ddd; }

table#cart_summary tr.alternate_item td {
	background-color: #f8f8f8;
}

td.cart_product { width: 90px; }
td.cart_product a {
	display: block;
	margin: 5px;
	height: 58px;
	overflow: hidden;
}
td.cart_product img { width: 80px; height: 50px; }
td.cart_product a span { display: none; }

td.cart_discount_name h5,
td.cart_description h5 { font-size: 1.5em; line-height: 1em; }
#axome_centre td.cart_description p { padding: 0; }

th.cart_availability { text-align: center!important; }
td.cart_availability_oui, td.cart_availability_non { width: 60px; text-align: center; font-size: 0.9em; }
td.cart_availability_oui { color: #509900; }
td.cart_availability_non { color: #f30; font-weight: bold; }

td.cart_unit { width: 100px; font-size: 1.4em; }

table.std thead th.cart_unit, td.cart_unit, td.cart_total, td.cart_discount_price { text-align: right }

th.cart_quantity { text-align: center!important; }
td.cart_quantity { width: 95px; text-align: center; padding-left: 30px!important; }
td.cart_quantity a, td.cart_quantity input.cart_quantity_input { display: block; float: left; height: 16px; line-height: 16px; }
td.cart_quantity a { font-weight: bold; color: #fff; padding: 3px 0; background-color: #555; text-decoration: none; width: 20px; }
td.cart_quantity a:hover { background-color: #222; }
td.cart_quantity input.cart_quantity_input { text-align: center; padding: 2px 3px; margin: 0 4px; width: 25px!important; }



td.cart_delete { width: 26px; }
td.cart_delete a {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../img/remove.png) no-repeat center center;
}
td.cart_delete a span { display: none; }

th.cart_total { text-align: right!important; }
td.cart_total { width: 78px; font-weight: bold; font-size: 1.4em; }


tr.cart_total_tax { display: none; }

table#cart_summary tfoot td { border-bottom: 0; padding-top: 3px; padding-bottom: 3px; }
table#cart_summary tfoot tr#ze_total td { font-size: 1.6em; font-weight: bold; padding-top: 10px; border: 0; }




div#sous_le_tableau {
	clear: both;
	width: 550px;
	height: 120px;
	padding: 0 0 0 20px;
	margin-top: -105px;
}
div#sous_le_tableau div.my_blocks {
	/*float: left;
	width: 280px;
	height: 50px;*/
	padding: 10px 0;
}
	div.cart_free_shipping { font-size: 1.1em; line-height: 16px; background: transparent url(../img/shipping.gif) no-repeat; padding-left: 22px; font-style: italic; color: #555; }

	#voucher fieldset {
		height: 35px;
		border: 0;
	}
	#voucher fieldset p { margin: 0; padding: 0; }
	#voucher input, #voucher label {
		display: block;
		line-height: 22px;
		float: left;
	}
	#voucher label {
		background: transparent url(../img/money.png) no-repeat 0 30%;
		padding-left: 22px;
		font-size: 1.1em;
		font-style: italic;
		color: #555;
	}
	#voucher input#discount_name {
		height: 16px;
		padding: 2px;
		width: 110px;
	}
	#voucher input.button { width: 75px!important; }




p.cart_navigation { clear: both; padding: 20px; min-height: 30px; }

p.cart_navigation input,
p.cart_navigation a {
	float: left;
	/*background-color: #006c36;
	color: #fff;
	padding: 6px 8px;
	font-size: 1.2em!important;
	text-shadow: 1px 1px 1px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
/*
#order p.cart_navigation input:hover,
#order p.cart_navigation a:hover { background-color: #165C3A; }
*/
p.cart_navigation .exclusive, p.cart_navigation .exclusive_large {
    float: right!important;
}










/* 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 #axome_centre {
	width: 730px;
	text-align: justify
}
#conditions #axome_centre ul,
 #conditions #axome_centre ol {
	margin-left: 2em;
	padding: 0.6em
}
#conditions #axome_centre ul { list-style-type: circle }
#conditions #axome_centre li { padding-bottom: 0.5em }
#conditions #axome_centre { line-height: 1.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 #888;
	background-color: #fafafa;
	padding: 0.6em;
	text-decoration: none;
	font-size: 1.5em;
	margin: 1em 6em;
}
.payment_module a:hover, .payment_module a:focus, .payment_module a:active {
	border: 1px solid #bbb;
	background-color: #f0f0f0;
	color: #1D272E
}
body#order h4 { font-size: 1.4em; }



/* Printable version */
@media print {
	#axome_pied,
	#axome_haut,
	.breadcrumb,
	#liens_rub, 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, #pb-droite {
		display: none
	}
	div#axome_centre { 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;
		color: #000;
	}
}



/* 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 0 }
.cancel a, .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0
}
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: #808000; 
	font-weight: bold 
}
#page .rte { background: transparent none repeat scroll 0 0 }



/* module paypalapi */
.paypalapi_about { text-align: justify }
.paypalapi_about ul { padding-left: 20px }

/* cms pages */
#cms div.content_only { 
	text-align: left; 
	padding: 10px 
}



/* blocks home, pied */
div.axome_block {
	clear: both;
	padding-top: 5px;
	overflow: hidden;
	background: transparent url(../img/bloc_haut.png) no-repeat;
}

div.axome_contenu {
	clear: both;
	padding: 8px 15px 15px 15px;
	background: transparent url(../img/bloc_centre.png) repeat-y;
}
div.axome_block div.axome_pied { display: block!important; }
div.axome_pied { clear: both; height: 10px; overflow: hidden; background: transparent url(../img/bloc_bas.png) no-repeat; }

body#index div.axome_contenu.prod_liste { height: 225px; }


div.axome_block h4 {
	height: 35px;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 1.9em;
	font-weight: normal;
	font-family: titre, arial, sans-serif;
}
div.axome_block h4 span {
	background: transparent url(../img/bloc_titre.png) no-repeat;
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 17px 0 42px;
}
body#category div.axome_contenu.prod_liste ul li { padding-top: 0; }








/* pages avec col. de gauche */

#informations_block_left { display: none; }

body#cms #axome_gauche,
body#cms #informations_block_left,
body#category #axome_gauche {
	display: block;
}

body#cms #axome_centre,
body#category #axome_centre {
	float: right;
	width: 760px;
}





/* col. gauche */
div#categories_block_left ul { padding: 5px 10px; font-size: 1.3em; }
div#categories_block_left ul ul { padding-top: 0; padding-bottom: 0; font-size: 0.9em; }
div#categories_block_left ul li.selected > a { text-decoration: underline; }
div#categories_block_left ul li.selected ul li { font-weight: normal; }
div#categories_block_left ul li ul li a { color: #555; padding-top: 1px; }

div#categories_block_left ul ul { display: none; }
div#categories_block_left ul li.selected>ul,
div#categories_block_left ul ul.active { display: block; }


div#categories_block_left ul li a {
	display: block;
	padding: 3px 2px;
}

#axome_gauche h4 {
	font-size: 1.6em;
	color: #fff;
	background-color: #4a1034;
	padding: 7px 4px 5px 10px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: titre, arial, sans-serif;
}



/* home page */



a.bt_decouvrir {
	display: block;
	width: 165px;
	height: 35px;
	background: transparent url(../img/bt_offre.png) no-repeat center center;
}
a.bt_decouvrir span { display: none; }





body#index #content { background-image: none; padding-top: 0; }
body#index #content .contenu { padding: 0; }
body#index div.axome_pied { display: none; }


#editorial_block {
	float: right;
	width: 450px;
	padding: 16px 25px 15px 0;
	height: 255px;
}
#editorial_block .rte { background: transparent none repeat scroll 0 0 }
#editorial_block h1 {
	background: none;
	padding: 0;
	margin: 0;
	font-family: titre, arial, sans-serif;
	line-height: 0.9em;
}
#editorial_block h2 {
	font-size: 1.6em;
	border: none;
	background: transparent none;
	color: #444;
	height: auto;
	line-height: auto;
	text-transform: none;
	font-family: titre, arial, sans-serif;
}
#editorial_block p { padding-top: 0.3em }




div#cpp_home_1.axome_block h4 span { background-image: url(../img/bloc_titre_star.png); }
div#cpp_home_2.axome_block h4 span { background-image: url(../img/bloc_titre_coeur.png); }

body#index #axome_centre { background: transparent url(../img/tophome.png) no-repeat center top; }







div#pass_oubli {
	margin: 15px 150px;
	border: 1px solid #f0f0f0;
	background-color: #fafafa;
	padding: 15px 25px;
}
div#pass_oubli h2 {
	margin-bottom: 10px;
	background-image: none;
	background-color: #4a1034;
    border: none;
}
div#pass_oubli form.std label {
    float: none;
    width: auto;
    clear: both;
}





/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February, 2011 */
@font-face {
    font-family: 'titre';
    src: url('../polices/conduititc-bold-webfont.eot?') format('eot'),
         url('../polices/conduititc-bold-webfont.woff') format('woff'),
         url('../polices/conduititc-bold-webfont.ttf') format('truetype'),
         url('../polices/conduititc-bold-webfont.svg#webfontfvmIsJs1') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titre_regular';
    src: url('../polices/conduititc-medium-webfont.eot?') format('eot'),
         url('../polices/conduititc-medium-webfont.woff') format('woff'),
         url('../polices/conduititc-medium-webfont.ttf') format('truetype'),
         url('../polices/conduititc-medium-webfont.svg#webfontDGE7RKur') format('svg');
    font-weight: normal;
    font-style: normal;
}

