#header
{
	height: auto;
	width: 100%;
}


.topbar
{
	background-color: #ECE8E3;
	height: 25px;
	margin: 0 auto;
	width: 950px;
	line-height: 25px;
}

.topbar a
{
	color:#000000;
	text-decoration: none;
}

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

.topLeft
{
	float: left;
	margin-left: 10px;
}

.topRight
{
	float: right;
	margin-right: 10px;
}



.header_top
{
	height: 108px;
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}

.logo
{
	float: left;
}

.phone
{
	float: right;
}

#nav
{
	margin:0 auto;
	width: 950px;
	height: 32px;
}

#flags
{
	height:32px;
	line-height:32px;
	float: right;
	width: 180px;
	text-align: right;
}



#menuMain
{
	background: transparent url("../../img/header/menu_bg.gif") repeat-x scroll left center;
	height: 32px;
	width: 100%;
}

#menuMain ul
{
	height: 32px;
	line-height: 32px;
	float:left;
	width: 750px;
}

#menuMain li
{
	float: left;
	padding: 0 15px;
	background-image: url("../../img/header/menu_separator.gif");
	background-repeat: no-repeat;
}

#menuMain li a
{
	color: #ffffff;
	display: block;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

#menuMain li a:hover
{
	text-decoration: underline;
}

.searchbox
{
	background: url("../../img/header/search_bg.jpg") repeat-x scroll left center;
	height: 40px;
	width: 100%;
}

/**bar de recherche 100%**/
.search
{
	height: 40px;
	margin: 0 auto;
	width: 950px;
}

/**recherche**/
.searchBar
{
	float: right;
	line-height: 40px;
	width: 490px;
}

/**table de la recherche**/
.searchTable
{
	height: 40px;
	line-height: 40px;
}

/**Detail et caddi**/
.cartBar
{
	float: left;
	line-height: 40px;
	height:40px;
	width: 450px;
	text-align: right;
}

.cartBar ul
{
	height: 40px;
	width: 100%;
}

.cartBar li
{
	float: left;
	padding: 0 10px;
}

.cartBar li a
{
	display: block;
	
}

