.tab_calendrier {
	background-color:#005fa9;
	border-spacing:0;
	border-collapse:collapse;
	width:198px;
	height:124px;
	margin-left:32px;
	font-weight: bold;
	
}
.tab_calendrier td {
	padding: 0px;
	/*border:1px solid black;*/
}

.titremois  { 
	font-size: 14px;
	font-weight: bold;
	color:#cad202;
	text-align:center;
}
.titremois div {display:inline;margin:0 5px;}
.titremois a:link {text-decoration: none}
.titremois a:visited {text-decoration: none}
.titremois a:hover {color: #FF0000;text-decoration: underline}

.navig {margin-left:4px; float:left;}
.navig2 {margin-right:4px; float:right;}
.navig3 {width:122px;text-align:center;margin:0;padding:0;float:left;}

/****** BANDEAU 7 JOURS ***********/

#titrejours {
	text-align:center;
}

#titrejours td{ 
	font-size: 11px; 
	color: #FFFFFF; 
	text-align:center;
}

/***** NUMEROS **********/

tr.jours td {
	font-size: 11px; 
	color: #FFFFFF; 
	text-align:center;
	/*position:relative;*/
	width: 20px;
}
tr.jours td.even a {
	position:relative;
	display:block;
	background:#cad202;
	color:#005fa9;
	text-decoration:none;
	/*z-index:0;*/
}

tr.jours td.even2 a {
	position:relative;
	display:block;
	background:#3399cc;
	color:#000000;
	text-decoration:none;
	/*z-index:0;*/
}


tr.jours td.even3 a {
	position:relative;
	display:block;
	background:#d2a602;
	color:#005fa9;
	text-decoration:none;
	/*z-index:0;*/
}

tr.jours td a:visited {
	color: #FFFFFF; 
}
tr.jours td a:hover {
	background:#0096db;
	color:#FFFFFF;
	text-decoration:none;
}

/***** aujourd'hui *********/

tr.jours td#aujourdhui {
	background-color:#005fa9;
	color:#FFFFFF;
}
tr.jours td#aujourdhui a {
	background-color:#005fa9;
	color:#FFFFFF;
	text-decoration:none;
}
tr.jours td#aujourdhui a:hover {
	background-color:#005fa9;
	color:#FFFFFF;
	text-decoration:none;
}

/***** INFOBULLE **********/

tr.jours td a span {
	display:none;
	font-weight:normal;
	z-index:100;
}
tr.jours td a.infobulle:hover {
    border: 0;
    position: relative;
    z-index: 500;
    /*text-decoration:none;*/
}

tr.jours td a.infobulle:hover span {
	display: block;
	width:150px;
	position:absolute;
	top:13px;
	right:-160px;
	background:#ffc13c;
	border:1px solid #fee19f;
	text-align:left;
	padding:4px;
	/*z-index:1000;*/
	font-size:80%;
	height:auto;
}
tr.jours td a span ul {
	margin:0;
	padding:0;
	list-style-position: inside;
	/*border:1px solid red;*/
}
tr.jours td a span li {
	margin:0;
	padding:0;
	list-style-type: square;
}
