/**********************************************************************************************************/
/** TABLE Programme */

.tableProgramme {
	font-family:monospace;
}

.tableProgramme .ligne {
	padding-bottom:5px;
	cursor:pointer;
	border-bottom:gray 1px solid;
}

.tableProgramme .ligne.select {
	background-color:#FFE988;
}

.tableProgramme .ligne:hover {
	background-color:#FFE988;
}

.tableProgramme .ligne .date {
	width:85px;
	float:left;
}

.tableProgramme .ligne .titre {
	padding-left:85px;
}

.tableProgramme .ligne .titre a:link, .tableProgramme .ligne .titre a:visited {
	color:black !important;
	text-decoration:none;
}
.tableProgramme .ligne .titre a:hover {
	color:black;
	text-decoration:none;
}


/**********************************************************************************************************/
/** TABLE Calendrier */
#tableCalendrier {

}

#tableCalendrier .mois {
	text-align:justify;
	margin-bottom:5px;
	overflow:hidden;
	font-weight:bold;
	
}

#tableCalendrier .mois .fleches {
	display:block;
	float:left;
	width:18%;
	overflow:hidden;

}

#tableCalendrier .mois .texte {
	display:block;
	float:left;
	width:64%;
	text-align:center;
}

#tableCalendrier .case {
	float:left;
	width:13%;
	height:15px;
	border:white 1px solid;	
	border:gray 1px solid;
	cursor:default;
}

#tableCalendrier .case.jour {
	font-weight:bold;
	text-align:center;
	
}

#tableCalendrier .case.aujourdhui {
	/*border:#A52705 3px solid;*/
	color:#A52705;
}



#tableCalendrier .case.qqch {
	background-color:#DCF0DF;
	cursor:pointer;
	font-weight:bold;
}
#tableCalendrier .case.qqch:hover {
	background-color:#AFBFB2;
}



/**********************************************************************************************************/
/** TABLE Covoiturage */
.tableCovoiturage {
	width:100%;
	border:0px;
	border-spacing:0px;
}
.tableCovoiturage thead th {
	font-family:monospace;
	font-size:16px;
	border-bottom:black 2px solid;
}

.tableCovoiturage .ligne1 {
	cursor:pointer;
}

.tableCovoiturage .ligne1:hover {
	background-color:#FFE988;
}

.tableCovoiturage .ligne1 td {
	border-bottom:black 1px solid;
}


.tableCovoiturage .ligne2 {
	background-color:#FFF1C2;
}

/**********************************************************************************************************/
/** TABLE Forum (liste des sujets) */
.tableForum {
	width:100%;
	border:0px;
	border-spacing:0px;
}

.tableForum thead th {
	font-family:monospace;
	font-size:16px;
	border-bottom:black 2px solid;
}

.tableForum tbody tr {
	cursor:pointer;
}
.tableForum tbody tr:hover {
	background-color:#FFE988;

}