#calendrier{
width:98%;
margin:20px auto 30px auto;
border:solid 1px #9DBC8D;
}

#calendrier tr td{
vertical-align:top;
text-align:left;
border:solid 1px #CEDDC6;
width:14%;
height:80px;
}

.a_evenement,
.evenement .a_evenement{
cursor:pointer;
text-decoration:none;
color:#333333;
display:block;
margin:0px;
padding:0px;
height:100%;
width:100%;
text-align:center;
vertical-align:middle;
font-size:11px;
line-height:15px;
}
/*
.a_evenement:hover,
.evenement .a_evenement:hover{
color:#026D99;
background:#9DBC8D;
color:#000;
}
*/
#entete_calendrier td{
background:#9DBC8D;
text-align:center;
height:15px;
}

.clearBoth{
clear:both;
height:0px;
line-height:0px;
font-size:0px;
}

.evenement{
height:15px;
width:100%;
margin-top:3px;
margin-bottom:3px;
color:#FFF;
position:absolute;
}



/******************* BUBBLE ********************/
.bubble{
position:absolute;
margin:0px;
padding:0px;
height:auto !important;
min-height:38px;
height:38px;
width:350px;
color:#FFF;
font-size:12px;
/* margin-left:-10px; */
}

.bubble .header{
float:left;
height:20px;
width:100%;
line-height:20px;
font-size:0px;
}

.bubble .middle{
float:left;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
width:330px;
height:auto !important;
min-height:20px;
height:20px;
text-align:center;
font-family: Verdana,arial,sans-serif;
font-size:10px;
color:#000;
}

.bubble .footer{
float:left;
height:15px;
width:100%;
line-height:15px;
font-size:0px;
}

.close_bubble{
display:block;
float:right;
height:16px;
width:16px;
line-height:16px;
margin-top:3px;
margin-right:7px;
background:url(../image/calandar/close.gif) left top no-repeat;
}

/********* CONTENU DE LA BUBBLE **********/

.titre_bubble{
font-size:14px;
text-align:left;
font-weight:bold;
}

.dates_bubble{
font-size:12px;
text-align:left;
}

.time_bubble{
font-size:12px;
text-align:left;
}

.lieu_bubble{
font-size:12px;
float:left;
text-align:left;
}

.ville_bubble{
font-size:12px;
float:left;
text-align:left;
}

.pays_bubble{
font-size:12px;
float:left;
text-align:left;
}

.lien_bubble{
float:left;
text-align:left;
margin-top:10px;
font-size:10px;
width:100%;display:block;
}

.description_bubble{
text-align:left;
display:block;
}

.picto_bubble{
float:left;
margin-left:10px;
margin-top:4px;
}

.visuel_illu{
float:left;
margin-right:10px;
margin-bottom:5px;
}

/***************************************/

.bubble .header{background:url(../image/calandar/top.gif) left top no-repeat;}
.bubble .middle{background:url(../image/calandar/middle.gif) left top repeat-y;}
.bubble .footer{background:url(../image/calandar/bottom.gif) left top no-repeat;}


.bubble									{z-index:99;}
