<style>
<!--
body {
font-size : 1.2em;
font-family : Georgia, Times, serif;
color : black;
background-color : white;
margin: 0;
padding: 0;
font color="#000000";
bgcolor="#000000";
background-image:url(images/carnet_corps.jpg);
background-position: center;
background-repeat: repeat-y;

scrollbar-face-color: #909090;
scrollbar-highlight-color: #101010;
scrollbar-shadow-color: #353535;
scrollbar-3dlight-color: #F0F0F0;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #757575;
scrollbar-darkshadow-color: #111111;
}


a {
color: #757575;
font:  Georgia, Times, serif;
text-decoration: none;
}

a:hover {
color: #757575;
font:  Georgia, Times, serif;
text-decoration: underline;
}

a:visited {
color: #757575;
font:  Georgia, Times, serif;
}


h1 {
   font: bold Georgia, Times, serif;
   font-size: 2.5em;
}



h2 {
   font: bold Georgia, Times, serif;
   font-size: 2em;
}


h3 {
   font: bold Georgia, Times, serif;
   font-size: 1.5em;
}



div{
  text-align:justify;
   }

div#top {
   width: 800px;
   height: 126px;
   background-color: white;
   clear: both;
}

div#bandeau {
   width: 800px;
   background-color: white;
   color: black;
   font-size: 0.8em;
   clear: both;

}

   
div#contenu {
   float: center;
   width: 800px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 50px;
   clear: both;
}



div#date {
   font: bold Georgia, Times, serif;
   text-align: right;
   width: 800px;
   margin: 0px 0px 0px -150px;
   padding: 0px 0px 0px 50px;
   font-size: 1em;
   clear: both;
}



div#titre {
   font: bold Georgia, Times, serif;
   font-size: 1.3em;
   clear: both;
}

div#texte {
   color: black;
   font-size: 1em;
   clear: both;
}



div#cat {
   color: black;
   font-size: 0.8em;
   clear: both;
}
   
div#fiction {
   float: left;
   background-color: white;
   margin: 1em 1em 1em 1em;
   padding: 1em 3em 1em 3em;
   color: black;
   clear: both;
   line-height: 1.5em;
   letter-spacing: 0.01em; 
}


div#citation {
   font: Georgia, Times, serif;
   float: left;
   background-color: white;
   margin: 1em 1em 1em 1em;
   padding: 1em 3em 1em 3em;
   color: navy;
   clear: both;
   line-height: 1.5em;
   letter-spacing: 0.01em; 
   width: 800px;
}

div#poesie {
   float: left;
   background-color: white;
   margin: 1em 1em 1em 1em;
   padding: 1em 3em 1em 3em;
   color: black;
   letter-spacing: 0.03em; 
   line-height: 1.8em;
   clear: both;
}


div#t {
   font-size: 1.8em;
   text-align: center;
   line-height: 2em;
   clear: both;
}


p {
   text-indent: 2em;
   padding:              0px;
   margin: 0px;
 }


div#pied {
   width: 800px;
   background-color: white;
   color: black;
   font-size: 0.7em;
   clear: both;
}


div#erreur {
   margin: 5;
   padding: 25;
   background-color: white;
   color: black;
   font-size: 1.6em;
   clear: both;

}

</style>