/*
 *	CSS de gestion du HEADER 
 */

.header {
	width: 960px;
	height: 130px;	
}

/*
 * Ligne 1 : Meta navigation
 */

.header_meta {
	width: 960px;
	height: 31px;
}
		
.header_meta_table {
	width: 960px;
	height: 31px;	
}

.header_meta_separator {
	width:3px;	
	height: 31px;	
	background: url(../../img/header/deboeck/cadre_left/header_separator.png) no-repeat;	
	float: left;
}

.header_meta_separator_left {
	width:3px;	
	height: 31px;	
	background: url(../../img/header/deboeck/cadre_left/header_separator_hleft.png) no-repeat;	
	float: left;
}

.header_meta_separator_right {
	width:3px;	
	height: 31px;	
	background: url(../../img/header/deboeck/cadre_left/header_separator_hright.png) no-repeat;	
	float: left;
}

.header_meta_separator_both {
	width:3px;	
	height: 31px;	
	background: url(../../img/header/deboeck/cadre_left/header_separator_hboth.png) no-repeat;	
	float: left;
}


.header_meta_td_header_left {
	width:10px;	
	background: url(../../img/header/deboeck/cadre_left/header_left.png) no-repeat;	
}

.header_meta_td_left {
	font-family: Trebuchet MS;
	font-size:14px;
	font-weight: bold;
	color: #888888;
	width: 425px;
	height: 31px;
	margin-left:20px;
	background: url(../../img/header/deboeck/cadre_left/back_meta_header.png) repeat-x;	
}

.header_meta_td_center {
	font-family: Trebuchet MS;
	font-size:14px;
	font-weight: bold;
	color: #888888;
	width: 162px;
	height: 31px;
	background: url(../../img/header/deboeck/cadre_left/back_meta_header.png) repeat-x;	
}

.header_meta_td_right {
	font-family: Trebuchet MS;
	font-size:12px;
	font-size:14px;
	font-weight: bold;
	color: #888888;
	height: 31px;
	text-align: right;
	margin-right: 20px;
	background: url(../../img/header/deboeck/cadre_left/back_meta_header.png) repeat-x;	
}

.header_meta_td_header_right {
	width:10px;	
	background: url(../../img/header/deboeck/cadre_left/header_right.png) no-repeat;	
}

.header_meta_left_menu{
	float: left;
	height: 31px;
	width: 425px;
}

.header_meta_center_menu{
	float: left;
	height: 31px;
	width: 162px;
}

.header_meta_right_menu {
	float: right;
	height: 31px;
}

.header_meta_left_item{
	float: left;
	height: 31px;
	width: 100px;
	padding-top:5px;
	text-align: center;
	cursor:pointer;
}

.header_meta_left_item_hover{
	float: left;
	height: 31px;
	width: 100px;
	padding-top:5px;
	text-align: center;
	background: url(../../img/header/deboeck/cadre_left/header_meta_hover.png) repeat-x;
	color: #FFFFFF;	
	cursor:pointer;	
}

.header_meta_left_item_on{
	float: left;
	height: 31px;
	width: 100px;
	padding-top:5px;
	text-align: center;
	background: url(../../img/header/deboeck/cadre_left/header_meta_hover.png) repeat-x;	
	color: #FFFFFF;
}

.header_meta_center_item{
	float: left;
	height: 31px;
	width: 50px;	
	padding-top:5px;	
	text-align: center;
	cursor:pointer;	
}

.header_meta_center_item_hover{
	float: left;
	height: 31px;
	width: 50px;	
	padding-top:5px;
	text-align: center;
	background: url(../../img/header/deboeck/cadre_left/header_meta_hover.png) repeat-x;	
	color: #FFFFFF;
	cursor:pointer;
}

.header_meta_center_item_on{
	float: left;
	height: 31px;
	width: 50px;	
	padding-top:5px;
	text-align: center;
	background: url(../../img/header/deboeck/cadre_left/header_meta_hover.png) repeat-x;	
	color: #FFFFFF;
}

.header_meta_right_item {
	float: left;
	height: 31px;
	padding-top:5px;
	padding-left:30px;
	padding-right:5px;
	background-image:url('../../img/header/deboeck/header_depliable.png');
	background-repeat:no-repeat;	
	background-position:2% 50%; 
	cursor:pointer;	
}

.header_right_hidden {
	position:absolute;
	display:none;
	left:-1000px;
	z-index:1000px;
}


/*
 * Ligne 2 : Navigation fonctionnelle
 */

.header_nav  {
	font-family: Trebuchet MS;
	font-size:13px;
	font-weight: bold;
	color: #797979;
	width: 940px;
	height: 31px;
	margin-left: 10px;
	margin-right: 10px;	
	text-align: right;
}

#header_nav a:link, #header_nav a:visited {
	font-family: Trebuchet MS;
	font-size:13px;
	font-weight: bold;
	color: #797979;
	cursor:pointer;
	text-decoration:none;
}

#header_nav a:hover {
	font-family: Trebuchet MS;
	font-size:13px;
	font-weight: bold;
	color: #797979;
	cursor:pointer;
	text-decoration:underline;
}

/*
 * Ligne 3 : Partie centrale (logo, recherche et boutons)
 */

.header_middle {
	width: 940px;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;		
}

.header_middle_table {
	width: 940px;
	height: 40px;	
}

.header_middle_td_left {
	width: 300px;
	height: 40px;	
}

.header_logo {
	position:absolute;
	top: 48px;	
	margin-left: 0px;
	align: left;
}



.header_middle_td_center {
	width: 530px;
	height: 40px;
	text-align: center;
	background: url(../../img/header/back_field_search_header.png) no-repeat;
}

.header_middle_div_center{
	float: left;
	height: 40px;
	width: 400px;	
	margin-top: 4px;
	margin-left:10px;
	
}
.header_middle_div_center1{	
	float: left;
	height: 20px;
	width: 340px;
}

.header_middle_div_center1 input{
	font-family: Trebuchet MS;
	font-size:13px;	
	color: #888888;
	border:solid 0px;
	line-height:20px;
	width:320px;
}

.header_middle_div_center2{
	float: left;
	height: 20px;
	width: 40px;	
}

.header_middle_td_right {
	width: 110px;
	height: 40px;	
	text-align: right;
	align: right;
}

.header_button_1 {
	cursor:pointer;
	width: 117px;
	height: 27px;
	background: url(../../img/header/deboeck/button_basket_header.png) no-repeat;
}
.header_button_1_hover {
	cursor:pointer;
	width: 117px;
	height: 27px;
	background: url(../../img/header/deboeck/button_basket_header_hover.png) no-repeat;
}

.header_button_2 {
	cursor:pointer;
	width: 117px;
	height: 27px;
	background: url(../../img/header/deboeck/button_profil_header.png) no-repeat;
}
.header_button_2_hover {
	cursor:pointer;
	width: 117px;
	height: 27px;
	background: url(../../img/header/deboeck/button_profil_header_hover.png) no-repeat;
}

/*
 * Ligne 4 : partie du bas (vide de 30px de haut pour centrage middle)
 */

.header_footer{
	margin-left: 10px;
	margin-right: 10px;
	width: 940px;
	height: 30px;
	text-align: right;
}


/*
 * SOUS MENU
 */
 
.sheader_right_lefttop {
	vertical-align:bottom;
	background: url(../../img/header/deboeck/cadre_right/cadre_left_top_tile.png) repeat-y;
	width:2px;
}

.sheader_right_centertop {
	background: url(../../img/header/deboeck/cadre_right/cadre_center_top.png) repeat-x bottom;
	background-color:#F2F2F2;
}

.sheader_right_righttop{
	vertical-align:bottom;
	background: url(../../img/header/deboeck/cadre_right/cadre_right_top_tile.png) repeat-y;	
	width:2px;
}

.sheader_right_leftbottom {
	background: url(../../img/header/deboeck/cadre_right/cadre_left_bottom.png) no-repeat;	
	height:2px;
	width:2px;
}

.sheader_right_centerbottom {
	background: url(../../img/header/deboeck/cadre_right/cadre_center_bottom.png) repeat-x;	
	height:2px;
}

.sheader_right_rightbottom {
	background: url(../../img/header/deboeck/cadre_right/cadre_right_bottom.png) no-repeat;	
	height:2px;
	width:2px;

}

.sheader_right_separator {
	background: url(../../img/header/deboeck/cadre_right/cadre_separator.png) repeat-x;	
	height:3px;
}

.sheader_right_separator_top {
	background: url(../../img/header/deboeck/cadre_right/cadre_separator_top.png) repeat-x;	
	height:3px;
}

.sheader_right_separator_bottom {
	background: url(../../img/header/deboeck/cadre_right/cadre_separator_bottom.png) repeat-x;	
	height:3px;
}

.sheader_right_padding_left {
	padding-left:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:7px;
}

.sheader_right_padding_right {
	padding-left:7px;
	padding-top:7px;
	padding-bottom:7px;
	padding-right:15px;
}

.sheader_title {
	font-family: Trebuchet MS;
	font-size:12px;
	color: #888888;
	text-align: left;
}

.sheader_title_on {
	background: url(../../img/header/deboeck/cadre_right/cadre_highlight.png) repeat-x;	
	font-family: Trebuchet MS;
	font-size:12px;
	color: #FFFFFF;
	text-align: left;
}


