body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #D4D0CF url(/useruploads/images/fond.jpg) top center no-repeat fixed;
}

a { color: #000; text-decoration: none; }

.clear { clear: both }
.hidden { display: none; }
.warning { font-size: 0.9em }

/* layout */

#header {
	height: auto;
}
#page {
	width: 1000px;
	margin: auto;
}
#center_column {
	width: 810px;
	float: left;
}
#right_column {
	width: 190px;
	float: right;
}
#footer {
	width: 1000px;
	margin: auto;
}


#rsfix {
	width: 37px;
	height: 142px;
	position: fixed;
	top: 200px;
	left: 0px;
}

#rsfix #rss {
	display: block;
	width: 37px;
	height: 67px;
	background: url(../img/rs1.png);
}

#rsfix #facebook {
	display: block;
	width: 37px;
	height: 32px;
	background: url(../img/rs2.png);
}

#rsfix #twitter {
	display: block;
	width: 37px;
	height: 44px;
	background: url(../img/rs3.png);
}

/* header user links (panier + compte) */

#header {
	background: url(../img/Logo-Meublezmoi.jpg) no-repeat left center;
}
#header #header_user {
	float: right;
	clear: right;
}
#header #header_user li a,
#header #header_user li span,
#header #header_user h4 {
	font-size:0.7em;
}
#header #header_user h4,
#header #header_user a {
	color:#000;
	margin:0;
	text-decoration: none;
	font-size: 0.8em;
}
#header #header_user ul {
	margin: 0;
	padding-bottom: 10px;
}
#header #header_user ul li {
	list-style-image: url(../img/bullet_alt.jpg);
}
#header #header_user p {
	margin: 0;
}


/* header small nav en haut à droite */
#header #smallnav li {
	background-color:#45A2BD;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	margin-left:1px;
	padding:0 5px 0 5px;
	vertical-align:middle;
}
#header #smallnav li:hover {
	background-color: #45a8c5;
}
#header #smallnav {
	float: right;
	margin: 0;
	margin-bottom: 10px;
}
#header #smallnav li a {
	font-size: 0.7em;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	vertical-align: middle;
}



/* sf-menu */
.sf-menu > li {
	border-right: 1px solid #d2d240;
}
.sf-menu a.sf-with-ul {
	padding-right:1.9em !important;
}
ul.sf-menu li ul li {
	background-color: #9e9f1d !important;
}
ul.sf-menu li.sfHoverForce {
	background-color: #69711C !important;
}
.sf-menu a {
	text-transform: uppercase;
	line-height: 14px !important;
	font-weight: bold;
	letter-spacing: 0.01em;
}
.sf-menu li {
	position: static !important;
}
.sf-menu li:hover {
	background-color: #9e9f1d !important;
}
.sf-menu > li:hover > ul, .sf-menu > li.sfHover > ul {
	width: 960px;
	left: 50% !important;
	margin-left: -500px;
	background-color: #9e9f1d !important;
	padding: 20px !important;
	top: auto !important;
	min-height: 50px;
}
.sf-menu > li:hover > ul > li, .sf-menu > li.sfHover > ul > li {
	width: 33%;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top: auto !important;
	margin-top: -15px !important;
	left: auto !important;
	margin-left: 100px !important;
	border: 1px solid #d2d240;
	padding: 0px !important;
}
.sf-shadow ul {
	background: none !important;
	-moz-border-radius-bottomleft:0!important;
	-moz-border-radius-topright:0!important;
}
.sf-menu .sf-sub-indicator {
	display: none;
}




/* breadcrumb */

.breadcrumb {
	font-size: 0.7em;
	padding: 10px 0 10px 0;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}
.breadcrumb span a,
.breadcrumb span,
.breadcrumb a {
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}
.breadcrumb .navigation-pipe {
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumb a:hover {
	text-decoration: underline;
}


/* sous-catégories haut page */
#center_column .block {
	border:1px solid #DDDDDD;
	padding:10px;
	width:770px;
}
#center_column .block h4 {
	margin: 0px;
	height:0.9em;
	font-size: 1.2em;
	color: #666;
}
#center_column .block ul {
	margin: 0px;
	padding: 0px;
}
#center_column .block div > ul {
	margin-top: 0px;
}
#center_column .block li {
	background:#CCCCCC none repeat scroll 0 0;
	border:1px solid #AAAAAA;
	display:block;
	float:left;
	font-weight:bold;
	margin:5px;
	padding:0;
	text-align:center;
	width:31%;
}
#center_column .block a {
	background:#FFFFFF none repeat scroll 0 0;
	color:#CF3F6F;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	margin:11px;
	padding:2px;
	text-decoration:none;
}
#center_column .block ul li a.selected,
#center_column .block ul li a:hover {
	background-color: #CF3F6F;
	color: #fff;
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
#center_column h2.category_title span {
	display: none;
}
#center_column .block ul li ul li {
	display: none;
}

#history #center_column img {
	border: none;
}
#loyalty-program #order-list tr td,
#history #order-list tr td {
	border-top: 1px dashed #aaa;
}
#loyalty-program #order-list {
	clear: both;
	width: 100%;
}
#addresses #center_column img,
#my-account #center_column img {
	border: none;
	margin-right: 10px;
}
#loyalty-program #center_column h2,
#addresses #center_column h2 {
	clear: both;
	width: 90%;
}
#loyalty-program table {
	width: 100%;
}

img[alt=Accueil] { display: none; }

#my-account h4 {
	clear: both;
}

/* sous-catégories haut produit */
#subcategories br,
#subcategories h3,
#subcategories img {
	display: none;
}
#subcategories ul li {
	display: inline;
	margin: 0 10px 0 0;
}
#subcategories ul li a {
	color: #666;
	text-decoration: none;
	font-size: 0.9em;
}
#subcategories ul li a:hover {
	text-decoration: underline;
}


/* listing produits */
#center_column h2 {
	font-size:1em;
	padding-left:15px;
	background: url(../img/thumbs_right.gif) no-repeat left center;
	width: 50%;
	float: left;
	margin: 10px 0 10px 0;
}
#center_column .cat_desc {
	margin: 10px 20px 10px 0;
	font-size: 0.7em;
	width: 98%;
	text-align: right;
}
#productsSortForm {
	float:right;
	margin-right:20px;
	font-size: 0.7em;
}
#productsSortForm select {
	font-size: 0.9em;
}
#subcategories ul {
	clear: both;
}
#product_list {
	padding: 20px 10px 0 10px;
}
#product_list h3 {
	font-size: 0.75em;
	width: 70%;
	margin: auto;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#product_list h3 a {
	color: #666;
	text-decoration: none;
}
#product_list li {
	width: 25%;
	height: 210px;
	float: left;
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#center_column #product_list li.item > div {
	border-right: 1px solid #ccc;
}
#center_column #product_list li.last_item_of_line > div {
	border-right: none;
}
#product_list li.item_a > div {
	border-left: 1px solid #ccc;
}
#product_list li.item_b > div {
	border-left: none;
}
#product_list li .availability {
	display: none;
}
#product_list img {
	border: 1px solid #ccc;
}
#product_list .product_img_link {
	width: 100%;
	text-align: center;
	display: block;
}
#product_list .new {
	display: none;
}
#scenes {
	display: none;
}
#product_list .product_desc {
	display: none;
}
#product_list .price {
	font-size: 1.5em;
	color: #CF3F6F;
	font-weight: bold;
}
.right_block div {
	width: 70%;
	margin: auto;
}
#product_list .right_block a {
	display: none;
}
#categoryImage {
	display: none;
}


/* pagination */

#pagination {
 clear: both;
}
#pagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#pagination ul li {
	display: inline;
}
#pagination ul li a {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}
#pagination .current {
	background-color: #45A2BD;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	text-decoration: none;
	margin: 0 5px 0 5px;
	font-size: 1.5em;
}
#pagination .disabled {
	color: #aaa;
}
#pagination #pagination_previous,
#pagination #pagination_next {
	font-size: 0.9em;
}
form.pagination {
	font-size: 0.9em;
	text-align: center;
}

/* blocs */

#right_column {
	padding-top: 33px;
}
#right_column .block h4 {
	margin: 0 0 5px 0;
	padding: 3px;
	border-bottom: 5px solid #ccc;
	font-size: 1.2em;
}
#right_column .block h4 a,
#right_column .block h4 {
	text-decoration: none;
}
#right_column .block {
	margin-bottom: 10px;
	/*background: #E5E1E0 url(../img/shadows.jpg) no-repeat center bottom;*/
	padding: 0;
	border: 5px solid #ccc;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
#right_column .block {
	font-size: 0.7em;
}
#right_column img {
	border: none;
}

#right_column .block dl {
margin:auto auto 10px;
text-align:center;
width:90%;
display: none;
}

#right_column .block form {
	width: 90%;
	margin: auto;
}

#right_column .bloc_mmcontact .block_content {
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}

.group_attr img {
	width: 40px;
	height: 40px;
}


#matieres_home {
float:left;
width:395px;
}

/* blocs couleurs titres */
#new-products_block_right h4 a { color: #CF3F6F }
#cart_block h4 a { color: #CF3F6F; }
#best-sellers_block_right h4 a { color: #CF3F6F }
#right_column .block h4 { color: #CF3F6F }


/* boutons */
.button,
.button_mini,
.button_large,
.button_small {
	background-color: #CF3F6F;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	margin: 0 5px 0 5px;
	border: none;
}
.button_mini {
	font-size: 10px;
}
input.exclusive,
a.exclusive {
	background-color: #45A2BD;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	margin: 0 5px 0 5px;
	border: none;
}


/* footer */
#footer {
	border-top: 3px solid #C1C12F;
	padding-bottom: 20px;
	font-size: 11px;
}
#footer > div,
#footer > ul {
	display: block;
	float: left;
	width: 21%;
	border-left: 1px dotted #ccc;
	padding-left: 22px;
	padding-right: 22px;
	list-style: none;
	margin-top: 20px;
}
#footer .hookcol ul li {
	list-style: none;
}
#footer .hookcol ul li a {
	color: #000;
	text-decoration: none;
}
#footer h4 {
	display: none;
}


/* page produit */
#loyalty {
	display: none;
}
#product h2 {
	background: #45A2BD;
	color: #fff;
	padding: 5px;
	margin-right: 10px;
	width: 381px;
	float: right;
	margin-bottom: 0px;
}
#product #pb-left-column #short_description_block a {
	float: right;
}
#product #pb-right-column {
	width: 50%;
	float: left;
}
#product #pb-left-column {
	float:right;
	margin-right:10px;
	padding-left:10px;
	width:380px;
	border-left: 1px solid #45A2BD
}
#product #short_description_content {
	font-size: 0.9em;
	margin-top: 10px;
}
#product #loyalty {
float:left;
font-size:0.9em;
text-align:right;
width:100%;
}
#product #loyalty img {
	display: none;
}
#product #loyalty a {
	color: #666;
	text-decoration: none;
	font-size: 0.9em;
}
#product #short_description_block {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#product #pb-left-column .price {
	color:#CF3F6F;
	float:right;
	padding-bottom:0;
	width:130px;
	margin: 0;
	font-size:2em;
	font-weight:bold;
	letter-spacing:-4px;
	text-align:right;
}
#product #pb-left-column .price br {
	display: none;
}
#product #product_reference {
	font-size: 0.7em;
}
#product #thumbs_list ul {
	margin: 0;
	padding: 0;
}
#thumbs_list{
	overflow:hidden;
	float:left;
	width: 390px;
	clear: both;
}
#thumbs_list ul{
	padding-left:0px;
	list-style-type:none;
	margin-top: 5px;
}
#thumbs_list li{
	float:left;
	cursor:pointer;
	width: 80px;
	height: 82px;
}
#thumbs_list li img {
	border: 1px solid #ccc;
}
#product #usefull_link_block {
	clear:both;
	float:right;
	display: none;
}
#product #usefull_link_block li a {
	color: #666;
	font-size: 0.7em;
	text-decoration: none;
}
#productscategory_noscroll,
#productscategory{
	clear: both;
	margin:0 auto 0pt;
	height:120px;
	width:100%;
}
#productscategory_noscroll{
	margin:2em auto 0pt;
	height:120px;
	width:100%;
}
#productscategory_list{
	overflow:hidden;
	float:left;
	width:96%;
	height: 160px;
}
#productscategory_list ul{
	padding-left:0px;
	list-style-type:none;
}
#productscategory_list li{
	float:left;
	margin:0 3px;
	cursor:pointer;
	text-align:center;
	width:120px;
	overflow:hidden;
}
#productscategory_noscroll h3,
#productscategory h3 {
	color: #666;
	font-size: 0.7em;
}
#productscategory_list ul li a {
	font-size: 0.7em;
	color: #666;
	text-decoration: none;
}
#productscategory_list ul li img {
	border: none;
}
#product #pb-left-column .idTabs {
	display: none;
}
#product #productscategory_scroll_left {
	background: url(../img/scroll_left.gif) no-repeat;
	float: left;
	margin-top: 60px;
	height: 18px;
	width: 9px;
	text-decoration: none;
}
#product #productscategory_scroll_right {
	background: url(../img/scroll_right.gif) no-repeat;
	margin-top: 60px;
	height: 18px;
	width: 9px;
	text-decoration: none;
	position: absolute;
}
#product .a2a_dd {
	float: right;
}
#more_info_block {
	margin-top: 20px;
	margin-right: 10px;
}
#more_info_tabs {
	margin: 0;
	padding: 0;
	width: 50%;
	list-style: none;
	clear: both;
}
#more_info_tabs li a {
	display: none;
}
#more_info_tabs #more_info_tab_more_info {
	list-style: none;
	padding: 3px;
	text-align: left;
	display: block;
}
#more_info_tabs #more_info_tab_more_info {
	color: #45A2BD;
	text-decoration: none;
}
#more_info_block #more_info_sheets {
	width: 95%;
}
#product  .idTabs {
	border-bottom: 1px solid #45A2BD;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#product .idTabs li a {
	color: #45A2BD;
	text-decoration: none;
	display: none;
}
#product .group_name {
	color: #45A2BD;
	padding: 2px;
	text-align: left;
	margin-top: 0px;
	clear: left;
	font-size:0.8em;
	font-weight:bold;
	border-top: 1px solid;
	margin-right: 10px;
	clear: both;
} 
#product .group_content {
	padding: 5px;
}
#product .group_content .group_name {
	border-top: none;
	margin-top: 10px;
}
#mailalert_link {
	display: none;
}
#product .group_content > div {
	float: left;
	width: 120px;
	text-align: center;
	padding: 5px;
	margin-bottom:10px;
}
#product .description {
	color: #666;
	font-size: 0.6em;
	text-transform: uppercase;
	height: 15px;
	margin-bottom: 10px;
}
#product .image img {

}
#product #before_buy {
	clear: both;
	margin-top: 10px;
	height: 10px;
	width: 50%;
}
#product #color_picker {
	display: none;
}
#product #buy_block {
	color:#666666;
	float:left;
	font-size:0.8em;
	margin-bottom:0px;
	margin-right:0;
	text-align:right;
	width:65%;
}
#product #buy_block p {
	margin: 5px;
}
#product #more_info_sheets .rte {
	color:#666;
	font-size:0.7em;
	padding:10px;
	text-align: justify;
}
#product #more_info_sheets .rte a {
	color: #CF3F6F;
}

#order .payment_module {
	margin: auto;
	width: 500px;
	background-color: #fff;
	color: #000;
	padding: 10px;
	cursor: pointer;
}
#order .payment_module img {
	border: 1px solid #000;
	vertical-align: middle;
	background-color: #fff;
}
#order .payment_module:hover {
	background-color: #CF3F6F;
	color: #fff;
}
#payment #center_column form {
	border:1px solid;
	font-size:0.9em;
	margin:auto;
	padding:10px;
	width:600px;
}
#order-confirmation #center_column p {
border:1px solid;
font-size:0.9em;
margin:auto;
padding:20px;
width:700px;
}

#order #address_delivery,
#order #address_invoice,
#order #invoice_address,
#order #delivery_address {
	color: #666;
	font-size: 0.9em;
	list-style: none;
	width: 45%;
	float: left;
}
#order .order_delivery {
	width: 100%;
	clear: both;
}
#product #buy_block #add_to_cart {
	width: 260px;
	background: transparent url(../img/panier.jpg) no-repeat scroll right center;
	height: 53px;
}
#product #buy_block #add_to_cart input {
	background-color:#CF3F6F;
	font-size:1.8em;
	font-weight:bold;
	position:absolute;
	width:110px;
	cursor: pointer;
	margin-top: 7px;
}
#pb-right-column #image-block img {
	/*border:1px solid #CCCCCC;*/
	width:390px
	
}
#view_scroll_left {
	background: url(../img/icon/left.gif) no-repeat;
	width: 10px;
	float: left;
}
#view_scroll_right {
	background: url(../img/icon/right.gif) no-repeat;
	width: 10px;
	float: right;
	margin-right: 10px;
}
#pb-right-column h3 {
	display: none;
}
#points {
	clear:right;
	color:#B5BB41;
	float:right;
	font-weight:bold;
	letter-spacing:-1px;
	width:110px;
	font-size: 0.7em;
}
.group_attr {
	
}

/* bloc nouveaux produits */
#new-products_block_right dt,
#new-products_block_right dd,
#new-products_block_right dl,
#new-products_block_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#new-products_block_right .block_content {
	text-align: center;
}


/* bloc meilleures ventes */
#best-sellers_block_right .block_content {
	width: 80px;
	margin: auto;
}
#best-sellers_block_right .button_large {
	display: none;
}


/**** order ***/

/* order steps */
#order_step {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	clear: both;
	list-style: none;
}
#order_step li.step_todo {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#order_step li {
	display: inline;
	margin-right: 10px;
}
#order_step li img {
	width: 140px;
	height: 100px;
}

#order #loyalty {
	display: none;
}

/* create account */
#login_form,
#create-account_form {
	width: 49%;
	float: left;
	margin-top: 20px;
}
#create-account_form fieldset {
	border: none;
	background: #45A2BD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 230px;
	color: #fff;
}
#login_form fieldset {
	border: none;
	background: #C1C12F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 230px;
	color: #fff;
}
#login_form label,
#create-account_form label {
	width: 150px;
	margin-right: 10px;
	float: left;
	display: block;
}



/* panier (page) */
#order .cart_last_product,
#order .cart_last_product_content {
	display: none;
}
.cart_message {
	color: #666;
	font-size: 0.7em;
}
#order #cart_summary {
	font-size: 0.7em;
	color: #666;
	width: 98%;
}
#order #cart_summary th.cart_unit * {
	display: none;
} 
#order #cart_summary td.cart_unit * {
	display: none;
} 
#order #cart_summary h5 {
	margin: 0;
}
#order #cart_summary .cart_item {
	background-color: #fafafa;
}
#order #cart_summary td {
	margin: 0;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
#order #cart_summary .cart_total {
	width: 80px;
	text-align: right;
}
#order #cart_summary .price {
	text-align: right;
}
#order #cart_summary img {
	border: none;
}
#order #cart_voucher fieldset {
	border: none;
	font-size: 0.7em;
}
#order #cart_voucher {
	width: 300px;
}
#order .cart_navigation .exclusive {
	float: right;
	margin-right: 20px;
}
#order .cart_navigation .button_large {
	float: left;
}
#order .cart_navigation {
	clear: both;
}


/* tags */
#tags_block_left p {
	margin: 0;
}



#search_block_left {
	position: absolute;
	width: 340px;
	margin-left: 400px;
}
#search_block_left label {
	display: none;
}
#search_block_left h4 {
	float: left;
	font-size: 0.9em;
	margin: 5px 20px;
}
#search_block_left p {
	margin-top: 5px;
}

#idTab4 .accessories_block {
	border: none;
	padding: 0;
	width: 100%;
}
#idTab4 .accessories_block ul li {
	margin: 0;
	background: none;
	border: none;
}
#idTab4 .accessories_block ul li h5 {
	margin: 0; padding: 0;
}
#idTab4 .accessories_block p,
#idTab4 .accessories_block a {
	padding: 0; margin: 0;
}
#idTab4 .accessories_block  ul li h5 a:hover,
#idTab4 .accessories_block a *,
#idTab4 a:hover {
	border: none;
	background: none !important;
	color: #CF3F6F;
}
#idTab4 .button {
	display: none !important;
}
#idTab4 img {
	width: 40px;
}
#idTab4 .price {
	display:block;
	font-size:1.5em !important;
	text-align:center !important;
	width:100% !important;
}
#idTab4 {
	padding-left: 0;
	padding-top:10px;
}

#idTab4 .product_description {
	display: none !important;
}

#both_cols {
	clear: both;
}

.price-ecotax {
	font-weight: bold;
	color: #000;
}

#bloc_mmcadeaux {
	height: 120px;
}
#bloc_mmcadeaux .cj_slideshow_wrapper {
	height: 120px !important;
}
#bloc_mmcadeaux .cj_slideshow_wrapper img {
	left: 50% !important;
	margin-left: -25% !important;
}

#availability_label {
	display: none;
}


#productscategory h3 {
	display: none;
}

#header_nav #icone {
	background: url(/themes/meublezmoi2/img/panier2.gif) no-repeat;
	height:50px;
	margin-left:-55px;
	position:absolute;
	width:50px;
}

#homelink {
	display:block;
	width:250px;
	height:100px;
	position:absolute;
}

#order .order_delivery #order_carrier {
	display: none;
}

#contact-form {
	color: #7991AB;
}
#contact-form #center_column {
	width: 800px;
}
#contact-form h1 {
	background-color: #7991AB;
	color: #fff;
	font-size:1.5em;
	padding:5px;
	width:420px;
	margin-bottom: 0;
}
#contact-form h3 {
	color: #7991AB;
	font-size: 1em;
}
#contact-form .legend {
	font-size: 0.8em;
	font-weight: bold;
}
#contact-form #icones_contact {
	border-collapse: collapse;
	margin-bottom: 20px;
}
#contact-form #icones_contact td {
	border: 1px dotted #7991AB;
	font-size: 0.8em;
}
#contact-form #icones_contact td .texte {
	margin-left: 64px;
}
#contact-form fieldset {
	border: 2px solid #7991AB;
	margin: 0; padding: 0;
	margin-bottom: 20px;
}
#contact-form fieldset p {
	margin: 0; padding: 30px;
	display:block;
	float:left;
}
#contact-form h2 {
	clear: both;
	background-image: none;
	background-color: #7991AB;
	color: #fff;
	display:block;
	margin:0;
	padding:5px;
	text-align:center;
	width:786px;
}
#contact-form #contactez-service p ,
#contact-form #message p {
	width: 100%;
	text-align: center;
	padding-left:0;
}
#contact-form #message textarea {
	width: 80%;
	margin: auto;
	text-align: left;
}
#contact-form p.captcha,
#contact-form p.submit {
	clear:both;
	display:block;
	text-align:center;
	width:100%;
}



#order #minicart {
	font-size: 0.6em;
	color: #666;
	width: 99%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
}
#order #minicart .odd {
	background-color: #EDEDED;
}
.inline_list {
	display: none;
}
h2.category_title {
	display: none;
}
.port_inclus {
	color:#9E9F1D;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	margin:-5px auto auto;
	width:70%;
}

a.tag_level3 { font-size: 16px; font-weight:bold;}
a.tag_level2 { font-size: 14px;}
a.tag_level1 { font-size: 12px;}
a.tag_level0 { font-size: 10px;}

#block_various_links_footer {
	border-left: none !important;
}