/****************************************************************/
/************ Styles propres ? la grille du CALENDRIER **********/
/****************************************************************/
#calendrier #contenu_calendrier noscript {
	text-align:left;
	font-weight:normal;
}

#calendrier #contenu_calendrier noscript ul {
	padding-top:5px;
}

#calendrier{
	margin:0;
	padding:0px 0 0 0;
	width:175px;
	cursor:default;
	background:url(../images/calendrier/haut_calendrier.gif) 0 0 no-repeat;
}

.calendrier_table {
	clear:both;
	background-color:#e3eff7;
}

/* ? effacer ?ventuellement*/
#calendrier #haut_calendrier{
	display:none;
}

#calendrier #contenu_calendrier{
	background:url(../images/calendrier/fond_calendrier.gif) center repeat-y;
	padding:5px 9px 0 9px;
	text-align:center;
	/*background-color:#e3eff7;*/
	/*
	border-left:1px solid #eeeadf;
	border-right:1px solid #eeeadf;
	*/
	height:150px;
}

#calendrier #bas_calendrier{
	background:url(../images/calendrier/fond_bas_calendrier.gif)  repeat-x bottom left;
	height:23px;
}

#calendrier #bas_calendrier #bas_gauche_calendrier{
	background:url(../images/calendrier/fond_bas_gauche_calendrier.gif) left bottom no-repeat;
	height:23px;
	width:88px;
	float:left;
}

#calendrier #bas_calendrier #bas_droit_calendrier{
	background:url(../images/calendrier/fond_bas_droite_calendrier.gif) right bottom no-repeat;
	height:23px;
	width:87px;
	float:right;
}

#calendrier #contenu_calendrier .titre_calendrier{
	font-size:9px;
	font-weight:normal;
	color:#333300;
	margin:0;
	padding:5px 0 8px 0;
	height:13px;
}

#calendrier p.titre_calendrier a{

	color:#333300;
	text-decoration:none;
}

#calendrier p.titre_calendrier a:hover {
	text-decoration:underline;
}

#calendrier select.liste_calendrier{
	width:100%;
	color:#333300;
	border:1px solid #9c8f64;
	font-size:9px;
}

#calendrier table.calendrier_table{
	/*border:1px solid #d6d0bb;*/
	width:100%;
	/*border-collapse:collapse;*/
	font-size:9px;
	color:#333300;
	text-align:center;
	/*background-color:#FFFFFF;*/
}

#calendrier table.calendrier_table th{
	/*background-color:#d6d0bb;*/
	/*border:1px solid #d6d0bb;*/
	font-weight:normal;
	letter-spacing:-1px;
	font-size:10px;
}

#calendrier table.calendrier_table td{
	/*border:1px solid #d6d0bb;*/
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

#calendrier table.calendrier_table td a{
	text-decoration:underline;
	display:block;
	width:100%;
	height:100%;
}

#calendrier table.calendrier_table td.aujourdhui{
	font-weight:bold;
	/*background-color:#cc0000;*/
}

#calendrier table.calendrier_table td.activite_passee{
	background-color:#0077aa;
	color:#FFFFFF;
}

#calendrier table.calendrier_table td.activite_prochaine{
	/*background-color:#a43d00;*/
	background-color:#00aa20;
	color:#FFFFFF;
}

.fleche_calendrier_gauche {
	float:left;
	height: 19px;
	width:15px;
	padding:2px 1px 0 0;
	background-color:#e3eff7;
}

.fleche_calendrier_droite {
	float:left;
	height: 19px;
	width:15px;
	padding:2px 0 0 1px;
	background-color:#e3eff7;
}


.month, .month a, .month a:hover {

	float:left;
	width:125px;
	height: 19px;
	padding-top: 1px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	background-color:#e3eff7;
}

/* Infobulle */
#calendrier td.aujourdhui a, #calendrier td.activite_passee a {
	/*position:relative;*/
	color:#FFFFFF;
}
#calendrier table.calendrier_table td.activite_prochaine a {
	/*position:relative;*/
	color:#FFFFFF;
}

#calendrier td.aujourdhui a:hover, #calendrier td.activite_prochaine a:hover, #calendrier td.activite_passee a:hover {
	position:relative;
	text-decoration:none; 
	background:none;
}
#calendrier td.aujourdhui a:hover, #calendrier td.activite_passee a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#calendrier td.aujourdhui.activite_prochaine a:hover {
	color:#ffffff;
	text-decoration:none;
}


#calendrier td.aujourdhui a span, #calendrier td.activite_prochaine a span, #calendrier td.activite_passee a span {
	display:none;
	cursor:default;
}

#calendrier td.aujourdhui a:hover span, #calendrier td.activite_prochaine a:hover span, #calendrier td.activite_passee a:hover span {
	display:block;
	position:absolute;
	z-index:100;
	top:100%;
	right:100%;
	background:#ffffff;
	width:165px;
	text-align:left;
	font-weight:normal;
	font-size:11px;
	padding:2px 4px;
	text-decoration:none;
	color:#333300;
}

#calendrier td.aujourdhui a:hover span, #calendrier td.activite_prochaine a:hover span {
	/*color:#a33c01;*/
	/*border:1px solid #a33c01;*/
	color:#333300;
	border:1px solid #3333AA;
}

#calendrier td.activite_passee a:hover span {
	color:#333300;
	border:1px solid #3333AA;
		display:block;

}

#calendrier td.aujourdhui a:hover span ul, #calendrier td.activite_prochaine a:hover span ul, #calendrier td.activite_passee a:hover span ul {
	margin:0;
	padding:0;
	list-style:none;
}

#calendrier td.aujourdhui a:hover span ul li, #calendrier td.activite_prochaine a:hover span ul li {
	margin:5px 0;
	padding:0 0 0 10px;
	background:url(../images/calendrier/puce_infobulle.gif) 0 0.5em no-repeat;
}

#calendrier td.activite_passee a:hover span ul li {
	margin:5px 0;
	padding:0 0 0 10px;
	background:url(../images/puce.gif) 0 0.5em no-repeat;
}


/*****************************************/
.activites_liens_archives, .activites_liens_archives a {
	margin-top:5px;
	font-weight:bold;
	color: #666;
	text-align: right;
	font-size: 10px;
	text-decoration: none;
}