
body {
	font: x-small sans-serif;
	background: #ffffff;
	color: black;
	margin: 5px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0;
}

h2 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
	font-size: 18px;
	
}

p
{
  font-size: 14px;
  line-height: 2em;
}

p.grasrouge
{
  font-size: 12px;
  font-weight: bold; 
  color: rgb(204, 0, 0);
  font-family: Helvetica,Arial,sans-serif;
  line-height: 1em;
}

a img
{
  border:none;
}

td.aligne_droite
{
  text-align: right;
}

table.calendrier
{
  border-style: dotted;
  border-width: 1px;
}

table.membres
{
  border-spacing : 20px;
  text-align: left;

}

h1
{
  font-size: 18px;
  font-weight : bold;
}

table.entete {
  background-color:#CCCCFF;
  width:100%;
  border:none;

  
}



td.calendrier_on
{
  background-color:rgb(053, 223, 35);
}

td.calendrier_off
{
  background-color:rgb(218, 218, 218);
}

a
{
  color: black; 
}