#logo_fr{
	background: transparent url(Gx/M/logo_fr.gif) no-repeat top left;	
	height:182px;
	width: 238px;
	margin-left:-2px;
	float:left;}
#logo_en{
	background: transparent url(Gx/M/logo_en.gif) no-repeat top left;	
	height:182px;
	width: 238px;
	float:left;}
/* MENU
--------------------------------------------------------------------------------------- */
#menu{	
	font-family:helvetica;
	font-size:14px;
	text-align:center;
	width:940px;
	height: 38px;
	position: relative;
	background: none;
}
#menu ul{
	position: absolute;
	top: 0px;
	left: -1px;
	margin: 0px;
	width: 960px;
	height: 38px;
	background: none;
	list-style-type: none; }
#menu li{
	position: relative;
	display: block;
	float: left;
	height: 38px;
	background: none;}
#menu a, #menu a:link, #menu a:visited{
	padding-top:8px;
	height: 38px;
	display: block;
	float: left;
	outline: none;
	text-decoration: none;
	background: none;
	cursor: pointer;}
#menu a:focus{
	
}	
#menu a:hover{
	/*background: Fuchsia;*/
}

#menu ul ul{
	margin: 0px;
	position:absolute;
	left:-60px;
	top:50px;
	/*padding: 0px;
	margin: 0px;*/
	color: #6d6d6d;
	background: #141412;
	/*background: transparent url(Gx/M/bg_langue.png) no-repeat top left;*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Gx/M/bg_langue.png');*/
	height:20px;
	width: 200px;
	display:none;
	text-align: center;
	z-index: 10;
}
#menu ul ul li{
	float: none;
	height: auto;
	display: inline;
}
/*#menu li:hover ul ul{
	display:none;}*/
#menu li:hover ul, #menu li:hover li:hover ul{
	display:block;
}
#menu ul ul a, #menu ul ul a:link, #menu ul ul a:visited{
	text-indent: 0px;
	color: #6d6d6d;
	font-weight: normal;
	height: auto;
	width: auto;
	display: inline;
	float: none;
	cursor: pointer;
}
#menu ul ul a:hover{
	text-decoration: underline;
}
#menu ul ul a.actif, #menu ul ul a.actif:link, #menu ul ul a.actif:visited{
	color: #FFF;
}
#menu a#menu1, #menu a#menu1:link, #menu a#menu1:visited{
	background: transparent url(Gx/M/menu1_off.gif) no-repeat top left;	
	width: 114px;
	color:#ababab;
	}
#menu a#menu1:hover{
	color:#fff;
}
#menu a#menu1.actif, #menu a#menu1.actif:link, #menu a#menu1.actif:visited{
	background: transparent url(Gx/M/menu1_on.gif) no-repeat top left;	
	color: red;
}
#menu a#menu2, #menu a#menu2:link, #menu a#menu2:visited{
	background: transparent url(Gx/M/menu2_off.gif) no-repeat top left;	
	width: 98px;
	color:#ababab;
}
#menu a#menu2:hover{
	color:#fff;
}
#menu a#menu2.actif, #menu a#menu2.actif:link, #menu a#menu2.actif:visited{
	background: transparent url(Gx/M/menu2_on.gif) no-repeat top left;	
	color: red;
}	
#menu a#menu3, #menu a#menu3:link, #menu a#menu3:visited{
	background: transparent url(Gx/M/menu3_off.gif) no-repeat top left;	
	width: 134px;
	color:#ababab;
}
#menu a#menu3:hover{
	color:#fff;
}
#menu a#menu3.actif, #menu a#menu3.actif:link, #menu a#menu3.actif:visited{
	background: transparent url(Gx/M/menu3_on.gif) no-repeat top left;	
	color: red;
}	

#menu a#menu4, #menu a#menu4:link, #menu a#menu4:visited{
	background: transparent url(Gx/M/menu4_off.gif) no-repeat top left;	
	width: 208px;
	color:#ababab;
}
#menu a#menu4:hover{
	color:#fff;
}
#menu a#menu4.actif, #menu a#menu4.actif:link, #menu a#menu4.actif:visited{
	background: transparent url(Gx/M/menu4_on.gif) no-repeat top left;	
	color: red;
}	

#menu a#menu5, #menu a#menu5:link, #menu a#menu5:visited{
	background: transparent url(Gx/M/menu5_off.gif) no-repeat top left;	
	width: 157px;
	color:#ababab;
}
#menu a#menu5:hover{
	color:#fff;
}
#menu a#menu5.actif, #menu a#menu5.actif:link, #menu a#menu5.actif:visited{
	background: transparent url(Gx/M/menu5_on.gif) no-repeat top left;	color: red;
}	

#menu a#menu6, #menu a#menu6:link, #menu a#menu6:visited{
	padding-left:25px;
	background: transparent url(Gx/M/menu6_off.gif) no-repeat top left;	
	width: 222px;
	color:#fff;
}
#menu a#menu6:hover{
	background: transparent url(Gx/M/menu6_over.gif) no-repeat top left;	
}
#menu a#menu6.actif, #menu a#menu6.actif:link, #menu a#menu6.actif:visited{
	background: transparent url(Gx/M/menu6_over.gif) no-repeat top left;	
}	
a.floating{
	float: right;
}