﻿.HomeCalendarCaraName
{
		font-family: Tahoma;
	font-size: .7em;
	color:#000000;
	font-weight:bold;
	}
.HomeCalendarUl
{
	padding:0;
	margin:0px;
	list-style-type :none;
	width:216px;
	font-family :Tahoma;
	font-size:.7em;
	}
.HomeCalendarLiAnnee
{
	text-align: center;
	padding: 0;
	margin: 7px 0px 0 0;
	float: left;
	width: 99%;
	color: #0082b5; /*background-color :#0082b5;*/
	border-right: #0082b5 1px dashed;
	border-top: #0082b5 1px dashed;
	border-left: #0082b5 1px dashed;
	border-bottom: #0082b5 1px dashed;
	background-color :#f7f7f7;
	font-weight:bold;
}	

.HomeCalendarLi
{
	text-align:center;
	padding:0;
	margin:0px;
	float:left;
	width:70px;
	/*background-color :#f7f7f7;*/
	border: solid 1px #efefef;
	

	color:#0082b5;
	}
.HomeCalendarLi a
{
	color:#000000;
	text-transform:capitalize ;
	text-decoration:none;
	}
.HomeCalendarLi a:hover
{

	text-decoration:underline;
	}