@charset "UTF-8";
/* CSS Document */
#menu {
	position:absolute;
	z-index:2;
	height:150px;
	width:267px;
	top:0;
	right:218px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-transform: uppercase;
	line-height: 260px;
}

#menu ul {
		font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;

	font-size:14px;
	float: right;
	margin: 0;
	padding: 0px;
	list-style: none;
}
#menu li {	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;

		font-size:14px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
  float: left;
  width:89px;
  height:146px;
  padding: 0;
  text-decoration: none;
  text-align:center;
  vertical-align: text-bottom;
  background-image: url(../img/nav/onglet.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  color:#CCC;

}
#menu ul li#actif {
	float: left;
	width:89px;
	height:146px;
	text-decoration: none;
	text-align:center;
	background-image: url(../img/nav/onglet.png);
	background-repeat: no-repeat;
	background-position: 0% -292px;
	color:#FFF;
}

#menu ul li a:hover {
  background-position: 0% -146px;
	color:#F60;

}

#menu ul li a:focus {
  background-position: 0% -146px;

}

