/****************************************************************/
/************ Styles propres � la grille du CALENDRIER **********/
/****************************************************************/
#calendrier #contenu_calendrier noscript {
	text-align:left;
	font-weight:normal;
}

#calendrier #contenu_calendrier noscript ul {
	padding-top:10px;
}

#calendrier{
	margin:0;
	padding:12px 0 0 0;
	width:175px;
	cursor:default;
	background:url(../images/calendrier/haut_calendrier.gif) 0 0 no-repeat;
}

/* � effacer �ventuellement*/
#calendrier #haut_calendrier{
	display:none;
}

#calendrier #contenu_calendrier{
	background:url(../images/calendrier/fond_calendrier.gif) center repeat-y;
	padding:0 9px 0 9px;
	text-align:center;
	background-color:#FFFFFF;
	border-left:1px solid #eeeadf;
	border-right:1px solid #eeeadf;
	/*height:153px;*/
}

#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 p.titre_calendrier{
	font-size:11px;
	font-weight:bold;
	color:#3d5e94;
	margin:0;
	padding:5px 0 8px 0;
	height:13px;
}

#calendrier p.titre_calendrier a{
	color:#3d5e94;
	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:11px;
}

#calendrier table.calendrier{
	border:1px solid #d6d0bb;
	width:100%;
	border-collapse:collapse;
	font-size:11px;
	color:#333300;
	text-align:center;
	background-color:#FFFFFF;
}

#calendrier table.calendrier th{
	background-color:#d6d0bb;
	border:1px solid #d6d0bb;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:10px;
}

#calendrier table.calendrier td{
	border:1px solid #d6d0bb;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
}

#calendrier table.calendrier td a{
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}

#calendrier table.calendrier td.aujourdhui{
	font-weight:bold;
}

#calendrier table.calendrier td.activite_passee{
	background-color:#d6d0bb;
	color:#FFFFFF;
}

#calendrier table.calendrier td.activite_prochaine{
	background-color:#a43d00;
	color:#FFFFFF;
}

#calendrier p.titre_calendrier img.fleche_calendrier_gauche, #calendrier p.titre_calendrier img.fleche_calendrier_droite{
	float:left;
	padding:1px 0 0 0;
}

#calendrier p.titre_calendrier span{
	float:left;
	width:131px;
}

/* Infobulle */
#calendrier td.aujourdhui a, #calendrier td.activite_passee a {
	/*position:relative;*/
	color:#333300;
}
#calendrier table.calendrier 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:#333300;
	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;
}

#calendrier td.aujourdhui a:hover span, #calendrier td.activite_prochaine a:hover span {
	color:#a33c01;
	border:1px solid #a33c01;
}

#calendrier td.activite_passee a:hover span {
	color:#333300;
	border:1px solid #d1cab0;
}

#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;
}
