#entete table {
    margin-top: 10px;
    border: 1px solid #213c83;
}
#entete caption{
    color: #213c83;
	font-size: 12px;
	font-weight: bold;
}
#entete thead th{
    color: #ffffff;
	text-align: center;
	width: 18px;
   background-color: #213c83;
}
#entete a{
	color: #213c83;
}
#entete a:hover {
  text-decoration: underline;
}
#entete tbody td{
 	text-align: center;
	width: 18px;
	height: 18px;
}
#entete tbody td b a{
	font-weight: bold;
}
#entete tbody td {
	border: 1px solid #ffffff;
	font-weight: bold;
}
#entete tbody td {
	color: #a2a2a2;
	font-weight: normal;
}
#entete tbody td a {
	color: #213c83;
	font-weight: normal;
}
#entete tbody a{
	color: #213c83;
	font-weight: bold;
}

 /* résumé du calendrier dans l'entête */
 #listeEvent {
  	float: right;
 }
 #listeEvent div div{
 	color: #213c83;
	font-weight: bold;
	margin-top: 10px;
 }
 #listeResume {
 	background: #bac5e3;
 	line-height: 30px;
 	width: 640px;
 	padding: 5px;
 }

 #listeResume a {
 	color: #000000;
 	font-weight: bold;
 	margin-left: 10px;
 }
 
.fenetreEve {
   position: relative;
   left: 220px;
   top: 10px;
	display: block;
	width: 480px;
	height: 75px;
	background-image:url(../images/BG_abstractCalendar.png);
	background-repeat: no-repeat;
	padding: 5px; padding-top: 2px;
}
.fenetreEve .date { /* date sélectionnée */
	position: relative;
	left: 0px; top: 0px;
   display: block;
   width: 35px;
   margin-top: 3px; margin-right: 10px;
   color: #213c83;
   font-weight: bold;
   text-align: center;
}
.fenetreEve .date .jour, .fenetreEve .date .an {
   font-size: 22px;
}
.fenetreEve .date .mois {
   font-size: 15px;
}
.fenetreEve .Eve { /* bloc résumé des événements */
   position: absolute;
	top: 0px;
}
.fenetreEve .commande { /* bloc résumé: commande du défilement */
   color: #213c83;
   text-align: center;
   font-weight: bold;
}
.fenetreEve .commande a {
   color: #213c83;
}
.fenetreEve .commande a:hover {
  text-decoration: underline;
}
.fenetreEve .listeCal { /* liste des événements */
	width: 420px;
	height: 50px;
	line-height: 16px;
	margin-left: 40px;
}
.fenetreEve .listeCal li { /* type de l'événement */
   margin-bottom: 3px;
   padding-left: 3px; padding-right: 3px;
}
.rien { /* type1 */
   color: #213c83;
   font-weight: bold;
	font-size: 12px;
}

.fenetreEve .listeCal .num { /* numéro de l'événement */
	color: #ffffff;
   font-size: 13px;
   font-weight: bold;
   margin-right: 5px;
} 
.fenetreEve .listeCal .etiquetteGeo { /* étiquette de la localisation de l'événement */
   background-color: #ffffff;
   font-size: 10px;
   float: right;
   width: 30px;
   height: 12px;
   margin-top: 2px;
   text-align: center;
} 
.fenetreEve .listeCal .eve a {
   font-size: 12px;
}
.fenetreEve .listeCal .eve a:hover {
  text-decoration: underline;
} 