@charset "utf-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../pic/bg-ghanarts.jpg);
	background-repeat: no-repeat;
	background-position : center top;
	background-color: #3e0001;
	/*text-align: center;*/
}

body * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

strong {
	font-weight: bold;
	font-size: inherit;
	color: inherit;	
}

.header {
	background: url("../pic/bg-header-ghanarts.jpg") no-repeat;	
}

.header_btnLight {
	padding-left: 40px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.header_btnDark {
	padding-left: 40px;
	color: #d9a164;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.header_btnDark a, .header_btnDark a:hover, .header_btnDark a:visited {
	font-weight: bold;
	color: #d9a164;
	font-size: inherit;
	text-decoration: none;
}

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

.header_btnShop {
	background-image: url("../pic/header-btn-shop.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
	text-align: center;
	cursor: pointer;	
}

.header_btnShop a, .header_btnShop a:hover, .header_btnShop a:visited {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
	


.font-menu {
	color: #CFA24D;
}

.font-menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	color: #CFA24D ;	
}

.font-menu a:hover, .font-menu a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none !important;	
	color: #B30A0F !important;
}

.menu_current {
	/*color: #B30A0F !important;*/
	font-weight: bold;
	font-size: 14px;
}

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

/*
a:link {
	color: #8C0854;
	text-decoration: none;
	font-size: inherit;
}
*/
a:hover {
	color: #B30A0F;
	text-decoration: underline;
	font-size: inherit;
}
/*
a:visited {
	text-decoration: none;
	color: #CFA24D;
	font-size: inherit;
}

a:visited:hover  {
	text-decoration: underline;
}
*/
a:active {
	text-decoration: none;
	color: #CFA24D;
	font-size: inherit;
}
texte body {
	font-family: Arial, Helvetica, sans-serif;
}
body p {
	font-size: 12px;
}

texte-body {
	font-family: Arial, Helvetica, sans-serif;
}
body p {
	font-family: Arial, Helvetica, sans-serif;
}
body p {
	color: #000000;
}
body p {
	text-align: justify;
}

.baseline, .baseline a, .baseline a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

.baseline a:hover {
	text-decoration: none;
	color: #B30A0F;
	font-size: inherit;
}

.shop_title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;	
	text-transform: uppercase;
	margin-left: 30px;
}

.shop_subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;			
	text-decoration: underline;
}

.shop_field {
	border: 1px solid #666666;
}


.succes_msg {
	color: green;
	font-weight: bold;
	text-align: center;
	width: 100%;	
}

.failed_msg {
	color: red;
	font-weight: bold;
	text-align: center;
	width: 100%;	
	padding: 10px;
}

.msg_ok {
	background-color: #ffdf6e;
	border: 1px solid black;
	color: black;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;	
	-moz-border-radius: 5px;
}

.contenu_page {
	background-color:#c69b4c; min-height: 320px; height: 320px; padding: 0px;	
}

.contenu_div {
	margin: auto;
	width: 90%;
}

.contenu_text {
	padding-left: 30px;
	padding-right: 30px;
}

.page_title {
	float:left; 
	padding-right:5px; 
	padding-left:5px; 
	line-height:23px; 
	vertical-align:middle;
	font-weight: bold;
	font-size: 16px;
	color:#000000;
}

.page_title_line {
	border-top: 1px solid #b17d39;
	height: 1px;
	font-size: 0px;
	background-color: #000000;
	width: 100%;	
	border-bottom: 1px solid #b17d39;
}

.page_subtitle {
	padding-top: 3px;
	padding-left:20px; 
	font-weight: bold;
	font-size: 14px;
}

/*=========== PROD=================*/

.prod_list_item {
	float:left; 
	height:275px; 
	width:212px; 
	text-align:center;
	background-color: #ffd7a6;
	margin: 7px;
	padding-top: 5px;
	-moz-border-radius: 5px;
}

.product_list_img img {
	border: 1px solid black;
	margin-bottom: 5px;
}

.product_list_label {	
	width: 195px;
	background-color: #170000;
	height: 24px;
	line-height: 24px;
	margin: auto;
}

.product_list_label a, .product_list_label a:hover {
	color: #ffd7a6;
	font-size: 12px;
}

.product_list_text {
	width: 195px;
	margin: auto;
	font-size: 11px !important;
	text-align: left;
	padding-top: 5px;
	height: 45px;
	/*border: 1px solid red;*/
}

.product_list_price {	
	width: 195px;
	background-color: #a77038;
	height: 24px;
	line-height: 24px;
	margin: auto;
	font-size: 14px;
	font-weight: bold;	
}

.product_list_button {
	margin-top: 5px;
}


.prod_menu {	
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.product_miniPicto_item {
	width: 100%;
	background-color: #ffd7a6;	
	-moz-border-radius: 2px;
	padding-top: 5px;
	margin-top: 7px;	
}

.product_miniPicto_item img {
	border: 1px solid black;	
}

.product_miniPicto_item a {
	font-size: 10px;
}


.product_page {
	/*width: 740px;*/
	width: 100%;
	background-color: #ffd7a6;	
	margin: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 5px;
	-moz-border-radius: 5px;
	height: 400px;
}

.prod_menu a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.product_pic img{
	border: 1px solid #666666;
}

.product_label {
	font-size: 14px;
	font-weight: bold;
	color: #B30A0F;	
}

.product_text {
	color: #000000;	
}

.product_button {
	padding-top: 10px;	
}

.product_price{
	font-size: 18px;
	font-weight: bold;
	color: #B30A0F;
}

.product_price_old {
	font-size: 16px;	
	color: #666666;
	font-weight: normal;
	text-decoration: line-through;
}

.product_stockout{	
	color: #B30A0F;
}

.order_table {
	width: 100%;
	border-collapse: collapse;
}

/**************** LIST ****************/

.list {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
/*
.list th:first-child {
	border-left: 1px solid black;	
}



*/
.list th {
	background-color: #000000;
	color: white;
	padding: 2px;
}
.list tr:hover {
	background-color: #ffffaf;
}
/*
table.list tr td {
	padding: 2px;
	border-left: 1px solid black;	
	border-bottom: 1px solid black;	
}
*/

/**************** CART ****************/

.cart_quantity {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

.cart_qty_input {
	width: 25px;
	border: 1px solid black;
	font-size: 16px;
	text-align: right;	
}

.cart_price {
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	color: #B30A0F;
}

.cart_join {
	text-align: center;	
}

.cart_totalLabel {
	text-align: right;
	font-size: 18px;
}

.cart_minortotalLabel {
	text-align: right;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart_totalPrice {
	font-weight: bold;
	text-align: right;
	color: #B30A0F;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart_product_label {
	font-size: 14px;
	font-weight: bold;
	color: #333333;	
}

.cart_product_pic img{
	border: 1px solid #666666;
}

.orderGuide a{
	color: #B30A0F;
	text-decoration: underline;
	font-size: inherit;
}

.orderGuide b{
	color: #B30A0F;	
}

.orderPaidText {
	font-size: 18px;
	text-align: center;
}

.orderPaidTotal {
	color: #B30A0F;	
	font-size: 18px;
	font-weight: bold;
}

.div_address_select {
	width: 96%;	
	
	padding: 5px;
	border: 1px solid black;
	/*float: left;*/
	background-color: #FFD7A6;
}

/*******************************************/
/*					BUTTON				   */
/*******************************************/
.buttonStandard_tr{
	cursor:pointer;
}

.buttonStandard_left{
	width:5px;
	height:27px;
	background:url(buttonStandard/button_left.png) no-repeat;
}

.buttonStandard_left_hover{
	width:5px;
	height:27px;
	background:url(buttonStandard/button_left_hover.png) no-repeat;
}

.buttonStandard_center{
	height:27px;
	line-height: 27px;
	vertical-align: middle;
	background:url(buttonStandard/button_center.png) repeat-x;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	color: #000000;
	text-align: center;
}

.buttonStandard_center_hover{
	height:27px;
	line-height: 27px;
	vertical-align: middle;
	background:url(buttonStandard/button_center_hover.png) repeat-x;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	color: #FFFFFF;
	text-align: center;
}

.buttonStandard_icon{
	height:27px;	
	background:url(buttonStandard/button_center.png) repeat-x;	
}

.buttonStandard_icon_hover{
	height:27px;	
	background:url(buttonStandard/button_center_hover.png) repeat-x;	
}

.buttonStandard_right{
	width:5px;
	height:27px;
	background:url(buttonStandard/button_right.png) no-repeat;
}

.buttonStandard_right_hover{
	width:5px;
	height:27px;
	background:url(buttonStandard/button_right_hover.png) no-repeat;
}


/*************** ENCART *********************/

.encart_div {
	border: 1px solid black;	
	padding: 5px;
	text-align: center;
	min-height: 140px;
	background-color: #FFD7A6;
}

.encart_title {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
