/* navigation __________________________________*/

#navigation {
	height: 59px ;
	width: 671px;
	margin: 0 ;
	padding: 0 ;
	display: block ;
	background: #fff ;
	
}
/* Menu Principal __________________________________*/

#menu {
	margin: 0 ;
	padding: 0 ;
}

#menu ul {
	display: block ;
	list-style: none;
	margin: 0 ;
	padding: 0 ;
	border : 0;
	padding-top:8px;
}

#menu li{
	float: left;
}

#menu li a{
	font-size:1px;
	color:#FFFFFF;
	display: block ;
	height:16px;
}

#bibol a{
	width:55px;
	background:url(../images/navigation/1_bibol.gif) no-repeat 0 -30px;
}

#produits a{
	width:72px;
	background:url(../images/navigation/1_produits.gif) no-repeat 0 -30px;
}

#traditions_millenaires a{
	width:146px;
	background:url(../images/navigation/1_tradition_millenaire.gif) no-repeat 0 -30px;
}

#gazette a{
	width:70px;
	background:url(../images/navigation/1_gazettes.gif) no-repeat 0 -30px;
}

#revendeurs a{
	width:91px;
	background:url(../images/navigation/1_revendeurs.gif) no-repeat 0 -30px;
}

#contact a{
	width:147px;
	background:url(../images/navigation/1_contact.gif) no-repeat 0 -30px;
}
#acces_revendeurs a{
	width:90px;
	background:url(../images/navigation/1_acces_revendeurs.gif) no-repeat 0 -30px;
}

#bibol a:hover, #produits a:hover, #traditions_millenaires a:hover, #gazette a:hover, #revendeurs a:hover, #contact a:hover, #acces_revendeurs a:hover{
	background-position: 0 0px;
	color:#FFFFFF;
}
