body {
  font-size: 100%;
  font-family: sans-serif;
  background-color: #c6e2ff;
  color: #000000;
}


h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}


a:link {
  background-color: transparent;
  color: #0066ff;
  text-decoration: none;
}

a:visited {
  background-color: transparent;
  color: #0066ff;
  text-decoration: none;
}

a:active {
  background-color: transparent;
  color: #0066ff;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  color: #0066ff;
  text-decoration: underline;
}

div.center{
  text-align: center;
}

table.center {
  font-size: 80%;
  border: 0;
  width: 700px;
  padding: 0;
  border-collapse: collapse;
}

/*p.paraph {*/
p {
  text-align: justify;
}

td.gauche{
  background: #6898ff;
  color: #000000;
  text-align: center;
  margin-top: 20px;
  padding: 1em;
  vertical-align: top;
}

td.droite{
  background: #d7ebff;
  color: #000000;
  text-align: justify;
  vertical-align: top;
  margin: 20px 25px;
  padding: 2em;
}

ul {
  list-style: none;
}

ul.htm {
  list-style-image: url('/Images/Icones/Htm-12');
  margin-left: 0;
}

img {
  border: 0;
}

p.center {
  text-align: center;
}

table.blosxomCalendar {
  font-size: 100%;
  padding: 1em;
}

div.image { 
  float: right;
  padding-left: 1em;
  padding-bottom: 1em;
  padding-right: 0em;
  padding-top: 0em;
}
