
/*---------------------------------------------------------------------------
    @header
----------------------------------------------------------------------------- */

.cuisine #topContainer{
    display: block;
    width:100%;
    min-width:990px;
    height: 504px;
    overflow:hidden;
    text-align:center;
}

.cuisine #topContainer img{
    display: block;
    margin: 0 auto;
}






/*---------------------------------------------------------------------------
    @left_sidebar
----------------------------------------------------------------------------- */

#detail_pack{
    position: relative;
    top:-24px;
    float:left;
    width:197px;
    color:#f6bf80;
    text-align:center;
    z-index: 5;
}

#detail_pack_top{
    background: url("../images/css/detail_pack_top.png") no-repeat 0 0 transparent;
    width: 197px;
    height: 4px;
}

#detail_pack_top + div{
    background-color: #ed7f00;
    padding:20px 10px 1px 10px;
}

/*#detail_pack_top + div:before{
    content: "";
    background: url("../images/css/detail_pack_top.png") no-repeat 0 0 transparent;
    position: absolute;
    top:-4px;
    left: 0;
    display: block;
    float: left;
    width: 197px;
    height: 4px;
}*/

#detail_pack p{
    font-size: 0.875em;
    line-height: 1.143em;
}

#detail_pack p.price{
    font-family: 'AmplitudeBook', Arial, Helvetica, sans-serif;
    padding:17px 0;
    font-size: 2.857em;
    color:#ffffff;
}

#detail_pack span.prix{
    font-family: 'AmplitudeBook', Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    color:#000000;
}

#detail_pack #pack_electro{
    background-color:#f09226;
    position: relative;
    padding: 18px 0 38px 0;
    color: #784913;
    
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

#detail_pack p img{
    display: block;
    margin: 10px auto;
}

#detail_pack #pack_electro p.price{
    font-size: 2.125em;
    line-height: 1.059em;
}

#detail_pack #pack_electro p.cut_price{
    background: url("../images/css/bg_cut_price.png") no-repeat center top transparent;
    position: absolute;
    bottom: 36px;
    right: 34px;
    display: block;
    height: 18px;
    color: #f8c993;
}

#detail_pack_top + div > a{
    background:  url("../images/css/btn_all_pack.png") no-repeat 0 0 transparent;
    position: relative;
    display: block;
    width: 178px;
    height: 26px;
    margin-top: -10px;
    text-indent: -5000px;
    z-index: 2;
}

#detail_pack_top + div > a:hover{
    background-position: 0 -30px;
}

#detail_pack_bottom{
    background: url("../images/css/detail_pack_bottom.png") no-repeat 0 0 transparent;
    width: 197px;
    height: 64px;
}





/*---------------------------------------------------------------------------
    @detail_cuisine
----------------------------------------------------------------------------- */

#detail_cuisine{
    float: left;
    width: 595px;
    padding-bottom: 42px;
}

#detail_cuisine #page_title{
    width: 557px;
    padding:35px 12px 33px 26px;
}

#detail_cuisine .element_pack{
    float: left;
    width: 541px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0 18px 23px 20px;
    padding: 0 8px 23px 8px;
}

#detail_cuisine .element_pack li{
    background: url("../images/css/bg_plus_orange.png") no-repeat 0 0 transparent;
    float: left;
    display: block;
    width: 169px;
    padding-left: 17px;
}    

#detail_cuisine .element_pack li h4{
    text-align: center;
    text-transform: uppercase;
    font-size: 0.625em;
    line-height: 1.8em;
    font-weight: normal;
}

#detail_cuisine .element_pack li:first-child{
    background: none;
    padding-left: 0;
}

#detail_cuisine > h2,
#destock_detail #cuisine_title{
    padding:0 12px 8px 26px;
    
    font-weight: normal;
    font-size: 0.875em;
    line-height: 1.286em;
}

#detail_cuisine #infos_cuisine, #destock_detail #infos_cuisine{
    padding:0 12px 8px 26px;
   /* font-size: 0.625em;*/
    font-size: 11px;
    line-height: 1.8em;
    color: #858585;
}

#detail_cuisine #infos_cuisine li:before{
    content: "";
    background: url("../images/css/puce_menu.gif") no-repeat 2px 8px transparent;
    float: left;
    width: 14px;
    height: 14px;
}







/*---------------------------------------------------------------------------
    @right_sidebar
----------------------------------------------------------------------------- */



/*****
    btn retour
*****/
#detail_cuisine .rub_btn_back{
  padding-top:30px;
}


#no_data {
  font-style: italic;
  padding-top: 40px;
  text-align: center;
}



/*-------------------------------------------------------
  zone réactive sur fiche cuisine
-------------------------------------------------------*/
#cuisine_sliderContainer{
  position:relative;
  width:1280px;
  height:504px;
  background-repeat:no-repeat;
  background-position: center 0;
  margin:0 auto;
}

.icone_info{
  display:block;
  position:absolute;
  height:23px;
  width:23px;
  background: url("/images/icone_tooltip.png") no-repeat 0 0 transparent;
  text-align: center;
  color:#ffffff;
}

.icone_info:hover{
    background-position: 0 -30px;
}

.icone_info_content{
  position:absolute;
  display:none;
  overflow:hidden;
  background-color:#333333;
  color:#ffffff;
  font-size: 0.875em;
  line-height: 1.715em;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}

.icone_info_content p{
  padding:6px;
}

.no_visible{
  visibility:hidden;
}

/*---------------------------------------------------------------------------
    @unaviable
----------------------------------------------------------------------------- */

#unaviable{
    background: url(../images/css/bg_popup_unaviable.png) repeat 0 0 transparent;
    position: fixed;
    top:0;
    left: 0;
/*    display: none;*/
    width: 100%;
    height: 100%;
    z-index: 100;
    
}

.unaviable #unaviable{
    display: block;
}

#unaviable > div{
    background-color: #FFFFFF;
    margin: 140px auto;
    padding: 40px;
    width: 477px;
    position:relative;
}

#unaviable > div h6{
    padding-bottom: 10px;
    
    font-family: 'AmplitudeRegular',Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.2em;
    color:#ed7f00;
}

#unaviable > div p{
    font-size: 0.875em;
    line-height: 1.286em;
}

