@charset "UTF-8";
/* CSS Document */

body {
	background: #3f1e1f;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica ,sans-serif;
}

/* global */
p { 
	line-height:1.1;
}

.clear { clear:both; }	
.left { float:left; }
.right { float:right; }

img , img a {
	border: none;
	text-decoration: none;
}

a {
	text-decoration: none;
}

/* layout */
#page {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #3f1e1f url(../images/_arti/page_bg.jpg) center top no-repeat;
}

.container-menu , .container-header , .container-content , .container-footer {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.container-menu {
	width: 1000px;
	height: 100%;
}

.container-header {
	width: 940px;
	height: 100%;
}

.container-content {
	width: 960px;
	height: 100%;
}

.container-footer {
	width: 920px;
	height: 100%;
}

/* menu */
#menu {
	position:absolute;
	height: 53px;
	width: 1000px;
	margin: 0 auto;
	z-index: 100000;
}

#menu {
	position:relative;
}

#menu-left {
	width: 30px;
	height: 53px;
	display: block;
	margin-left: 20px;
	position: relative;
	float: left;
	background: url(../images/_arti/menu_left_bg_8.png) top left no-repeat;
}

html>body #menu-left {
	background: url(../images/_arti/menu_left_bg.png) top left no-repeat;
}

#menu-right {
	width: 25px;
	height: 53px;
	display: block;
	position: relative;
	float: left;
	background: url(../images/_arti/menu_right_bg_8.png) top left no-repeat;
}

html>body #menu-right {
	background: url(../images/_arti/menu_right_bg.png) top left no-repeat;
}

#menu-body {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	float: left;
}

#menu-body ul {
	display: block;
	margin: 0;
	padding: 0;
}

#menu-body ul li {
	position:relative;
	display: inline;
	height: 53px;
	margin: 0;
	padding-left: 2px;
	float: left;
	text-align: center;
	font-size: 0.85em;
	font-weight: lighter;
	color: #5b1e13;
	background: url(../images/_arti/menu_separate_bg_8.png) top left no-repeat;
}

html>body #menu-body ul li {
	background: url(../images/_arti/menu_separate_bg.png) top left no-repeat;
}

#menu-body ul li:first-child {
	padding-left: 0px;
	background: none;
}

#menu-body ul li ul li:first-child {
	padding-left: 0px;
	background-color: #6B2801;
}

#menu-body ul li a {
	cursor: pointer;
	text-align: center;
	display: block;
	float:left;
	height: 43px;
	padding: 13px 10px 0;
	color: #5b1e13;	
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/_arti/menu_body_bg_8.png) top left repeat-x;
}

html>body #menu-body ul li a {
	padding: 13px 12px 0;
	background: url(../images/_arti/menu_body_bg.png) top left repeat-x;
}

#menu-body ul li a span {
	font-size: 120%;
	padding: 0 !important;
	text-transform: uppercase;
}


#menu-body ul li a:hover {
	display: block;
	color: #fae60a;
	text-decoration: none;
	background: url(../images/_arti/menu_body_over_bg_8.png) top left repeat-x;
}

html>body #menu-body ul li a:hover {
	background: url(../images/_arti/menu_body_over_bg.png) top left repeat-x;
}

#menu-body ul li a.over , #menu-body ul li a.actived  {
	display: block;
	color: #fae60a;
	text-decoration: none;
	background: url(../images/_arti/menu_body_over_bg_8.png) top left repeat-x;
}

html>body #menu-body ul li a.over , html>body #menu-body ul li a.actived  {
	background: url(../images/_arti/menu_body_over_bg.png) top left repeat-x;
}

#menu-body ul li ul {
	top:46px;
	left:2px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: 242px;
	padding: 0;
	background: url(../images/_arti/sub_menu_bottom_bg_8.png) left bottom no-repeat;
	list-style: none;
	/*z-index: 100000;*/
	padding-bottom: 22px;
}

html>body #menu-body ul li ul {
	background: url(../images/_arti/sub_menu_bottom_bg.png) left bottom no-repeat;
}

#menu-body ul li ul li {
	width: 237px;
	height: 30px;
	display: list-item;
	background-image: none !important;
	background-color: #6B2801;
	border-left: 1px solid #2D0603;
	border-right: 1px solid #2D0603;
	padding-left: 2px !important;
	float: left;
	color: #fae60a;
	overflow:hidden;
}

#menu-body ul li ul li a {
	cursor: pointer;
	text-align: left;
	display: block;
	width: 100%;
	height: 100%;
	float:left;
	height: 20px;
	padding: 8px 10px 10px 8px;
	color: #fae60a;	
	text-decoration: none;
	text-transform: uppercase;
	background-image: none !important;
}

#menu-body ul li ul li:hover {
	color: #6b2801;
	background-color: #f7c125;
	padding-left: 0;
	cursor: pointer;
	display: block;
}

html>body #menu-body ul li ul li a:hover {
	color: #6b2801;
}


/* header */
#header {
	width: 940px;
	height: 143px;
	margin: 20px auto 0;
	position: relative;
	background: url(../images/_arti/artimousse_title_8.png) top left no-repeat;
}

html>body #header {
	background: url(../images/_arti/artimousse_title.png) top left no-repeat;
}

/*#logo {
	width: 172px;
	height: 143px;
	margin-left: 10px;
	padding: 0;
	position: relative;
	float: left;
} */

div#logo{
	position:relative;
	float:left;
	width: 172px;
	height: 143px;
	margin:0 0 0 10px;
	padding:0;
  background:url(../images/_arti/artimousse_logo_8.png) no-repeat;
}

html>body div#logo{
  background:url(../images/_arti/artimousse_logo.png) no-repeat;
}

div#logo a{
	display:block;
	width: 172px;
	height: 143px;
}



/* content */
#content {
	width: 960px;
	margin: 10px auto 20px; 
	padding: 0;
}

#content a{
	color:#69312b;
	text-decoration:underline;
}

#content a:hover{
	color:#69312b;
	text-decoration:none;
}

div#unecol-haut{
	width:100%;
	height:30px;
	background: url(../images/_arti/content_bloc_top_bg_big_8.png) no-repeat;
}

html>body div#unecol-haut{
	background: url(../images/_arti/content_bloc_top_bg_big.png) no-repeat;
}

div#unecol-body{
	height:400px;
	min-height:400px;
	background: url(../images/_arti/content_bloc_body_bg_big_8.png) repeat-y;
	padding:10px 10px 10px 30px;
	color:#69312b;
}

html>body div#unecol-body{
	height:auto;
	background: url(../images/_arti/content_bloc_body_bg_big.png) repeat-y;
}

div#unecol-bas{
	width:100%;
	height:30px;
	background: url(../images/_arti/content_bloc_bottom_bg_big_8.png) no-repeat;
}

html>body div#unecol-bas{
	background: url(../images/_arti/content_bloc_bottom_bg_big.png) no-repeat;
}

.bloc {
	width: 252px;
	height: 208px;
	position: relative;
	margin: 0 0 7px 12px;
	display: block;
}

html>body .bloc{
	margin: 0 0 7px 20px;
}

div#content a.bloc-normal {
	background: url(../images/_arti/min_bloc_bg_8.png) 0 0 no-repeat;
	text-decoration:none;
	padding: 0 15px 0 25px;
}

html>body div#content a.bloc-normal {
	background: url(../images/_arti/min_bloc_bg.png) 0 0 no-repeat;
}

div#content a.bloc-normal:hover {
	text-decoration:none;
	cursor:pointer;
	background-position: 0 -208px;
}

div#content .bloc-inverse {
	background: url(../images/_arti/min_bloc_bg_inverse_8.png) top center no-repeat;
	text-decoration:none;
	padding: 0 15px 0 25px;
}

html>body div#content .bloc-inverse {
	background: url(../images/_arti/min_bloc_bg_inverse.png) top center no-repeat;
}

div#content a.bloc-normal span.texte, div#content .bloc-inverse span.texte,
div#content a.bloc-normal div.texte, div#content .bloc-inverse div.texte {
	color: #69312b;
	padding:0;
	margin:5px 0 5px 0;
	font-size: 0.8em;
	text-align: left;
	z-index: 10000;
	position: relative;
	text-decoration:none;
}

/*.bloc-normal span { color: #69312b; }*/
div#content .bloc-inverse span { color: #FFFFFF; }
/*.bloc-normal p a { color: #69312b; text-decoration: none; cursor: pointer; }
.bloc-inverse p a { color: #FFFFFF; text-decoration: none; cursor: pointer; }
.bloc-normal p a:hover { color: #69312b; text-decoration: underline; }
.bloc-inverse p a:hover { color: #FFFFFF; text-decoration: underline; }*/

img.bloc-figure , img a.bloc-figure {
	/*margin:10px 0 0 40px;*/
	float:right;
	margin:0;
}

a.bloc-normal span.titre, .bloc-inverse span.titre {
	display:block;
	width: auto;
	height: 30px;
	margin: 20px 0 2px 0;
	display: block;
	position: relative;
	text-decoration:none;
	text-align: left;
	/*clear: both;*/
}

.bloc-inverse span.flot {
	float:left;
}

/* search-form */
#search-form  {
	margin: 10px;
}

#search-biere {
	width: 237px;
	height: 14px;
	position: relative;
	margin: -5px 14px 10px;
	padding: 3px;
	border: 1px solid #666666;
	color: #666666;
}

/*#search-form label {
	font-size: 0.813em;
	float: left;
	text-align: left;
	margin-left: 16px;
	display: inline;
}

#search-form select#typebiere , #search-form select#contenance , #search-form select#region {
	float: right;
	position: relative;
	margin: 0 13px 5px 0;
	border: 1px solid #666666;
	color: #666666;
	text-align: left;
}

#search-form select#typebiere {
	width: 100px;
	height: 18px;
}

#search-form select#contenance {
	width: 60px;
	height: 18px;
}

#search-form select#region {
	width: 120px;
	height: 18px;
}

#typebiere option ,#contenance option , #region option {
	padding: 2px 5px;
	color: #333333;
}

#search-ok {
	width: 98px;
	height: 26px;
	display: block;
	margin: 0 auto;
	padding: 5px 0 0;
}

#sidebar-search-form {
	margin: 10px 10px 10px 7px;
}*/

/* content main */
#content-sidebar {
	width: 192px;
	height: auto;
	margin-left: 10px;
	position: relative;
	float: left;
}

#content-main {
	width: 737px;
	height: auto;
	min-height: 410px;
	margin: 0;
	position: relative;
	float: left;
}

.sidebar-bloc {
	width: 192px;
	height: 233px;
	position: relative;
	margin: 0 auto;
}

#sidebar-search-top {
	background: transparent url(../images/_arti/sidebar_bloc_recherche_haut_8.png) top left no-repeat;
	height:48px;
	overflow:hidden;
}

html>body #sidebar-search-top {
	background: transparent url(../images/_arti/sidebar_bloc_recherche_haut.png) top left no-repeat;
}

#sidebar-search-middle {
	background: transparent url(../images/_arti/sidebar_bloc_recherche_milieu_8.png) top left repeat-y;
}

html>body #sidebar-search-middle {
	background: transparent url(../images/_arti/sidebar_bloc_recherche_milieu.png) top left repeat-y;
}

#sidebar-search-bottom {
	background: transparent url(../images/_arti/sidebar_bloc_recherche_bas_8.png) top left no-repeat;
	height:33px;
}

html>body #sidebar-search-bottom {
	background: transparent url(../images/_arti/sidebar_bloc_recherche_bas.png) top left no-repeat;
}

/*#sidebar-produit {
	background: transparent url(../images/_arti/sidebar_bloc_produit_bg_8.png) top left no-repeat;
}

html>body #sidebar-produit {
	background: transparent url(../images/_arti/sidebar_bloc_produit_bg.png) top left no-repeat;
}
*/
#content-main-top , #content-main-bottom {
	width: 737px;
	height: 30px;
	position: relative;
	margin: 0 auto;
	clear: both;
	overflow:hidden;
}

#content-main-top {
	background: transparent url(../images/_arti/content_bloc_top_bg_8.png) top center no-repeat;
}

html>body #content-main-top {
	background: transparent url(../images/_arti/content_bloc_top_bg.png) top center no-repeat;
}

#content-main-bottom {
	background: transparent url(../images/_arti/content_bloc_bottom_bg_8.png) top center no-repeat;
}

html>body #content-main-bottom {
	background: transparent url(../images/_arti/content_bloc_bottom_bg.png) top center no-repeat;
}

#content-main-body {
	background: transparent url(../images/_arti/content_bloc_body_bg_8.png) top center repeat-y;
	position: relative;
	margin: 0 auto;
	width: 737px;
	height: 410px;
	min-height: 410px;
}

html>body #content-main-body {
	height:auto;
	background: transparent url(../images/_arti/content_bloc_body_bg.png) top center repeat-y;
}

.content-main-bloc {
	padding: 10px 30px;
}

#content-menu-page-list ul {
	margin: 3px 5px;
	list-style: none;
}

#content-menu-page-list ul li {
	color: #69312b;
	font-size: 0.688em;
	display: inline;
	padding-right: 5px;
	text-decoration: none;
	text-transform: capitalize;
}

#content-menu-page-list ul li a {
	color: #69312b;
	text-decoration: underline;
}

#content-menu-page-list ul li a:hover {
	color: #69312b;
	text-decoration: none;
}

#content-item-page-list {
	margin: 0 5px;
	position: relative;
	color: #69312b;
}

#content-item-page-list h1 {
	color: #69312b;
	font-size: 1.063em;
	padding: 10px 0;
}

#content-item-page-list h2 {
	color: #69312b;
	font-size: 0.938em;
	padding: 10px 0;
}

#content-item-page-list h3 {
	color: #69312b;
	font-size: 0.875em;
	padding: 10px 0;
}

#content-item-page-list h1 a , #content-item-page-list h2 a , #content-item-page-list h3 a , #content-item-page-list p a {
	color: #69312b;
	text-decoration: underline;
}

#content-item-page-list h1 a:hover , #content-item-page-list h2 a:hover , #content-item-page-list h3 a:hover , #content-item-page-list p a:hover {
	color: #69312b;
	text-decoration: none;
}

#content-item-page-list p {
	color: #69312b;
	font-size: 0.813em;
	padding: 0 0 4px;
	text-align:justify;
	/*text-indent: 3em;*/
}

#content-item-page-list blockquote , #content-item-page-list cite {
	margin: 5px 0;
	font-size: 0.813em;
	width: 658px;
	height: auto;
	padding: 10px;
	text-indent: 3em;
	font-style: italic;
	color: #69312b;
	background-color: #feffee;
}

#content-item-page-list blockquote a , #content-item-page-list cite a {
	color: #69312b;
	text-decoration: underline;
}

#content-item-page-list blockquote a:hover , #content-item-page-list cite a:hover {
	color: #69312b;
	text-decoration: none;
}

#content-item-page-list hr {
	height: 1px;
	border-top: 1px solid #EAEAEA;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

/* sidenbar */

.sidebar-bloc h2 , .sidebar-bloc h2 a {
	padding: 18px 0 0 18px;
	position: relative;
}

.sidebar-bloc p {
	margin: 0 12px 5px 24px;
	font-size: 0.813em;
	color: #FFFFFF;
	text-indent: 14px;
	text-align: left;
}

.sidebar-bloc p a {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar-bloc p a:hover {
	text-decoration: underline;
}

img.sidebar-figure , img a.sidebar-figure {
	right: 0;
	bottom: 0;
	margin-bottom: 12px;
	margin-right: 16px;
	position: absolute;
	float: right;
	text-decoration: none;
	border: none;
}


/* footer */
#footer {
	border-top: 1px solid #f6b820;
	padding: 20px 0;
	margin-bottom: 20px;
	color: #f8c627; 
}

#footer-info ul li , #footer-info ul li a , #footer-credit ul li , #footer-credit ul li a {
	color: #f8c627;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.813em;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}

#footer-info ul {
	float: left;
}

#footer-info ul li {
	padding-right: 20px;
	text-align: left;
	float: left;
}

#footer-credit ul {
	float: right;
}

#footer-credit ul li {
	padding-left: 20px;
	text-align: right;
	float: left;
	color: #f8c627;
	text-decoration: none;
}

#footer-info ul li a:hover , #footer-credit ul li a:hover {
	color: #f8c627;
	text-decoration: underline;
}





/* MISE EN PAGE */


/* View Type: List */
.products-list{clear:both;}
.products-list li.item { float:left; padding:15px 10px; width:310px; min-height:160px; height:160px; }
html>body .products-list li.item{height:auto;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; border:1px solid #69312b; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; padding:0; font-weight:bold; font-size:1.4em; color:#203548; }
.products-list .product-name a { color:#203548; }
.price-box { margin:3px 13px 5px 0; font-size:1.4em;font-weight:bold;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

.page-title h1{
	width:100%;
	padding:0;
}

.toolbar{
	margin:15px 0 0 0;
	padding:0;
}

.pager{
	float:left;
	margin:0 0 5px 0;
	font-size:0.8em;
}

.sorter{
	float:right;
	margin:0 0 5px 0;
	font-size:0.8em;
}

div.separateur{
	width:100%;
	border-bottom:1px dashed #69312b;
	clear:both;
	margin:10px 0 10px 0;
}

.product-desc{
	float:left;
	width:340px;
	margin:0 0 0 10px;
}

.product-img-box{
	float:left;
	width:300px;
	margin:0 15px 0 0;
}

#image{
	border:1px solid #69312b;
}

div.pages span,
div.pages ol{
	float:left;
}

div.pages ol li{
	float:left;
	margin:0 3px 0 3px;
}

div.advanced-search,
div.buttons-set{
	margin:0 0 0 23px;
}

ul.form-list li{
	clear:both;
	float:left;
	margin:2px 0 2px 0;
	font-size:0.8em;
	list-style:none;
}

ul.form-list li label,
ul.form-list li .input-box{
	float:left;
	color:#69312b;
}

ul.form-list li .input-box input.input-text{
	/*width:100px;*/
}


div#content-main div.product-essential h1,
div#unecol-body h1{
	width:100%;
	font-size:1.2em;
	border-bottom:1px dashed #69312b;
}

div#content-main div.product-essential h2,
div#unecol-body h2{
	font-size:1em;
	margin:20px 0 10px 0;
}

div#content-main div.product-essential p,
div#unecol-body p{
	font-size:0.8em;
	text-align:justify;
	margin:10px 0 10px 0;
}

div#content-main div.product-essential img,
div#unecol-body img{
	margin:0 10px 10px 10px;
}

div#content-main div.product-essential ul,
div#unecol-body ul{
	list-style-type:disc;
	list-style-position:inside;
	margin:5px;
}

div#content-main div.product-essential ul li,
div#unecol-body ul li{
	font-size:0.8em;
	margin:5px 0 5px 0;
}

div#content-main div.product-essential div.more-views ul{
	list-style:none;
}

div#content-main div.product-essential div.more-views ul li{
	float:left;
	margin:5px;
	padding:0;
	border:1px solid #69312b;
}

div#content-main div.product-essential div.more-views ul li img,
div#content-main div#content-item-page-list li.item img{
	margin:0;
}

.advanced-search-summary ul li{
	font-size:0.8em;
}

ul#advanced-search-list-accueil{
	position:relative;
	width:265px;
	float:left;
	margin:0 0 0 -20px;
	padding:0;
}

html>body ul#advanced-search-list-accueil{
	margin:0 0 0 -30px;
}

ul#advanced-search-list li{
	width:155px;
	margin:10px 0 0 0;
}

ul#advanced-search-list-accueil li{
	position:relative;
	float:left;
	width:123px;
	margin:4px 0 0 5px;
	padding:0;
	clear:none;
}

ul#advanced-search-list-accueil li label{
	margin:0;
	padding:0;
	font-size:0.9em;
}

ul#advanced-search-list-accueil li input{
	width:85px;
}

/*ul#advanced-search-list-accueil li label,*/
ul#advanced-search-list li label{
	float:left;
}

/*ul#advanced-search-list-accueil li div.input-box,*/
ul#advanced-search-list li div.input-box{
	float:right;
}

.multiselect,
.input-text{
	border:1px solid #69312b;
	/*font-size:0.8em;*/
}

.multiselect{
	width:110px;
	height:40px;
	font-size:0.9em;
}

.multiselect:focus,
.input-text:focus{
	border:1px solid #ce6206;
}

.button{
	float:right;
	margin:5px 14px 0 0;
}

.button-valid{
	border:1px solid #69312b;
}

.recherche{
	width:98px;
	height:26px;
	background:url(../images/_arti/btn_recherche_8.png) 0 0 no-repeat;
	border:0;
	clear:both;
}

html>body .recherche{
	background:url(../images/_arti/btn_recherche.png) 0 0 no-repeat;
}

.recherche:hover{
	cursor:pointer;
}

.input-textnom{
	float:left;
	width:94px;
	height:22px;
	margin:22px 0 0 5px;
	background:url(../images/_arti/fond_input.png) 0 0 no-repeat;
	border:0;
	font-size:0.9em;
}

select option{
	height:20px;
	margin:0;
	padding:0;
	line-height:0;
}

div#reseaux{
	position:absolute;
	top:100px;
	right:0;
	background:url(../images/_arti/fd_facebook_8.png) no-repeat;
	width:71px;
	height:74px;
}

html>body div#reseaux{
	background:url(../images/_arti/fd_facebook.png) no-repeat;
}

div#reseaux a{
	float:right;
	margin:20px 8px 0 0;
}

div#reseaux a img{
	border:0;
}

.bot{
  clear:both;
}

.products-grid td{
  padding:10px;
  text-align:center;
}

div#newsletter-suscribe{
  width:293px;
  height:57px;
  float:right;
  text-align:right;
  background:url(../images/_arti/fd_newsletter_8.png) no-repeat;
  margin:100px 15px 0 0;
  font-size:0.7em;
  color:black;
}

html>body div#newsletter-suscribe{
  background:url(../images/_arti/fd_newsletter.png) no-repeat;
}

div#newsletter-suscribe .input-box{
  float:left;
  margin:12px 0 0 12px;
}

html>body div#newsletter-suscribe .input-box{
  margin:18px 0 0 25px;
}

div#newsletter-suscribe .an-buttons{
  float:left;
  margin:10px 0 0 0;
}

div#newsletter-suscribe .an-buttons .button{
   
}

#email_an{
  width:220px;
}

#btn-newsletter{
  width:26px;
  height:26px;
}

div.std{

}

div.std div{
  width:250px;
  height:130px;
  text-align:justify;
  overflow:hidden;
  background:#be600a;
}

div.std div h2{
  font-size:1.2em;
  margin-bottom:5px;
}

div.std div p{
  margin-bottom:5px;
 /* width:200px;
  background:red; */
}

div.std div img{
  margin:5px;
  float:left;
}

#upsell-product-table a.product-image img{
  border:1px solid #69312b;
}
