/* YB: CGCalendar pour le petit calendrier*/

/* make all links green */
.calendar tr td a {
   text-decoration: none;
   color: RGB(30,70,80);
font-weight: bold;
}
.calendar tr td a:hover,
.calendar a#month {
   color: RGB(10,40,50);
}
#cal-calendar {
  border-collapse: collapse;
  margin: 0 auto;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th {
  font-size: 80.01%;
  font-weight: normal;
  text-align: center;
  border: 1px solid white;
  padding: 3px;
  width: 27px;
  background-color: RGB(214,187,126);
}

#cal-calendar td {
  font-size: 90.01%;
color: #8b7544;
  border: 1px solid white;
text-align: center;
  vertical-align: center;
  padding: 3px;
  height: 32px;
  width: 27px;
}

#cal-calendar td#calendar-today {
	background-color: RGB(35,100,76);
	
}

#cal-calendar caption.calendar-month {
    padding-bottom: 9px;
}
 /* Les liens ne seront plus soulignés */
#cal-calendar span.calendar-prev a,
#cal-calendar span.calendar-next a {
    text-decoration: none;
}

#cal-calendar td.cgcalendar_event {
    background-color: RGB(127,169,99);
	border: 1px solid white;

}

#cal-calendar div.cgcalendar_content {
    position: relative;
    text-align: center;
}

#cal-calendar div.cgcalendar_info {
	display:none;
	z-index:2;
	position: absolute;
	bottom:1.1em;
	right:6px;
	width:300px;
	background-color: white;
	border: solid 1px RGB(35,85,100);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar div.cgcalendar_info ul {
  text-align: left;
 font-size:12px
  margin: 0.6em 1em 0.6em 1em;
}

#cal-calendar div.cgcalendar_info li {
  list-style-type: none;
  padding: 5px;
}

#cal-calendar td.cgcalendar_event:hover div.cgcalendar_info,
#cal-calendar div.cgcalendar_info :hover{
	display:block;
}

/* YB: pour présenter la liste d'évènements */

/*Mois ou jour avec les liens précédent et suivant*/
/*YB: liste d'évènements*/
div#calendar-list-title {
    text-align: center;
    padding: 20px 0px 30px;
}
div#calendar-list-title span.calendar-previous,
div#calendar-list-title span.calendar-nextone,
div#calendar-list-title h2 {
    display: inline;
font-size: 14px;
}

/*Pour la liste des champs des évènements*/
div.calendar-fields {
   padding-bottom: 0.3em;
}

.calendar-event {
	padding: 1em 0em 0.5em;
	/*margin: 0 0.5em 0.5em 0em;*/
	border-top: 1px dotted #ccc;
}
.calendar-event-first {
	padding: 1em 0em 0.5em;
	/*margin: 0 0.5em 0.5em 0em;*/
}
div.calendar-details p {
	margin-bottom: 0.5em;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2,
#cal-upcominglist .calendar-date,
#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}