﻿/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

#calendrier li{
	list-style: none;	
}

ul.cal{
	text-align: center;
    list-style: none;
	width: 140px;
	margin: 0;
	padding: 0;
}
li.cal{
	margin: 0;
	float : left; 
	width : 20px; 
}
.ligne {
	text-align: center;
	list-style: none;
	width: 140px;
	margin: 0;
	padding: 0;
}
.ligne li {
	margin: 0;
	float : left; 
	width : 20px; 
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}
.ligne li a:link{
	list-style: none;
	text-decoration: none;
	color: red;
}
.ligne li a:visited{
	list-style: none;
	text-decoration: none;
	color: red;
}

li.itemCurrentItem {
	color: #BA9E86;
	background-color: white;

}
li.itemSelectedItem {
	color: blue
}		
li.itemExistingItem {
	background-color: #ccffcc;
	text-decoration: none;
}
li.itemVacancesItem {
	background-color: yellow;
	text-decoration: none;
}