body
{
   width: 750px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("fond.gif"); 
}

a /* liens corps */
{
   color: #8000FF;
   text-decoration: none;
}

a:hover /* Quand on pointe sur un lien*/
{
   background-color: #8000FF;
   color: #ffffff;
}

p
{
   color:  #000000;
   font-size: 1em;
}

p:first-letter /* La première lettre de chaque paragraphe */
{
   font-family: "Times New Roman";
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
   font-style: italic;
}

.auteur
{
   font-weight: bold;
   color:  #000000;
}

#en_tete
{
   width: 750px;
   height: 60px;
   color: #8000FF;
   font-family: "Times New Roman", Times, serif;
   text-align: center;
   font-style: italic;
   font-size: 3em;
}

#japonais
{
   position: absolute;
   left: 50px;
   top: 120px;
   width: 300px;
   height: 300px;   
   overflow: auto;
   font-size: 1.3em;
}

#romaji
{
   position: absolute;
   left: 350px;
   top: 120px;
   width: 300px;
   height: 300px; 
   overflow: auto;
   font-size: 1.3em;
}

#francais
{
   position: absolute;
   left: 650px;
   top: 120px;
   width: 300px;
   height: 300px; 
   overflow: auto;
   font-size: 1.3em;
}

#comm
{
   position: absolute;
   left: 150px;
   top: 350px;
   width: 750px;
   height: 300px; 
   overflow: auto;
}

#corps
{
   position: absolute;
   left: 50px;
   top: 150px;
   width: 500px;
   height: 750px; 
   overflow: auto;
   text-align: center;
   font-size: 1.5em;
}

#texte
{
   position: absolute;
   left: 500px;
   top: 150px;
   width: 400px;
   height: 750px; 
   overflow: auto;
   text-align: justify;
   font-size: 1em;
}

#liens
{
   position: absolute;
   left: 50px;
   top: 100px;
   width: 800px;
   height: 750px; 
   overflow: auto;
   text-align: justify;
   font-size: 1.2em;
}

#pied_de_page
{
   position: absolute;
   left: 50px;
   top: 500px;
   width: 400px;
   height: 100px; 
   overflow: auto;
   font-size: 1.3em;
   text-align: center;
}
