#calendrier {
width: 155px;
margin: 0 0 10px 15px;
padding: 0;
font-size: 0.9em;
text-align: center;
border: 0px solid red;
}

.calendar-list {
margin: 10px 0 10px 0;
padding: 20px 10px 10px 20px;
width: 640px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
border: 0px solid red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* 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%;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse: collapse;
  border: 0px solid red;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  padding: 3px;
  width: 10px;
}

#cal-calendar td {
  vertical-align: top;
  padding: 3px;
  height: 10px;
  width: 10px;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  border: 1px solid #cccccc;
}

.calendar-event .calendar-date-title, .calendar-event .calendar-summary-title, .calendar-event .calendar-details-title
{
  display: none;
}