/********* SIDEBAR *********/

#recherche label { background-image: url("/images/en/search.png"); }
#preparer-defi a { background-image: url("/images/en/prepare-challenge.gif"); }


/********* RECORD *********/

div.none {
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/en/bg-top.png'); 
  background-image: url("/images/en/bg-top.png");
  }

div.record {
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/en/bg-record.png'); 
  background-image: url("/images/en/bg-record.png");
  }

div.defi {
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/en/bg-defi.png'); 
  background-image: url("/images/en/bg-exploit.png");
  }
  
/********* MENU *********/

div#main-menu {
  left: 140px;
  }

#main-menu a {
	margin: 0px 5px;
}

a#menu-ehandicap-world-records { width: 83px; height: 26px; background-image:url(/images/en/menu/off/about-us.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-challenge { width: 118px; height: 26px; background-image:url(/images/en/menu/off/challenge.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-record { width: 73px; height: 26px; background-image:url(/images/en/menu/off/records.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-news { width: 151px; height: 26px; background-image:url(/images/en/menu/off/news-information.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-partners { width:76px; height:26px; background-image:url(/images/en/menu/off/partners.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-contact { width: 74px; height: 26px; background-image:url(/images/en/menu/off/contact.gif); background-repeat: no-repeat; outline:none;float:left; }

a#menu-ehandicap-world-records:hover, a#menu-ehandicap-world-records:focus { background-image:url(/images/en/menu/over/about-us.gif);}
a#menu-challenge:hover, a#menu-defi:focus { background-image:url(/images/en/menu/over/challenge.gif); }
a#menu-record:hover, a#menu-record:focus { background-image:url(/images/en/menu/over/records.gif); }
a#menu-news:hover, a#menu-actualites:focus { background-image:url(/images/en/menu/over/news-information.gif); }
a#menu-partners:hover, a#menu-partenaires:focus { background-image:url(/images/en/menu/over/partners.gif); }
a#menu-contact:hover, a#menu-contact:focus { background-image:url(/images/en/menu/over/contact.gif); }

a#menu-ehandicap-world-records-on { width: 83px; height: 26px; background-image:url(/images/en/menu/on/about-us.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-challenge-on { width: 118px; height: 26px; background-image:url(/images/en/menu/on/challenge.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-record-on { width: 73px; height: 26px; background-image:url(/images/en/menu/on/records.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-news-on { width: 151px; height: 26px; background-image:url(/images/en/menu/on/news-information.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-partners-on { width:76px; height:26px; background-image:url(/images/en/menu/on/partners.gif); background-repeat: no-repeat; outline:none; float:left;}
a#menu-contact-on { width: 74px; height: 26px; background-image:url(/images/en/menu/on/contact.gif); background-repeat: no-repeat; outline:none;float:left; }
  
