/* Cadre contenant la globalite du calendier*/

* {font-size:10px;}
.spip_bouton { background-color: #FFAA00; height:20px ; width:80px ; }

.AgendaMenu{
  position:absolute;
  background-image: url(../images/habillage/defaut/fond_court.png);
  background-repeat: repeat-y;
  border: 1px none #000000;
  left:5px;
  top:130px;
  width:140px;
  z-index:98;
}

.CadreAgenda{
  position:absolute;
  background-image: url(../images/habillage/defaut/fond_calendar.png);
  border: 1px none #000000;
  left:10px;
  top:130px;
  width:800px;
  z-index:1;
}

.TblAgenda{
  width:100%;
  border: 1px none #000000;
}


.AgendaTitre{
 font-size:20px;
 color:#FF5584;
 font-weight:bold;  height:30px;
}

.AgendaNav{
 height:40px;
 border: 2px solid  #7396EF;
}

.AgendaJsemaine{  font-size:11px;
                  border: 1px solid #000000;
                  color:#52499C;
                  width:120px;
}

.AgendaMonth{
  font-weight: normal;
}
.AgendaYear{
  font-weight: normal;
}

.agendaNotThisMonth{
  background-color:#FFFAAA;   width:40px;
}

.agendaThisMonth{
  background-color:#FFFEEE; width:40px;
}

.agendaThisDay{
  background-color:#FF8400; width:40px;
}

table.TblAgenda td {
  width:115px;
  height:80px;
  padding:0;
  margin:0 0 20px 0;
  border: 1px solid #000000;
  vertical-align: top;
  color: #52499C;
  }

.AgendaLogo{ width:20px; height:20px;}
/************** fin  de section CSS ******************/



