﻿@charset "utf-8";
/* Calendrier dynamique */
.calMoisBox {
	margin-left: 5px;
	float: left;
	width: 262px;
	height: 104%;
	text-align: center;
}

* html .calMoisBox { /* Pour IE6 */
	margin-left: 3px;
}

div.moisPremier {
	margin-left: 0px;
}

.calSemaineBox, .semaineHeader {
	padding: 0px 1% 0px 1%;
	width: 98%;
	height: 10%;
}

.calSemaineTable {
	width: 100%;
}

* html .calSemaineTable caption { /* Pour IE6 */
	text-indent: -10000px;
}

*+html .calSemaineTable caption  { /* Pour IE7 */
	text-indent: -10000px;
}

.calSemaineBox a {
	text-decoration: none;
}

.calSemaineBox a:hover, .calSemaineBox a:focus {
	text-decoration: underline;
}

.calSemaineBox span {
	text-transform: capitalize;
	margin-left: 25px;
	margin-right: 25px;
}

.calJourBox {
	padding: 1% 0px 1% 0px;
	float: left;
	width: 14%;
}

.calEvent {
	margin: 0px 2% 0px 2%;
	width: 10%;
}