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

body{
	background-color: #C7E5FF;
	font-family: 'Trebuchet MS', Arial;
	font-size: 13px;
}
p{
	font-family: 'Trebuchet MS', Arial;
	font-size: 13px;
}
h2{
	font-size: 20px;
}


#calendrier{
	width: 450px;
	height: 200px;
	border: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #990033;
}
#calendrier a{
	color: black;
}


#libelle, .ligne{
	width: 100%;
	padding: 0;
	margin: 0;
}
.ligne li, #libelle li {
	float: left;
	width: 64px;
	height: 60px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#libelle li{
	height: 25px;
}
.ligne li{
	border-top: solid 1px black; 
}

label{
	font-weight: bold;
}

li.itemCurrentItem {
	/* A vous de configurer l'apparence de la date du jour */
}
li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}		

.rouge{
	background-color: #D02B63;
}
.orange{
	background-color: #FF9C4E;
}
.vert{
	background-color: #99cc66;
	/* background-color: #56ABAD; */
}
.bleu{
	background-color: #5446FF;
}
.gris{
	background-color: grey;
}

.copyright{
	font-family: "Trebuchet MS", arial;
	position: relative;
	font-style: italic;
	clear: both;
	font-size: 11px;
	color: grey;
}


#alert {
background-color: #C7E5FF;
}
.titres {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; font-variant: normal; color: #990033}
.texte {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 14px; color: #000000}
a:active {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12px; color: #990033; text-decoration: underline}
a:hover {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12px; color: #000099; text-decoration: underline}
a:link {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12px; color: #990033; text-decoration: underline}
a:visited {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: underline}
.legende {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
.telcollect {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.textegras {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000}
.italic {  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 13px; font-style: italic; font-weight: normal; color: #000000}

#calendrier a{
	font-size: 13px;	
}
	   