/* CSS Document */
ul#mCMenu {
    width: 612px;
    padding-bottom: 160px;
    padding-top: 30px;
    overflow: hidden;
    background: url(Images/SearchPage/dotted-border.gif) no-repeat left top;
}
* html # ul#mCMenu {
    height: 1%;
}

ul#mCMenu li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
/*--*/
ul#mCMenu li a.BrandBg {
    background: url(Images/BrandPage/bg-common.gif) no-repeat left top;
    width: 81px;
    height: 71px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
* html ul#mCMenu li a.BrandBg {
        position: relative;
        display: block;
    }
    * html ul#mCMenu li a.BrandBg img {
        position: absolute;
        top: 50%;
        left: 50%;
        
        margin-top: expression(this.clientHeight/2*(-1));
        margin-left: expression(this.clientWidth/2*(-1));
    }
/*--*/
#subContent {
    padding-top: 54px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}
#subContent h3 {
    padding-bottom: 8px;
    border-bottom: 1px solid #d4d9db;
}

#subContent h3#decouvrez {
    margin-top: 20px;
}
#subContent h4 {
    font-size: 0.94em;
    font-weight: bolder;
    color: #b01e55;
    margin-bottom: 4px;
}
.WrapSelect {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #d4d9db;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 31px;
}
.WrapSelect p {
    color: #bdbbbb;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 0.78em;
}
.Alt20 {
    border-bottom: none !important;
    background: url(Images/SearchPage/valider-btn.gif) no-repeat 31px 8px;
    padding-left: 55px !important;
}
.WrapSelect select {
    width: 213px;
    font-size: 0.86em;
}
.Alt20 a {
    background: url(Images/SearchPage/beneficio-btn.gif) no-repeat left top;
    padding: 0px 10px 25px;
    display: block;
    width: 142px;
}
.Alt20 a span {
    display: none;
}
.Alt{
    border-bottom: none !important;
    background: url(Images/SearchPage/valider-btn.gif) no-repeat 31px 8px;
    padding-left: 55px !important;
}
.Alt a {
    background: url(Images/SearchPage/beneficio-btn.gif) no-repeat left top;
    padding: 13px 10px;
    display: block;
    width: 142px;
}
.Alt a span {
    display: none;
}

