//Affichage du calendarium
td.gauche{
 border-right-width: 2px !important;
 border-right:red;
}
#SLCalendarium {
	float: right;
	margin-top: 0px;
	font-family: Georgia, serif;
	font-weight: 700;
    text-align: center;
    overflow: hidden;
    width:100% !important;
}

div {
    display: block;
}

table {
border-collapse: unset;
}

#SLCalendarium table {
	width:100% !important;
    white-space: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    border-spacing: 0px;
    font-variant: normal;
    border-spacing: 0px;
    padding: 0px;
    
}
#SLCalendarium table td {
	padding: 0px;
	border-right-color: darkred !important;
	border-right-width:2px;
}
#SLCalendarium table tr {
width:100% !important;
}
.button-small{
width:100%;
padding: 0px;
}
b.of{
text-align:center;
}

// ICI l'affichage des textes sur un tableau 2 colonnes.
#SLContent {
	float: center;
	margin-top: 0px;
	font-family: Georgia, serif;
	font-weight: 700;
    text-align: center;
    overflow: hidden;
    width:100% !important;
}
table {
	border:0px;
	margin:0px;
	line-height: 1.2em;
}
td.gauche{
	border-right-width: 2px !important;
    border-right: #a50808;
    border-right-style: groove;
    width: 48%;
	text-align: justify;
	font-family: georgia;
    font-size: 1em;
    padding: 8px;
    vertical-align: top;
}
td.droite {
	width: 48%;
	text-align: justify;
	font-family: georgia;
    font-size: 1em;
    padding: 8px;
    vertical-align: top;
	
}


#SLContent .gauche   {
    float: left;
 
}
#SLContent .droite   {
    float: right;
    
}

.compendium  {
	clear:both;
	margin-left:1px;
	margin-right:1px;
	margin-bottom: 4px;
	font-family: georgia;
	font-size:1.2em;
	float: left;
	color:#101010;
    text-align:justify;
    border: thin solid ##DCDCDC;
	}
 table td.gras_centre_rouge {
	color:red !important;
	text-align:center !important;
	font-weight:900;
}
 td.centre {
	text-align:center;
}
 table td.centre_rouge {
	color:red !important;
	text-align:center !important;
	font-weight:400;
}

 table td.centre_italique {
	font-style : italic;
	text-align:center;
}
 table td.centre_gras {
	text-align:center !important;
	font-weight:900;
}

 .ceremonial {
	font-weight:400;
	font-style:italic; 
	font-family: georgia;	
	font-size: 1em ;	
	color: red ; 
}
 table td.rubrique {
	color:red !important;
	font-size:0.8em !important;
}




