/*
 * 2012-01-26.
 * /administrations_collectivites/css/menu.css.
 */

/********
 * Menu *
 ********/

#menu_ac {
    height: 45px;
    width: 951px;
    margin: 0px auto 20px auto;
}

#menu_ac ul {
    height: 45px;
    width: 951px;
    margin: 0px auto;
    padding-left: 0px;
}

#menu_ac ul li {
    list-style-type: none;
    background-image: url('../../images/sd_pro/menu/bg-menu-ac.png');
    border-left: 1px solid #676767;
    border-right: 1px solid #9E9E9E;
    float: left;
    height: 32px;
    padding: 13px 0px 0px 0px;
    text-align: center;
    cursor: pointer;
}

#menu_ac ul li.menu_long {
    height: 40px;
    padding-top: 5px;
}

#menu_ac ul li:first-child {
    border-left: none;
}

#menu_ac ul li:last-child {
    border-right: none;
}

#menu_ac ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#menu_ac ul li:hover {
    background-image: url('../../images/sd_pro/menu/bg-hover-menu-ac.png');
}

#menu_ac ul li:hover a {
    color: black;
}

#menu_ac #menu_ac_accueil {
    width: 72px;
}

#menu_ac #menu_ac_societe {
    width: 86px;
}

#menu_ac #menu_ac_stores_interieurs {
    width: 72px;
}

#menu_ac #menu_ac_fenetres {
    width: 79px;
}

#menu_ac #menu_ac_rideaux {
    width: 89px;
}

#menu_ac #menu_ac_films {
    width: 77px;
}

#menu_ac #menu_ac_volets_roulants {
    width: 83px;
}

#menu_ac #menu_ac_tarifs {
    width: 84px;
}

#menu_ac #menu_ac_nos_references {
    width: 113px;
}

#menu_ac #menu_ac_appel_d_offre {
    width: 178px;
}

