/*
 CSS propre au site pole-formation
 Permet de surcharger des styles communs aux sites CCI
*/

.domain-cci-formation header #logo {
    padding: 16px 0;
}

.domain-cci-formation header #block-menu-menu-vous-etes-pole-formation {
    background: rgba(0, 0, 0, 0) url(/sites/all/themes/cci/images/bg-recherche-cci.png) no-repeat scroll left center;
    clear: both;
    display: block;
    float: right;
    height: 41px;
    position: relative;
    width: 315px;
}

#block-menu-menu-vous-etes-pole-formation > div > ul ul {
    top: 34px;
    left: 145px;
}

.domain-cci-formation header #block-menu-menu-vous-etes-pole-formation h2 {
    font-weight: bold;
    text-transform: uppercase;
    width: 100px;
    padding-left: 40px;
}

.domain-cci-formation header #block-menu-menu-vous-etes-pole-formation > div > ul > li > a {
    text-transform: none;
    color: #404040;
    margin-top: 6px;
    font-size: 12px;
    margin-right: 10px;
}

.domain-cci-formation header #block-menu-menu-vous-etes-pole-formation > div > ul ul li a {
    text-transform: none;
    color: #404040;
    font-size: 12px;
}