/* pour compatibilite avec style ligue95 (calendrier) */
#content p.menu_centre{
	text-align:center;
	font-weight: bold;
}
#content p.menu_droite{
	text-align: right;
	font-weight: bold;
	margin-top: -20px;
}
#content p.gras_rouge{
	text-align:center;
	font-weight: bold;
	color: #FF0000;
}

#content h2{
	text-align: center;
}

#content h3{
	font-size: 100%;
	color: #003366;
	padding: 0;
	margin: 10px;
	text-align: center;
	text-decoration:underline;
}
#content p {
	font-size: 80%;
	margin: 20px;
	color: #003366;
}

TABLE.calligue {
	font-size: 80%;
	margin:5px 10px;
	padding: 0px;
	empty-cells: hide;
	border: 1px outset #000000;
	background-color: #ffffff;
	width: 95%;
}
TABLE.calligue TH {
	border: 1px outset #000000;
	font-weight: bolder;
	text-align: center;
	background-color: #D6D4E2;
	color: #003366;
}
TABLE.calligue TD {
	border: 1px outset #000000;
	text-align: left;
	color: #003366;
}
TABLE.calligue TD.damier {
	background-color: rgb(241, 242, 243);
}
TABLE.calligue TD.vide, TABLE.calligue TH.vide {
	border-width: 0;
	background-color: #ffffff;
}
TABLE.calligue TD.sansbordure {
	border-width: 0;
}
TABLE.calligue TD.STRONG {
	font-weight: bold;
}

TABLE.calligue_renvoi {
	font-size: 80%;
	margin:20px 10px;
	padding: 0px;
	empty-cells: hide;
	border:0;
	width: 95%;
}
TABLE.calligue_renvoi TD {
	vertical-align:top;
	color: #003366;
}
