#calendrier, #legende, #grille, #infos{
	display: inline;
	float: left;
	width: 0;
	margin: 0;
	padding: 0;
}
#calendrier{
	width: 190px;
	height: 370px;
	margin: 0 0 0 15px;
	background: url(img/news-event-title.jpg) no-repeat top right;
}
#calendrier a{text-decoration: none;}

#legende{
	width: 100%;
	height: 60px;
	margin: 70px 0 0 0;
	font-size: 11px;
}
#grille{width: 100%;}

#calendrier #infos{
	width: 168px;
	height: 90px;
	background: url(img/black-opacity25.png);
	padding :5px 10px 5px 10px;
	font-weight: normal;
	display: none;
}
.agendaNewsTitle{
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #DA6D12;
}
.loadingAgenda{
	width: 100%;
	height: 40%;
	background: url(img/lightbox/lightbox-ico-loading.gif) no-repeat center;
}
#calendrier p{
	display: inline;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0;
	font-weight: bold;
}
#calendrier p a{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 24px;
}
#calendrier p a#monthDown{background: url(img/boutons/agenda-mois-down.png) no-repeat top;}
#calendrier p a#monthDown:hover{background-position: bottom;}

#calendrier p a#monthUp{background: url(img/boutons/agenda-mois-up.png) no-repeat top;}
#calendrier p a#monthUp:hover{background-position: bottom;}

#calendrier h3{
	display: inline;
	float: left;
	width: 108px;
	height: 40px;
	text-align: center;
	font-size: 15px;
	margin: 0;
}
#calendrier ul{
	margin: 0;
	padding: 0;
}
#calendrier li{
	width: 24px;
	height: 24px;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	margin: 0 3px 3px 0;
	text-align: center;
}
#calendrier #legende li{
	height: 18px;
}
#calendrier li a, #calendrier li span{
	display: block;
	width: 100%;
	height: 90%;
	margin: 10% 0 0 0;
}
.jour, .jourEvent, .jourPasse, .jourEnCours, .jourEventPasse, .jourEventEnCours{
	text-align: center;
	background: url(img/boutons/agenda-select.png);
}
.jour a, .jour a:hover, .jourEnCours a, .jourEnCours a:hover{color: #eae4d9;}

.jourPasse a, .jourPasse a:hover{color: #c5c5c5;}

.jourEventPasse a, .jourEventPasse a:hover{color: #bb9c78;}

.jourEventEnCours a{color: #98bb45;}.jourEventEnCours a:hover{color: #c7e67e;}

.jourEvent a{color: #d96a2d;}

.jourEvent a:hover{color: #f2a378;}

.jourVide{background: url(img/boutons/agenda-select-vide.png);}

.jourPasse{background: url(img/boutons/agenda-select-passe.png);}

.jourEventPasse{
	background: url(img/boutons/agenda-select-event-passe.png);
	cursor : pointer;
}
.jourEventEnCours{
	background: url(img/boutons/agenda-select-encours.png);
	cursor : pointer;
}
.jourEvent{
	background: url(img/boutons/agenda-select-event.png);
	cursor : pointer;
}
#calendrier li span.legendeEvent{
display: none;
}
#calendrier li span.numJour{
display: none;
}


