div#calendrier {
	position: relative;
	float: left;
	margin: -60px auto auto 0px;
	width: 210px;
	height: 210px;
	background: transparent url('images/multibox/bg-calendrier.jpg') top left no-repeat;
	z-index: 10;
}

div#calendrier ul {
	padding: 0px;
	margin: 0px;
}

div#calendrier li {
	float: left;
	display: block;
	list-style-type: none;
	border: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #cccccc;
}

div#calendrier a {
	display: block;
	font: bold 8pt Verdana;
	text-decoration: none;
	color: #ff8080;
	border: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

div#calendrier li a:hover {
	background: #0000ff;
	color: #ffffff;
}

div#calendrier li.WE {
	background: transparent;
}

div#calendrier li.thisday {
	background: #623a28;
	border: solid 1px #ff8080;
	width: 28px;
	height: 28px;
	line-height: 28px;
}

div#calendrier li.noday {
}

div#calendrier ul#entete {
}

div#calendrier ul#entete li {
	background: transparent;
	font: bold 8pt Verdana;
	color: #ffffff;
	line-height: 30px;
}

div#calendrier ul#entete li.we {
	background: transparent;
}

div#calendrier em {
    display:none;
}

div#calendrier a:hover {
	position: relative;
}

div#calendrier a:hover em {
    font: normal 7pt Verdana;
	text-align: justify;
    display: block; 
    position: absolute; 
    top: 32px; 
    left: -10px; 
    padding: 5px; 
    color: #000000; 
    border: 1px solid #bbbbbb; 
    background: #ffffcc;
	width: 200px;
}

div#calendrier em span {
    position: absolute; 
    top: -7px; 
    left: 15px;
    height: 7px; 
    width: 11px; 
    background: transparent url('images/infobulle.gif') top left no-repeat; 
    margin:0px; 
    padding: 0px; 
    border: 0;
}

