@charset "utf-8";
/* CSS Document */

/* Calendrier */
table.calendrier { 
	width:167px;
	margin: auto;
	text-align: center;
	border: 2px solid;
	border-collapse: collapse;
	border-color:#B4C916;
}

table.calendrier th {
	border-bottom: 2px solid;
	border-color:#B4C916;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
    color: #6D6D6D; 
	vertical-align:middle;
	text-align:center;
}

table.calendrier td{
	border: 2px solid;
	width: 17px;
	height: 17px;
	border-color:#B4C916;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
    color: #6D6D6D; 
	vertical-align:middle; 
	text-align:center;
}

table.calendrier td div {
	padding: 0px;
}

.jourEvenement {
	background-color: #CEF58A;
}

.lienCalendrierJour {
	background-color: #8b0000;
	color:#FFF!important;
}

.calendrier caption {
	margin: auto;
	margin-bottom: 5px;
	color:#8b0000; 
	font-weight: bold; 
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Infobulles */
a.info {
	position: relative;
	color: black;
	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 définit 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 propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

	top: 30px; /* on positionne notre infobulle */
	left: 20px;
	
	text-align: left;
	background: white;
	padding: 3px;
	border: 1px solid;
	border-color: #627814;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
    color : #8B0000; 
}

/*Affichage des événements*/

.ListeDesEvents {
	color:#FFF;
	background-color:#8b0000!important;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 16px;
	font-weight:bold;
	text-align:center;
}

.TitreEvents {
	background-color:#CEF58A;
	color: #D92908;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px;
	font-weight:bold; 
	text-align:left;
}

.ContenuEvents {
	color: #4A4A4A;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px;
	text-align:left;
}
	
/* Administration */

.TabAdmin { 
	width:751px;
	border: 1px solid;
	border-color:#B4C916;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
    color : #8B0000; 
	vertical-align:middle; 
	text-align:center;
}

.TextAdmin {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
    color : #8B0000; 
	
}

.Avertir {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
    color : #F00;
	font-weight:bold;
	
}

/* liens du menu principal */
a.lien_menu:link { font-family : Arial, Helvetica, sans-serif; font-style : normal ;font-size : 10pt; font-weight :bold;text-decoration : none; color :#627814;margin-left:0;  }

a.lien_menu:visited { font-family : Arial, Helvetica, sans-serif; font-style : normal ;font-size : 10pt; font-weight :bold;text-decoration : none; color :#627814;margin-left:0;  }

a.lien_menu:hover { font-family : Arial, Helvetica, sans-serif; font-style : normal ;font-size : 10pt; font-weight :bold;text-decoration : none;
color: #F00 ; margin-left:0; }

a.lien_menu:active { font-family : Arial, Helvetica, sans-serif; font-style : normal ;font-size : 10pt; font-weight :bold;text-decoration : none; color :#627814;margin-left:0;  }



#tabAjoutEvent {
	margin: auto;
}
#tabAjoutEvent td {
	width: 50%;
	text-align:center;
}



/* Liste des événements à supprimer */
table.listeEvent {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}

table.listeEvent td {
	padding: 5px;
}
