/* Menu */

#menu {
	width: 1000px;
	height: 70px;
	
}

#menu ul {
	margin: 0;
	padding: 50;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 166px;
	height: 73px;
	padding-top: 60px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img09.gif) no-repeat;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/img09.gif) no-repeat;
	color: #FFFFFF;
}

#deco {
  position: fixed ;
  right: 20%;
  
  width:30em;
  margin-top: -2em;
  
}

a.bulle {
position:relative;
float:left;
padding-left: 90px;
}

a.bulle span {
display: none;
}

a.bulle:hover span {
display: block;
position: absolute;
top: -400px;
left: -300px;

}
a:hover {
	text-decoration: none;
	color: #E58C24;
	}
.fixed {
   position: fixed;
   top: 20%;
   left: 60px;
   width: 140px;
   text-align: center;
}
#agenda {
 position: fixed;
   top: 40%;
   right: 20%;
   width: 140px;
   text-align: center;
 }