@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
	/*background-color: #FFFBC3;*/
	color: #000;}

.centre {
	text-align: center;
}
.celjour {
	FONT-SIZE: 11px;   COLOR: #ffffff;  }
	.celmois {
	FONT-SIZE: 11px; color:#333333; font-weight:bold;  }
	.celgris {
	FONT-SIZE: 11px;   COLOR: #FF0000;  }

h1 {
	text-align: center;
}

.code {
	border: 0px dotted black;
	padding: 5px;
}


/* Calendrier */
table.calendrier {
	margin: auto;
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
}

table.calendrier th {
	border-bottom: 1px solid  #CCCCCC; 
}

table.calendrier td {
	border: 1px solid #CCCCCC; 
	width: 20px;
	height: 35px;
	
	
font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
	/*background-color: #FFFBC3;*/
	color: #000;
}

table.calendrier td div {
	padding: 0px;
}

.jourEvenement {
	
	background-color: #FAEED1;
	
font-family: Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
	/*background-color: #FFFBC3;*/
	color: #000;}

.lienCalendrierJour {
	background-color:#E2E2E2;
}

.calendrier caption {
	margin: auto;
	margin-bottom: 5px;
}


/* Administration */
#tabAjoutEvent {
	margin: auto;
}
#tabAjoutEvent td {
	width: 50%;
	text-align:center;
	
}


/* Infobulles */
a.info {
	position: relative;
	color: red;
	text-decoration: none;
	display: block;
}
a.info span {
	display: none; /* on masque l'infobulle */
}
a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500; /* on dfinit une valeur pour l'ordre d'affichage */
}
a.info:hover span {
	display: inline; /* on affiche l'infobulle */
	position: absolute;

	white-space: nowrap; /* on change la valeur de la proprit white-space pour qu'il n'y ait pas de retour  la ligne non-dsir */

	top: 10px; /* on positionne notre infobulle */
	left: 20px;
	padding-left:10px;
	padding-right:10px;
	
	text-align: left;
	background: #efebe2;
	padding: 3px;
	border: 1px solid #ccc;
}

/* Liste des vnements  supprimer */
table.listeEvent {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}

table.listeEvent td {
	padding: 5px;
}