/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */
body{
	margin:0;
	padding:0;
}

#calendrier{
	width: 196px;
	height: 181px;
	margin:0 auto;
	padding:0;
}

#calendrier li{
	list-style: none;
}

#nav {
	width: 170px;
	height:20px;
	padding-bottom: 1px;
	margin-left:15px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

	text-transform:uppercase;
	color:#1b1b1b;
}

#nav a{

	color:#000;
	text-decoration:none;
}

#libelle ul{
margin:0;
}

a {
color:#000;
text-decoration:none;
}

#libelle {
	width: 196px;
	margin: 0;
	padding: 0;
background-color: #F6CADF;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.ligne {
	width: 196px;
	margin: 0;
	padding: 0;
} 
#libelle li {
	float : left;
	width : 28px;
	height : 18px; 
background-color: #B1B3B4;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}
.ligne li {
	color: #000;
	float : left; 
	width : 28px; 
	height : 27px; 
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

li.itemCurrentItem {
	background-color: #FFF;
	color: #000;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
		font-weight: bold;
	cursor: pointer;
	padding:0px!important;
	padding-top: 0px;
	
	width : 26px!important;
	width : 27px; 
	height : 27px; 
}
li.itemExistingItem {
	background-color: #F0F0F0;
	color: #000;
	border:1px solid #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px!important;
	padding-top: 0px;
	cursor: pointer;
	
	width : 26px!important;
	width : 26px; 
	height : 27px; 
}	
li.itemAlerteItem {
	background-color: #F7AB2F;
	border:1px solid #FFF;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px!important;
	padding-top: 0px;
	cursor: pointer;
	width : 26px!important; 
	width : 26px; 
	height : 27px; 
}	
