/* CSS FR */

/* MENU */
#m_home a { width:51px; background:url(menu-sprite.png) no-repeat; }
#m_home a:hover, #m_home.selected a{ background:url(menu-sprite.png) 0 -44px no-repeat; }
#m_eco a { width:164px;background:url(menu-sprite.png) -51px 0 no-repeat; }
#m_eco a:hover, #m_eco.selected a{ background:url(menu-sprite.png) -51px -44px no-repeat; }
#m_power a { width:164px;background:url(menu-sprite.png) -51px 0 no-repeat; }
#m_power a:hover, #m_eco.selected a{ background:url(menu-sprite.png) -51px -44px no-repeat; }
#m_handicap a{ width:122px; background:url(menu-sprite.png) -215px 0 no-repeat; }
#m_handicap a:hover, #m_handicap.selected a{ background:url(menu-sprite.png) -215px -44px no-repeat; }
#m_senior a{ width:89px; background:url(menu-sprite.png) -337px 0 no-repeat; }
#m_senior a:hover, #m_senior.selected a{ background:url(menu-sprite.png) -337px -44px no-repeat; }
#m_parle a{ width:122px;background:url(menu-sprite.png) -426px 0 no-repeat;  }
#m_parle a:hover, #m_parle.selected a { background:url(menu-sprite.png) -426px -44px no-repeat; }
#m_contact a{ width:157px;background:url(menu-sprite.png) -561px 0 no-repeat; margin-left:10px;  }
#m_contact a:hover { background:url(menu-sprite.png) -561px -44px no-repeat; }

/* Entete */
#enteteEco h1 { background:url(kar-economie-energie.png) no-repeat center center; width:100%; height:45px; margin:0;  }	
#enteteHandicap h1 { background:url(kar-power-faster.png) no-repeat center center; width:100%; height:45px; margin:0 0 0 65px;  }	
#enteteKARIC h1 { background:url(kar-intelligent-computer.png) no-repeat center center; width:100%; height:45px; margin:0 0 0 65px;  }	
#enteteSenior h1 { background:url(kar-senior.png) no-repeat center center; width:100%; height:45px; margin:0 0 0 85px;  }	

/* Acheter */
#acheter_btn { width:135px; height:44px; background:url(acheter_btn.png) no-repeat top center; margin:0 auto; }
#acheter_btn:hover, #footerAcheter_btn:hover { background:url(acheter_btn.png) 0 -44px no-repeat; }
#footerAcheter_btn {-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none; background:url(acheter_btn.png) 0 0 no-repeat; }


/* KAR ECO footer */
.eco article footer h1 { background:url(kar-economie-energie.png) no-repeat right center; }
.handicap article footer h1 { background:url(kar-power-faster.png) no-repeat right center; }
.senior article footer h1 { background:url(kar-senior.png) no-repeat right center; }


