.alt{
	display:none;
}
#header{
	height:68px;
	width:960px;
}
	
#header h1 {
	display:block;
	float:left;
	height:68px;
	width:278px;
	font-size:7px;
	background:#FFFFFF url(../img/design/logo.gif) 0px 176px no-repeat;
}

#header h1 a{
	display:block;
	height:68px;
	margin-left:20px;
	width:258px;
	font-size:7px;
	background:#FFFFFF url(../img/design/logo.gif) 0px 0px no-repeat;
}


#navmenu{
	display:block;
	float:left;
	margin:30px 0 0 60px;
}

#menu{
	margin:0;
	padding:0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	background: transparent url(../img/design/FR/menu/bg_menu.gif) 0px 0px no-repeat;
	height:31px;
	display:block;
	float:left;
	width:509px;
	position:relative;
}

ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
ul#menu li, ul#menu a {
	height:31px;
	display: block;
	margin: 0;
	padding: 0;
}

ul#menu li a {
	/*text-indent: -9999px;*/
	text-decoration: none;
}
ul#menu li a span.alt {
	visibility:hidden;
}


li#qui	{left: 0px; width: 119px;}
li#actu	{left: 128px; width: 78px;}
li#services	{left: 216px; width: 86px;}
li#methodes	{left: 311px; width: 94px;}
li#references	{left: 412px; width: 97px;}

li#qui a:hover {background: transparent url(../img/design/FR/menu/bg_menu.gif) -0px -31px no-repeat;} 
li#actu a:hover {background: transparent url(../img/design/FR/menu/bg_menu.gif) -128px -31px no-repeat;}
li#services a:hover {background: transparent url(../img/design/FR/menu/bg_menu.gif) -216px -31px no-repeat;}
li#methodes a:hover {background: transparent url(../img/design/FR/menu/bg_menu.gif) -311px -31px no-repeat;}
li#references a:hover {background: transparent url(../img/design/FR/menu/bg_menu.gif) -412px -31px no-repeat;}


/* MENU LANGUE */
#header ul#langue{
	height:16px;
	width:105px;
	float:right;
	padding-top:2px;
	display:none;
	visibility:hidden;
}
#header ul#langue li{
	float:left;
	width:52px;
	height:14px;
}
#header ul#langue li a{
	width:52px;
	height:14px;
	display:block;
	text-indent:-9999px;
	font-size:1px;
}
#header ul#langue li#francais{
	border-right:1px solid #fe9904;
	background:#FFFFFF url(../img/design/lg_francais.gif) top left no-repeat;
}
#header ul#langue li#english{
	background:#FFFFFF url(../img/design/lg_english.gif) top left no-repeat;
}

/* FIN MENU LANGUE */



/* FIN MENU */
