/**
 * @section       main menu
 * @tree        body
 */

* html #header #menuMain li.niv0 {
	margin-left: 10px;
}
#menuMain li#menuVision a {
    width:73px;
    background:url(/templates/ifop/images/fr/menu-main-vision.png);
}
#menuMain li#menuVision a:hover {
    cursor:default;
}
#menuMain li#menuVision li a:hover {
    cursor:pointer;
}
#menuMain li#menuVision li a {
    width:130px;
    background:none;
}

#menuMain li#menuInternational a {
    width:83px;
    background: url(/templates/ifop/images/fr/menu-main-international.png) no-repeat 0 0;
}
#menuMain li#menuInternational a:hover {
    cursor:default;
}
#menuMain li#menuInternational li a:hover {
    cursor:pointer;
}
#menuMain li#menuInternational li a {
    width:130px;
    background:none;
}

#menuMain #menuActivities a {
    width:139px;
    background: url(/templates/ifop/images/fr/menu-main-activities.png) no-repeat 0 0;
}
#menuMain li#menuActivities a:hover {
    cursor:default;
}
#menuMain li#menuActivities li a:hover {
    cursor:pointer;
}
#menuMain li#menuActivities li a {
    width:130px;
    background:none;
}

#menuMain #menuOffer a {
    width:70px;
    background: url(/templates/ifop/images/fr/menu-main-offer.png) no-repeat 0 0;
}
#menuMain li#menuOffer a:hover {
    background-position:0 -10px;
}
#menuMain li#menuOffer li a {
    width:130px;
    background:none;
}

#menuMain #menuEvents a {
    width:175px;
    background: url(/templates/ifop/images/fr/menu-main-analyses.png) no-repeat 0 0;
}
#menuMain li#menuEvents a:hover {
    background-position:0 -10px;
}
#menuMain li#menuEvents li a {
    width:130px;
    background:none;
}

#menuMain #menuRh a {
    width:52px;
    background: url(/templates/ifop/images/fr/menu-main-rh.png);
}
#menuMain li#menuRh a:hover {
    cursor:default;
}
#menuMain li#menuRh li a:hover {
    cursor:pointer;
}
#menuMain li#menuRh li a {
    width:130px;
    background:none;
}


/**
 * @section     menu sectors
 * @tree        body
 */
#menuSectors li.opinion {
    width:150px;
    background:transparent url(/templates/ifop/images/common/bg/bg-menu-sectors-opinion.png) no-repeat bottom center;
}
#menuSectors li.opinion a {
    width:150px;
}
#menuSectors li.consumer {
    width:90px;
    background:transparent url(/templates/ifop/images/common/bg/bg-menu-sectors-consumer.png) no-repeat bottom center;
}
#menuSectors li.consumer a {
    width:90px;
}
#menuSectors li.services {
    width:80px;
    background:transparent url(/templates/ifop/images/common/bg/bg-menu-sectors-services.png) no-repeat bottom center;
}
#menuSectors li.services a {
    width:80px;
}
#menuSectors li.health {
    width:80px;
    background:transparent url(/templates/ifop/images/common/bg/bg-menu-sectors-health.png) no-repeat bottom center;
}
#menuSectors li.health a {
    width:80px;
}
#menuSectors li.media {
    width:100px;
    background:transparent url(/templates/ifop/images/common/bg/bg-menu-sectors-media.png) no-repeat bottom center;
}
#menuSectors li.media a {
    width:100px;
}
#menuSectors li.luxury {
    width:60px;
    background:transparent url(/templates/ifop/images/common/bg/bg-menu-sectors-luxury.png) no-repeat bottom center;
}
#menuSectors li.luxury a {
    width:60px;
}




