#bloc_agenda_accueil{
	position:relative;
	width:363px;
	height:225px;
	background-image:url(../images/agenda_fond.png);
}

#agenda_background{
	position:relative;
	width:363px;
	height:45px;
	background-image:url(../images/agenda_fond.png);
	margin-top:-150px;
}

/* navigation */
#nav {
	height:53px;	
	width:358px;
	background-color:#FFFFFF;
	margin-left:2px;
	position:relative;
	overflow:hidden;
	top:150px
}

a{
	outline:none
}
#nav ul {	
	position:relative;
	width:3000px;
	height:50px;
	margin:0;
	padding:0;
	margin-top:2px;
}

#nav ul li:first-child{
	margin-left:0px;
}

#nav li {	
	float:left;
	width:50px;
	list-style-type:none;
	padding:0;
	margin:0;
}

#nav a.current img{
	background-color: #777777;
}

#nav img {
	background-color:#fff;
	padding:2px;	
	display:block;
	border:none;
}


/* panes */
#panes {
	width:360px;	
	height:150px;
	
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display:none;		
	position:absolute;
	font-size:14px;
	color:#444;	
	width:360px;
}

#panes img {
	float:left;
	margin-left:2px;	
}

#panes a {
	font-family:Helvetica,sans-serif;
	margin:0 0 -5px 0;
	font-size:16px;
	float:left;
	width:198px;
	height:150px;
	padding-left:10px;
	padding-top:50px;
	background-color:#666666;
	color:#FFFFFF;
	text-decoration:none;
	font-style:italic;
}

.overlay {
	display:none;
	width:500px;
	padding:20px;
	background-color:#ddd;
}


.browse{
	display:block;
	float:left;
	width:17px;
	height:15px;
	margin-top:-20px;
	position:relative;
	cursor:pointer;
}

.forward{
	background-image:url(../images/fleche-right.png);
	background-repeat:no-repeat;
	margin-left:335px;
}

.backward{
	background-image:url(../images/fleche-left.png);
	background-repeat:no-repeat;
	margin-left:5px;
}

#buttons{
	position:absolute;
	z-index:100;
}

#annee_agenda_accueil{
	position:relative;
	width:360px;
	height:15px;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	margin-top:160px;
	font-size:11pt;
}

#annee_agenda_accueil li{
	font-family:Helvetica,sans-serif;
	color:#FFFFFF;
	float:left;
	margin-left:5px;
	padding-top:2px;
	width:41px;
	text-align:center;
	cursor:pointer;
}

.date_selected{
	display:block;
	background-image:url(../images/onglet.png);
	background-repeat:no-repeat;

}

