table {
	border-width: thin thin thin thin;
	border-spacing: 2px 2px;
	border-style: solid solid solid solid;
	border-color: #9a0201;
	border-collapse: collapse;
}

table td {
	border-width: thin thin thin thin;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: #9a0201;
}

td.date {
        text-align: center;
}

td.quoiqui {
        text-align: center;
}

.nom_agenda {
        text-align: center;
        font-size: large;
        color:#191919;
}

.nom_lieux_agenda {
       text-align: center;
       font-size: large;
       color:#191919; 
}

span.agenda_couleur1 {
       color:#191919; 
}

.agenda_couleur1 {
       color:#191919;
       font-weight: bold;
}

.description {
	text-align:justify;
}

table.agenda {
       border-color:#9a0201;
}

