/* -----------------------------------------------------------------------*/
/* BULLE D INFO DU CALENDRIER */


#bubble{
    width:200px;
    background-color: white;
    margin: 0px;
    position:absolute;
    top: 300px;
    left : 400px;
    z-index: 50;
    box-shadow:0 0 10px #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 1px solid #d0d0d0;
}
  
#bubble-entete{
	height: 24px;
	background-color: red;
	margin: 0px;
	padding-left: 15px;
	padding-top: 6px;
	color: white;
	font-weight: bold;
}
	
#bubble-content{

	margin: 0px;
	padding: 10px 15px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
}
	
#bubble-date{

}
	
#bubble-lieu{
	margin-top: 10px;
}
	
#bubble-titre{
	margin-top: 10px;
}
	
#bubble-contenu{
	margin-top: 10px;
}
	
#bubble-contenu a,
#bubble-lieu a{
	color : #a0295a;
	font-weight: bold;
	text-decoration: none;
}

#bubble-contenu a:hover,
#bubble-lieu a:hover{
	color : #a0295a;
	font-weight: bold;
	text-decoration: underline;
}