
#menu {

	width:700px;
	height:39px;
	margin:0 auto;
	padding:0px;


	
}

#menu ul{
	float: left;
	list-style:none;
	height:39px;
    padding:0;
	margin:0px  ;
	width:700px;

}
#menu li{

	float: left;
	text-align:center;
     margin:0 0px 0 3px;
}

#menu a {

    float:left;
	text-decoration: none;
	padding:0px;

	font-family:Tahoma;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin:0px;
	line-height:30px;
	width:90px;

	
}
#menu a:hover {

    text-align:center;
    font-family:Tahoma;
	font-weight:bold;
	font-size:14px;
     padding:0px;
	color:#170808;

	width:90px;
	text-decoration:none;
	background:url(../medias/images/menu-deg-rouge.gif) no-repeat  center;
    height:39px;
}
#menu  .disable {

color:#fff;
text-decoration:none;


}

#menu .actived  {
	color:#fff;
	text-decoration:none;
	height:39px;
	
    padding:0px;
	width:90px;
	background:url(../medias/images/menu-deg-rouge.gif) no-repeat   center;

}
#menu .li2  {
border:none;

}

#menu .li2 a{
border-right:none;

}
#menu .li3{
    text-align:center;
    height:15px;
	padding-top:15px;
    border-right:1px #fff solid;
	margin-left:1px;
	margin-right:1px;

}
