#menu {
	margin-top:83px;
	margin-right:50px;
	background-image: url(imgs/menu2.jpg);
	background-repeat: repeat-x;
	height: 36px;
	list-style:none;
	width:584px;
	float: right;
}
*html #menu {
	margin-right:25px;
}
#menu li {
	float:left;
	height:36px;
}
#menu li a {
	text-decoration:none;
	display:block;
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000; 
	text-align: center;
	padding-top:4px;
}
#accueil {
	width:96px;
	margin-right:3px;
}

#accueil a:hover{
	background-image: url(imgs/menu_up2.jpg);
}
#lexique {
	width:81px;
	margin-right:3px;
}
#lexique a:hover{
	background: url(imgs/menu_up2.jpg) -99px 0px;
}
#guide {
	width:118px;
	margin-right:3px;
}
#guide a:hover{
	background: url(imgs/menu_up2.jpg) -183px 0px;
}
#faq {
	width:49px;
	margin-right:3px;
}
#faq a:hover{
	background: url(imgs/menu_up2.jpg) -304px 0px;
}
#who {
	width:147px;
	margin-right:3px;
}
#who a:hover{
	background: url(imgs/menu_up2.jpg) -356px 0px;
}
#contact {
	width:78px;
}
#contact a:hover{
	background: url(imgs/menu_up2.jpg) -506px 0px;
}
.menu_g {
	background-image: url(imgs/menu_g_fond.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: -49px;
	padding-left: 47px;
	padding-top: 47px;
	padding-bottom: 20px;
	width: 281px;
	height: 131px;	
	margin-top: 20px;
}
.menu_g h2 {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 38px;
	width: 281px;
	margin-left: -25px;
	margin-top: -40px;
	color: #454545;
}
.menu_g h4 {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 38px;
	width: 281px;
	margin-left: -25px;
	margin-top: -40px;
	color: #454545;
}
.menu_g h3 {
	background-image: url(imgs/menu_g_haut.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	text-align: center;
	margin-left: -23px;
	padding-top: 10px;
	height: 38px;
	width: 281px;
	background-position: center center;
}

.menu_g li a {
	font-size: 14px;
	color: #939393;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #939393;
	width: 240px;
	height: 17px;
	display: block;
}
.menu_g .dif a {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.menu_g li a:hover {
	color: #FFF;
	width: 220px;
	text-decoration: none;
	background-image: url(imgs/menu_g_up.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
}

