@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------
	Titre: 			agenda.css						
	Entreprise: 	PC Project						
	Auteur: 		Huber laurent					
	Date: 			25.02.08						
	But: 			page de styles pour l'agenda     			
	Modification: 									
----------------------------------------------------*/

/*  Calendrier
**************************************************************************/

#calendrier li{
	list-style: none;	
}

#libelle {
	width:100%;
	/*width: 200px;*/
	margin: 0 auto;
	padding: 0;
	list-style-type: none; 
}

.ligne {
	width:100%;
	/*width: 200px;*/
	margin: 0 auto;
	padding: 0;
	list-style-type: none; 
}
 
#libelle li {
	float : left;
	width : 22px;
	height:20px;/* moi */ 
	text-align:center;/* moi */ 
	list-style-type: none; 
}

.ligne li {
	color: #000;
	float : left; 
	width : 22px;
	height:20px; /* moi */ 
	text-align:center;/* moi */
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
	/*background-color:#FF00FF;*/
}

li.itemCurrentItem {
	/* A vous de configurer l'apparence de la date du jour */
	font-weight:bold;
}
li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}

li.t_even, li.t_even a:link, li.t_even a:visited/**/{
	font-weight:bold;
	color:#CC6600;
	/*background-color:#FFFF00;*/
}

