/**MISE EN FORME DE L'AGENDA**/

.droiteagenda{ /* colonne droite */
  float:right ; /* flotte à gauche */
  width:32% ; /* largeur : 23% de .container */
  height:100% ; /* hauteur : 100% du .container */
  margin-bottom:10px ;  }/* marges */

.gaucheagenda { /* définition de la colonne gauche */
  float:left ; /* flotte à gauche */
  width:60% ; /* largeur : 24% de .container */
  height:100% ; /* hauteur : 100% du .container */
	margin-left:8px} /* marges */
  

#prochev{
		WIDTH: 220px;
		FLOAT:left;
	   MARGIN-LEFT: 10px;   
}

#prochevdroite{
		WIDTH: 220px;
		FLOAT:right;
 		MARGIN-LEFT: 10px;


}


#evenements_violet{
color: #A914AB;
font-size:12px;
font-weight:bold;}
#evenements_violet A:link {
color: #A914AB;
font-size:12px;
font-weight:bold;}
#evenements_violet A:visited {
color: #A914AB;
font-size:12px;
font-weight:bold;}


.tab_agenda { background-color: #FFFFFF;  border: 1px solid #839A9F; FONT-SIZE: 13px;}
.tab_agenda_jour { border: 1px solid #000000; }
.tab_agenda_mois { background-color: #839A9F;  border: 1px solid #839A9F; }
.tab_agenda_ferie { background-color: #F4D9F3;  border: 1px solid #839A9F; }
.tab_agenda_miferie { background-color: #E3E3E3;  border: 1px solid #839A9F; }
.tab_agenda_jours { background-color: #D2CAB2;  border: 1px solid #839A9F; }
.titre_agenda { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFFFF }
A.cejour:link { color: #FF0000; font-weight: bold; TEXT-DECORATION: none }
A.cejour:visited {	color: #FF0000; font-weight: bold; TEXT-DECORATION: none }
A.cejour:hover { color: #FF0000; font-weight: bold; TEXT-DECORATION: none }
A.cejour:active { color: #FF0000; font-weight: bold; TEXT-DECORATION: none }
.titre_jour {font-size: 12px; color: #839A9F; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.evenement {color: #839A9F; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
A.eventday:link { color: #3F779A; font-weight: bold; TEXT-DECORATION: none }
A.eventday:visited {	color: #3F779A; font-weight: bold; TEXT-DECORATION: none }
A.eventday:hover { color: #3F779A; font-weight: bold; TEXT-DECORATION: underline overline; }
A.eventday:active { color: #3F779A; font-weight: bold; TEXT-DECORATION: none }
a.blanc:link, a.blanc:visited { color: #FFFFFF; text-decoration: none; }
a.blanc:hover { color: #FFFF00; font-weight:bold; text-decoration: none; }
.date_event { color: #666666 }