/* ////////////////Header_Block/////////////////////*/
.header
{
	position:relative;
	float:left;
	top:0;
	left:0;
	height:100%;
	width:100%;
	min-height:88px;
	max-height:88px;
	background: #404040;
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#070707', GradientType=0 );
	background: -moz-linear-gradient(top, #404040 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #070707)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #404040 0%, #070707 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #404040 0%, #070707 100%); /* IE10+ */
	background: -o-linear-gradient(top, #404040 0%, #070707 100%); /* Opera 11.10+ */
	background: linear-gradient(top, #404040 0%, #070707 100%); /* W3C */
	behavior: url(PIE.htc);
}

.headerBorder /*//For IE border//*/
{
	position:relative;
	top:0;
	left:0;
	float:left;
	width:940px;
	height:100%;
	min-height:88px;
	border:solid 1px #000000;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 0px;
	behavior: url(PIE.htc);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.logo
{
	position:relative;
	top:12px;
	left:72px;
	float:left;
	width:84px;
	height:64px;
}

.logIn
{
	position:relative;
	top:12px;
	right:16px;
	float:right;
	color:#838386;
	font-weight:bold;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.logIn a:link
{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.logIn a:visited
{
	color:#FFF;
	text-decoration:none;
}

.logIn a:hover
{
	color:#e01d6e;
	text-decoration:none;
}

.mainMenu
{
	position:relative;
	top:45px;
	left:140px;
	float:left;
	width:745px;
	color:#4f4f4d;
	font-size:14px;
 *line-height:24px; /*//hack for IE//*/
	font-family: 'ITCAvantGardeGothicStdMedium';
}

.mainMenu a:link
{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	font-family: 'ITCAvantGardeGothicStdMedium';
}

.mainMenu a:visited
{
	color:#FFF;
	text-decoration:none;
}

.mainMenu a:hover
{
	color:#e01d6e;
	text-decoration:none;
}

.mainMenuCur
{
	color:#e01d6e;
	text-decoration:none;
}

.mainMenu_Current, .mainMenu_Current a:link, .mainMenu_Current a:hover, .mainMenu_Current a:visited /*//To mark current Link//*/
{
	color:#48cdff;
	text-decoration:none;
}

.mark_New /*//in main menu button, marked with text "New" //*/
{
	color:#999999;
	font-weight:bold;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.mainMenu ul li
{
	display:inline;
	padding:0 31px 0 31px;
}

#mainMenuSeparator
{
	padding:0;
}

/*//////////////////////////////////////*/

/*///////////////*/
/*// SUBMENUS  //*/
/*///////////////*/

.produitsSubmenu
{
	position:relative;
	display:none;
	top:0px;
	left:0px;
	float:left;
	width:940px;
	height:325px;
	margin-bottom:0px;
    padding-top: 40px;
    overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#000000',GradientType=0 );
	background: -moz-linear-gradient(top, #070707 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#070707), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #070707 0%,#000000 100%);
	background: -o-linear-gradient(top, #070707 0%,#000000 100%);
	background: -ms-linear-gradient(top, #070707 0%,#000000 100%);
	background: linear-gradient(top, #070707 0%,#000000 100%);
	behavior: url(PIE.htc);
}

.produitsSubmenu .subMenu{
    list-style: none;
    padding: 0;
    overflow: hidden;
    float: left;
}

.produitsSubmenu .subMenu li.section-title {
    margin: 0;
    padding: 0 40px;
    float: left;
    height: 300px;
    width: 250px;
    border-right: 1px solid #424242;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.produitsSubmenu .subMenu li.section-title:last-child{
    border: none;
    padding-right: 0;
    width: 220px;
}

.produitsSubmenu .subMenu li.section-title span.category-name{
    font-size: 14px;
    text-transform: uppercase;
    color: #6b6b6a;
    font-family: ITCAvantGardeGothicStdMedium;
    display: inline-block;
    padding-bottom: 20px;
}
.produitsSubmenu .subMenu li > ul > li{
    margin-bottom: 10px;
}

.produitsSubmenu .subMenu li > ul > li span{
    color: #d61b69;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    display: block;
}

.produitsSubmenu .subMenu li > ul > li a{
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin-bottom: 7px;
}

.produitsSubmenu .subMenu li > ul > li a:hover{
    color: #d61b69;
    text-decoration: none;
}

.header-promos {
	float: left;
	width: 196px;
}

.header-promos a {
    text-align: left;
    text-decoration: none;
}

.img-promo {
	margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 125px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 43px 14px 0;
	background-position: right 22px center;
	background-repeat: no-repeat;
}

.img-promo.promo-piggy {
	background-image: url(../images/promo-piggy.png);
}

.img-promo.promo-euro {
	background-image: url(../images/promo-euro.png);
}

.img-promo a{
    display: inline-block;
    position: relative;
	text-align: left;
	text-decoration: none;
}

.title-text{

}

.img-promo h3{
    font-family: 'ITCAvantGardeGothicStdMedium';
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.img-promo h3 span{
    font-weight: bold;
}

.img-promo .img-partier-price{
    color: #e01d6e;
    font-size: 12px;
    font-style: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.img-promo .our-offers{
    font-style: normal;
    color: #fff;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.img-promo .special-promo{
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 57px;
    background:  url(../images/small-promo.png) 0 0 no-repeat;

}
.img-promo .special-promo i{
    font-size: 10px;
    padding-left: 26px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding-top: 9px;
    font-style: normal;
}

.submenuSeparator
{
	position:absolute;
	top:0;
	right:0;
	height:110px;
	width:1px;
	background:#595857;
}

/*/////////////////////*/
/*// PRODUITS BLOCK  //*/
/*/////////////////////*/

.produitsOneSubmenu{
	position:relative;
	float:left;
	left:0;
	top:20px;
	width:313.3px;
	height:145px;
}

.produitsOneSubmenu:hover{
	position:relative;
	float:left;
	left:0;
	top:20px;
	width:313.3px;
	height:125px;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060606', endColorstr='#474747',GradientType=0 );
	background: -moz-linear-gradient(top, #060606 0%, #474747 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#060606), color-stop(100%,#474747));
	background: -webkit-linear-gradient(top, #060606 0%,#474747 100%);
	background: -o-linear-gradient(top, #060606 0%,#474747 100%);
	background: -ms-linear-gradient(top, #060606 0%,#474747 100%);
	background: linear-gradient(top, #060606 0%,#474747 100%);
	behavior: url(PIE.htc);
}

.submenuProduitsOneFormat
{
	position:relative;
	float:left;
	left:0;
	bottom:0;
	width:100%;
	height:105px;
}

.submenuProduitsOneFormatImg
{
	position:relative;
}

.submenuProduitsOneFormatImg img
{	
	display: block;
	margin: 0 auto;

	height: 35px;
}

.submenuProduitsOneFormat h1{
	font-family: 'ITCAvantGardeGothicStdMedium';
	text-align:center;
	font-weight:normal;
	font-size:18px;
	color:#FFF;
	text-decoration:none;

	padding-top: 12px;
}

.produitsOneSubmenu:link, 
.produitsOneSubmenu:visited
{
	text-decoration:none;
}

.submenuProduitsOneFormat:hover > h1
{
	text-decoration:none;
	color:#e01d6e;
}

.submenuOneProduitsFormatInf
{
	position:absolute;
	width:100%;

	padding-top: 8px;
}

.submenuOneProduitsFormatInf p:first-child{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.submenuOneProduitsFormatInf p:not(:first-child){
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#838386;
}

.submenuProduitsOneFormat p
{
	text-align:center;
	line-height:14px;
}

.formatProduitsInfFormat
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}


/*/////////////////////*/
/*// PROPOS SUBMENU  //*/
/*/////////////////////*/

.proposSubmenu
{
	position:relative;
	display:none;
	top:0px;
	left:0px;
	float:left;
	width:940px;
	height:145px;
	margin-bottom:0px;
	background: #070707;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#000000',GradientType=0 );
	background: -moz-linear-gradient(top, #070707 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#070707), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #070707 0%,#000000 100%);
	background: -o-linear-gradient(top, #070707 0%,#000000 100%);
	background: -ms-linear-gradient(top, #070707 0%,#000000 100%);
	background: linear-gradient(top, #070707 0%,#000000 100%);
	behavior: url(PIE.htc);
}

.proposOneSubmenu
{
	position:relative;
	display:block;
	float:left;
	left:0;
	top:20px;
	width:313px;
	height:95px;
	padding-top:30px;
}

.proposOneSubmenu:hover
{
	position:relative;
	float:left;
	left:0;
	top:20px;
	width:313px;
	height:95px;
	padding-top:30px;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060606', endColorstr='#474747',GradientType=0 );
	background: -moz-linear-gradient(top, #060606 0%, #474747 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#060606), color-stop(100%,#474747));
	background: -webkit-linear-gradient(top, #060606 0%,#474747 100%);
	background: -o-linear-gradient(top, #060606 0%,#474747 100%);
	background: -ms-linear-gradient(top, #060606 0%,#474747 100%);
	background: linear-gradient(top, #060606 0%,#474747 100%);
	behavior: url(PIE.htc);
}

.proposOneSubmenu:link, .proposOneSubmenu:visited
{
	text-decoration:none;
}

.proposOneSubmenu:hover > h1
{
	color:#e01d6e;
	text-decoration:none;
}

.proposOneSubmenu h1
{
	font-family: 'ITCAvantGardeGothicStdMedium';
	text-align:center;
	font-weight:normal;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
}

.proposOneSubmenu p
{
	font-family: 'ITCAvantGardeGothicStdBook';
	text-align:center;
	font-weight:normal;
	font-size:14px;
	color:#838386;
	line-height:20px;
	text-decoration:none;
}

/*///////////////////*/
/*// AIDE SUBMENU  //*/
/*///////////////////*/

.aideSubmenu
{
	position:relative;
	display:none;
	top:0px;
	left:0px;
	float:left;
	width:940px;
	height:145px;
	margin-bottom:0px;
	background: #070707;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070707', endColorstr='#000000',GradientType=0 );
	background: -moz-linear-gradient(top, #070707 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#070707), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #070707 0%,#000000 100%);
	background: -o-linear-gradient(top, #070707 0%,#000000 100%);
	background: -ms-linear-gradient(top, #070707 0%,#000000 100%);
	background: linear-gradient(top, #070707 0%,#000000 100%);
	behavior: url(PIE.htc);
}

.aideOneSubmenu
{
	position:relative;
	display:block;
	float:left;
	left:0;
	top:20px;
	width:235px;
	height:95px;
	padding-top:30px;
}

.aideOneSubmenu:hover
{
	position:relative;
	float:left;
	left:0;
	top:20px;
	width:235px;
	height:95px;
	padding-top:30px;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060606', endColorstr='#474747',GradientType=0 );
	background: -moz-linear-gradient(top, #060606 0%, #474747 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#060606), color-stop(100%,#474747));
	background: -webkit-linear-gradient(top, #060606 0%,#474747 100%);
	background: -o-linear-gradient(top, #060606 0%,#474747 100%);
	background: -ms-linear-gradient(top, #060606 0%,#474747 100%);
	background: linear-gradient(top, #060606 0%,#474747 100%);
	behavior: url(PIE.htc);
}

.aideOneSubmenu:link, .aideOneSubmenu:visited
{
	text-decoration:none;
}

.aideOneSubmenu:hover > h1
{
	color:#e01d6e;
	text-decoration:none;
}

.aideOneSubmenu h1
{
	font-family: 'ITCAvantGardeGothicStdMedium';
	text-align:center;
	font-weight:normal;
	font-size:18px;
	padding-bottom:2px;
	color:#FFF;
	text-decoration:none;
}

.aideOneSubmenu p
{
	font-family: 'ITCAvantGardeGothicStdBook';
	text-align:center;
	font-weight:normal;
	font-size:14px;
	color:#838386;
	line-height:18px;
	text-decoration:none;
}