body,td,th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}

.txt12noir{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
	color : #000000;
}

.lien12noir {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
    text-decoration : underline;
	font-size : 12px;
}
.lien12noir:hover {
	color : #e53525;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
    text-decoration : underline;
	font-size : 12px;
}

#calendrier{
	/*border-top: 1px solid white;*/
}

#calendrier table{
	font-size: 0.85em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#calendrier table caption{
	margin: 0 auto;
	color: #000000;
}

#calendrier table th{
	color: #000000;
	background: transparent;
}

#calendrier table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #848484;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 9px;
}

#calendrier table td a{
	display: block;
	background: #848484;
	color: white;
	text-decoration: none;
}

#calendrier table td a:hover{
	background: #dc4520;
	color: white;
}
