body {
  margin-right: 50px;
  margin-left: 300px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

h1 {
  border: 1px solid black;
  font-size: 36pt;
  font-weight: bold;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  background-color: silver;
  padding: 5px;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  border: 1px solid black;
  padding: 3px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

div#feedRSS {
  position: absolute;
 top: 20px;
 left: 5px;
}

div.titre { 
  
 }

.clair { 
  background-color: #F2A3FF;
 }

.fonce { 
  background-color: #AAA0AE;
 }


div.envoi { 
  width: 100%;
 }

input.envoi { 
  width: 100%;
  padding: 3px 0px 3px 0px;
  border: 1px solid black;
  margin: 5px 0px 8px 0px;
 }

textarea.envoi { 
  width: 100%;
  height: 200px;
  padding: 3px 0px 3px 0px;
  border: 1px solid black;
  margin: 5px 0px 8px 0px;
 }

