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

/* The logo and the baseline are set in a paragraph and set the height for the first line of the header. */

.header_main_block{
	display: inline-block;
	position: relative;
	height: 120px;
	width: 955px;
}


.logo {
	display: inline-block;
	position: absolute;
	left: 0px;
}


._3620{
    display: inline-block;
	position: absolute;
	left: 265px;
	top: 7px;
}
.baseline {
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 55px;
	font-size: 9px;
	height: 12px;
	width: 233px;
	text-align: center;
	letter-spacing: 1px;
}



/* Sales Rep Block */


.sales_rep_generic_block {
	display: inline-block;
	height: 70px;
	position: absolute;
	right: 0px;
}
	
	.sales_rep_generic_text_line1 {
		position: absolute;
		left: 59px;
		top:  38px;	
	}
	.sales_rep_generic_text_line2 {
		position: absolute;
		left: 59px;
		top: 52px;	
	}

/* Shopping cart Block */

.shopping_cart_block {
	display: inline-block;
	height: 70px;
	position: absolute;
	right: 220px;
}

.shopping_cart_text_line1 {
		position: absolute;
		display: inline-block;
		width: 70px;
		left: 51px;
		top:  38px;	
}

/* My Account */

.my_account_block {
	display: inline-block;
	height: 70px;
	position: absolute;
	right:0px;
}
	.my_account_text_line1 {
			position: absolute;
			left: 45px;
			top:  38px;	
	}
	
/* Barre de navigation */
.nav_bar{
	position: absolute;
	top: 80px;
	left: 0px;
	display: inline-block;
	width:  980px;
	height: 47px;
	z-index: 1;
}
.nav_bar_button_orange {
	font-weight: bold;
	text-transform: capitalize;
	background-image: url(images/onglet_orange.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	height: 38px;
	width: 120px;
	color: #FFF;

	vertical-align: middle;
}

.nav_bar_button {
	font-weight: bold;
	text-transform: capitalize;
	background-image: url(images/onglet.png);
	background-repeat: no-repeat;
	text-align: center;
	display: inline-block;
	height: 38px;
	width: 120px;
	color: #FFF;

	vertical-align: middle;
}



.nav_bar_text{
	top: 9px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	height: 38px;
}




/* Search zone */

.search_bar {
	
	position: absolute;
	top: 0px;
	left: 788px;
}

.search_bar1 {	
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 743px;
	height: 47px;
	width: 212px;
	border: 13px;
	background-color: white;
	background-position: center;
    background-image:url("images/recherche.png")  
	}

.fleche{
	display: inline-block;
	position: absolute;
	top: 21px;
	right: 21px;	 
}

.dites_tosca{
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 23px;	
	color: white;
	height: auto;
	width: auto;
}

.search_object{
	display: inline-block;
	position: absolute;
	width: 140px;
	height: 16px;
	top: 21px;
	left: 10px;	
	
}

.boxpanier
{
	display: none;
	position: fixed;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: auto;
	
}

