/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:    Project
    created:    YYYY-MM-DD
    author:     yvevan

    summary:    PRINT
                RESET
                GENERIC
                OOCSS
                
----------------------------------------------------------------------------- */

/*  =PRINT
----------------------------------------------------------------------------- */
@media print {
    
}

/*  =RESET
----------------------------------------------------------------------------- */
* { margin:0; padding:0; vertical-align:baseline; }

body {
    font-family:Arial, Verdana, Helvetica, sans-serif;
    /* font-size:68.8%; :INFO:1em = 11px */
    margin:0;
    height:100%;
    color:#fff;
    background:#000;
}

input { height:auto; }
a img, fieldset, form { border:0; }
ins, abbr, acronym { text-decoration:none; border:0; font-style:normal; }
a:hover ins, a:hover abbr, a:hover acronym { text-decoration:underline; }
address { font-style:normal; }
ul { list-style:none; }
q:before, q:after { content:''; }
small { font-size:0.9em; }
#header input,#header select,#header textarea,#header button { font:1em Arial, Verdana, Helvetica, sans-serif; }
#header input,#header textarea,#header select {/*not working with selects on IE6 IE7*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header textarea { overflow:auto; }

sup { vertical-align:text-top; }

hr,
.accessibility { 
    position:absolute;
    left:-9999em;
}

button {
    width:auto;
    overflow:visible;
    border:0;
    background:none;
    cursor:pointer;
}
button::-moz-focus-inner { /*firefox extra padding removed*/
    border: 0;
    padding: 0;
}
input.submit {
    width:auto !important;
    height:auto !important;
    cursor:pointer !important;
    border:0 !important;
    overflow:visible;
}

.fl{float:left}
.fr{float:right}
/*  =GENERIC
----------------------------------------------------------------------------- */
#content {
    margin:0 auto;
    /*width:1280px;*/
    position:relative;
    padding-top: 49px;
}

a {
    color:#666;
    cursor:pointer;
}


/* =OOCSS (https://github.com/stubbornella/oocss)
----------------------------------------------------------------------------- */
/* grids : https://github.com/stubbornella/oocss/blob/master/core/grid/grids.css */
.line:before,.line:after{content:"";display:table;}/*'line' is the container*/
.line:after{clear:both;}
.line{*zoom:1;}
.unit{float:left;}/*a 'unit' is a floating block in the 'line'*/
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{float:none;display:block;display:table-cell;width:9999em;*width:auto;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}
.ofh { overflow:hidden;zoom:1; }/*in case you don't want to use 'line' method*/

/* space : https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css*/
/** 
 * Spacing classes 
 * Should be used to modify the default spacing between objects (not between nodes of the same object)
 * Please use judiciously. You want to be using defaults most of the time, these are exceptions! 
 * <type><location><size>
 */
 
/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
*/

.ptn,.pvn,.pan{padding-top:0px}
.pts,.pvs,.pas{padding-top:5px}
.ptm,.pvm,.pam{padding-top:10px}
.ptl,.pvl,.pal{padding-top:20px}
.prn,.phn,.pan{padding-right:0px}
.prs,.phs,.pas{padding-right:5px}
.prm,.phm,.pam{padding-right:10px}
.prl,.phl,.pal{padding-right:20px}
.pbn,.pvn,.pan{padding-bottom:0px}  
.pbs,.pvs,.pas{padding-bottom:5px}
.pbm,.pvm,.pam{padding-bottom:10px}
.pbl,.pvl,.pal{padding-bottom:20px}
.pln,.phn,.pan{padding-left:0px}
.pls,.phs,.pas{padding-left:5px}
.plm,.phm,.pam{padding-left:10px}
.pll,.phl,.pal{padding-left:20px}
.mtn,.mvn,.man{margin-top:0px}
.mts,.mvs,.mas{margin-top:5px}
.mtm,.mvm,.mam{margin-top:10px}
.mtl,.mvl,.mal{margin-top:20px}
.mrn,.mhn,.man{margin-right:0px}
.mrs,.mhs,.mas{margin-right:5px}
.mrm,.mhm,.mam{margin-right:10px}
.mrl,.mhl,.mal{margin-right:20px}
.mbn,.mvn,.man{margin-bottom:0px}  
.mbs,.mvs,.mas{margin-bottom:5px}
.mbm,.mvm,.mam{margin-bottom:10px}
.mbl,.mvl,.mal{margin-bottom:20px}
.mln,.mhn,.man{margin-left:0px}
.mls,.mhs,.mas{margin-left:5px}
.mlm,.mhm,.mam{margin-left:10px}
.mll,.mhl,.mal{margin-left:20px}


/* =common
-------------------------------------------------------------*/


9 x 5
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0 none;
}
a {
    color: #CCCCCC;
    text-decoration: none;
}
a:active {
    outline: medium none;
}
html {
    background: none repeat scroll 0 0 #000000;
    color: #FEFFFF;
    font-family: Arial;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
body {
    display: none;
    margin: auto;
    width: 100%;
}
ol, ul {
    list-style: none outside none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
@font-face {
    font-family: "FuturaStdBold";
    font-style: normal;
    font-weight: normal;
    src: url("/~/media/Cotedor/be/Files/fonts/futurastd-bold-webfonteot.eot?#iefix") format("embedded-opentype"), url("http://www.cotedor.be/~/media/Cotedor/be/Files/fonts/futurastd-bold-webfontwoff.woff") format("woff"), url("/~/media/Cotedor/be/Files/fonts/futurastd-bold-webfontttf.ttf") format("truetype");
}
@font-face {
    font-family: "FuturaStdBook";
    font-style: normal;
    font-weight: normal;
    src: url("/~/media/Cotedor/be/Files/fonts/futurastd-book-webfonteot.eot?#iefix") format("embedded-opentype"), url("http://www.cotedor.be/~/media/Cotedor/be/Files/fonts/futurastd-book-webfontwoff.woff") format("woff"), url("/~/media/Cotedor/be/Files/fonts/futurastd-book-webfontttf.ttf") format("truetype");
}
@font-face {
    font-family: "FuturaStdLight";
    font-style: normal;
    font-weight: normal;
    src: url("/~/media/Cotedor/be/Files/fonts/futurastd-light-webfonteot.eot?#iefix") format("embedded-opentype"), url("http://www.cotedor.be/~/media/Cotedor/be/Files/fonts/futurastd-light-webfontwoff.woff") format("woff"), url("/~/media/Cotedor/be/Files/fonts/futurastd-light-webfontttf.ttf") format("truetype");
}
#header {
    background: url("/~/media/Cotedor/be/Files/Images/Common/header-bg2.jpg") no-repeat scroll center -1px transparent;
    height: 49px;
    overflow: visible !important;
    position: fixed;
    width: 100%;
    z-index: 999;	
width: 100%;/*1321px;
background-repeat: repeat-x;
margin-left: 171px;*/
}
@-moz-document url-prefix() {
    #header {
     /*   margin-left:132px;*/
    }
}
#header * {
    z-index: 50;
}
#header ul.entity-list {
    height: 49px;
    margin: auto;
    width: 1320px;
	position: relative;
}
#header .entity-list li {
    display: inline;
    float: left;
    height: 47px;
    margin-left: 85px;
	/*width: 100%;*/
}
#header .linkContent {
    color: #F0E9AC;
    display: block;
    font-family: 'FuturaStdBook',Arial,sans-serif;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
padding-top: 15px;
}
#header .entity-list .linkContent {
    background: url("/~/media/Cotedor/be/Files/Images/Common/menu-arrow.png") no-repeat scroll center 37px transparent;
    height: 45px;
    padding-top: 15px;
}
#Pdt_submenu0 {
 /*   margin-left: -100px !important;*/
 width: 100%;
}

#site-logo {
    margin-top: 10px;
}
 /* menu-item-children*/
#header .menu-item-children{
    position: absolute;
    width: 1320px;
    visibility: hidden;
}
#Main_nav0  .list-callout .menu-item-children {
height: 179px;
margin-top: 0px;
margin-left: -95px;
}
#Main_nav1  .list-callout .menu-item-children {
    height: 179px;
    margin-top: -13px;
	margin-left:-258px;
}
#Main_nav2  .list-callout .menu-item-children {
    height: 179px;
	margin-left: -236px;
    margin-top: -13px;
}
#Main_nav2 .menu-item-children .bloc-discover {
    float: left;
    margin: 25px -86px 0 -60px;
    width: 395px;
}
#Main_nav2 .menu-item-children .know-more {
    background: url("/~/media/Cotedor/be/files/images/common/border.jpg") no-repeat scroll right top transparent;
    float: left;
    height: 120px;
    width: 205px;
}
#Main_nav2 .menu-item-children .inscription {
    float: right;
    margin: -3px -15px 0 0;
    width: 170px;
}
#Main_nav2 .menu-item-children .connection, #Main_nav2 .menu-item-children .elephant {
    margin-left: 440px;
    width: 500px;
}
#Main_nav3 .list-callout .menu-item-children {
height: 179px;
margin-left: -490px;
}

#Main_nav3 .menu-item-children {
    height: 179px;
    margin-top: -5px;
}
#Main_nav4 .menu-item-children {
    height: 179px;
    margin-top: -13px;
    margin-left: -516px;
}
#Main_nav5 .menu-item-children {
    height: 179px;
    margin-left: -720px;
    margin-top: -13px;
}
#Main_nav5 .menu-item-children .know-more {
    background: url("/~/media/Cotedor/be/files/images/common/border.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: left;
    height: 120px;
    padding-left: 25px;
    width: 165px;
}
#Main_nav5 .menu-item-children .inscription {
    float: right;
    margin: -3px -40px 0 0;
    width: 140px;
}
#Main_nav5 .menu-item-children .inscription {
    float: right;
    margin: -3px -40px 0 0;
    width: 140px;
}

#header .menu-item-children .inscription .exclusivity {
    margin-top: 17px;
    padding-bottom: 17px;
}
#header .menu-item-children .inscription .inscription-txt {
    color: #960b0b !important;
    font-family: "FuturaStd",Arial,sans-serif;
    font-size: 12px !important;
    font-weight: bold;
}

#Main_nav5 .menu-item-children .connection {
margin-left: 500px;
margin-top: 20px;
width: 500px;
}
#topnav #Main_nav6 {
font-family: Georgia,Times New Roman,Times,serif;
font-size: 13px;
font-style: italic;
margin: 0 auto;
padding: 15px;
text-transform: uppercase;
width: 62px;
padding-left: 23px;
text-align: right;
}
#header.open .menu-item-children.open{
    visibility: visible;
}

#Main_nav2 a span em {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    text-transform: lowercase;
}
#Main_nav2 ul li a {
    font-weight: normal;
}
#Main_nav0 ul li, #Main_nav1 ul li, #Main_nav2 ul li ,#Main_nav3 ul li {
    display: none;
    margin: 0 15px;
	padding-top: 4px;
}
#Main_nav1 ul li{
    margin: 0;
}
#Main_nav0 ul li > a, #Main_nav1 ul li > a, #Main_nav2 ul li a {
    color: White;
}
#Main_nav0 ul li#Subnav2 {
    margin-left: 270px !important;
}
#Main_club1 {
    margin-left: 215px !important;
}
#header #Pdt_submenu1 {
    margin-left: 195px;
}
#header .scfForm {
    display: none;
}
#header .entity-list p.facebook,
#header .entity-list p.youtube{
    width: 31px;
    margin: 8px 2px;
    float: right;
}
#header .entity-list li#Main_nav0 > a:hover, .entity-list li#Main_nav2 > a:hover  {
    background-position: 32px 32px;
    border-top: 5px solid #E8292F;
    color: #FFFFFF;
    padding-top: 10px !important;
}
#header .entity-list li#Main_nav1 > a:hover {
    background-position: 60px 32px;
    border-top: 5px solid #E8292F;
    color: #FFFFFF;
    padding-top: 10px !important;
}
#header .entity-list li#Main_nav4 > a:hover{
    background-position: 65px 32px;
    border-top: 5px solid #E8292F;
    color: #FFFFFF;
    padding-top: 10px !important;
}
#header .entity-list li#Main_nav5 > a:hover{
    background-position: 65px 32px;
    border-top: 5px solid #E8292F;
    color: #FFFFFF;
    padding-top: 10px !important;
}
/*#header .entity-list li.parent-direct-selected a {
    background-image: url("/~/media/Cotedor/be/files/images/common/selected-menu-arrow.png") !important;
    background-position: 28px 42px !important;
    background-repeat: no-repeat !important;
    border-top: 5px solid #E8292F;
    padding-top: 10px !important;
}*/
#header .entity-list li.selected > a {
    background-image: url("/~/media/Cotedor/be/files/images/common/selected-menu-arrow.png") !important;
    background-position: center 42px !important;
    background-repeat: no-repeat !important;
    border-top: 5px solid #E8292F;
    padding-top: 10px !important;
}
/*#header .entity-list li.parent-direct-selected ul li.selected a:hover {
    color: #FFFFFF !important;
}
#header .entity-list li.parent-direct-selected ul li a, .entity-list li.selected ul li a, .entity-list ul li a {
    border: medium none !important;
    display: block;
    color: #fff;
}
#header .entity-list li.parent-direct-selected ul li.selected a {
    border-bottom: 5px solid #4D443D !important;
    color: #4D443D;
    padding-bottom: 11px;
}*/
#header .entity-list a.button {
    background: url("/~/media/Cotedor/be/files/images/common/right-side.png") no-repeat scroll right center transparent !important;
    color: #471A0B !important;
    cursor: pointer;
    display: inline-block !important;
    font: italic 13px Georgia,Arial,sans-serif !important;
    padding-right: 26px !important;
    padding-top: 2px !important;
}
#header .entity-list a.button:hover {
    background: url("/~/media/Cotedor/be/files/images/common/button-right-hover.png") no-repeat scroll right center transparent !important;
}
#header .entity-list a.button span {
    margin-top: -2px;
}
#header .entity-list #login-box #login-content a {
    text-transform: inherit;
}
#header .entity-list #login-box #login-content .scfSubmitSummary {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 11px;
    line-height: 12px;
    margin: auto;
    width: 156px;
}

#header .entity-list li > a {
font-family: 'FuturaStdBook',Arial,sans-serif;
font-size: 13px;
text-transform: uppercase;
}

#forgot-password-trigger{
font-family: Georgia,'Times New Roman',Times,serif;
font-size: 12px;
font-style: italic;
text-decoration: underline;
color: #FFF;
margin-top: 10px;/*100px;*/
background: none;
display: block;
padding-left: 0px !important;
width: 120px;
}





/*= suite module menu
---------------------------------------------------------------------*/


.menu-item-children li{display: block}
.menu-item-children .bloc-discover{
    float: left;
    width: 320px;
    margin: 32px -165px 0;
}

#Main_nav0 .menu-item-children .bloc-discover {
float: left;
width: 320px;
margin: 31px 0 0 170px;
}

#Main_nav1 .menu-item-children .bloc-discover {
float: left;
width: 342px;
margin: 25px 0 0 180px;
}
#Main_nav5 .menu-item-children .bloc-discover {
float: left;
width: 320px;
margin: 32px -165px 0 -140px;
}
#Main_nav3 .menu-item-children .bloc-discover {
float: left;
width: 342px;
margin: 25px -165px 0;
}
#Main_nav4 .menu-item-children .know-more{
    background:url(/~/media/Cotedor/be/files/images/common/border.jpg)no-repeat scroll right top transparent ;
    width: 187px;
    float: left;
    height: 120px;
}
#Main_nav3 .menu-item-children .know-more{
    background:url(/~/media/Cotedor/be/files/images/common/border.jpg)no-repeat scroll right top transparent ;
    width: 171px;
    float: left;
    height: 118px;
}
#Main_nav1 .menu-item-children .know-more{
    background:url(/~/media/Cotedor/be/files/images/common/border.jpg)no-repeat scroll right top transparent ;
    width: 187px;
    float: left;
    height: 120px;
}
#Main_nav0 .menu-item-children .know-more{
    background:url(/~/media/Cotedor/be/files/images/common/border.jpg)no-repeat scroll right top transparent ;
    width: 185px;
    float: left;
    height: 120px;
}
#header .menu-item-children .know-more-txt{
    text-transform: uppercase;
    font-family: 'FuturaStdBook',Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #fff;
    width: 150px;
    margin-bottom: 7px;
}
#header .entity-list li .menu-item-children .know-more .know-more-btn{
    color: #960b0b;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 12px;
    font-style: italic;
    margin-top: 7px;
}
#header .menu-item-children .menu-item .inscription .know-more-btn{
    color: #960b0b !important;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 12px;
    font-style: italic;
    margin: -5px 0;
    width: 145px;
    display: inline-block;
}

#Main_nav0 .menu-item-children  .inscription{
    width:140px;
    float: right;
    margin: -3px -38px 0 0;
}

#Main_nav1 .menu-item-children  .inscription{
    width:140px;
    float: right;
    margin: -3px -15px 0 0;
}
#Main_nav3 .menu-item-children  .inscription{
    width:140px;
    float: right;
    margin: 25px 0 0 0;
}
#Main_nav4 .menu-item-children  .inscription{
    width:140px;
    float: right;
    margin: -3px -15px 0 0;
}
#header .menu-item-children  .inscription a{
    font-size: 12px !important;
    margin-bottom: -5px !important;
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
    font-family: 'FuturaStd',Arial,sans-serif;
    font-size: 12px;
    font-style: normal;

}
#header .menu-item-children  .produits a{
    text-transform: uppercase;
    font-family: 'FuturaStd',Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    width: 165px;
    padding-bottom: 10px;
}
#header .menu-item-children  .inscription.produits span{
    margin-left: 30px;
}
#header .menu-item-children .inscription .inscription-txt{
    font-family: 'FuturaStd',Arial,sans-serif;
    font-size: 12px !important;
	font-weight: bold;
    color:#960b0b !important;
}
#header .menu-item-children .inscription .exclusivity{
    margin-top:17px;
    padding-bottom: 17px;
}
#header .menu-item-children .bloc-discover .big-btn{
    clear: both;
    padding-top: 10px;
}
.#header menu-item-children .bloc-discover .big-btn .lien-fb{
    color: #fff;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 12px;
    font-style: italic;
}
.menu-level-2 {
width: 100%;
}
#Main_nav0 .menu-item-children .connection,
#Main_nav0 .menu-item-children .elephant{
    width: 900px;
	margin-left: 462px;
	
	*float: left; 
	*margin-left: 258px; 
}
	
	
	
#Main_nav1 .menu-item-children .connection,
#Main_nav1 .menu-item-children .elephant{
    width: 900px;
	margin-left: 440px;
	}
	
		
#Main_nav3 .menu-item-children .connection,
#Main_nav3 .menu-item-children .elephant{
    width: 415px;
	margin-left: 403px;
	}	
#Main_nav4 .menu-item-children .connection,
#Main_nav4 .menu-item-children .elephant{
  width: 600px;
  margin-left: 355px;
  margin-top: 20px;
}
	}
	#Main_nav5 .menu-item-children .connection{
    width: 500px;
	margin-left: 440px;
	margin-top: 20px;
	}
#Main_nav5 .menu-item-children .elephant{
    width: 455px;
	margin-left: 440px;
	margin-top: 20px;
	}
#header .connection-right{position: relative}
#header .menu-item-children .btn-connect{
    position: absolute;
    right: 240px;
    top: 2px;
    background: url(../img/btn-connect.jpg);
    width: 159px;
    height: 40px;
}
#header .menu-item-children .btn-connect span{
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 13px;
    font-style: italic;
    color:#f0e9ac;
    margin-left: 14px;
    display: block;
    margin-top: 8px;
    background: url(../img/btn-connect-arrow.png)no-repeat 125px 7px;
}
#header .menu-item-children .connection input{
    display: block;
    width: 180px;
    height: 29px;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 10px;
    font-style: italic;
    color:#a9a9a9;
}

#header .menu-item-children .connection input[type=password]{
width:145px;
}

#header .menu-item-children .connection input[type=submit]{
background: url(/~/media/Cotedor/be/files/images/common/btn-ok.png) no-repeat top;
*top: 83px !important; 
*right: 231px;
height: 27px;
width: 37px;
position: absolute;
top: 78px;
right: 233px;
border: 0px;
}

#header #login-content .divfacebook { *padding-top: 35px!important; }

.scfSingleLineTextBorder{
position: relative;
width: 180px;
margin-bottom: 10px;
}

#header .scfSingleLineGeneralPanel{
margin-bottom: 10px;
}
#header .menu-item-children .cancel-button{
display:none;
}
#header .menu-item-children .connection p{
    text-transform: uppercase;
    font-family: 'FuturaStdBold',Arial,sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: bold;
	font-style:normal;
}

#Main_nav0 .menu-item-children .elephant .elephant-picture{
    width: 127px;
    height: 160px;
    margin-left:116px;
}
#Main_nav1 .menu-item-children .elephant .elephant-picture{
    width: 127px;
    height: 160px;
padding-left: 250px;
}
#Main_nav2 .menu-item-children .elephant .elephant-picture{
    width: 127px;
    height: 160px;
padding-left: 110px;
}
#Main_nav4 .menu-item-children .elephant .elephant-picture{
    width: 140px;
}
#Main_nav5 .menu-item-children .elephant .elephant-picture{
    width: 127px;
height: 160px;
}
#header .menu-item-children .elephant p{
    text-transform: uppercase;
    font-family: 'FuturaStdBold',Arial,sans-serif;
	font-style:normal;
    font-size: 14px;
    color: #fff;
}
#header .menu-item-children .elephant p.first{margin:50px 25px 0 }
#header .menu-item-children .elephant a.second{
    margin:5px 25px 0;
    color: #960b0b !important;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 12px;
    font-style: italic;
    text-transform: none;
}
#header .entity-list li#Main_nav3 .menu-item-children .connection .mdp-forgot{
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 10px;
    font-style: italic;
    text-decoration: underline;
    color: #fff;
    margin-top: 5px;
    background: none;
    display: block;
}
#header .fb_auth_container{
    width: 160px;
    height: 40px;
    bottom: 40px;
    position: absolute;
    right: 45px;
    text-indent: -999em;
	padding-top: 0 !important;
	top: 70px;
}

#header .fb_auth_container > input[type=image]{
    width: 160px;
    height: 40px;
}


/* -------------- FORM ---------*/
#header .form-item{
    position: relative;
    width: 180px;
    margin-bottom: 10px;
}
#header .form-item label{
    position: absolute;
    top:2px;
    left:2px;
    width: 100%;
    color:#000;
}
#header .form-item #ok{
    background: url(/~/media/Cotedor/be/files/images/common/btn-ok.png)no-repeat  transparent;
    height: 27px;
    width: 37px;
    position: absolute;
    top: 0;
    right: -2px;
}
/*form errors*/
.menu-item-children .connection .global-error .msg-error{
    font-size: 10px;
    color:#960B0B;
    display: none;
}
.menu-item-children .connection .global-error .msg-error.error{
    display: inline;
}
a.button {
    background: url("/~/media/Cotedor/be/files/images/homepage/right-side.png") no-repeat scroll right center transparent;
    color: #471A0B;
    cursor: pointer;
    display: inline-block;
    font: italic 13px Georgia,Arial,sans-serif;
    padding-right: 27px;
}
a.button span {
    background: url("/~/media/Cotedor/be/files/images/homepage/left-side.png") no-repeat scroll left center transparent;
    display: inline-block;
    padding: 6px 12px 11px 17px;
}
a.button:hover {
    background: url("/~/media/Cotedor/be/files/images/homepage/button-right-hover.png") no-repeat scroll right center transparent;
}
a.button:hover span {
    background: url("/~/media/Cotedor/be/files/images/homepage/button-left-hover.png") no-repeat scroll left center transparent;
}
#login-box {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 14px;
    font-style: italic;
    margin-top: -11px;
    position: relative;
}
#login-box .scfTitleBorder {
    display: none;
}
#login-normal a {
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 20px;
    text-decoration: underline;
}
#forgot {
    margin-bottom: 17px;
    margin-left: 24px;
}
#forgot #forgot-password-trigger {
    color: #FFFFFF;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 14px;
    font-style: italic;
}
#loginfb {
    background: url("/~/media/Cotedor/be/files/images/common/facebook-button.png") no-repeat scroll 0 0 transparent !important;
    display: none !important;
    height: 47px !important;
    margin: 3px 16px 30px !important;
    overflow: hidden;
    text-indent: -9999px;
}
#login-normal input[type="password"], #login-normal input[type="text"] {
    border: 1px solid #96846E;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 13px;
    font-style: italic;
    height: 20px;
    margin: 0 0 6px;
    padding-bottom: 0;
    width: 166px;
}
#login-normal .scfSingleLineTextLabel, #login-normal .scfPasswordLabel, #login-normal input {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 14px;
    font-style: italic;
}
#login-normal .scfSingleLineTextLabel, #login-normal .scfPasswordLabel {
    padding-left: 20px !important;
    width: 164px !important;
}
#login-normal input[type="submit"] {
    background: url("/~/media/Cotedor/be/files/images/common/submitbutton.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #471A0B;
    cursor: pointer;
    height: 24px;
    margin: 0 0 22px;
    padding-right: 16px;
    width: 95px;
}
#header ul.entity-list .errorLabel {
    color: Red !important;
}
#login-normal .cancel-button {
    display: none;
}
.scfValidationSummary, .scfValidatorRequired {
    display: none !important;
}
#login-box .scfSubmitButtonBorder {
    padding-left: 22px !important;
}
#login-box > div {
    background: url("/~/media/Cotedor/be/files/images/common/dropdown.jpg") no-repeat scroll 0 -3px transparent;
    position: absolute;
    right: 2px;
    top: 3px;
    width: 200px;
}
.connexion #login-box > div {
    background: url("/~/media/Cotedor/be/files/images/common/dropdown1.jpg") no-repeat scroll 0 -3px transparent;
    position: absolute;
    right: 2px;
    top: 3px;
    width: 200px;
}
#login-content {
    display: none;
}
#login-normal {
    /*padding: 15px 0 0;*/
    text-align: center;
	float: left;
}
#signup {
    background: url("../img/loginbackground.png") repeat-x scroll center top transparent;
    padding: 0 0 5px;
    text-align: center;
}
#login-box .scfSingleLineGeneralPanel, #login-box .scfPasswordGeneralPanel {
    padding-left: 20px;
}
#signup p {
    padding-bottom: 10px;
}
.ui-widget-content {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
}
.ui-widget-header, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
}
#lbox-crm {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 80;
}
#lbox-crm .lbox-closer {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 80;
}
#lbox-crm .lbox-outer {
    height: 0;
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 100;
}
#lbox-crm .lbox-container {
    background: url("/~/media/Cotedor/be/files/images/common/lbox-crm.jpg") no-repeat scroll 0 -3px transparent;
    color: #FFFFFF;
    height: 329px;
    margin: -165px auto 0;
    width: 696px;
    z-index: 100;
}
#lbox-crm .lbox-header {
    position: relative;
}
#lbox-crm .lbox-close {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 14px;
    width: 24px;
}
#lbox-crm .lbox-content {
    color: #FFFFFF;
    font-family: Georgia,Arial,sans-serif;
    font-size: 13px;
    font-style: italic;
    padding-left: 240px;
    padding-right: 0;
    padding-top: 60px;
    width: 420px;
}
#lbox-crm h4 {
    color: #FFFFFF;
    font-family: 'FuturaStdBold',Arial,sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}
#lbox-crm h5 {
    color: #E2DBA2;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 21px;
}
#lbox-crm .lbox-content p {
    margin-bottom: 10px;
    margin-top: 10px;
}
#overlay {
    background-color: #000000;
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    width: 100%;
    z-index: 40;
}
#lbox-pwd {
    display: none !important;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 80;
}
#lbox-pwd .lbox-closer {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 80;
}
#lbox-pwd .lbox-outer {
    height: 0;
    position: fixed;
    top: 135px;
    width: 100%;
    z-index: 100;
}
#lbox-pwd .lbox-container {
    margin: 0 auto;
    width: 407px;
    z-index: 100;
}
#lbox-pwd .lbox-header {
    background: url("/~/media/Cotedor/be/files/images/common/lbox-pwd.png") no-repeat scroll 0 0 transparent;
    height: 56px;
    position: relative;
    z-index: 100;
}
#lbox-pwd .lbox-close {
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 18px;
    z-index: 100;
}
#lbox-pwd h3 {
    color: #FFFFFF;
    font-family: 'FuturaStdBold',Arial,sans-serif;
    font-size: 18px;
    line-height: 44px;
    padding-bottom: 6px;
    padding-left: 21px;
    padding-top: 6px;
    position: relative;
    text-transform: uppercase;
    z-index: 50;
}
#lbox-pwd .lbox-content {
    color: #FFFFFF;
    font-family: Georgia,Arial,sans-serif;
    font-size: 18px;
    font-style: italic;
    width: 407px;
}
#lbox-pwd1 {
    background: url("/~/media/Cotedor/be/files/images/common/lbox-pwd.png") no-repeat scroll center -485px transparent;
    height: 181px;
    padding-top: 24px;
    text-align: center;
}
#lbox-pwd .lbox-content .center {
    text-align: center;
}
#lbox-pwd1 .form {
    margin: 23px 0;
}
#lbox-pwd1 label {
    font-size: 14px;
}
label {
    cursor: pointer;
}
#lbox-pwd1 input {
    font-family: Georgia,Arial,sans-serif;
    font-size: 13px;
    font-style: italic;
    margin-left: 8px;
    padding: 1px 4px;
    width: 216px;
}
#lbox-pwd1 .error {
    color: #000000;
    font-family: Arial,sans-serif;
    font-size: 11px;
    margin-left: -16px;
    margin-top: 5px;
    visibility: hidden;
}
.cboxIframe {
    background-color: inherit !important;
    height: 305px !important;
    width: 430px !important;
}
#colorbox {
    border: medium none !important;
}
#cboxClose #closeVideoOverlayer {
  cursor: pointer;
display: block;
margin-left: 375px;
margin-top: -301px;
position: absolute;
}
#cboxTitle{
display:none;
}
#cboxOverlay {
    background-color: black !important;
    height: 100%;
    left: 0;
    opacity: 0.6 !important;
    position: fixed;
    top: 0;
    width: 100%;
}
.scfRequired {
    display: none !important;
}
#tabs #contentTab-0 .rcc_contnet a.button, #tabs #contentTab-1 .rcc_contnet a.button, #tabs #contentTab-2 .rcc_contnet a.button {
}
#remote {
    background: url("/~/media/Cotedor/be/files/images/common/remote.png") no-repeat scroll 0 0 transparent;
    height: 93px;
    position: fixed;
    right: 0;
    top: 380px;
    width: 29px;
    z-index: 49;
}
#remote-up {
    background: url("/~/media/Cotedor/be/files/images/common/remoteup.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    height: 46px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 28px;
}
#remote-up.active {
    background: url("/~/media/Cotedor/be/files/images/common/remoteupactive.png") no-repeat scroll center center transparent;
}
#remote-down {
    background: url("/~/media/Cotedor/be/files/images/common/remotedown.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    height: 46px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 47px;
    width: 28px;
}
#remote-down.active {
    background: url("/~/media/Cotedor/be/files/images/common/remotedownactive.png") no-repeat scroll center center transparent;
}
.scfform .scfSubmitSummary {
    height: 7px;
}
.scfform .scfSubmitSummary span {
    color: #000000;
    font-family: Georgia,Times New Roman,Times,serif;
    font-size: 12px;
    font-style: italic;
}
.blockMsg {
    width: 3% !important;
}



.home #content {
    margin-bottom: -5px;
    min-height: 100%;
    padding-bottom: 0;
}



/* =footer
----------------------------------------------------------*/

#footer {
    margin: auto;
    padding-top: 50px;
    position: relative;
    width: 100%;
}
#footer .footer-links a {
    color: #737373;
    font-size: 11px;
}
#footer_Nav {
    height: 150px;
    margin: auto;
    position: relative;
    width: 980px;
}
#footer_Nav #foot_nav3 {
    display: none;
}
#footer_Nav li {
    float: left;
    margin-left: 150px;
}
#foot_nav0 ul li, #foot_nav1 ul li, #foot_nav2 ul li {
    float: inherit;
    margin-left: 0;
    margin-top: 3px;
}
#foot_nav0 a span, #foot_nav1 a span, #foot_nav2 a span {
    color: #CCCCCC;
    font-family: 'FuturaStdBold',Arial,sans-serif;
    font-size: 13px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
#foot_nav0 ul li a span, #foot_nav1 ul li a span, #foot_nav2 ul li a span {
    color: #B1B1B1;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    text-transform: none;
}
#foot_nav0 ul, #foot_nav1 ul, #foot_nav2 ul {
    margin-top: 14px;
}
#footer .links {
    height: 35px;
    margin: auto;
    width: 980px;
}
.footer-links {
    float: right;
    width: 100%;
}
ul.footer-links li {
    color: #737373;
    float: right;
    margin-left: 15px;
}
.copyright-container {
    margin: auto;
    width: 980px;
}
.copyright-container .copyright {
    background: url("/~/media/Cotedor/be/files/images/common/kraft.jpg") no-repeat scroll left 6px transparent;
    border-top: 1px solid #4D4D4D;
    color: #737373;
    font-size: 10px;
    padding: 15px 0 20px;
    text-align: right;
}

#ctl28_ListMenu_MenuList_ctl03_Menu_hlDisplayName {
	position: absolute;
	right: -141px !important;
	top: 47px;
}

.elephant a#ctl28_ListMenu_MenuList_ctl03_Menu_hlDisplayName {
	display: none;
}

/*Cookie*/
#header >div{
   width: 1320px;
	margin: 0 auto;
}
.cookie_container{
    display: block;
	color: #FFF;
    height: 162px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
position: absolute;
top: -162px;
width: 1320px;
background: url('/~/media/Cotedor/be/Files/Images/Common/CDO_bandeau_messagecookies_cropped.jpg')no-repeat scroll center -1px rgba(0, 0, 0, 0);
font-size: 12px;
}
.cookie_container p{padding-left: 400px;}
#cookie_popup {
    line-height: 23px;
}
#cookie #closebutton {
padding-top: 10px;
text-align: center;
}
#cookie a.close_button span {
    background: url("/~/media/Cotedor/be/files/images/homepage/left-side.png") no-repeat scroll left center transparent;
    display: inline-block;
    padding: 6px 12px 11px 17px;
	color:
}
#cookie a.close_button:hover span {
    background: url("/~/media/Cotedor/be/files/images/homepage/button-left-hover.png") no-repeat scroll left center transparent;
}
#cookie a.close_button {
    background: url("/~/media/Cotedor/be/files/images/homepage/right-side.png") no-repeat scroll right center transparent;
    color: #471A0B;
    cursor: pointer;
    display: inline-block;
    font: italic 13px Georgia,Arial,sans-serif;
    padding-right: 21px;
}
#cookie a.close_button:hover {
    background: url("/~/media/Cotedor/be/files/images/homepage/button-right-hover.png") no-repeat scroll right center transparent;
}
#underline {
    text-decoration: underline;
	color: #CCCCCC;
}
/*End Of Cookie*/


.main-navigation li, .main-navigation a{
    color: #F0E9AC;
    display: inline;
    font-family: 'FuturaStdBook',Arial,sans-serif;
    font-size: 13px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
}
.main-navigation ul {
    padding-top: 20px;
	}
.delhaize #footer
{
margin-top: 140px
}