p
{
   color: blue;
   font-size: 20px;
   font-family: "trebuchet ms";
}

body
{
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("fond.gif");
   background-repeat: repeat-y;
   background-color: black;
}

.nom
{
   text-indent: 110px;
}

.visite
{
   font-family: "comic sans ms";
   color: green;
   font-size: 24px;
   text-indent: 125px;
   text-align: center;
}

.intro
{
   text-indent: 110px;
}

h1
{
   text-align: center;
   font-family: "impact";
   color: red;
   font-size: 76px;
}

h2
{ 
   text-indent:105px;
   font-family: "comic sans ms";
   color: red;
   font-size: 28px;
}

h3
{
   text-decoration: underline;
   font-style: italic;
   text-indent: 120px;
}

a:hover
{
   font-family: "georgia";
   font-size: 52px;
   text-decoration: underline;
   color: yellow;
}

blockquote
{
   text-indent: 30px;
}

.important
{
   text-indent: 125px;
   font-family: "comic sans ms";
   color: green;
   font-size: 24px;
}

.oeil
{
  list-style-image: url("oeil.gif");
}

.cd
{
   list-style-image: url("cd1.gif");
   
}

.cd1
{
  list-style-image: url("cd.gif");
}

.mail
{
  list-style-image: url("mail.gif");
}

.livre
{
  list-style-image: url("livre.gif");
}

#pied_de_page
{
  padding: 10px;
  text-align: center;
  font-size: 30px;
  background-image: url("border048");
}

  





