@charset "utf-8";
.calendarbox
{
border: 1px solid #aaa;
background: #eee url(../images/boxTitleBg.png) repeat-x;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

height: 180px;
}

.calendarbox H1
{
margin-top: 0px;
color: white;
font-size: 14px;
text-indent: 20px;
border-bottom: 1px solid white;
}


.calendarEvent
{
position: absolute;
background: white;
border: 1px solid black;
width: 188px;
/*top: 290px;*/
right: -999em;
display: none;
list-style-type: none;
}

#calendrier li
{
}
#libelle {
width: 175px;
margin: 0 auto;
padding: 0;
}
.ligne {
width: 175px;
margin: 0 auto;
padding: 0;
} 
#libelle li {
    list-style-type: none;
float : left;
width : 25px; 
}
.ligne li {
    list-style-type: none;
color: #000;
float : left; 
width : 25px; 
}
.ligne li:hover
{
background: red;
}

.ligne li:hover div
{
right: 0px;
float: right;
display: block;
}



.ligne li ul
{
    list-style-type: none;
}

#libelle li ul
{
    list-style-type: none;
}

.ligne li a:hover
{
    list-style: none;
    text-decoration: none;
}

li .itemCurrentItem 
{
}
li .itemSelectedItem 
{

}		

