.header_container
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 173px;
	background-color: #43ace3;
	background-image:url(http://comp.xaw.fr/img/rsc/header_bg.png);
	border-bottom: 1px solid #005fa3;
	z-index: 100;
}
.header
{
	color: #005fa3;
	font-family: Arial;
	width: 980px;
	height: 183px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}
.container_logo
{
	position: relative;
	width: 200px;
	top: 7px;
	float: left;
}
.logo
{
	width: 150px;
}

.code_ean
{
	position: relative;
	top: 22px;
	left: 40px;
	float: left;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
#code_ean_what
{
	cursor: pointer;
}
.code_ean_exp_cont
{
	position: relative;
}
#code_ean_exp
{
	display: none;
	position: absolute;
	overflow: hidden;
	width: 250px;
	padding: 10px;
	color: #000000;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #005fa3;
	border-radius: 5px;
	cursor: default;
	z-index: 10;
	-webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.25);
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.25);
}
#code_ean_what:hover #code_ean_exp
{
	/*width: 200px;*/
	display: block;
}
.mod_mag
{
	position: relative;
	float: left;
	top: 25px;
	left: 500px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
.mod_mag_button
{
	top: 0px;
	height: 28px;
	width: 200px;
	margin: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 12px;
	font-style: normal; /*italic;*/
	font-weight: bold;
	text-decoration: none;
	background-color: #005fa3;
	cursor: pointer;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.mod_mag_button:hover
{
	color: #43ace3;
}

/*************************** search ********************************/
.container_search
{
	position: relative;
	top: 22px;
	left: 10px;
	float: left;
}
.art_search
{
	top: 0px;
	height: 42px;
	width: 350px;
	padding: 3px;
	padding-left: 7px;
	padding-top: 5px;
	
	background-color: #ffffff;	/*#bb2266;*/
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	direction: ltr;
	outline: none;
	resize: none;
	z-index: 6;

	border: 1px solid #43ace3;
	border-right: 0px;
	border-radius: 5px 0 0 5px;
}
.art_search:hover
{
	border: 1px solid #005fa3;
	border-right: 0px;
}
.art_search:focus
{
	outline: none;
	border: 1px solid #005fa3;
	border-right: 0px;
}
.art_search_button
{
	top: 0px;
	height: 42px;
	width: 75px;
	margin: 0px;
	border: 0px;
	color: #ffffff;
	font-size: 12px;
	font-style: normal; /*italic;*/
	font-weight: bold;
	text-decoration: none;
	background-color: #005fa3;
	background-image: url(http://comp.xaw.fr/img/rsc/loupe.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.art_search_button:hover
{
	color: #43ace3;
	background-image: url(http://comp.xaw.fr/img/rsc/loupe_on.png);
}
/*************************** search ********************************/

/*************************** menu ********************************/
.header_menu_container
{
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0px;
}
.header_menu
{
	margin-top: 105px;
	height: 45px;
	width: 100%;
	z-index: 100;
}
.header_menu_sub
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.header_menu_list
{
	top: 30px;
	position: relative;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	background-color: #005fa3;
	border-radius: 5px 0 0 5px;
	float: left;
}
.header_menu_item
{
	display: inline-block;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	float: left;
	cursor: pointer;
	background-image: url(http://comp.xaw.fr/img/rsc/header_sep.png);
	background-repeat: no-repeat;
}
.header_menu_item a
{
	color: #ffffff;
	font-size: 16px;
	white-space: nowrap;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.header_menu_item_first
{
	background-image: none;
}
.header_menu_item:hover a
{
	color: #43ace3;
}
.header_menu_item_text
{
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.header_menu_item_text_2l
{
	display: block;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header_menu_sep
{
	display: inline-block;
	text-align: center;
}

.header_submenu
{
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	height: 350px;
	background-color: #005fa3;
	border-radius: 0px 0px 5px 5px;
}
.header_submenu_container
{
	position: absolute;
	overflow: hidden;
	top: 63px;
	left: 0px;
	right: -78px;
	width: 0px;
	background-color: #005fa3;
	background-image: url(http://comp.xaw.fr/img/rsc/header_bg.png);
	background-position: 3px -1px;
	border-radius: 0px 0px 5px 5px;
	cursor: default;
	z-index: 101;
}
.header_submenu_content
{
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #ffffff;
	color: #000000;
	border-radius: 0px 0px 5px 5px;
}
.header_submenu_category
{
	height: 200px;
	width: 140px;
	padding: 10px;
	margin: 5px;
	color: #000000;
	text-align: left;
	float: left;
}
.header_submenu_category_ttl
{
	height: 35px;
	padding-top: 7px;
}
.header_submenu_category_ttl a:link, .header_submenu_category_ttl a:visited
{
	color: #b51e21;
	font-size: 16px;
	letter-spacing: -0.6px;
	text-decoration: none;
}
.header_submenu_category_ttl a:hover, .header_submenu_category_ttl a:active, .header_submenu_category_ttl a:focus
{
	text-decoration: underline;
}
.header_submenu_category_menu
{
	list-style-image: url(http://comp.xaw.fr/img/rsc/li.png);
}
.header_submenu_category_menu a:link, .header_submenu_category_menu a:visited
{
	color: #000000;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: -0.3px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
.header_submenu_category_menu a:hover, .header_submenu_category_menu a:active, .header_submenu_category_menu a:focus
{
	color: #b51e21;
	text-decoration: underline;
}
.header_submenu_arrow
{
	width: 0px;
	height: 13px;
	background-image: url(http://comp.xaw.fr/img/rsc/arrow_down.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: default;
}
.header_menu_basket
{
	top: 30px;
	position: relative;
	height: 50px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
	border-radius: 0 5px 5px 0;
	float: left;
	cursor: pointer;
}
.header_menu_basket a
{	
	color: #5f5f5f;
	font-size: 16px;
	white-space: nowrap;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.header_menu_basket:hover a
{
	color: #43ace3;
}

.header_submenu_container_basket
{
	position: absolute;
	overflow: hidden;
	top: 63px;
	right: 0px;
	width: 0px;
	height: 300px;
	background-color: #005fa3;
	background-image: url(http://comp.xaw.fr/img/rsc/header_bg.png);
	background-position: 3px -1px;
	border-radius: 0px 0px 5px 5px;
	z-index: 101;
}
.header_submenu_basket
{
	position: relative;
	margin-left: 12px;
	margin-right: 12px;
	height: 288px;
	background-color: #ffffff;
	border-radius: 0px 0px 5px 5px;
}
.header_submenu_arrow_basket
{
	width: 0px;
	height: 13px;
	background-image: url(http://comp.xaw.fr/img/rsc/arrow_down_wh.png);
	background-position: center;
	background-repeat: no-repeat;
}
.header_menu_item > .header_submenu_container
{
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.header_menu_item:hover > .header_submenu_container
{
	width: 917px;
	border: 1px solid #005fa3;
	border-top: 0px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.header_menu_item:hover > .header_submenu_arrow
{
	width: 100%;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.header_menu_basket > .header_submenu_container_basket
{
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.header_menu_basket:hover > .header_submenu_container_basket
{
	width: 500px;
	border: 1px solid #005fa3;
	border-top: 0px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.header_menu_basket:hover > .header_submenu_arrow_basket
{
	width: 100%;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}


/*************************** menu ********************************/

/*************************** shadow ********************************/
.header_shad_left_up
{
	position: absolute;
	margin-top: 174px;
	left: 20px;
	width: 235px;
	height: 25px;
	background-image: url(http://comp.xaw.fr/img/rsc/shad_left_up.png);
}
.header_shad_center_up
{
	position: absolute;
	margin-top: 174px;
	left: 255px;
	right: 255px;
	height: 25px;
	background-image: url(http://comp.xaw.fr/img/rsc/shad_center_up.png)
}
.header_shad_right_up
{
	position: absolute;
	margin-top: 174px;
	right: 20px;
	width: 235px;
	height: 25px;
	background-image: url(http://comp.xaw.fr/img/rsc/shad_right_up.png);
}
/*************************** shadow ********************************/

.index_header_spacer
{
	padding-top: 190px;
}


/*************************** search_box ****************************/
.art_search_list_container
{
	position: relative;
}
.art_search_list
{
	position: absolute;
	display: none;
	top: 5px;
	width: 413px;
	padding: 5px;
	border: 1px solid #43ace3;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: left;
}
.art_search_div
{
	cursor: pointer;
}
.art_search_div:hover
{
	color: #ffffff;
	background-color: #43ace3;
}
.art_search_list_ean
{
	padding-left: 5px;
	width: 110px;
}
.art_search_list_mrq
{
	width: 40px;
}
.art_search_list_txt
{
	padding-left: 5px;
}
.art_search_list_sel
{
	/*background-color: #43ace3;
	color: #005fa3;*/
	color: #000000;
	background-color: #ffff00;
}
.art_search_list_img_img
{
	width: 40px;
}
.art_search_list_img
{
	height: 42px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3px;
}
/*************************** search_box ****************************/