/*<![CDATA[*/
/*
*   Rose stable : #cc0066;
*   Rose charte : #d61052;
*   Bleu académique : #003366;
*   Orange SIPS : #f38420.
*/
.calendrier {
    border: 2px solid #003366;
    margin : 7px 0 0 0;
    height: 170px;
}
.calendrier h2 {
    background-color: #003366;
    color: #fff;
    margin: -5px -5px 5px -5px;
    padding: 2px 2px 2px 5px;
}
.calendrier h2 a {
    color: #fff;
}
.calendrier p {
    text-align:center;
}
#libelle {
    text-align:center;
	width: 210px;
	font-weight: bold;
    font-size: small;
}
.ligne {
    text-align:center;
	width: 210px;
    font-size: small;
} 
#vitrine .calendrier #libelle li {
	list-style: none;
	float : left;
	width : 30px;
	line-height: 1px;
	padding-bottom: 5px;
}
#vitrine .calendrier .ligne li {
	list-style: none;
	color: #000;
	float : left; 
	width : 30px;
}
#vitrine .calendrier .ligne li a:hover{
	list-style: none;
	text-decoration: none;
}
#vitrine .calendrier li.aujourdhui {
	/* Apparence de la date du jour */
	font-weight: bold;
	color: green;
}
#vitrine .calendrier li.jourSelectionne {
	/* Apparence du jour sélectionné */
	font-weight: bold;
	color: #003366;
}
/*]]>*/