/* NAVIGATION SECONDAIRE */
ul#topnav { background-image:url(../images/menu.gif); background-position:left top; background-repeat:no-repeat; margin: 0; padding: 0; float:left; width: 100%; list-style: none; font-size: 1.1em; }
ul#topnav li { float: left; margin: 0; padding: 0; position: relative; /*--Important--*/ }
ul#topnav li a { float: left; text-indent: -9999px; /*--Push text off of page--*/ height: 40px; }
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#topnav a.accueil { width: 82px; }
ul#topnav a.accueil:hover { background: url(../images/menu.gif) no-repeat 0px -40px; width: 82px; }
ul#topnav a.services { width: 127px; }
ul#topnav a.services:hover { background: url(../images/menu.gif) no-repeat -82px -40px; width: 127px; }
ul#topnav a.equipements { width: 104px; }
ul#topnav a.equipements:hover { background: url(../images/menu.gif) no-repeat -209px -40px; width: 104px; }
ul#topnav a.contact { width: 127px; }
ul#topnav a.contact:hover { background: url(../images/menu.gif) no-repeat -313px -40px; width: 127px; }



/* BOUTON ACTIF DES MENU SELON BODY ID */
body#accueil a.accueil { background: url(../images/menu.gif) no-repeat 0px -80px; width: 82px; }
body#accueil a.accueil:hover { background: url(../images/menu.gif) no-repeat 0px -80px; width: 82px; }
body#services a.services { background: url(../images/menu.gif) no-repeat -82px -80px; width: 127px; }
body#services a.services:hover { background: url(../images/menu.gif) no-repeat -82px -80px; width: 127px; }
body#equipements a.equipements { background: url(../images/menu.gif) no-repeat -209px -80px; width: 104px; }
body#equipements a.equipements:hover { background: url(../images/menu.gif) no-repeat -209px -80px; width: 104px; }
body#contactez-nous a.contact { background: url(../images/menu.gif) no-repeat -313px -80px; width: 127px; }
body#contactez-nous a.contact:hover { background: url(../images/menu.gif) no-repeat -313px -80px; width: 127px; }
