.centré
{
   text-align: center;
}
.indenté
{
   text-indent: 30px; 
   text-align: justify; 
   font-size: large;
}
.clignote
{
   text-decoration: blink;
}
a
{
   text-decoration: none;
   color: green; 
   font-weight: bold;
}
li
{
   list-style-position: inside;
}
ul
{
   list-style-image: url("pomme 1.jpg");
}
.mis en valeur
{
   color: green; 
   font-weight: bold;
   font-size: large;
   text-align: center;
}
.tab
{
   text-indent: 90px; 
}
.marron
{
color: #942110;
}
body
{
   border: 2px groove green;
   padding: 20px;
   background-image:url("fond.jpg");
}
a img 
{
   border: none; 
}
.lettrines
{
position: relative;
   top:20px;
}
.gauche
{
position: fixed;
   left: 60px;
   top: 120px;
}
.droite
{
position: fixed;
   right: 60px;
   top: 120px;
}
.cercle
{
   list-style-type: circle;
}
.liste
{
position: relative;
   top:7px;
}
.flottantgauche
{
   float: left;
}
.flottantdroit
{
   float: right;
}
.textedroite
{
text-align: right;
}
.textegauche
{
text-align: left;
}

