#agenda table
{
	width:100%; 
	border:5px;
	border-color: #000000; 
	background-color:#B3793B;
}

#agenda td
{
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center; /* Tous les textes des cellules seront centrés*/
	color: #CCCDDD;
	font-size: 14px;
}

#ligne1 td
{
	background-color: #234563;
   
}

#ligne2 td
{
	background-color: #536553;
   
}
#agenda a
{
	text-decoration: underline;
	color: white;
}
#agenda a:hover
{
	color: #fad301;
}

.parag
{
	text-indent: 50px; /* Les paragraphes commenceront 50 pixels sur la droite */
   text-align: justify; /* justifiés */
   margin-right: 5px;
}
.parag a
{
	text-decoration: none;
	color: #116522;
}